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 |
470ea169 | 10-Jul-2017 |
Nicolas Bonnefon <nickbnf@users.noreply.github.com> |
Merge pull request #167 from variar/ignore_case_fix
Use clicked signal instead of toggled |
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) |
adca3814 | 13-Jun-2017 |
Sergei Dyshel <qyron.private@gmail.com> |
Add some Qt-specific files to .gitignore |
d26ce8cd | 16-Jun-2017 |
Sergei Dyshel <qyron.private@gmail.com> |
Clang-format style file |
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. |
c1150e2d | 31-May-2017 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Switch to Qt 5.8.0 for Mac builds, fixing a high CPU usage problem. |
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 |
624d1a5d | 21-Apr-2017 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Ensure debug symbols are generated on macOS. |
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' |