Commit Graph

18 Commits

Author SHA1 Message Date
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
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
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
6fd3783878 add notes plugin 2022-01-29 18:53:05 +01:00
6e6029f6a2 allow other plugins to open files 2021-12-10 15:51:32 +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
6bacfc065b sort menu items 2021-11-27 09:42:25 +01:00
5c08dc4a5a cleanup 2021-11-26 19:12:52 +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