Vladimir Golovnev (Glassez)
|
c41df9ffbd
|
Improve coding style
|
4 years ago |
jagannatharjun
|
5b4a940842
|
Load custom theme before initializing main window
Improves debug build startup time with custom themes
|
4 years ago |
jagannatharjun
|
bcf11cf1e8
|
Cache flag icons
|
5 years ago |
Chocobo1
|
99a1802dbb
|
Make class variable const
|
5 years ago |
Chocobo1
|
00eb61543d
|
Make the icon cache a class variable
|
5 years ago |
jagannatharjun
|
3c733ddf0c
|
Allow changing GUI icons from theme bundles
|
5 years ago |
jagannatharjun
|
afbe55d004
|
Allow setting application palette from config.json
|
5 years ago |
NotTsunami
|
6748e8d787
|
Remove redundant null checks
Attempting to delete a null pointer is a noop in C++.
Closes #2864.
[1] https://isocpp.org/wiki/faq/freestore-mgmt#delete-handles-null
|
5 years ago |
Chocobo1
|
0d5b0b9542
|
Replace deprecated macro
Q_OS_MAC is deprecated and the replacement is Q_OS_MACOS.
|
5 years ago |
Prince Gupta
|
8267a4fef9
|
Incorporate GuiIconProvider inside UIThemeManager
|
5 years ago |
Prince Gupta
|
a24925c858
|
Allow styling with QSS stylesheets
|
5 years ago |