458a6a73 | 13-Apr-2010 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Add HTML documentation from the website. |
5b935cd1 | 11-Apr-2010 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Compatibility fixes for Qt 4.3 |
3e90fb01 | 10-Apr-2010 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Add Boost's program_options |
da452361 | 04-Apr-2010 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Add a missing icon file. |
4fff86c0 | 31-Mar-2010 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Change the search buttons to "toolbar buttons". |
db2d5a43 | 31-Mar-2010 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Add an icon to stop an ongoing search. |
3ab7c5b5 | 30-Mar-2010 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Fix race conditions when interrupting a loading by another loading.
The operations in LogData are now queued and only started when the previous one has been reported done by the worker thread. |
cef94aa9 | 27-Jan-2010 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Add a stop button in the loading progress bar. |
5f0a91fa | 28-Mar-2010 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Fix file size and number of lines for very big files.
Now uses qint64 for both file size and line number (but not for match index so far). |
dd3e1dd2 | 28-Mar-2010 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Fix the black background of the status line on KDE.
InfoLine now has a custom painter to draw its background. |
fd05953d | 23-Mar-2010 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Tests if the file is readable instead of just 'exists'. |
53404fff | 23-Mar-2010 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Tests if the file exists before opening it. This is because LogData now happily accepts a non existent file. The unit test is also fixed accordingly. |
0b252c49 | 22-Mar-2010 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Improved log format to include the source filename. |
3533fc75 | 22-Mar-2010 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Status line now reports the size in human readable format and the last modified date. |
d0d26f4f | 20-Feb-2010 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Implements a new FileWatcher in order to watch even a non-existent/deleted file (via its directory). |
3f47c639 | 19-Feb-2010 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
A nonexistent file is now treated as an empty file. |
5b29309e | 17-Feb-2010 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Add a "random page" performance test. |
d0deb8b4 | 21-Jan-2010 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Now close the file when it's not read. And new AbstractLogData::getLines() function to speed up getting multiple lines. |
069450b8 | 15-Jan-2010 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Add one line copy to clipboard (and global mouse selection). |
21d48cf0 | 15-Jan-2010 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Disabled auto-completion on the search line. |
3cf2e1a1 | 11-Jan-2010 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Add notification and clear the search when the file is truncated. |
86b7c8c8 | 11-Jan-2010 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Better default font (mono/courier) and correct the font width bug. |
c45cbf55 | 07-Jan-2010 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Correct a bad use of updateData following async update. |
46291021 | 05-Jan-2010 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Hack around the race condition interruptSearch/clearSearch when entering a blank search. Minor unit test correction. |
270ea970 | 04-Jan-2010 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Make LogData (at least mostly) thread-safe. Also fix a bug in the line numbering (it started at line 1) and re-add the full sequential read test. |