Commit Graph

30 Commits (1849609e0734be414e3e8e59f8d8a58aa61ccaec)

Author SHA1 Message Date
Timothy Stack df3df8369c [session] stages 4 years ago
Timothy Stack ce0383dee1 [build] fix some warnings 4 years ago
Timothy Stack 0940e97b2b [nits] fix some naming issues
Fixes #169
4 years ago
Timothy Stack e442f84e80 [textview] pause loading of files by pressing =
Fixes #670
5 years ago
Timothy Stack 06d1098211 [config] initial support for themes
For #422

Still more to do
5 years ago
Timothy Stack 153b59ea8a [status] some fixes for the bottom status bar
Fixes #603
Fixes #578
5 years ago
Timothy Stack a63b6a199c [filter] in the filter editor, use "t" to toggle the type of filter
Related to #423
6 years ago
Timothy Stack 2345a32423 [filter] add panel that shows the set of filters
Initial version, still needs some cleanup
6 years ago
Timothy Stack 8776f6a703 [sql] do some minimal parsing/annotation of SQL statements
Defect Number:
    Reviewed By:
   Testing Done:
7 years ago
Timothy Stack f81d4aefd8 [logview] some more work on highlighting out-of-time-order messages 8 years ago
Timothy Stack 3523526174 [statusview] check for a status source during update since this is reachable through callbacks 8 years ago
Timothy Stack 33682de936 [status] always check the width and trigger a window_change if it is different from the last draw
Fixes #293
8 years ago
Timothy Stack cc5e70fb30 [cmd] add help to the command prompt 9 years ago
Suresh Sundriyal 72bdbb5839 [-Wsign-compare] statusview_curses.hh 9 years ago
Timothy Stack 4ce9a1e871 [elapsed-time] add a visual indicator for sharp changes in message rate 10 years ago
Timothy Stack f4aeb11ad5 [view_curses] use a vector for string attributes
Using a map/multimap is too expensive/complex for how many
attributes we have on a line due to how many tree nodes
need to be malloced/freed.  Just using a vector should be
good enough and a lot faster.
11 years ago
Timothy Stack 59c1d4313b [mouse] more mouse support and other fixes 11 years ago
Timothy Stack 2cd356b4c5 [log format] some more work to externalize log formats; color identifiers in logs 11 years ago
Timothy Stack 5a7d6dab2c [cleanup] uncrustify 11 years ago
Timothy Stack 3e54f1d8cc [status] add stitching to the status line 11 years ago
Timothy Stack 5d478fc17a [cleanup] start a tracer/debugger for the data parser 11 years ago
Timothy Stack 98a595ade9 [cleanup] some more cleanup as suggested by cppcheck 11 years ago
Timothy Stack 865849f017 [spam] uncrustify pass 11 years ago
Timothy Stack 3128dc772c [sqlite] Major improvements to the sqlite integration.
This is a checkpoint of the improvements to the sqlite integration.  The
data_parser stuff should be much better now and I've tried to improve
other parts of the user experience as well.
11 years ago
Timothy Stack f62b5c271c [release] bump to 0.5.1 11 years ago
Timothy Stack d4f170e747 cppcheck fixes 11 years ago
Timothy Stack b68a1bba9b [test] some cleanup for tests and other things
Just a cleanup pass
12 years ago
Timothy Stack b5b2624fe9 [build] some more curses cleanup 12 years ago
Timothy Stack 1d40a8edcf build work 15 years ago
tstack b4ec432515 first commit 15 years ago