1956a64e | 23-Sep-2009 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Correct a crash when searching on an empty log. |
87c32809 | 23-Sep-2009 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Add the COPYING file (GPL v3 licence) |
b692636b | 23-Sep-2009 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Add a lot of comments and code style fixes. |
103eda69 | 22-Sep-2009 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Change Makefile to put .o and .moc files into subdirs. |
e08ea43b | 22-Sep-2009 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Add the GPL notice to all the files. |
03e2a2dc | 22-Sep-2009 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Changed to proper unix end of line. |
e2341498 | 18-Sep-2009 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Link the line in the filtered view to the correct line in the main view. |
9aa62d73 | 18-Sep-2009 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Change the background color to white. |
21a3fb7c | 17-Sep-2009 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
The two views are now initialised properly when they have no data. |
ad3b1c8c | 17-Sep-2009 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Correct a bug, destroying the emptyLogData when loading a new file. |
dfce0453 | 17-Sep-2009 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Add a search info line.
The interface between CrawlerWidget and the LogFilteredData has been changed. A search with an empty search box is now possible and will restore the bootom view to an empty s
Add a search info line.
The interface between CrawlerWidget and the LogFilteredData has been changed. A search with an empty search box is now possible and will restore the bootom view to an empty search.
show more ...
|
caf6903a | 16-Sep-2009 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Add support for horizontal scroll bars. |
d6f7a817 | 15-Sep-2009 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Correct a problem with the scroll bar when jumping. |
3e77c5cf | 15-Sep-2009 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
First implementation of line selection. |
cf4309db | 15-Sep-2009 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Add construction of LogFilteredData with the new implementation. |
25e7e2c6 | 13-Sep-2009 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Merged the QStringList implementation og LogData. |
c1dc2f24 | 13-Sep-2009 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Add a simple QListString implementation of logData. |
342b1260 | 13-Sep-2009 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Correct an off limit index in the random page unit test. |
016d1518 | 11-Sep-2009 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Merge branch 'master' of nicko@secure.bonnefon.org:/home/nicko/logcrawler |
68e690b9 | 11-Sep-2009 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Implement basic filtering with regex. |
fb02acfa | 11-Sep-2009 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Update unit tests for lodata (added page by page perf test). |
c8151eff | 10-Sep-2009 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Add an option dialog and the associated Configuration singleton class.
Only the font selection is working right now. |
3d07307a | 08-Sep-2009 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Rework the class hierarchy,introducing AbstractLogData and AbstractLogView. |
7a792ce3 | 08-Sep-2009 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Now uses default font. And add the console on Windows |
c58feced | 03-Sep-2009 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
First implementation of the search window. |