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
dries.k
b4accedd61
Merge branch 'application-order'
2023-08-17 23:25:00 +02:00
dries.k
8ea89b1df9
try to improve readability
2023-05-21 12:54:59 +02:00
dries.k
0ca78ad8d9
update type hinting
2023-05-21 12:53:33 +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
dries.k
fa985f1023
respect system font sizes by default
2022-08-21 10:20:00 +02:00
dries.k
0bea6ea14f
a better main window
2022-02-08 22:12:52 +01:00