#
4fb0346e |
| 21-Mar-2016 |
Anton Filimonov <anton.filimonov@gmail.com> |
Switch from deprecated QRegExp to QRegularExpression
|
#
821cac88 |
| 16-Oct-2013 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Remove the code supporting old Qt versions.
WARNING, this breaks compatibility with Qt 4.3
|
#
4bf9c5f5 |
| 03-Jan-2012 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Implements the UI part of the Marks feature and connect it to the backend.
Fixes #4
|
#
a1e4ce92 |
| 03-Jan-2012 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Complete implementation of Marks (backend).
Also implemented unit tests for it.
|
#
64c49544 |
| 14-Dec-2011 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
First implementation of the Marks backend.
Also implements some basic unit tests at the LogFilteredData level.
|
#
5f12ccba |
| 24-Nov-2011 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Remove some tests affected by race conditions.
Also add a script to run unit tests.
|
#
0b28d87c |
| 17-Nov-2011 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Refactor the unit tests to avoid race conditions.
|
#
7d862d7e |
| 18-Feb-2011 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Fix the nasty info line flash when the loading/search is short.
We now ignore progress updates of 0% and 100%.
|
#
7ab70cd2 |
| 21-Dec-2010 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Correct update search on non LF terminated lines.
When an update search is made, glogg now re-search the last line in case it has changed.
|
#
2851c541 |
| 09-Dec-2010 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Build tests with optimisation and allow profiling.
|
#
5db60fd3 |
| 03-Dec-2010 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Refactor LogDataWorkerThread to put the common code to the base class.
|
#
ba40a297 |
| 01-Dec-2010 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Implement the low level part of 'update' searches.
|
#
20ec540a |
| 26-Nov-2010 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Refactored LogFilteredDataWorkerThread to handle "updating" searches.
No functionality added in this commit.
|
#
5fc7617d |
| 25-Oct-2010 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Update the getLength/getMaxLength functions to count expanded tabs.
|
#
3ab7c5b5 |
| 30-Mar-2010 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Fix race conditions when interrupting a loading by another loading.
The operations in LogData are now queued and only started when the previous one has been reported done by the worker thread.
|
#
5f0a91fa |
| 28-Mar-2010 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Fix file size and number of lines for very big files.
Now uses qint64 for both file size and line number (but not for match index so far).
|
#
d0d26f4f |
| 20-Feb-2010 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Implements a new FileWatcher in order to watch even a non-existent/deleted file (via its directory).
|
#
46291021 |
| 05-Jan-2010 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Hack around the race condition interruptSearch/clearSearch when entering a blank search. Minor unit test correction.
|
#
0ed63e59 |
| 01-Jan-2010 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Make LogFilteredData block if a second search is requested. Improves the tests for LogFilteredData.
|
#
f35c72b9 |
| 17-Dec-2009 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Implementation of asynchronous searches (LogFilteredDataWorkerThread).
|