History log of /glogg/src/crawlerwidget.h (Results 1 – 25 of 26)
Revision Date Author Comments
# c59cadb3 14-Feb-2018 Nicolas Bonnefon <nicolas@bonnefon.org>

Avoid marking the tab 'red' on the first search.


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


# f25e35f2 21-Jun-2017 Nicolas Bonnefon <nicolas@bonnefon.org>

Add support for CP1251 and CP1252.


# 4a4a124e 20-Mar-2017 Nicolas Bonnefon <nicolas@bonnefon.org>

Add initial support for UTF-16.


# aa0a9454 24-May-2017 Nicolas Bonnefon <nicolas@bonnefon.org>

Add shortcuts 'v', '+' and '-' to manipulate filtered view size and content.

Fixes #156


# 78dc0425 31-Oct-2016 Nicolas Bonnefon <nicolas@bonnefon.org>

Update 'Follow' option as the user switches between files.


# 5fa25391 12-Feb-2016 Nicolas Bonnefon <nicolas@bonnefon.org>

Add support for UTF-8 files.

Fixes #16


# 7999f43e 23-Jan-2016 Nicolas Bonnefon <nicolas@bonnefon.org>

Improve data icons look and behaviour.


# b297d2f4 01-Jan-2016 Nicolas Bonnefon <nicolas@bonnefon.org>

Integrate pull to follow functionnality and improve UI.


# 45ef183c 20-Dec-2015 Nicolas Bonnefon <nicolas@bonnefon.org>

Revert the data icons when there is activity in a tab.

This commit breaks compatibility with Qt4, so long!


# f688be2e 18-Dec-2014 Nicolas Bonnefon <nicolas@bonnefon.org>

Use the previous settings for auto-refresh and ignore case checkboxes.


# 59d4e393 23-Nov-2014 Nicolas Bonnefon <nicolas@bonnefon.org>

Keep the automatic search active even when the file is truncated.

Fixes #47


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

Store the CrawlerWidget geometry with the session.


# 812146a8 12-Feb-2014 Nicolas Bonnefon <nicolas@bonnefon.org>

Defend against allocation errors whilst indexing.


# 0f9fd9ed 21-Jan-2014 Nicolas Bonnefon <nicolas@bonnefon.org>

Fixes memory leaks identified by Valgrind.


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

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


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

Have the CrawlerWidget send all state signal when activated.


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


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


# 32e44cfd 01-Dec-2013 Nicolas Bonnefon <nicolas@bonnefon.org>

Correctly implement Reload.

Now reload instead of loading again in a different crawler.


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


12