aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/elementary/data/themes/widgets/thumb.edc
blob: 5fd0cb4e863e48faced02b84d6c729c29431c813 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
group { name: "elm/thumb/base/default";
   images {
      image: "frame_1.png" COMP;
      image: "frame_2.png" COMP;
      image: "dia_grad.png" COMP;
      image: "busy-1.png" COMP;
      image: "busy-2.png" COMP;
      image: "busy-3.png" COMP;
      image: "busy-4.png" COMP;
      image: "busy-5.png" COMP;
      image: "busy-6.png" COMP;
      image: "busy-7.png" COMP;
      image: "busy-8.png" COMP;
      image: "busy-9.png" COMP;
   }
   parts {
      part { name: "base0";
         mouse_events:  0;
         description { state:        "default" 0.0;
            image.normal: "dia_grad.png";
            rel1.to: "over";
            rel2.to: "over";
            fill {
               smooth: 0;
               size {
                  relative: 0.0 1.0;
                  offset: 64 0;
               }
            }
         }
      }
      part { name: "base";
         mouse_events:  0;
         description { state:        "default" 0.0;
            image {
               normal: "frame_2.png";
               border: 5 5 32 26;
               middle: 0;
            }
            fill.smooth : 0;
         }
      }
      part { name: "clip";
         mouse_events:  0;
         type: RECT;
         description { state:        "default" 0.0;
            rel1.offset: 4 4;
            rel2.offset: -5 -5;
            color: 255 255 255 255;
         }
      }
      part { name: "elm.swallow.content";
         type: SWALLOW;
         clip_to: "clip";
         description { state:        "default" 0.0;
            rel1.offset: 4 4;
            rel2.offset: -5 -5;
         }
      }
      part { name: "progress";
         mouse_events: 0;

         clip_to: "clip";
         description { state:        "default" 0.0;
            min: 32 32;
            max: 32 32;
            visible: 0;
            aspect: 1.0 1.0;
            aspect_preference: BOTH;
         }
         description { state:        "pulse" 0.0;
            inherit: "default" 0.0;
            visible: 1;
            image {
               normal: "busy-9.png";
               tween:  "busy-1.png";
               tween:  "busy-2.png";
               tween:  "busy-3.png";
               tween:  "busy-4.png";
               tween:  "busy-5.png";
               tween:  "busy-6.png";
               tween:  "busy-7.png";
               tween:  "busy-8.png";
               border: 7 7 7 7;
            }
         }
      }
      part { name: "over";
         mouse_events:  0;
         description { state:        "default" 0.0;
            rel1.offset: 4 4;
            rel2.offset: -5 -5;
            image {
               normal: "frame_1.png";
               border: 2 2 28 22;
               middle: 0;
            }
            fill.smooth: 0;
         }
      }
      programs {
         program { name: "start_pulse";
            signal: "elm,state,pulse,start";
            source: "elm";
            action: STATE_SET "pulse" 0.0;
            target: "progress";
            transition: LINEAR 0.5;
            after: "start_pulse";
         }
         program { name: "stop_pulse";
            signal: "elm,state,pulse,stop";
            source: "elm";
            action: STATE_SET "default" 0.0;
            target: "progress";
         }
      }
   }
}

group { name: "elm/thumb/base/noframe";
   images {
      image: "busy-1.png" COMP;
      image: "busy-2.png" COMP;
      image: "busy-3.png" COMP;
      image: "busy-4.png" COMP;
      image: "busy-5.png" COMP;
      image: "busy-6.png" COMP;
      image: "busy-7.png" COMP;
      image: "busy-8.png" COMP;
      image: "busy-9.png" COMP;
   }
   parts {
      part { name: "elm.swallow.content";
         type: SWALLOW;
         description { state: "default" 0.0;
            rel1.offset: 4 4;
            rel2.offset: -5 -5;
         }
      }
      part { name: "progress";
         mouse_events: 0;
         description { state:        "default" 0.0;
            min: 32 32;
            max: 32 32;
            visible: 0;
            aspect: 1.0 1.0;
            aspect_preference: BOTH;
         }
         description { state:        "pulse" 0.0;
            inherit: "default" 0.0;
            visible: 1;
            image {
               normal: "busy-9.png";
               tween:  "busy-1.png";
               tween:  "busy-2.png";
               tween:  "busy-3.png";
               tween:  "busy-4.png";
               tween:  "busy-5.png";
               tween:  "busy-6.png";
               tween:  "busy-7.png";
               tween:  "busy-8.png";
               border: 7 7 7 7;
            }
         }
      }
      programs {
         program { name: "start_pulse";
            signal: "elm,state,pulse,start";
            source: "elm";
            action: STATE_SET "pulse" 0.0;
            target: "progress";
            transition: LINEAR 0.5;
            after: "start_pulse";
         }
         program { name: "stop_pulse";
            signal: "elm,state,pulse,stop";
            source: "elm";
            action: STATE_SET "default" 0.0;
            target: "progress";
         }
      }
   }
}