ba1adacf | 16-Jul-2017 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Respond to FileOpen event on macOS.
Fixes #145 |
8b941e12 | 11-Jul-2017 |
Anton Filimonov <anton.filimonov@gmail.com> |
Fix build on travis mac os version |
e85b29cc | 02-Jul-2017 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Make quickfind interruptible.
Fixes #60 |
ef0c51b0 | 10-Jul-2017 |
Nicolas Bonnefon <nickbnf@users.noreply.github.com> |
Merge pull request #165 from variar/fix_mouse_button_check
Fix mouse button check |
c6557e6e | 30-Jun-2017 |
Anton Filimonov <anton.filimonov@gmail.com> |
Use clicked signal instead of toggled |
2f6e624b | 30-Jun-2017 |
Anton Filimonov <anton.filimonov@gmail.com> |
Fix mouse button check |
481c483c | 13-Jun-2017 |
Sergei Dyshel <qyron.private@gmail.com> |
Fix compiler warnings |
51fe49c1 | 22-Jun-2017 |
Sergei Dyshel <qyron.private@gmail.com> |
Remove connect to followDisabled (no such slot) |
7cbb2ca4 | 22-Jun-2017 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Remove support for 'Wildcard' searches.
Thy are untested and probably not used much. Also fix a bug in QRegularExpression implementation of QuickFind. |
4fb0346e | 21-Mar-2016 |
Anton Filimonov <anton.filimonov@gmail.com> |
Switch from deprecated QRegExp to QRegularExpression |
f25e35f2 | 21-Jun-2017 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Add support for CP1251 and CP1252. |
4343ea42 | 21-Jun-2017 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Show null characters as spaces. |
2f6fa462 | 21-Jun-2017 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Re-work position calculation to display UTF-16 properly. |
0faa4758 | 19-Jun-2017 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Add automatic support for UTF16. |
05467f52 | 02-Jun-2017 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Fix and end of line bug when a line is extended on a block (256) boundary. |
4a4a124e | 20-Mar-2017 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Add initial support for UTF-16. |
aa0a9454 | 24-May-2017 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Add shortcuts 'v', '+' and '-' to manipulate filtered view size and content.
Fixes #156 |
7552c461 | 23-May-2017 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Add [space] and 'm' shortcuts to switch view and set/unset a mark. |
8e788202 | 23-May-2017 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Allow [ and ] to move to next/prev mark.
Fixes #140 |
de1abac6 | 20-Apr-2017 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
When doing a partial index, detect the start point in the worker thread.
It used to be done in the main thread and mangled the index in some cases.
Fixes #149. |
90d2843c | 21-Mar-2017 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Change comment and desktop file to support opening multiple files. |
23e02468 | 21-Mar-2017 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Merge remote-tracking branch 'variar/f_open_several_files' |
f7ea9867 | 21-Mar-2017 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Use file size in addition to date for file change polling on Win.
Fixes #65 |
02531d6a | 20-Mar-2017 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Fix a crash in CompressedLineStorage due to an unitialised value. |
d1edc4fc | 19-Mar-2017 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Restore geometry regardless of "re-load" setting.
Fixes #130 |