René Stadler
|
c0bb774c43
|
Some search fixes
|
2014-09-11 20:51:43 +02:00 |
|
René Stadler
|
a6f268ab4b
|
Add GUI utility function to add a popup menu to a widget
|
2014-09-11 20:51:42 +02:00 |
|
René Stadler
|
cec4541f3d
|
Add context menu to bottom view, with entry to clear all lines
|
2014-09-11 20:51:42 +02:00 |
|
René Stadler
|
492f663a5a
|
Fix copying of line to clipboard
|
2014-09-11 20:51:42 +02:00 |
|
René Stadler
|
60e794e8a2
|
Remove implicit keybinding of copy message action
|
2014-09-11 20:51:42 +02:00 |
|
René Stadler
|
44303a412e
|
Fix adding rows to the bottom view
|
2014-09-11 20:51:42 +02:00 |
|
René Stadler
|
2b59250ec0
|
Fix crash when adding a line to bottom view with log filter turned on
|
2014-09-11 20:51:42 +02:00 |
|
René Stadler
|
08e6121766
|
Implement filtered log model index translation
|
2014-09-11 20:51:42 +02:00 |
|
René Stadler
|
bfd0ad3960
|
Add support for stacking log model filters
|
2014-09-11 20:51:42 +02:00 |
|
René Stadler
|
98e1541488
|
Do not let the user add duplicate lines to the bottom log view
|
2014-09-11 20:51:42 +02:00 |
|
René Stadler
|
9a9e40a3ce
|
Keep the bottom view sorted by timestamp
|
2014-09-11 20:51:42 +02:00 |
|
René Stadler
|
db7943cedb
|
Unbreak filtering again
|
2014-09-11 20:51:42 +02:00 |
|
René Stadler
|
68fd8fc604
|
Improve method to update log view after search text change
|
2014-09-11 20:51:42 +02:00 |
|
René Stadler
|
c28059e36c
|
Use the mmapped fileobj in more places and use slice access
|
2014-09-11 20:51:42 +02:00 |
|
René Stadler
|
4424eb686f
|
Add simple cache eviction to LazyLogModel to limit memory usage
|
2014-09-11 20:51:42 +02:00 |
|
René Stadler
|
89f8ebe0cf
|
Implement lazy highlighting of search results
|
2014-09-11 20:51:42 +02:00 |
|
René Stadler
|
4be0be249a
|
Fix crash when showing all lines after having filtered down to zero lines
|
2014-09-11 20:51:42 +02:00 |
|
René Stadler
|
8dbfc09163
|
Avoid GtkWarning when filtering down to no visible line at all
|
2014-09-11 20:51:42 +02:00 |
|
René Stadler
|
4a2c020660
|
Hide unimplemented filtering actions
|
2014-09-11 20:51:42 +02:00 |
|
René Stadler
|
406eb80d03
|
Add preliminary log level filtering support
|
2014-09-11 20:51:41 +02:00 |
|
René Stadler
|
3087edd7f8
|
Add level, category, object filtering actions
|
2014-09-11 20:51:41 +02:00 |
|
René Stadler
|
6e35575f0b
|
Derive range/clamping model filter from the new base class
|
2014-09-11 20:51:41 +02:00 |
|
René Stadler
|
e368dbf200
|
Add identity filter model to save some memory
|
2014-09-11 20:51:41 +02:00 |
|
René Stadler
|
77de714d35
|
Add base class for filtered log models
|
2014-09-11 20:51:41 +02:00 |
|
René Stadler
|
334a3758fb
|
Move class around
|
2014-09-11 20:51:41 +02:00 |
|
René Stadler
|
b3df52cd2f
|
Change code to cleaner terminology of filter model relationships
|
2014-09-11 20:51:41 +02:00 |
|
René Stadler
|
99c871ba4a
|
For search highlighting, use pango attrlists instead of markup
|
2014-09-11 20:51:41 +02:00 |
|
René Stadler
|
80263e1416
|
After changing the filter, scroll to the selected row
|
2014-09-11 20:51:41 +02:00 |
|
René Stadler
|
fab31075c7
|
Retain bottom view model and fix crash after filter change
|
2014-09-11 20:51:41 +02:00 |
|
René Stadler
|
1e0c5215d2
|
Keep line selection when changing filter model
|
2014-09-11 20:51:41 +02:00 |
|
René Stadler
|
3081d6256d
|
Only auto size view columns once
|
2014-09-11 20:51:41 +02:00 |
|
René Stadler
|
cd935bb368
|
Remove redundant property settings
|
2014-09-11 20:51:41 +02:00 |
|
René Stadler
|
3c8fbd0da0
|
Fix window size and position state persistency
|
2014-09-11 20:51:41 +02:00 |
|
René Stadler
|
c1c71ec392
|
Correct wording in benchmark output
|
2014-09-11 20:51:41 +02:00 |
|
René Stadler
|
4ef74e1099
|
Make message column receive a minimal size, which removes the size warning
|
2014-09-11 20:51:41 +02:00 |
|
René Stadler
|
40c64be892
|
Remove more outdated comments
|
2014-09-11 20:51:40 +02:00 |
|
René Stadler
|
ad7481c82e
|
Remove outdated comment
|
2014-09-11 20:51:40 +02:00 |
|
René Stadler
|
5738b1d5df
|
Remove commented code
|
2014-09-11 20:51:40 +02:00 |
|
René Stadler
|
209448c559
|
s/omit lines/hide lines/
|
2014-09-11 20:51:40 +02:00 |
|
René Stadler
|
528c531f8b
|
After load, select the first line
|
2014-09-11 20:51:40 +02:00 |
|
René Stadler
|
7032df7e73
|
When navigating with the bottom view, select the target line
|
2014-09-11 20:51:40 +02:00 |
|
René Stadler
|
ea08ca6805
|
When activating a bottom view row, navigate the log view there
|
2014-09-11 20:51:40 +02:00 |
|
René Stadler
|
ad32656ecb
|
Add ability to add rows to bottom view
|
2014-09-11 20:51:40 +02:00 |
|
René Stadler
|
3cfcc8e635
|
Avoid copies of the line index list in the line view model (fixes range filtering)
|
2014-09-11 20:51:40 +02:00 |
|
René Stadler
|
a583af7596
|
Remove left over whitespace
|
2014-09-11 20:51:40 +02:00 |
|
René Stadler
|
47dc733bc6
|
Display timestamp and full message of selected line
|
2014-09-11 20:51:40 +02:00 |
|
René Stadler
|
635659a6b9
|
Correctly set sensitivity of row action group
|
2014-09-11 20:51:40 +02:00 |
|
René Stadler
|
b4ba3c5297
|
Adjust comment
|
2014-09-11 20:51:40 +02:00 |
|
René Stadler
|
b948b7b6e5
|
Fix handling of filename command line argument
|
2014-09-11 20:51:40 +02:00 |
|
René Stadler
|
480392b881
|
Tweak thread colors a bit
|
2014-09-11 20:51:40 +02:00 |
|