Chocobo1
|
802ec5a14e
|
Use QString literals
This patch covers src/gui and some leftovers from previous commit.
|
3 years ago |
Chocobo1
|
ab64ee872b
|
Use QString literals
The plan is to define `QT_NO_CAST_FROM_ASCII` eventually.
PR #16561.
|
3 years ago |
Vladimir Golovnev (Glassez)
|
293479a1f2
|
Improve performance of checking path extension
|
3 years ago |
Vladimir Golovnev
|
dd1bd8ad10
|
Implement class for handling filesystem paths
PR #15915.
|
3 years ago |
Prince Gupta
|
7e8a176751
|
Support folder based UI Themes
Support folder based Themes in UIThemeManager.
Add option to select config.json as them file.
PR #15888.
|
3 years ago |
Chocobo1
|
85777ea491
|
Simplify tray icon related code
|
3 years ago |
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 |