#
209000a6 |
| 28-Sep-2017 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Rework encoding handling for multi-byte files. Add a test and fix a bug when copying from a utf-16 file.
|
#
d1edc4fc |
| 19-Mar-2017 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Restore geometry regardless of "re-load" setting.
Fixes #130
|
#
5fa25391 |
| 12-Feb-2016 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Add support for UTF-8 files.
Fixes #16
|
#
b297d2f4 |
| 01-Jan-2016 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Integrate pull to follow functionnality and improve UI.
|
#
f688be2e |
| 18-Dec-2014 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Use the previous settings for auto-refresh and ignore case checkboxes.
|
#
8efee818 |
| 11-Sep-2014 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Merge pull request #70 from xhargh/master
Added more ways of closing documents
|
#
63dc3514 |
| 21-Aug-2014 |
Gustav Andersson <xhargh@gmail.com> |
Added Close and Close All
|
#
460de700 |
| 21-Jun-2014 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Introduces a dialogue box to notify of a new version.
|
#
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.
|
#
09aff35d |
| 05-May-2014 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Complete implementation of inter-instance loading using D-Bus.
|
#
812146a8 |
| 12-Feb-2014 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Defend against allocation errors whilst indexing.
|
#
11582726 |
| 22-Jan-2014 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Change the API for Persistable to use shared pointers.
|
#
0e97f16d |
| 18-Jan-2014 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Displays the right file name in title and status.
|
#
ee835f33 |
| 12-Jan-2014 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Plug the signals to the new tab when switching.
|
#
8964a9ad |
| 10-Jan-2014 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Implements reloading of the previous session (partial).
|
#
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).
|