Commits on Source (17)
-
default values are provided by the dark/light theme, colors are then overriden by the system themes this will be less tedious than using qml states to switch values. This will also allows system theme to specify colors beyond QPalette
21020e2c -
ece93ce0
-
This reinstate the QPalette theme which was removed in a previous commit
aeebb713 -
e1f6564c
-
fix: #26511
5e93540e -
7d262bff
-
793cbf36
-
The behavior is now provided by the system theme provider on windows
d5f52bbb -
b238cd81
-
at the moment only CSD buttons are provided
396ffe51 -
fafb22d3
-
528592d3
-
0ccfe25e
-
9c7645a2
-
872698f4
-
0f289b99
-
this avoids implementation duplication
5ae2fbdc
Showing
- configure.ac 10 additions, 0 deletionsconfigure.ac
- modules/gui/qt/Makefile.am 34 additions, 3 deletionsmodules/gui/qt/Makefile.am
- modules/gui/qt/dialogs/firstrun/firstrunwizard.cpp 0 additions, 3 deletionsmodules/gui/qt/dialogs/firstrun/firstrunwizard.cpp
- modules/gui/qt/maininterface/mainui.cpp 4 additions, 2 deletionsmodules/gui/qt/maininterface/mainui.cpp
- modules/gui/qt/maininterface/qml/BannerSources.qml 3 additions, 1 deletionmodules/gui/qt/maininterface/qml/BannerSources.qml
- modules/gui/qt/player/qml/TopBar.qml 12 additions, 3 deletionsmodules/gui/qt/player/qml/TopBar.qml
- modules/gui/qt/qt.cpp 13 additions, 0 deletionsmodules/gui/qt/qt.cpp
- modules/gui/qt/style/VLCColors.qml 71 additions, 218 deletionsmodules/gui/qt/style/VLCColors.qml
- modules/gui/qt/style/VLCStyle.qml 14 additions, 2 deletionsmodules/gui/qt/style/VLCStyle.qml
- modules/gui/qt/style/defaultthemeproviders.hpp 30 additions, 0 deletionsmodules/gui/qt/style/defaultthemeproviders.hpp
- modules/gui/qt/style/gtkthemeprovider/gtk_compat.cpp 59 additions, 0 deletionsmodules/gui/qt/style/gtkthemeprovider/gtk_compat.cpp
- modules/gui/qt/style/gtkthemeprovider/gtk_compat.h 266 additions, 0 deletionsmodules/gui/qt/style/gtkthemeprovider/gtk_compat.h
- modules/gui/qt/style/gtkthemeprovider/gtk_util.cpp 601 additions, 0 deletionsmodules/gui/qt/style/gtkthemeprovider/gtk_util.cpp
- modules/gui/qt/style/gtkthemeprovider/gtk_util.h 230 additions, 0 deletionsmodules/gui/qt/style/gtkthemeprovider/gtk_util.h
- modules/gui/qt/style/gtkthemeprovider/gtkthemeprovider.cpp 231 additions, 0 deletionsmodules/gui/qt/style/gtkthemeprovider/gtkthemeprovider.cpp
- modules/gui/qt/style/gtkthemeprovider/nav_button_provider_gtk.cpp 497 additions, 0 deletions...gui/qt/style/gtkthemeprovider/nav_button_provider_gtk.cpp
- modules/gui/qt/style/gtkthemeprovider/nav_button_provider_gtk.h 62 additions, 0 deletions...s/gui/qt/style/gtkthemeprovider/nav_button_provider_gtk.h
- modules/gui/qt/style/gtkthemeprovider/scoped_gobject.h 113 additions, 0 deletionsmodules/gui/qt/style/gtkthemeprovider/scoped_gobject.h
- modules/gui/qt/style/qtthemeprovider.hpp 153 additions, 0 deletionsmodules/gui/qt/style/qtthemeprovider.hpp
- modules/gui/qt/style/systempalette.cpp 532 additions, 0 deletionsmodules/gui/qt/style/systempalette.cpp
modules/gui/qt/style/qtthemeprovider.hpp
0 → 100644
modules/gui/qt/style/systempalette.cpp
0 → 100644