History log of /glogg/src/session.cpp (Results 1 – 18 of 18)
Revision Date Author Comments
# 6a12446e 29-Aug-2014 Nicolas Bonnefon <nicolas@bonnefon.org>

Make FileWatcher into a virtual class.

And create a Qt and an inotify implementation.


# b76966a6 01-Sep-2014 Nicolas Bonnefon <nicolas@bonnefon.org>

Store and restore the main window geometry.


# a44d09bc 04-Jun-2014 Nicolas Bonnefon <nicolas@bonnefon.org>

Store the CrawlerWidget geometry with the session.


# 3b4aad7f 05-May-2014 Nicolas Bonnefon <nicolas@bonnefon.org>

Prevent reopening an already open file.


# 11582726 22-Jan-2014 Nicolas Bonnefon <nicolas@bonnefon.org>

Change the API for Persistable to use shared pointers.


# a3b56311 19-Jan-2014 Nicolas Bonnefon <nicolas@bonnefon.org>

Handle trying to open a non-existing file.


# 60864ff5 19-Jan-2014 Nicolas Bonnefon <nicolas@bonnefon.org>

Crawler doesn't sent "loadFinished" until it is.. finished!


# 0e97f16d 18-Jan-2014 Nicolas Bonnefon <nicolas@bonnefon.org>

Displays the right file name in title and status.


# b57881fa 12-Jan-2014 Nicolas Bonnefon <nicolas@bonnefon.org>

Complete reloading of the previous session (with storage backend).


# 8964a9ad 10-Jan-2014 Nicolas Bonnefon <nicolas@bonnefon.org>

Implements reloading of the previous session (partial).


# b423cd88 05-Jan-2014 Nicolas Bonnefon <nicolas@bonnefon.org>

Make the QuickFind application wide instead of per tab.


# cdd89779 14-Dec-2013 Nicolas Bonnefon <nicolas@bonnefon.org>

Add support for closing tabs.


# 1b5e406e 14-Dec-2013 Nicolas Bonnefon <nicolas@bonnefon.org>

Moved the SavedSearches object to the session.


# 7847299c 01-Dec-2013 Nicolas Bonnefon <nicolas@bonnefon.org>

Move stopLoading back to the CrawlerWidget, next to reload.


# 78b9e3f6 30-Nov-2013 Nicolas Bonnefon <nicolas@bonnefon.org>

Use the list of files in the Session.


# 039481ac 25-Nov-2013 Nicolas Bonnefon <nicolas@bonnefon.org>

Move the responsibility of creating the LogData to the Session...

... from the CrawlerWidget.


# f0708ca8 24-Nov-2013 Nicolas Bonnefon <nicolas@bonnefon.org>

Starting moving file functionalities from CrawlerWidget to Session.


# d96f3f21 24-Nov-2013 Nicolas Bonnefon <nicolas@bonnefon.org>

Start writing the interface for the new Session/View architecture.