Commit Graph

237 Commits

Author SHA1 Message Date
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
34d81ef6d0 v0.4.2 2023-04-08 14:31:59 +02:00
dries.k
bcc9a1255c update dependencies 2023-04-08 14:24:55 +02:00
dries.k
826cef90af set focus when verifying server info 2023-04-08 11:40:00 +02:00
dries.k
3199a29e82 update readme 2023-04-08 10:18:50 +02:00
dries.k
b3692a3bf9 fix refresh halting when deleting a message 2023-04-08 09:48:54 +02:00
dries.k
d71b053fdd dark theme: add border around qcheckbox 2023-01-07 21:03:31 +01:00
dries.k
558ec0dbae rename orange/red to medium/high 2023-01-07 21:02:25 +01:00
dries.k
072eb273dc increase contrast between message widget and background in dark theme 2023-01-05 23:04:51 +01:00
dries.k
cc6415641f update workflow 2023-01-05 23:04:02 +01:00
dries.k
2de60774ae v0.4.1 2022-12-28 18:38:38 +01:00
dries.k
a8b8535d77 update images 2022-12-28 18:38:10 +01:00
dries.k
e00c2d4ca1 display message priority colors 2022-12-28 18:21:43 +01:00
dries.k
a9aac24085 clear the cache after deleting *all* messages 2022-12-28 16:05:50 +01:00
dries.k
5f8f65c4eb v0.4.0 2022-12-11 17:37:04 +01:00
dries.k
6549aed685 Merge branch 'render-images' into develop 2022-12-07 19:13:31 +01:00
dries.k
1c67cdc357 no longer clear cache when refreshing applications 2022-12-04 20:56:12 +01:00
dries.k
953e1db6f1 add option to clear the image cache 2022-12-04 19:55:31 +01:00
dries.k
12f6e028fb hide the mainwindow with a qtimer 2022-12-04 19:47:18 +01:00
dries.k
86fbf003e1 add scale image factor to default settings 2022-12-04 16:17:47 +01:00
dries.k
304daee5ff make sure pixmap height is an int 2022-12-03 10:06:00 +01:00
dries.k
f7c162ecc9 Merge branch 'render-images' of github.com:seird/gotify-tray into render-images 2022-12-03 10:04:22 +01:00
dries.k
807f4956ce improve responsiveness when switching applications 2022-12-03 10:03:10 +01:00
dries.k
eaf4ba57a3 render images 2022-12-03 10:03:10 +01:00
dries.k
827fc138e2 update python version 2022-12-03 10:00:18 +01:00
dries.k
552a476bbc improve responsiveness when switching applications 2022-12-03 09:36:04 +01:00
dries.k
5ef258da4f render images 2022-12-01 18:52:05 +01:00
seird
e49787424e Merge pull request #20 from seird/revert-pending-workaround
revert .pending error workaround: no longer needed in v1.4.2
2022-11-16 20:09:13 +01:00
dries.k
31ba4639f7 revert .pending error workaround: no longer needed in v1.4.2 2022-11-15 17:12:39 +01:00
dries.k
c7ed4ef27e fix: properly delete font message widget in settings 2022-11-13 18:13:58 +01:00
dries.k
99f529f780 v0.3.1 2022-11-04 12:07:43 +01:00
dries.k
f10ada6cd0 add option to reset fonts to default 2022-11-04 12:02:01 +01:00
dries.k
332a22b32b disable tray unread icon color by default 2022-11-04 11:39:03 +01:00
dries.k
a6a3869371 change the status widget on theme change 2022-11-04 11:38:45 +01:00
dries.k
689347b004 v0.3.0 2022-11-03 18:26:58 +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
5c01fcc747 use light icons on dark background 2022-11-03 17:41:21 +01:00
dries.k
53ab09bee9 set fusion style before verify_server 2022-11-02 23:46:38 +01:00
dries.k
686bac7499 format theme string 2022-11-02 23:42:29 +01:00
dries.k
857a94ccb5 change button pressed color 2022-11-02 23:27:02 +01:00
seird
5086daddac Merge pull request #14 from seird/dependabot/pip/develop/pyqt6-6.4.0
Bump pyqt6 from 6.3.1 to 6.4.0
2022-11-02 21:05:11 +01:00
dries.k
44da71d5e3 update workflow actions 2022-11-02 20:52:56 +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
dependabot[bot]
987f2c2930 Bump pyqt6 from 6.3.1 to 6.4.0
Bumps [pyqt6](https://www.riverbankcomputing.com/software/pyqt/) from 6.3.1 to 6.4.0.

---
updated-dependencies:
- dependency-name: pyqt6
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-01 21:19:16 +00:00
seird
7fd412e80b Merge pull request #17 from seird/fix-pending-error
workaround for .pending error
2022-11-01 22:18:27 +01:00
dries.k
5268864b49 show application icon in font editor 2022-11-01 19:31:46 +01:00
dries.k
930b8b9c7d update image urls 2022-11-01 19:29:46 +01:00