diff options
author | davemds <dave@gurumeditation.it> | 2014-01-19 11:37:00 +0100 |
---|---|---|
committer | davemds <dave@gurumeditation.it> | 2014-01-19 11:37:14 +0100 |
commit | c985061c10dbe57b97a6291bd36272efa933fdfe (patch) | |
tree | 063eb219b97a61e0375935d240580c14d78c2cd7 | |
parent | 49f93324f97586438e4e327d779852591c9f48a6 (diff) |
theme for the packagekit module IN
16 files changed, 181 insertions, 0 deletions
diff --git a/data/themes/default.edc b/data/themes/default.edc index 41fd0779e..6700bed69 100644 --- a/data/themes/default.edc +++ b/data/themes/default.edc | |||
@@ -133,6 +133,7 @@ collections { | |||
133 | #include "edc/evrything.edc" | 133 | #include "edc/evrything.edc" |
134 | #include "edc/illume.edc" | 134 | #include "edc/illume.edc" |
135 | #include "edc/bluez4.edc" | 135 | #include "edc/bluez4.edc" |
136 | #include "edc/packagekit.edc" | ||
136 | 137 | ||
137 | // icons | 138 | // icons |
138 | #include "edc/icons.edc" | 139 | #include "edc/icons.edc" |
diff --git a/data/themes/edc/packagekit.edc b/data/themes/edc/packagekit.edc new file mode 100644 index 000000000..9859d9298 --- /dev/null +++ b/data/themes/edc/packagekit.edc | |||
@@ -0,0 +1,180 @@ | |||
1 | |||
2 | images { | ||
3 | image: "packagekit_base.png" COMP; | ||
4 | image: "packagekit_info_bugfix.png" COMP; | ||
5 | image: "packagekit_info_enhancement.png" COMP; | ||
6 | image: "packagekit_info_important.png" COMP; | ||
7 | image: "packagekit_info_low.png" COMP; | ||
8 | image: "packagekit_info_normal.png" COMP; | ||
9 | image: "packagekit_info_security.png" COMP; | ||
10 | image: "packagekit_work1.png" COMP; | ||
11 | image: "packagekit_work2.png" COMP; | ||
12 | image: "packagekit_work3.png" COMP; | ||
13 | image: "packagekit_work4.png" COMP; | ||
14 | image: "packagekit_updates.png" COMP; | ||
15 | image: "packagekit_updated.png" COMP; | ||
16 | image: "packagekit_error.png" COMP; | ||
17 | } | ||
18 | |||
19 | group { name: "icon"; | ||
20 | max: 24 24; | ||
21 | parts { | ||
22 | part { name: "image"; | ||
23 | type: IMAGE; | ||
24 | mouse_events: 0; | ||
25 | description { state: "default" 0.0; | ||
26 | aspect: 1.0 1.0; | ||
27 | aspect_preference: BOTH; | ||
28 | image.normal: "packagekit_base.png"; | ||
29 | } | ||
30 | } | ||
31 | } | ||
32 | } | ||
33 | |||
34 | group { name: "e/modules/packagekit/icon/bugfix"; | ||
35 | parts { | ||
36 | part { name: "image"; type: IMAGE; | ||
37 | mouse_events: 0; | ||
38 | description { state: "default" 0.0; | ||
39 | image.normal: "packagekit_info_bugfix.png"; | ||
40 | } | ||
41 | } | ||
42 | } | ||
43 | } | ||
44 | |||
45 | group { name: "e/modules/packagekit/icon/enhancement"; | ||
46 | parts { | ||
47 | part { name: "image"; type: IMAGE; | ||
48 | mouse_events: 0; | ||
49 | description { state: "default" 0.0; | ||
50 | image.normal: "packagekit_info_enhancement.png"; | ||
51 | } | ||
52 | } | ||
53 | } | ||
54 | } | ||
55 | |||
56 | group { name: "e/modules/packagekit/icon/important"; | ||
57 | parts { | ||
58 | part { name: "image"; type: IMAGE; | ||
59 | mouse_events: 0; | ||
60 | description { state: "default" 0.0; | ||
61 | image.normal: "packagekit_info_important.png"; | ||
62 | } | ||
63 | } | ||
64 | } | ||
65 | } | ||
66 | |||
67 | group { name: "e/modules/packagekit/icon/low"; | ||
68 | parts { | ||
69 | part { name: "image"; type: IMAGE; | ||
70 | mouse_events: 0; | ||
71 | description { state: "default" 0.0; | ||
72 | image.normal: "packagekit_info_low.png"; | ||
73 | } | ||
74 | } | ||
75 | } | ||
76 | } | ||
77 | |||
78 | group { name: "e/modules/packagekit/icon/normal"; | ||
79 | parts { | ||
80 | part { name: "image"; type: IMAGE; | ||
81 | mouse_events: 0; | ||
82 | description { state: "default" 0.0; | ||
83 | image.normal: "packagekit_info_normal.png"; | ||
84 | } | ||
85 | } | ||
86 | } | ||
87 | } | ||
88 | |||
89 | group { name: "e/modules/packagekit/icon/security"; | ||
90 | parts { | ||
91 | part { name: "image"; type: IMAGE; | ||
92 | mouse_events: 0; | ||
93 | description { state: "default" 0.0; | ||
94 | image.normal: "packagekit_info_security.png"; | ||
95 | } | ||
96 | } | ||
97 | } | ||
98 | } | ||
99 | |||
100 | group { name: "e/modules/packagekit/main"; | ||
101 | max: 128 128; | ||
102 | parts { | ||
103 | part { name: "base"; type: IMAGE; | ||
104 | description { state: "default" 0.0; | ||
105 | aspect: 1.0 1.0; | ||
106 | aspect_preference: BOTH; | ||
107 | image.normal: "packagekit_base.png"; | ||
108 | } | ||
109 | } | ||
110 | part { name: "status"; type: IMAGE; | ||
111 | description { state: "default" 0.0; | ||
112 | aspect: 1.0 1.0; | ||
113 | aspect_preference: BOTH; | ||
114 | visible: 0; | ||
115 | } | ||
116 | description { state: "running" 0.0; | ||
117 | inherit: "default" 0.0; | ||
118 | visible: 1; | ||
119 | image.normal: "packagekit_work1.png"; | ||
120 | image.tween: "packagekit_work2.png"; | ||
121 | image.tween: "packagekit_work3.png"; | ||
122 | image.tween: "packagekit_work4.png"; | ||
123 | } | ||
124 | description { state: "updates" 0.0; | ||
125 | inherit: "default" 0.0; | ||
126 | visible: 1; | ||
127 | image.normal: "packagekit_updates.png"; | ||
128 | } | ||
129 | description { state: "updated" 0.0; | ||
130 | inherit: "default" 0.0; | ||
131 | visible: 1; | ||
132 | image.normal: "packagekit_updated.png"; | ||
133 | } | ||
134 | description { state: "error" 0.0; | ||
135 | inherit: "default" 0.0; | ||
136 | visible: 1; | ||
137 | image.normal: "packagekit_error.png"; | ||
138 | } | ||
139 | } | ||
140 | part { name: "num_updates"; type: TEXT; | ||
141 | effect: SHADOW; | ||
142 | description { state: "default" 0.0; | ||
143 | text { | ||
144 | font: FNBD; | ||
145 | size: 9; | ||
146 | } | ||
147 | } | ||
148 | } | ||
149 | } | ||
150 | programs { | ||
151 | program { | ||
152 | signal: "packagekit,state,none"; source: "e"; | ||
153 | action: STATE_SET "default" 0.0; | ||
154 | target: "status"; | ||
155 | } | ||
156 | program { | ||
157 | name: "working"; | ||
158 | signal: "packagekit,state,working"; source: "e"; | ||
159 | action: STATE_SET "running" 0.0; | ||
160 | target: "status"; | ||
161 | transition: LINEAR 0.3; | ||
162 | after: "working"; | ||
163 | } | ||
164 | program { | ||
165 | signal: "packagekit,state,updates"; source: "e"; | ||
166 | action: STATE_SET "updates" 0.0; | ||
167 | target: "status"; | ||
168 | } | ||
169 | program { | ||
170 | signal: "packagekit,state,updated"; source: "e"; | ||
171 | action: STATE_SET "updated" 0.0; | ||
172 | target: "status"; | ||
173 | } | ||
174 | program { | ||
175 | signal: "packagekit,state,error"; source: "e"; | ||
176 | action: STATE_SET "error" 0.0; | ||
177 | target: "status"; | ||
178 | } | ||
179 | } | ||
180 | } | ||
diff --git a/data/themes/img/packagekit_base.png b/data/themes/img/packagekit_base.png new file mode 100644 index 000000000..f2d3f392f --- /dev/null +++ b/data/themes/img/packagekit_base.png | |||
Binary files differ | |||
diff --git a/data/themes/img/packagekit_error.png b/data/themes/img/packagekit_error.png new file mode 100644 index 000000000..f98f4795d --- /dev/null +++ b/data/themes/img/packagekit_error.png | |||
Binary files differ | |||
diff --git a/data/themes/img/packagekit_info_bugfix.png b/data/themes/img/packagekit_info_bugfix.png new file mode 100644 index 000000000..54569985d --- /dev/null +++ b/data/themes/img/packagekit_info_bugfix.png | |||
Binary files differ | |||
diff --git a/data/themes/img/packagekit_info_enhancement.png b/data/themes/img/packagekit_info_enhancement.png new file mode 100644 index 000000000..084b75448 --- /dev/null +++ b/data/themes/img/packagekit_info_enhancement.png | |||
Binary files differ | |||
diff --git a/data/themes/img/packagekit_info_important.png b/data/themes/img/packagekit_info_important.png new file mode 100644 index 000000000..2d4ecae66 --- /dev/null +++ b/data/themes/img/packagekit_info_important.png | |||
Binary files differ | |||
diff --git a/data/themes/img/packagekit_info_low.png b/data/themes/img/packagekit_info_low.png new file mode 100644 index 000000000..e7ad6084a --- /dev/null +++ b/data/themes/img/packagekit_info_low.png | |||
Binary files differ | |||
diff --git a/data/themes/img/packagekit_info_normal.png b/data/themes/img/packagekit_info_normal.png new file mode 100644 index 000000000..95a86cbfc --- /dev/null +++ b/data/themes/img/packagekit_info_normal.png | |||
Binary files differ | |||
diff --git a/data/themes/img/packagekit_info_security.png b/data/themes/img/packagekit_info_security.png new file mode 100644 index 000000000..6223571ae --- /dev/null +++ b/data/themes/img/packagekit_info_security.png | |||
Binary files differ | |||
diff --git a/data/themes/img/packagekit_updated.png b/data/themes/img/packagekit_updated.png new file mode 100644 index 000000000..d4ef7d755 --- /dev/null +++ b/data/themes/img/packagekit_updated.png | |||
Binary files differ | |||
diff --git a/data/themes/img/packagekit_updates.png b/data/themes/img/packagekit_updates.png new file mode 100644 index 000000000..9d7759382 --- /dev/null +++ b/data/themes/img/packagekit_updates.png | |||
Binary files differ | |||
diff --git a/data/themes/img/packagekit_work1.png b/data/themes/img/packagekit_work1.png new file mode 100644 index 000000000..f0608e2c6 --- /dev/null +++ b/data/themes/img/packagekit_work1.png | |||
Binary files differ | |||
diff --git a/data/themes/img/packagekit_work2.png b/data/themes/img/packagekit_work2.png new file mode 100644 index 000000000..076053c28 --- /dev/null +++ b/data/themes/img/packagekit_work2.png | |||
Binary files differ | |||
diff --git a/data/themes/img/packagekit_work3.png b/data/themes/img/packagekit_work3.png new file mode 100644 index 000000000..c1b6cadbd --- /dev/null +++ b/data/themes/img/packagekit_work3.png | |||
Binary files differ | |||
diff --git a/data/themes/img/packagekit_work4.png b/data/themes/img/packagekit_work4.png new file mode 100644 index 000000000..a6546d085 --- /dev/null +++ b/data/themes/img/packagekit_work4.png | |||
Binary files differ | |||