kdusek
2b3d9eb07f
Add search feature for Gotify alerts
build / build-win64 (push) Waiting to run
build / build-macos (push) Waiting to run
build / build-pip (push) Failing after 12s
2025-12-06 03:10:41 +01:00
kdusek
efdc63e1ab
Remove subject filtering, keep only priority buttons
...
build / build-pip (push) Failing after 12s
build / build-win64 (push) Has been cancelled
build / build-macos (push) Has been cancelled
- Remove subject filter menu and related code
- Simplify filtering to priority groups only
- Keep Remove Filters button for priority reset
- Clean up unused code and UI elements
2025-12-01 18:03:54 +01:00
kdusek
4c3b6925e5
Add message filtering by priority and subject, with CRITICAL always visible
...
- Implement MessagesProxyModel for client-side filtering
- Add priority filter buttons (LOW 0-3, NORMAL 4-8, HIGH 9, CRITICAL 10 always shown)
- Add subject filter menu with checkable actions for message titles
- Add Remove Filters button to reset all filters
- Restore priority 10 persistent notification setting in options
- Fix settings dialog errors and update UI layouts
- Ensure CRITICAL priority messages cannot be filtered out but can toggle persistent pop-ups
2025-12-01 18:02:05 +01:00
Hg
a8a03321f2
mainwindow: add standard shortcut for "refresh" button
2025-04-05 09:07:48 +02:00
dries.k
b4accedd61
Merge branch 'application-order'
2023-08-17 23:25:00 +02:00
dries.k
10d1d7b0ae
don't recompute the index
2023-06-11 22:53:23 +02:00
dries.k
b2718acf1b
disable MainWindow buttons while messages are being inserted
2023-05-30 21:21:57 +02:00
dries.k
4eceae5a40
use QCoreApplication.instance instead of passing the instance through several objects
2023-05-30 20:53:25 +02:00
dries.k
76992fe922
fix: colorSchemeChanged not getting triggered after window has been closed
2023-05-27 13:47:17 +02:00
dries.k
7d47c79898
Simplify the inserting and processing of messages.
...
Message widgets are now inserted into the listView through the `rowsInserted` callback of the messages model.
Messages are processed in the GetMessagesTask and GetApplicationMessagesTask when fetching multiple new messages. Single new incoming messages are processed in ProcessMessageTask.
2023-05-21 12:52:52 +02:00
seird
bc221d6c8f
Automatic theme ( #29 )
...
* add "automatic" theme
set the theme and icons based on the system theme
* update the default icons based on system theme
* update pyqt to 6.5.0 to get the colorSchemeChanged callback
* rename style to theme
* remove unused svg files for default theme
* ServerInfoDialog: update feedback colors in dark mode
2023-05-21 11:41:01 +02:00
dries.k
eaf4ba57a3
render images
2022-12-03 10:03:10 +01:00
dries.k
a6a3869371
change the status widget on theme change
2022-11-04 11:38:45 +01:00
dries.k
ac15d079ef
change the tray icon to show there are unread notifications
2022-11-02 20:19:02 +01:00
seird
a8a854ce6b
Add basic dark & light theme ( #18 )
2022-11-02 19:31:56 +01:00
Hg
5192dead01
pop window on current desktop if window was visible on another desktop
...
if window was already shown on a desktop and the tray was clicked, the window
would not pop
2022-10-08 14:06:22 +02:00
dries.k
1b4fec83d4
make sure the pop-up is closed when the main window is hidden
2022-09-03 13:31:34 +02:00
dries.k
28fef2c9de
basic image pop-up on hover
2022-09-03 13:31:33 +02:00
dries.k
71a6036cce
increase the relative font size of the selected application label
2022-08-27 11:06:05 +02:00
dries.k
fa985f1023
respect system font sizes by default
2022-08-21 10:20:00 +02:00
dries.k
613319185c
do not collapse the message list
2022-04-10 19:00:31 +02:00
dries.k
08d4d60559
ask for confirmation when deleting multiple messages
2022-03-29 22:43:52 +02:00
dries.k
2d08cdd9e7
QSize: cast float to int
2022-02-17 13:10:05 +01:00
dries.k
0bea6ea14f
a better main window
2022-02-08 22:12:52 +01:00