Commit Graph

6 Commits

Author SHA1 Message Date
i1sm3ky 7535f92ac8
PyQt6 Upgrade (#1685)
This puts Vorta on PyQt6 and starts a new main branch 0.9.

---------

Co-authored-by: real-yfprojects <real-yfprojects@users.noreply.github.com>
Co-authored-by: Manu <3916435+m3nu@users.noreply.github.com>
Co-authored-by: yfprojects <62463991+real-yfprojects@users.noreply.github.com>
2023-04-17 11:17:01 +01:00
Manu b6a24debb7 Apply automatic formatting 2022-08-15 15:23:55 +02:00
Nicholas D Steeves 35b9d9c0da
Add valid copyright header to Johan Rade's work. By @sten0 (#716) 2020-11-17 13:02:40 +08:00
Manu 79ef4717d7
Proper dark style support and removal of style hacks (#475)
* Remove qtdarkstyle and custom fusion style.
* Support instant changes from light to dark style
* Adjust SVG icon colors on-the-fly, adjust to dark theme in real time (macOS)
* Add OS-independent dark mode detection. Fix QToolbox style after theme changes.
* Remove some unnecessary style options, like `uses_light_icon` and `use_dark_style`.
2020-05-31 19:29:26 +08:00
Hofer-Julian 329f096fb4
Fix "Force-Fusion-Style" (#320)
Prevents getting "Segmentation Fault" when using foreground option"
2019-06-29 09:10:55 +02:00
Hofer-Julian ab04d84fc1 Implement QtSingleApplication by @Hofer-Julian
- Use C-style single app implementation with messaging across instances of the same app.
- Open main window when application already runs.
2019-04-07 15:36:46 +08:00