Commit Graph

70 Commits

Author SHA1 Message Date
9b9399f120 replace ScaledScrollBar with BigScrollBar
step 2 - connect the line up/down, page up/down events
2024-04-14 09:13:06 +02:00
3d6cf84cd7 replace ScaledScrollBar with BigScrollBar
step 1 - manually moving the slider
2024-04-13 08:47:36 +02:00
2b65e61e43 remove follow tail 2024-04-11 19:06:56 +02:00
6538e85f37 add positions of hits to the range slider 2024-03-28 20:21:07 +01:00
7f4f6ab004 use folder of the original file in "copy to file" action 2024-03-26 18:17:52 +01:00
b8b4b4e790 make the original file name known to the filter view 2024-03-26 18:12:42 +01:00
66d6a728cc make it possible to activate highlighter only for specific file types
In stage 1 we use a glob pattern matching the file name.
Stage 2 (which I will maybe implement some day) might use some additional magic byte sequence for file type detection.
2024-03-25 19:23:24 +01:00
56189f4094 use transparent line background by default 2024-03-25 18:40:03 +01:00
5f30862a83 keep position on handle 2024-03-24 20:06:00 +01:00
017a51a24a remove code for drawing ticks 2024-03-24 19:59:38 +01:00
442d3173c8 don't show context menu entries for ranges when range slider is disabled 2024-03-24 16:46:15 +01:00
f3a68d0dee add context menu actions to set range start and end 2024-03-24 12:06:48 +01:00
ff3d3ddc27 simplified ScaledScrollbar to (hopefully) fix the issue that the scrollbar became invalid for huge files when used in tandem with the range slider 2024-03-23 17:31:28 +01:00
741454e6f7 remove obsolete method 2024-03-22 15:58:23 +01:00
03d615bff0 add shortcut für "copy selection to file" 2024-03-21 19:41:27 +01:00
20d8bbfe3e time delta for time diff view is changeable 2023-05-28 10:48:32 +02:00
707aaf7323 fix select all
Got broken when the range slider was added.
Select all did not select the last 4kb.
2023-02-17 20:16:18 +01:00
df78576f8e use icon from theme if available 2023-02-16 19:28:22 +01:00
82c74e48b5 add fallback icon for color chooser 2023-01-30 18:58:24 +01:00
ab74d11827 add fallback icons 2023-01-30 18:58:01 +01:00
3dcdbdf2d5 skip update of big text if file was not modified 2023-01-29 10:36:56 +01:00
3c47db1d98 clear status bar when removing selection 2023-01-29 09:35:40 +01:00
ee514dc305 add support for regex groups
If a filter regex contains groups, then we only highlight the group matches.
2023-01-29 09:26:04 +01:00
d47949fdca show how many bytes are selected 2023-01-28 18:52:24 +01:00
ee181fb8fc add icons for list modifications 2023-01-26 20:00:50 +01:00
07a6ec69fa make it possible to disable highlighters 2023-01-26 19:31:33 +01:00
1901747d91 reduce padding around color button
other form elements don't have that padding
2023-01-23 19:37:07 +01:00
b393e4e850 support custom colors in constructor 2023-01-23 19:27:20 +01:00
04377ca956 remove old highlightingdialog 2023-01-22 19:05:58 +01:00
e8fe759f70 add new highlight dialog 2023-01-22 18:53:38 +01:00
bdac446d51 fix not all characters shown when line contains tabs 2023-01-21 09:47:33 +01:00
49048f5820 fix some tests after renaming method 2023-01-21 09:42:48 +01:00
d17c0a56f9 add missing return types 2023-01-21 09:42:31 +01:00
209ad71235 don't use anti aliasing for horizontal line when drawing handle 2022-12-19 16:18:39 +01:00
493649dad5 skip highlighter when query is empty 2022-12-18 19:57:45 +01:00
addca937c5 only draw visible highlight 2022-12-18 19:37:36 +01:00
d0fb7d4362 only draw visible full line background instead of maximal possible width 2022-12-18 19:26:02 +01:00
ef7694fdc6 only draw visible text 2022-12-18 19:23:14 +01:00
ed221d908d respect range limit when selecting all text 2022-12-17 19:28:06 +01:00
9c311f8c67 respect range limit when searching 2022-12-17 18:35:22 +01:00
b8433306fa update min/max for scaledScrollbar
has some issues when scrolling to the end
2022-12-17 18:04:42 +01:00
ed94d7bc67 add more tests 2022-12-17 15:32:50 +01:00
a06a2d01f3 intermediate state after fixing the logfilemodel test 2022-12-17 10:06:15 +01:00
5df0dc0c82 remove obsolete method 2022-12-01 17:55:39 +01:00
e8f9e140fd add range slider component 2022-12-01 17:48:05 +01:00
2f32ecfbf6 disable debug logging 2022-09-18 16:18:02 +02:00
b2db955e9e add follow tail feature 2022-09-18 16:08:41 +02:00
d35d87f4a9 use custom document-save-as icon 2022-09-03 18:12:25 +02:00
59c3170757 use custom select all icon 2022-09-03 17:57:02 +02:00
11f4262b96 use custom copy icon 2022-09-03 17:32:25 +02:00