History log of /glogg/src/session.h (Results 1 – 15 of 15)
Revision Date Author Comments
# fdcf994b 01-Feb-2017 Nicolas Bonnefon <nickbnf@users.noreply.github.com>

Merge pull request #142 from jwakely/master

Include required header for std::function


# 28399ec3 30-Jan-2017 Jonathan Wakely <jwakely@redhat.com>

Include required header for std::function


# 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.


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

Handle trying to open a non-existing file.


# 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.


# 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.