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. |
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. |
6a12446e | 29-Aug-2014 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Make FileWatcher into a virtual class.
And create a Qt and an inotify implementation. |
8efee818 | 11-Sep-2014 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Merge pull request #70 from xhargh/master
Added more ways of closing documents |
1e522573 | 10-Sep-2014 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Adjust the command line argument to make reloading the session optional. |
edbd433f | 11-Sep-2014 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Fixes the WinExternalCom bug (only works in debug). |
b76966a6 | 01-Sep-2014 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Store and restore the main window geometry. |
04325d43 | 21-Aug-2014 |
Gustav Andersson <xhargh@gmail.com> |
Changed shortcut for close tab to Ctrl+W |
045bfe08 | 21-Aug-2014 |
Gustav Andersson <xhargh@gmail.com> |
Close tab using middle mouse button |
63dc3514 | 21-Aug-2014 |
Gustav Andersson <xhargh@gmail.com> |
Added Close and Close All |
9c01a031 | 01-Aug-2014 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Correct the tab bar style on Windows. |
f109b95b | 26-Jun-2014 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Make the version checker a build option. |
a3f81147 | 21-Jun-2014 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Implement scheduling of the version checking. |
460de700 | 21-Jun-2014 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Introduces a dialogue box to notify of a new version. |
92bcda3b | 20-Jun-2014 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Initial implementation of version comparison. |
431d01de | 08-Jun-2014 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Initial implementation of the version checker. |
8a9275b2 | 16-May-2014 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Add a background task handler to the MainWindow. |
d73b7073 | 11-Jun-2014 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Improvement on tabs shortcuts. |
35c20658 | 09-Jun-2014 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Add website to About box.
Fixes #58 |
f88e59a4 | 09-Jun-2014 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Implements Firefox style tab shortcuts.
(Shift)-Ctrl-Tab: Switches to next/previous Alt-Number: Switch to
Fixes #62 |
a44d09bc | 04-Jun-2014 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Store the CrawlerWidget geometry with the session. |
0b44c002 | 16-May-2014 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Remove debug and old code in WinExternalCom. |