Commit Graph

270 Commits

Author SHA1 Message Date
dries.k
ae2562cf8f update readme 2022-09-04 11:37:38 +02:00
seird
ca666772b4 Merge pull request #9 from seird/dependabot/pip/develop/websocket-client-1.4.0
Bump websocket-client from 1.3.3 to 1.4.0
2022-09-04 11:36:51 +02:00
seird
0a208f5b0f Merge pull request #10 from seird/pop-up-images
Add option to show pop-up images for URLs
2022-09-03 14:02:53 +02:00
dries.k
d0ddb4686b Merge branch 'pop-up-images' of github.com:seird/gotify-tray into pop-up-images 2022-09-03 13:39:40 +02:00
dries.k
de5b535a15 make group box checkable 2022-09-03 13:32:41 +02:00
dries.k
96cf4f71f0 change w/h in settings 2022-09-03 13:32:12 +02:00
dries.k
23250acf31 remove url parameters from extension 2022-09-03 13:31:34 +02:00
dries.k
b640c7a852 only scale if the image is too large 2022-09-03 13:31:34 +02:00
dries.k
3b9931826a do not use the leaveEvent on macos 2022-09-03 13:31:34 +02:00
dries.k
70ec1d2efa do not read cache twice 2022-09-03 13:31:34 +02:00
dries.k
7957c0c4d6 add extensions to default settings 2022-09-03 13:31:34 +02:00
dries.k
6b2536916f track underMouse 2022-09-03 13:31:34 +02:00
dries.k
a53ff4cee2 scale with SmoothTransformation 2022-09-03 13:31:34 +02:00
dries.k
dc81f443aa center the image on the cursor 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
685761b973 make group box checkable 2022-09-03 13:06:28 +02:00
dries.k
548b49f610 add option to change notification click behavior 2022-09-03 12:43:52 +02:00
dries.k
0107beed9a change w/h in settings 2022-09-02 18:17:39 +02:00
dries.k
7a4abb2275 remove url parameters from extension 2022-09-02 17:40:26 +02:00
dries.k
0cf78c3be6 only scale if the image is too large 2022-09-02 17:21:27 +02:00
dries.k
4e555631ed do not use the leaveEvent on macos 2022-09-01 21:41:01 +02:00
dries.k
5e77a82629 do not read cache twice 2022-09-01 21:39:24 +02:00
dries.k
5fdfef2734 add extensions to default settings 2022-09-01 21:38:22 +02:00
dependabot[bot]
f4aeb33e68 Bump websocket-client from 1.3.3 to 1.4.0
Bumps [websocket-client](https://github.com/websocket-client/websocket-client) from 1.3.3 to 1.4.0.
- [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.3.3...v1.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-29 20:40:03 +00:00
dries.k
6dc97dda27 track underMouse 2022-08-28 21:24:41 +02:00
dries.k
bb6aa70890 scale with SmoothTransformation 2022-08-28 16:11:18 +02:00
dries.k
db03edf062 center the image on the cursor 2022-08-28 16:07:50 +02:00
dries.k
2f0d389be4 make sure the pop-up is closed when the main window is hidden 2022-08-28 16:06:46 +02:00
dries.k
5127951302 basic image pop-up on hover 2022-08-28 15:22:41 +02:00
dries.k
4f6ce0db56 remove hyphen from name 2022-08-27 16:51:39 +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
ff392f96c1 fix opening log file on macos and linux 2022-08-21 17:42:30 +02:00
dries.k
966b86ce12 v0.1.14 2022-08-21 10:53:03 +02:00
dries.k
2a1c136edd Merge branch 'develop' 2022-08-21 10:52:34 +02:00
dries.k
7a7b23b877 macos: prevent hang on quit (?) 2022-08-21 10:34:17 +02:00
dries.k
ffd0ff4ad7 notification duration: instead of showing a tooltip, just hide the elements on windows 2022-08-21 10:30:30 +02:00
dries.k
fa985f1023 respect system font sizes by default 2022-08-21 10:20:00 +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
61dd9a10be add version number to package 2022-08-05 18:53:55 +02:00
dries.k
d5dcd270d3 v0.1.13 2022-08-04 18:22:10 +02:00
dries.k
7e2f11c69d Merge branch 'develop' 2022-08-04 18:21:48 +02:00
dries.k
873f800515 upload wheel as release artifact 2022-08-04 18:21:07 +02:00
dries.k
64b89c16e9 retain wheel name for artifact 2022-08-04 18:14:55 +02:00
dries.k
e7918b59c0 do not always create all builds 2022-08-04 00:48:47 +02:00
seird
aa1adb8435 Merge pull request #6 from seird/dependabot/pip/requests-2.28.1
Bump requests from 2.27.1 to 2.28.1
2022-08-04 00:37:09 +02:00
dependabot[bot]
6f29acc405 Bump requests from 2.27.1 to 2.28.1
Bumps [requests](https://github.com/psf/requests) from 2.27.1 to 2.28.1.
- [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.27.1...v2.28.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-03 22:36:38 +00:00
seird
c9a5aea522 Merge pull request #4 from seird/dependabot/pip/pyqt6-6.3.1
Bump pyqt6 from 6.3.0 to 6.3.1
2022-08-04 00:36:31 +02:00
dependabot[bot]
22df401d9b Bump pyqt6 from 6.3.0 to 6.3.1
Bumps [pyqt6](https://www.riverbankcomputing.com/software/pyqt/) from 6.3.0 to 6.3.1.

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-03 22:36:10 +00:00
seird
3c47635b02 Merge pull request #5 from seird/dependabot/pip/websocket-client-1.3.3
Bump websocket-client from 1.3.2 to 1.3.3
2022-08-04 00:35:21 +02:00