58 Commits

Author SHA1 Message Date
kdusek
7b695d7b7f Fix compatibility issues with Qt/PyQt6 versions
Some checks failed
build / build-win64 (push) Waiting to run
build / build-macos (push) Waiting to run
build / build-pip (push) Failing after 11s
- Add null check for message.message in search filter
- Handle missing colorScheme/colorSchemeChanged methods for older Qt versions
- Add display check to prevent hanging in headless environments
- Update build documentation with system package alternative
- Update PyInstaller spec for Python 3.12
- Improve run.sh script with venv management
2025-12-06 04:00:10 +01:00
kdusek
efdc63e1ab Remove subject filtering, keep only priority buttons
Some checks failed
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
kdusek
2108568f50 Add persistent notifications for priority 10 messages
Some checks failed
build / build-pip (push) Failing after 1m13s
build / build-win64 (push) Has been cancelled
build / build-macos (push) Has been cancelled
- Implement custom PersistentNotification widget with flashing background
- Add settings for persistent priority 10 notifications and sound control
- Modify notification logic to show persistent pop-ups for priority 10
- Allow closing all persistent notifications via tray icon click
- Add AGENTS.md with type checking guidelines
- Configure pyright to suppress PyQt6 false positives
- Update UI in settings dialog for new options
- Add notification sound file
2025-11-26 15:10:50 +01:00
dries.k
3ee3942c01 update application name 2024-10-29 16:51:41 +01:00
dries.k
8f2203d47a setDesktopFileName for wayland icon 2024-05-17 23:53:02 +02:00
dries.k
b4accedd61 Merge branch 'application-order' 2023-08-17 23:25:00 +02:00
dries.k
db8bfc0f44 remove websocket-client dependency in favor of QWebSocket 2023-08-05 16:36:12 +02:00
dries.k
6b5434978b remove python-dateutil dependency in favor of QDateTime 2023-08-05 15:21:28 +02:00
dries.k
84495caf43 add option to toggle server watchdog thread 2023-07-09 15:03:10 +02:00
dries.k
9668fd6bb8 set system locale on application start 2023-06-25 13:58:14 +02:00
dries.k
ad5797b5b3 do not set the tray icon color on low priority messages 2023-06-02 21:17:41 +02:00
dries.k
c57e3d5bca Follow the system theme and set the icons accordingly, no more handcrafted theming 2023-05-30 21:51:58 +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
a7f5534c6b in addition to aborting the task, also disconnect from the message signal 2023-05-28 18:14:44 +02:00
dries.k
6e385b57c2 fix mixing of messages when changing applications too quickly 2023-05-27 17:07:11 +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
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
b3692a3bf9 fix refresh halting when deleting a message 2023-04-08 09:48:54 +02:00
dries.k
a9aac24085 clear the cache after deleting *all* messages 2022-12-28 16:05:50 +01:00
dries.k
1c67cdc357 no longer clear cache when refreshing applications 2022-12-04 20:56:12 +01:00
dries.k
12f6e028fb hide the mainwindow with a qtimer 2022-12-04 19:47:18 +01: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
eea1c874cc update icons on theme change 2022-11-03 18:21:41 +01:00
dries.k
79370bc232 add tray unread icon setting 2022-11-03 17:42:22 +01:00
dries.k
53ab09bee9 set fusion style before verify_server 2022-11-02 23:46:38 +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
dries.k
61071286ad handle listener error 2022-10-14 21:46:21 +02:00
dries.k
fb15c8bf80 macos icons 2022-09-25 10:42:18 +02:00
dries.k
70ec1d2efa do not read cache twice 2022-09-03 13:31:34 +02:00
dries.k
6b2536916f track underMouse 2022-09-03 13:31:34 +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
548b49f610 add option to change notification click behavior 2022-09-03 12:43:52 +02:00
dries.k
7a7b23b877 macos: prevent hang on quit (?) 2022-08-21 10:34:17 +02:00
dries.k
1426e75632 macos: do not trigger the main window and context menu simultaneously 2022-08-21 10:18:31 +02:00
dries.k
9ec3ca401d manual refresh also redownloads the application images 2022-08-04 00:28:55 +02:00
dries.k
d575a74a8e simplify GotifyClient.listen 2022-07-29 18:55:00 +02:00
dries.k
e373536263 apply new server settings without needing to restart 2022-07-29 18:41:58 +02:00
dries.k
e5ce9f6201 rename setting keys 2022-04-05 12:55:35 +02:00
dries.k
b622a0fe58 import/export/reset settings 2022-04-04 15:44:46 +02:00
dries.k
a06977abe3 ctrl+Q to quit 2022-03-30 14:10:38 +02:00
dries.k
17e41c414d check for missed messages on reconnect 2022-03-29 17:06:45 +02:00
dries.k
150af23fd8 improve manual reconnecting 2022-03-02 20:05:57 +01:00
dries.k
01738b8411 improve manual reconnecting 2022-02-17 14:00:31 +01:00