dries.k
|
490044d9a7
|
update widgets_settings design
|
2025-03-27 18:32:58 +01:00 |
|
seird
|
a3ae246580
|
Merge pull request #44 from hydrargyrum/patch-1
widget_settings.ui: allow minimum priority of 0
|
2025-03-27 18:27:10 +01:00 |
|
hydrargyrum
|
0730c160f6
|
widget_settings.ui: allow minimum priority of 0
it's a valid priority for gotify
closes #43
|
2025-03-27 10:45:21 +01:00 |
|
dries.k
|
ed815fb459
|
fix typo in setup.py
|
2024-10-29 17:15:07 +01:00 |
|
dries.k
|
05da3a8295
|
v0.5.3
|
2024-10-29 17:10:20 +01:00 |
|
dries.k
|
f40f154f30
|
remove linux builds
|
2024-10-29 16:58:20 +01:00 |
|
dries.k
|
4e34c5e614
|
update github actions
|
2024-10-29 16:52:18 +01:00 |
|
dries.k
|
3ee3942c01
|
update application name
|
2024-10-29 16:51:41 +01:00 |
|
dries.k
|
8062c58eba
|
fix: pyqt import error (?)
|
2024-08-27 16:26:16 +02:00 |
|
dries.k
|
4a1f1804c1
|
don't set palette
|
2024-05-18 00:07:59 +02:00 |
|
dries.k
|
a8d77773b9
|
update requirements
|
2024-05-18 00:04:37 +02:00 |
|
dries.k
|
7f10d0c0a1
|
simplify VerifyServerInfoTask
|
2024-05-18 00:04:04 +02:00 |
|
dries.k
|
8f2203d47a
|
setDesktopFileName for wayland icon
|
2024-05-17 23:53:02 +02:00 |
|
dries.k
|
7a173dbf94
|
add option to disable showing image urls as images
|
2024-05-17 23:52:31 +02:00 |
|
dries.k
|
357cd89e25
|
v0.5.2
|
2023-08-27 21:14:06 +02:00 |
|
dries.k
|
ccb4e9ffe2
|
update readme
|
2023-08-27 21:12:09 +02:00 |
|
dries.k
|
926c7d3b20
|
read version from file in develop workflow
|
2023-08-22 21:03:07 +02:00 |
|
dries.k
|
0f5caf1b9d
|
use fpm to build deb; installs to /opt/gotify-tray/
|
2023-08-22 20:59:30 +02:00 |
|
dries.k
|
851056852d
|
show version in settings window
|
2023-08-22 20:49:24 +02:00 |
|
dries.k
|
de7229e911
|
rename method
|
2023-08-19 17:27:11 +02:00 |
|
dries.k
|
b569eee977
|
write a settings value only if it has been changed
|
2023-08-18 00:03:16 +02:00 |
|
dries.k
|
b4accedd61
|
Merge branch 'application-order'
|
2023-08-17 23:25:00 +02:00 |
|
dries.k
|
bc4c83b71c
|
fix incorrect out of focus colors on some desktop environments
|
2023-08-17 23:12:45 +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
|
804f6eb05b
|
make gotify api return values uniform
|
2023-07-09 18:34:02 +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
|
1862ed4f7b
|
v0.5.1
|
2023-06-18 17:34:06 +02:00 |
|
dries.k
|
f91e9b9dda
|
update pyqt
|
2023-06-18 17:26:28 +02:00 |
|
dries.k
|
7ed6eb02e1
|
user parent() method
|
2023-06-11 22:53:55 +02:00 |
|
dries.k
|
10d1d7b0ae
|
don't recompute the index
|
2023-06-11 22:53:23 +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
|
c1323fefed
|
set message priority color in stylesheet
|
2023-05-31 21:11:45 +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
|
81c7e0a1da
|
pip package: make sure the proper package versions are used
|
2023-05-28 02:04:45 +02:00 |
|
dries.k
|
ca0cb9b5a7
|
v0.5.0
|
2023-05-28 00:41:28 +02:00 |
|
dries.k
|
a0dcd7e988
|
bump minimum python version to 3.10
|
2023-05-28 00:36:38 +02:00 |
|
seird
|
82a37c202d
|
Merge pull request #31 from seird/dependabot/pip/develop/websocket-client-1.5.2
Bump websocket-client from 1.5.1 to 1.5.2
|
2023-05-28 00:36:18 +02:00 |
|
dependabot[bot]
|
2baf79f7aa
|
Bump websocket-client from 1.5.1 to 1.5.2
Bumps [websocket-client](https://github.com/websocket-client/websocket-client) from 1.5.1 to 1.5.2.
- [Release notes](https://github.com/websocket-client/websocket-client/releases)
- [Changelog](https://github.com/websocket-client/websocket-client/blob/master/ChangeLog)
- [Commits](https://github.com/websocket-client/websocket-client/compare/v1.5.1...v1.5.2)
---
updated-dependencies:
- dependency-name: websocket-client
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-05-27 22:35:09 +00:00 |
|
seird
|
96f38a1425
|
Merge pull request #32 from seird/dependabot/pip/develop/requests-2.31.0
Bump requests from 2.28.2 to 2.31.0
|
2023-05-28 00:34:27 +02:00 |
|
dries.k
|
6e385b57c2
|
fix mixing of messages when changing applications too quickly
|
2023-05-27 17:07:11 +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
|
234557df46
|
add option to set date label as system locale format
|
2023-05-22 23:22:23 +02:00 |
|
dries.k
|
42f3cfcd9d
|
Merge branch 'cleanup' into develop
|
2023-05-22 23:19:59 +02:00 |
|
dries.k
|
c6e7924681
|
ServerInfoDialog: unset state when input is changed
|
2023-05-22 23:16:07 +02:00 |
|
dependabot[bot]
|
2031af1d37
|
Bump requests from 2.28.2 to 2.31.0
Bumps [requests](https://github.com/psf/requests) from 2.28.2 to 2.31.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.28.2...v2.31.0)
---
updated-dependencies:
- dependency-name: requests
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-05-22 20:59:50 +00:00 |
|