Commit Graph

238 Commits

Author SHA1 Message Date
andi 1f7ffe0488 option to disable the highlighting of search terms 2021-11-01 15:56:26 +01:00
andi 9d0b8b6fff cleanup 2021-11-01 15:38:03 +01:00
andi 7ffc524175 fix word selection when clicking into line with multi byte chars 2021-11-01 15:37:07 +01:00
andi 9916965792 select line on triple click 2021-11-01 15:32:24 +01:00
andi 66de106651 use Close button in about dialog instead of Ok 2021-11-01 15:22:05 +01:00
andi 06ffc3826d update end of selection when using click + shift 2021-11-01 15:18:57 +01:00
andi f471f4785e select word on double click 2021-11-01 15:13:41 +01:00
andi 2f1aabb379 rename 'manage highlighting' to 'highlighters' 2021-10-31 19:52:11 +01:00
andi 50965d9a0b add readme with list of features 2021-10-31 19:50:43 +01:00
andi 0d04432d8b add version and ok button to about dialog 2021-10-31 19:50:33 +01:00
andi f1b0bf4981 add context menu 2021-10-31 19:01:26 +01:00
andi 9fb8a45ef7 save highlighters
remove user config (not needed)
2021-10-31 18:05:10 +01:00
andi 3d80640609 show file size and name in status bar 2021-10-31 17:55:00 +01:00
andi e7cbe15292 we probably don't need this lock 2021-10-31 15:17:57 +01:00
andi 572d95a151 fix indentation of copy to clipboard 2021-10-31 13:56:18 +01:00
andi bb99fb2c58 partially fix scrolling in files > 2 GB 2021-10-31 13:53:17 +01:00
andi 79f9219e9a save selection to file if above threshold 2021-10-31 12:30:26 +01:00
andi 86de0b9830 new and improved color palette 2021-10-31 09:50:39 +01:00
andi a18f09b5f3 fix method name 2021-10-31 09:50:22 +01:00
andi 59a4173929 use QSettings to store window geometry 2021-10-31 07:52:13 +01:00
andi 87eb0a9bf1 add shortcuts for menu items 2021-10-30 21:05:14 +02:00
andi 6e35971263 tiny improvements to the color palette 2021-10-30 20:59:58 +02:00
andi 2826b93432 color button with drop down 2021-10-30 20:28:19 +02:00
andi f3f700f737 check if form is dirty 2021-10-30 16:43:27 +02:00
andi aee0ff9968 add dialog to manage highlighters
- no support for "no color"
- settings not saved to disk
2021-10-30 16:25:34 +02:00
andi 43e85d2863 remove file name from window title after closing the last file 2021-10-30 09:56:22 +02:00
andi 5b95c328d5 open files after the window has been opened
this way we can update the window title
2021-10-30 09:55:57 +02:00
andi f8483c242d update qt to 6.2.1 2021-10-30 09:46:46 +02:00
andi c33fd9b2b7 cleanup 2021-10-29 16:52:33 +02:00
andi 86b70f43ac ask user before creating a clipboard larger than 5 MB 2021-10-29 16:52:13 +02:00
andi fbd378cbf4 open file dialog in folder of currently open file 2021-10-29 14:27:45 +02:00
andi 029d60fc77 trying out another icon 2021-10-29 12:38:56 +02:00
andi d4db320e17 read highlighters from settings.ini 2021-10-29 11:53:47 +02:00
andi 5b9db22f39 open files by drag&drop 2021-10-29 11:02:38 +02:00
andi 6653f2ae89 recent file menu 2021-10-29 10:36:50 +02:00
andi 4c00dfed50 keep track of recent files 2021-10-29 10:09:49 +02:00
andi 4f50fd03a4 more font_size to a new config file for session data
We need config and session data.
config is what the user changes. Only read by the app.
session is what the app remembers. Read and written by the app.
2021-10-29 09:53:53 +02:00
andi 99d9be795b set window title to file name 2021-10-29 09:32:08 +02:00
andi bc8f9b006d store font size in settings file 2021-10-29 09:21:46 +02:00
andi 74e89ff78b add icon to about dialog 2021-10-28 19:58:54 +02:00
andi 999008e46e support files over 2 GB 2021-10-28 18:37:10 +02:00
andi ee338c45ad add application icon 2021-10-28 17:48:05 +02:00
andi 7f96adebdf faster destruction
It takes a while to wait until the observer thread stopped.
2021-10-28 15:13:54 +02:00
andi 8bab40e2ec about dialog 2021-10-28 12:22:06 +02:00
andi 0326013cbc use transparent color for selection highlight
other highlighting is still visible
2021-10-28 10:27:39 +02:00
andi cdd382858a highlight matches 2021-10-28 10:22:15 +02:00
andi dbfe0bebf8 move highlights to model
makes it easier to manage highlights
2021-10-28 09:52:00 +02:00
andi a0e6c24098 reset search hits when entering empty or invalid query 2021-10-28 09:48:38 +02:00
andi 02f1ce3af9 move font size update to settings class 2021-10-28 09:44:44 +02:00
andi f42ff06ce8 use wheel + ctrl to change font size 2021-10-28 09:40:40 +02:00