Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Molkentin <danimo@owncloud.com>2013-01-09 19:29:50 +0400
committerDaniel Molkentin <danimo@owncloud.com>2013-01-10 20:16:59 +0400
commit5c495265f4f0fc49d23519b198f0f6b2d1606a03 (patch)
tree373f4b07e617118b9c8743dd6f178f865421b0f1 /theme.qrc
parent9cdf2d815086eb716a00591f8583e5d993522b12 (diff)
Consolidate theming support.
This implements out-of-repository-theming, and removes the old custom.ini theming that never worked on all platforms and had no straight deployment story. The new approach requires the CMAKE variable OEM_THEME_DIR to point to a directory that must at least contain an OEM.cmake file (check OWNCLOUD.cmake for possible options) as well as a themes.qrc and a themes/ directory that directly correspond to the ones in the source tree.
Diffstat (limited to 'theme.qrc')
-rw-r--r--theme.qrc57
1 files changed, 39 insertions, 18 deletions
diff --git a/theme.qrc b/theme.qrc
index fbd0b4948..90dc59e5a 100644
--- a/theme.qrc
+++ b/theme.qrc
@@ -1,22 +1,43 @@
<RCC>
<qresource prefix="/mirall">
- <file>theme/colored/16/sync.png</file>
- <file>theme/colored/16/pause.png</file>
- <file>theme/colored/16/download.png</file>
- <file>theme/colored/16/ok.png</file>
- <file>theme/colored/16/offline.png</file>
- <file>theme/colored/16/error.png</file>
- <file>theme/black/16/sync.png</file>
- <file>theme/black/16/pause.png</file>
- <file>theme/black/16/download.png</file>
- <file>theme/black/16/ok.png</file>
- <file>theme/black/16/offline.png</file>
- <file>theme/black/16/error.png</file>
- <file>theme/white/16/sync.png</file>
- <file>theme/white/16/pause.png</file>
- <file>theme/white/16/download.png</file>
- <file>theme/white/16/ok.png</file>
- <file>theme/white/16/offline.png</file>
- <file>theme/white/16/error.png</file>
+ <file>theme/colored/state-sync-32.png</file>
+ <file>theme/colored/state-pause-32.png</file>
+ <file>theme/colored/state-ok-32.png</file>
+ <file>theme/colored/state-offline-32.png</file>
+ <file>theme/colored/state-error-32.png</file>
+ <file>theme/black/state-sync-32.png</file>
+ <file>theme/black/state-pause-32.png</file>
+ <file>theme/black/state-ok-32.png</file>
+ <file>theme/black/state-offline-32.png</file>
+ <file>theme/black/state-error-32.png</file>
+ <file>theme/white/state-sync-32.png</file>
+ <file>theme/white/state-pause-32.png</file>
+ <file>theme/white/state-ok-32.png</file>
+ <file>theme/white/state-offline-32.png</file>
+ <file>theme/white/state-error-32.png</file>
+
+ <file>theme/colored/state-sync-64.png</file>
+ <file>theme/colored/state-pause-64.png</file>
+ <file>theme/colored/state-ok-64.png</file>
+ <file>theme/colored/state-offline-64.png</file>
+ <file>theme/colored/state-error-64.png</file>
+ <file>theme/black/state-sync-64.png</file>
+ <file>theme/black/state-pause-64.png</file>
+ <file>theme/black/state-ok-64.png</file>
+ <file>theme/black/state-offline-64.png</file>
+ <file>theme/black/state-error-64.png</file>
+ <file>theme/white/state-sync-64.png</file>
+ <file>theme/white/state-pause-64.png</file>
+ <file>theme/white/state-ok-64.png</file>
+ <file>theme/white/state-offline-64.png</file>
+ <file>theme/white/state-error-64.png</file>
+
+ <file>theme/colored/owncloud-22.png</file>
+ <file>theme/colored/owncloud-32.png</file>
+ <file>theme/colored/owncloud-48.png</file>
+ <file>theme/colored/owncloud-64.png</file>
+ <file>theme/colored/owncloud-128.png</file>
+
+ <file>theme/colored/owncloud-framed-64.png</file>
</qresource>
</RCC>