1
0
Fork 0
mirror of https://github.com/borgbase/vorta synced 2024-12-22 15:57:34 +00:00
Commit graph

10 commits

Author SHA1 Message Date
Manu
0e8432602d
Remove pkg_resources use (#2098) 2024-10-20 14:04:25 +01:00
Manu
1f062359d8 Minor: include exclusion presets for macos package 2023-11-30 11:34:03 +00:00
real-yfprojects
ca497f8815 Run hooks on the code base.
This adds trailing lines to files,
removes trailing white space in all the other lines and unifies line endings.
Additionally it formats the test code with `black`.
2022-08-16 18:20:34 +02:00
Manu
eb037dd41b Build fixes 2021-06-08 18:50:56 +04:00
Manu
0bdcb577e2
Add /opt/homebrew/bin to PATH. Fixes #1001 (#1002) 2021-05-30 19:33:24 +04:00
Manu
2b009c517f Minor: Add hidden keyring imports for macOS 2021-03-03 22:01:34 +08:00
Manu
aa04d72252
Add QTimer to ensure background jobs are scheduled correctly. (#780)
* Add QTimer to ensure background jobs are scheduled correctly.
* Exclude from App Nap to keep timer enabled.
* Remove notifications for schedule changes, since we do it very often now.
2021-02-11 14:09:22 +08:00
Manu
10c9b9acc1
Newer macOS deploy target for detecting dark mode. Fixes #575 2020-08-13 15:42:50 +08:00
Manu
920c4332f3
Adjust icon color to work on light and dark background. Fixes #489 2020-06-22 16:37:19 +08:00
Manu
82844a17b4
Add macOS notarization, use Github Workflows for testing (#407)
* Improve macOS packaging, add notarization.
* Properly use QApplication while testing, remove workarounds.
* Use Github Workflows instead of Travis.
* Remove outdated test workaround.
2020-03-03 13:19:36 +08:00