Commit Graph

206 Commits

Author SHA1 Message Date
c470ca4ed1 reopen the files that were open the last time 2022-02-06 17:49:22 +01:00
283bdae0fd cleanup 2022-02-06 16:23:44 +01:00
6c9d5663e8 move files into a package structure 2022-02-06 16:21:25 +01:00
323d5d6dd5 move files into a package structure 2022-02-06 16:19:42 +01:00
1e3782aaa4 move files into a package structure 2022-02-06 16:16:31 +01:00
b45a952213 add license info for ionicons 2022-02-06 16:06:38 +01:00
57c890f21a remove feather icons 2022-02-06 16:04:30 +01:00
34cac97124 add more icons from ionicons 2022-02-06 16:03:50 +01:00
5428553a1e move files into a package structure 2022-02-06 16:02:54 +01:00
8bb4ca0563 move files into a package structure 2022-02-06 15:55:27 +01:00
111c11d5d4 remove ravenui.py by using plugin registry instead 2022-02-06 15:49:12 +01:00
6573580f3c ability to change language 2022-02-06 15:37:26 +01:00
95634355c2 some translations 2022-02-03 18:35:31 +01:00
2424674f2a fix buttons in dialog 2022-02-03 18:29:41 +01:00
9614785302 fix buttons in dialog 2022-02-03 18:24:05 +01:00
2d21de0e43 make language changeable 2022-02-02 20:04:50 +01:00
9c28a41904 i18n with gettext 2022-02-02 19:35:57 +01:00
939c86dbe2 i18n with QT 2022-02-01 18:30:15 +01:00
26e2ee89e8 remove six
does not seem to be required
2022-01-30 10:53:39 +01:00
f0555df0a9 switch from PyQt6 to PySide6
PySide6 uses LGPL instead of GPL, which is much nicer to work with.
2022-01-30 10:50:31 +01:00
f33c8b0da5 use N as shortcut 2022-01-30 07:57:15 +01:00
77fb8c0ea4 add icon for recent files menu 2022-01-29 20:05:36 +01:00
4ac9fdf13a fix corner case 2022-01-29 19:49:16 +01:00
bb15754e1e update dependencies 2022-01-29 18:53:15 +01:00
6fd3783878 add notes plugin 2022-01-29 18:53:05 +01:00
21317fd254 cleanup 2022-01-29 17:44:43 +01:00
f0c3d34995 handle character in the category 'nonspacing mark'
Those characters are ignored, because they decorate
the previous character.
2022-01-29 17:38:52 +01:00
a413134f68 allow drag&drop of multiple files 2022-01-14 08:36:18 +01:00
ba241b12e0 use cache to store char-to-column mapping
This is faster by O(n) to O(n²) compared to the previous algorithm
that would re-compute the column for each call.
2021-12-21 08:15:44 +01:00
ffea831e2d fix the way tabs are used
The previous code just assumed a tab was 4 spaces wide.
This is not true, because a tab can be between 1 and 4 spaces wide.
2021-12-21 08:15:44 +01:00
3c27913e75 update QT6 to 6.2.2 2021-12-21 08:15:44 +01:00
338a720652 add icons for future use, maybe 2021-12-21 08:15:44 +01:00
7438718190 choose font based on OS 2021-12-21 08:15:44 +01:00
541c6f90a8 fix method name after refactoring 2021-12-14 14:33:27 +01:00
e4324b03b4 reset filter only after cancelling the search
Fixes issue where the UI froze when removing the last char of a query while still a search was running. This caused the search thread to append to the newly truncated file, resulting in megabytes of null bytes at the beginning.
2021-12-10 15:58:51 +01:00
6e6029f6a2 allow other plugins to open files 2021-12-10 15:51:32 +01:00
a7bff8b089 work around for null byte issue after truncating 2021-12-05 16:22:05 +01:00
614968ca4b move the log file viewer to its own plugin
We plan to have multiple different types of tabs.
2021-12-04 16:53:02 +01:00
e255d157d8 cleanup 2021-12-04 09:37:34 +01:00
9200e997fb scroll vertically when mouse is outside the text area 2021-12-03 09:05:58 +01:00
5b7ebb2f9b fix highlighting for selections 2021-12-03 09:03:34 +01:00
6bacfc065b sort menu items 2021-11-27 09:42:25 +01:00
5c08dc4a5a cleanup 2021-11-26 19:12:52 +01:00
83f0762027 hide empty menus 2021-11-26 18:47:00 +01:00
b3e5d535b7 fix crash when double clicking behind the last char 2021-11-26 18:43:12 +01:00
0e27cb2b26 add the first plugins 2021-11-26 18:19:57 +01:00
1ea10e2933 show how to call methods on plugins 2021-11-13 18:32:28 +01:00
c8e5374aa7 add plugin registry 2021-11-13 18:12:15 +01:00
d980cd99d5 brighter background and bigger eye 2021-11-08 18:13:49 +01:00
caf979a833 add new icon 2021-11-08 17:42:15 +01:00