e69ce5bd | 28-Oct-2009 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Adds history of past searches. |
3c966ed9 | 28-Oct-2009 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Implements drag and drop to load files. |
0b5cce74 | 26-Oct-2009 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Add a default font to avoid a bug on first use when no font has been selected. |
51c709da | 22-Oct-2009 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Fix the 'apply' command in both option dialogs. |
7bc8b988 | 20-Oct-2009 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Correct the console to only appear in debug on windows. |
4749edd3 | 15-Oct-2009 |
Nicolas Bonnefon <nicko@bonnefon.org> |
Add missing image files. |
0a767665 | 07-Oct-2009 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Add watching file on disk and notification when it's changed. |
d97230dd | 06-Oct-2009 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Clean up the mechanism to create new searches and remove the old ones. |
3c71185d | 06-Oct-2009 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Add the toolbar, it reports file name/size. Add (broken) reload action. |
f4bd6280 | 06-Oct-2009 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Shorten the hash in About box. |
c7fcff3d | 04-Oct-2009 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Minor typo correction. |
fc774231 | 02-Oct-2009 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Merge branch 'bullets'
Conflicts: abstractlogview.cpp |
ce51ff1e | 02-Oct-2009 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Hardcode a sensible selection of colors. |
970e5715 | 01-Oct-2009 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Add colors filtering in the drawing function. |
a9f34b77 | 01-Oct-2009 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Add serialization of FilterSet to the settings. |
5d3f567f | 01-Oct-2009 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Filter box now functional. |
636069d8 | 29-Sep-2009 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Add the filters to the global configuration. |
7fdc916b | 28-Sep-2009 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
First implementation of the Filters box. |
52434190 | 27-Sep-2009 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Correction: now clears the bottom view when loading a new file. |
948fb2fa | 26-Sep-2009 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
LogFilteredData now use a faster bisection method to find lines. |
649b599d | 26-Sep-2009 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Add script to generate test logs. |
257f352a | 26-Sep-2009 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Add perf script to analize log files. |
225ca1a3 | 25-Sep-2009 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Implement the white/red bullets. |
e6b12c1d | 24-Sep-2009 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Move maxLength code to the leaf classes, making AbstractLogData a pure interface. |
043efcb1 | 24-Sep-2009 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Don't scroll the screen when a line selected in the bottom view is on screen. |