#
e191a637 |
| 13-Aug-2018 |
Nicolas Bonnefon <nickbnf@users.noreply.github.com> |
Merge pull request #235 from Seeraeuber/encoding
Additional encodings
|
#
048334c9 |
| 09-Aug-2018 |
Seerauber <andreas.haamann@web.de> |
Added additional encodings as requested in #217
|
#
8b54586c |
| 14-Feb-2018 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Fix a regression when 'follow' mode is disabled when file is updated.
|
#
c59cadb3 |
| 14-Feb-2018 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Avoid marking the tab 'red' on the first search.
|
#
af94bdd6 |
| 14-Feb-2018 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Persist the "follow" mode across sessions.
Fixes #183
|
#
f5d8bcb4 |
| 13-Feb-2018 |
Nicolas Bonnefon <nickbnf@users.noreply.github.com> |
Merge pull request #178 from danberindei/preserve-scrollbars-after-search
Preserve scrollbars after search
|
#
71df3a3b |
| 08-Nov-2017 |
Nicolas Bonnefon <nickbnf@users.noreply.github.com> |
Merge pull request #186 from variar/glogg_keep_selected_line
Keep selected line visible when search pattern changes
|
#
3ff6c941 |
| 28-Oct-2017 |
Anton Filimonov <anton.filimonov@gmail.com> |
Keep selected line visible when search pattern changes
|
#
209000a6 |
| 28-Sep-2017 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Rework encoding handling for multi-byte files. Add a test and fix a bug when copying from a utf-16 file.
|
#
3d745936 |
| 13-Sep-2017 |
Dan Berindei <dan@infinispan.org> |
Preserve scrollbars after search
Search was setting the maximum marked line length to 0.
|
#
481c483c |
| 13-Jun-2017 |
Sergei Dyshel <qyron.private@gmail.com> |
Fix compiler warnings
|
#
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.
|
#
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.
|
#
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.
|
#
78dc0425 |
| 31-Oct-2016 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Update 'Follow' option as the user switches between files.
|
#
8ea5bc4c |
| 02-Mar-2016 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Fix replacing search with a new, empty one.
|
#
5fa25391 |
| 12-Feb-2016 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Add support for UTF-8 files.
Fixes #16
|
#
28c802ba |
| 31-Jan-2016 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Correct the search stop button.
|
#
7999f43e |
| 23-Jan-2016 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Improve data icons look and behaviour.
|
#
2493b508 |
| 15-Jan-2016 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Improve "pull to follow" locking when the file is short.
|