Skip to content
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
d64c35d
Add OS settings-aware theming
Json-To-String Dec 3, 2025
57e288a
Fix color comment
Json-To-String Dec 3, 2025
7cc2e4a
Use QPalette Accent for OS highlight, switch back to bright/dark gree…
Json-To-String Dec 8, 2025
9d1c3c3
Switch to lighter green, keep semitransparent blue
Json-To-String Dec 9, 2025
908902d
Remove redundant stylesheets from child widgets.
dihm Dec 8, 2025
b631723
Switch to palette highlight since accent does not exist in PyQt5
Json-To-String Dec 9, 2025
040c677
Simplify light or dark check, early return for pyqt5 since no color s…
Json-To-String Dec 11, 2025
eda3295
Basic handling of OS theme change for PySide6 throughout GUI.
dihm Dec 11, 2025
436cabb
Clean up imports, calls, and old conditional branch
Json-To-String Dec 12, 2025
6a599e1
Ensure that global edit box uses same custom highlight
dihm Dec 12, 2025
607bfa7
Ensure all globals cells in new global row use custom highlight color
dihm Dec 12, 2025
b8be64b
Ensure AlternatingColorModel gets correct palette colors no matter when
dihm Dec 15, 2025
67eb5f1
Ensure globals tableview colors get re-drawn
dihm Dec 15, 2025
c6331cc
Update/add logging messages.
dihm Dec 15, 2025
33a79db
Switch color handling to a singleton for easy, unified color handling…
dihm Dec 15, 2025
4661784
Ensure boolean color get updated on theme change
dihm Dec 15, 2025
fc577f5
Merge branch 'master' into pyside6-os-theming
dihm Mar 18, 2026
5db57b0
Make PyQt check more general to catch PyQt6, eventually
dihm Mar 18, 2026
e4b29c6
Fix borked logger
dihm Mar 18, 2026
65f905a
Update docstrings for the singleton class so we remember how it works…
dihm Mar 18, 2026
a327c65
Properly handle `QMouseEvent.pos()` deprecation
dihm Mar 18, 2026
4e2b209
Drop some unused variables.
dihm Mar 18, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading