Chocobo1
|
75c93d72be
|
Revise string literal usage
This commit covers src/gui folder.
PR #16757.
|
2022-03-29 10:41:17 +08:00 |
|
Chocobo1
|
802ec5a14e
|
Use QString literals
This patch covers src/gui and some leftovers from previous commit.
|
2022-03-18 12:46:01 +08:00 |
|
Chocobo1
|
ab64ee872b
|
Use QString literals
The plan is to define `QT_NO_CAST_FROM_ASCII` eventually.
PR #16561.
|
2022-03-04 13:25:22 +08:00 |
|
Vladimir Golovnev (Glassez)
|
293479a1f2
|
Improve performance of checking path extension
|
2022-02-18 11:37:51 +03:00 |
|
Vladimir Golovnev
|
dd1bd8ad10
|
Implement class for handling filesystem paths
PR #15915.
|
2022-02-08 06:03:48 +03:00 |
|
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.
|
2022-01-03 09:11:12 +03:00 |
|
Chocobo1
|
85777ea491
|
Simplify tray icon related code
|
2021-12-13 15:56:20 +08:00 |
|
Vladimir Golovnev (Glassez)
|
c41df9ffbd
|
Improve coding style
|
2020-11-17 21:02:37 +03:00 |
|
jagannatharjun
|
5b4a940842
|
Load custom theme before initializing main window
Improves debug build startup time with custom themes
|
2020-08-02 14:02:18 +05:30 |
|
jagannatharjun
|
bcf11cf1e8
|
Cache flag icons
|
2020-05-29 17:55:12 +05:30 |
|
Chocobo1
|
99a1802dbb
|
Make class variable const
|
2020-05-24 13:13:55 +08:00 |
|
Chocobo1
|
00eb61543d
|
Make the icon cache a class variable
|
2020-05-24 13:13:32 +08:00 |
|
jagannatharjun
|
3c733ddf0c
|
Allow changing GUI icons from theme bundles
|
2020-05-22 11:06:22 +05:30 |
|
jagannatharjun
|
afbe55d004
|
Allow setting application palette from config.json
|
2020-05-04 18:37:58 +05:30 |
|
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
|
2020-02-03 16:38:51 -05:00 |
|
Chocobo1
|
0d5b0b9542
|
Replace deprecated macro
Q_OS_MAC is deprecated and the replacement is Q_OS_MACOS.
|
2019-09-05 20:16:18 +08:00 |
|
Prince Gupta
|
8267a4fef9
|
Incorporate GuiIconProvider inside UIThemeManager
|
2019-07-16 09:31:33 +05:30 |
|
Prince Gupta
|
a24925c858
|
Allow styling with QSS stylesheets
|
2019-07-09 19:56:55 +05:30 |
|