f09fa651 | 28-Oct-2014 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Integrate Windows implementation in templated WatchTower. |
96bde7d5 | 24-Oct-2014 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Make the WatchTower parametric (only works for inotify). |
b278d183 | 24-Oct-2014 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Refactor WatchTower to use a parameterised Driver. |
c540156c | 24-Oct-2014 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Refactor WatchTower to be concrete and uses a virtual Driver. |
5d489994 | 22-Oct-2014 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Add the config.h.in (only used for tests for now). |
a0b17fd1 | 22-Oct-2014 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Make inotify able to treat multiple events. |
84b2179e | 21-Oct-2014 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Improve implementation of WinWatchTower and integrates it. |
af7adfdd | 15-Oct-2014 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Add the WinNotificationInfo class for Windows' WatchTower. |
a0936e1e | 03-Oct-2014 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Implements a native Windows version of WatchTower. |
87e05652 | 03-Oct-2014 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Starts refactoring WatchTower to be multi-platform. |
3af68c64 | 03-Oct-2014 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
WatchTower: Adds test for symlink behaviour. |
8f031b5a | 03-Oct-2014 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
WatchTower: add notification for moved/renamed files. |
b827fa8e | 02-Oct-2014 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Add tests for WatchTower and remove a nasty race in both test and code. |
84af0c9b | 28-Sep-2014 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Add new CMakeLists for integrating Google Tests.
Also add a test for the FileWatcher and WatchTower. |
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. |
b76c5bcf | 06-Dec-2010 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Correct the handling of non-LF terminated files when data is added to them.
Add a test for this particular case. |
5db60fd3 | 03-Dec-2010 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Refactor LogDataWorkerThread to put the common code to the base class. |