ced968a9 | 18-Jan-2015 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Optimise searches when there is a lot of matches. |
65076e27 | 21-Dec-2014 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Ensure path received from external commands are absolute.
Fixes #77 |
3089b1a1 | 19-Dec-2014 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Minor adjustment for building on Win32. |
f688be2e | 18-Dec-2014 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Use the previous settings for auto-refresh and ignore case checkboxes. |
8f46a826 | 13-Dec-2014 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Fix a build issue with Qt5. |
dc1c9514 | 13-Dec-2014 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Fix a bug: unable to shut down WatchTower...
... when an inaccessible dir has been added on Windows. |
cf609627 | 05-Dec-2014 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Bring glogg to the front on Windows as well. |
67cec333 | 22-Nov-2014 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Bring glogg to front when a new file is loaded from external signal. |
8b11848f | 21-Nov-2014 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Correct following a file in a non-existant directory. |
721a2433 | 24-Nov-2014 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Correct automatic search restart on truncation. |
59d4e393 | 23-Nov-2014 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Keep the automatic search active even when the file is truncated.
Fixes #47 |
91f7c705 | 07-Nov-2014 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Fix the WatchTowerDriver to re-add new files. |
dfb2a39c | 07-Nov-2014 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Add a temporary config.h and make CMake recognise c++11 compiler support. |
1ee847ca | 27-Oct-2014 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
LogData now only register files once with the FileWatcher. |
3104b268 | 03-Nov-2014 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Cleanup directories when they are not watched. |
58f443c7 | 01-Nov-2014 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Add a temporary config.h to build with qmake.
Will be removed when we switch to cmake. |
f09fa651 | 28-Oct-2014 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Integrate Windows implementation in templated WatchTower. |
b0345991 | 27-Oct-2014 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Add a way to interrupt the WatchTower. |
dc7f5916 | 26-Oct-2014 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Minor fixes to allow building on gcc < 4.7. |
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. |
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. |