Commit Graph

325 Commits

Author SHA1 Message Date
508fb1d100 replace some control characters for display in ui
QT fails if nul byte is in string.
2022-03-28 11:26:50 +02:00
297f67b9b5 add time diff plugin 2022-03-12 09:28:38 +01:00
b99421e8e7 add copy to ZonedPluginRegistry 2022-03-12 08:28:09 +01:00
edb264dbf5 add ZonedPluginRegistry 2022-02-27 08:54:52 +01:00
1a286723a9 add caret-down icon 2022-02-22 20:17:54 +01:00
a5ce2f83cd add progress bar 2022-02-22 20:17:35 +01:00
1f9ca04e23 cleanup 2022-02-22 19:47:40 +01:00
b81dadf8f3 prevent reset of filter when changing tabs 2022-02-22 19:42:16 +01:00
ac3b9960c8 save queries 2022-02-20 18:39:26 +01:00
e24954889d use signals to trigger rendering update 2022-02-20 09:50:38 +01:00
916eac5134 use signals to enable/disable the cancel button 2022-02-20 08:36:54 +01:00
d28c870a0a use pythons locale package to determine the system locale 2022-02-12 10:52:52 +01:00
4f6899eac5 revert
accidentially made a rebase
2022-02-12 10:49:04 +01:00
a640b35c87 rename ravenlog to krowlog
There is a database named RavenDB.
KrowLog starts with a K, which is a) distinctive and b) has an association to KDE.
2022-02-12 10:48:38 +01:00
38e14d6042 buggy progress while filtering 2022-02-12 09:14:33 +01:00
2672f8ac73 update QT to 6.2.3 2022-02-12 09:13:32 +01:00
4d8a3e08f8 add bat file for windows 2022-02-11 11:16:29 +01:00
9d6e6532ca cancel search when closing the window 2022-02-09 17:21:58 +01:00
e0b558b5c3 handle if LANG is not set 2022-02-09 16:09:23 +01:00
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