Skip to content

Commit 1cbe280

Browse files
nmarleyUdjinM6
authored andcommitted
Qt: Remove old themes (#3141)
* Remove crownium files * Remove trad theme files * Remove drkblue theme files * Remove light-retro theme files * Remove old themes from optimize-pngs script * Remove refs to old themes in Makefile.qt * Remove more old theme file references * Remove old themes from options dialog * No need to care about themes for images and icons anymore * Bring `trad` back * Drop remaining `drkblue` references Rename files that are actually used and drop no longer needed ones
1 parent dcdf1f3 commit 1cbe280

File tree

367 files changed

+269
-7526
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

367 files changed

+269
-7526
lines changed

contrib/devtools/optimize-pngs.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,14 @@ def content_hash(filename):
2626

2727
pngcrush = 'pngcrush'
2828
git = 'git'
29-
folders = ["src/qt/res/movies", "src/qt/res/icons", "src/qt/res/icons/crownium", "src/qt/res/icons/drkblue", "src/qt/res/icons/light", "src/qt/res/icons/light-retro", "src/qt/res/icons/trad", "src/qt/res/images", "src/qt/res/images/crownium", "src/qt/res/images/drkblue", "src/qt/res/images/light", "src/qt/res/images/light-retro", "src/qt/res/images/trad", "share/pixmaps"]
29+
folders = [
30+
"src/qt/res/movies",
31+
"src/qt/res/icons",
32+
"src/qt/res/icons/light",
33+
"src/qt/res/images",
34+
"src/qt/res/images/light",
35+
"share/pixmaps"
36+
]
3037
basePath = subprocess.check_output([git, 'rev-parse', '--show-toplevel'], universal_newlines=True).rstrip('\n')
3138
totalSaveBytes = 0
3239
noHashChange = True

0 commit comments

Comments
 (0)