d5530387 | 22-Dec-2010 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Add support for update search in the Crawler. |
c1611c89 | 23-Nov-2010 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Add checkbox for ignoring case and auto refreshing the search. |
7ab70cd2 | 21-Dec-2010 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Correct update search on non LF terminated lines.
When an update search is made, glogg now re-search the last line in case it has changed. |
2851c541 | 09-Dec-2010 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Build tests with optimisation and allow profiling. |
b76c5bcf | 06-Dec-2010 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Correct the handling of non-LF terminated files when data is added to them.
Add a test for this particular case. |
5db60fd3 | 03-Dec-2010 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Refactor LogDataWorkerThread to put the common code to the base class. |
ba40a297 | 01-Dec-2010 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Implement the low level part of 'update' searches. |
20ec540a | 26-Nov-2010 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Refactored LogFilteredDataWorkerThread to handle "updating" searches.
No functionality added in this commit. |
5979e7e8 | 23-Nov-2010 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Correctly shows the final line if it doesn't end with LF. |
112671c1 | 05-Nov-2010 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Display "Searching" when QuickFind takes a long time. |
e79c1bc7 | 03-Nov-2010 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Add notification when QuickFind reaches end/begin.
The notification is given in the QuickFindWidget that times out after 2s. |
2334ca12 | 04-Nov-2010 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Search backward within a line when QF-ing backward. |
cf0d6d42 | 04-Nov-2010 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Correct handling of lines containing tabs for QuickFind and double click selection. |
f2978a14 | 26-Oct-2010 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Make partial selections return tab expanded strings. |
d9fc63dc | 26-Oct-2010 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Replace magic values for length of tab stop by a static variable.
Also remove disused common.h header file. |
5fc7617d | 25-Oct-2010 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Update the getLength/getMaxLength functions to count expanded tabs. |
0b10dd00 | 23-Oct-2010 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Optimise line expanding. |
36c1f171 | 20-Oct-2010 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Add new methods to AbstractLogData to expand tabs.
Works but slow, need optimisation. |
6a9e5a53 | 20-Oct-2010 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Adjust the performance analysis script. |
d01f5507 | 08-Oct-2010 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Minor corrections to docs, TODO and release script.
Release script doesn't store date in the .gz, making the same .gz every time. |
e0fd8fa2 | 01-Oct-2010 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Update copyright information (add 2010). |
5c8b745a | 30-Sep-2010 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Add line selection to the 'g' keyboard shortcut. |
6291b7af | 24-Sep-2010 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Display the current line number in the status bar. |
ff5fb372 | 21-Sep-2010 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Restore up and down icons in the filter dialog. |
f7b6c5c7 | 21-Sep-2010 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Correct a concurrent access bug in LogData. |