d2b38ed8 | 12-Jan-2014 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Ensure QF signals are disconnected when switching tab. |
ee835f33 | 12-Jan-2014 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Plug the signals to the new tab when switching. |
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). |
548acbf6 | 09-Jan-2014 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Tighten the main frame by setting margins to 0. |
8570d8d2 | 08-Jan-2014 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Correctly handle quickfind keys '/' and '?'. |
b423cd88 | 05-Jan-2014 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Make the QuickFind application wide instead of per tab. |
093a1bf6 | 04-Jan-2014 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Create a TabbedCrawlerWidget to allow styling of the tab bar. |
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. |
27ddfd3a | 14-Dec-2013 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Use a tabbed widget to display several files.
Fixes #5 |
7847299c | 01-Dec-2013 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Move stopLoading back to the CrawlerWidget, next to reload. |
32e44cfd | 01-Dec-2013 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Correctly implement Reload.
Now reload instead of loading again in a different crawler. |
313a820f | 30-Nov-2013 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Implement a signal multiplexer between the MainWindow and the CrawlerWidget(s). |
0a90ca6a | 30-Nov-2013 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Cleanup the starting sequence. |
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. |
cdc631c3 | 24-Nov-2013 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Fix moving a unique_ptr<const> to a shared_ptr<const>.
gcc 4.6 doesn't like it even though it should be allowed. |
c51eaa77 | 15-Nov-2013 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Change makefile to add new C++0x/C++11 flags. |
eb6a8f99 | 13-Nov-2013 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Now builds with Qt5. |
ef13a493 | 12-Nov-2013 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
More smart pointer usage in the LogDatas. |
306d9ac9 | 06-Nov-2013 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Enable C++11 and starts using smart pointers in the LogData. |
821cac88 | 16-Oct-2013 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Remove the code supporting old Qt versions.
WARNING, this breaks compatibility with Qt 4.3 |