1
1
/*
2
- * Copyright (C) 2014 Canonical, Ltd.
2
+ * Copyright (C) 2015 Canonical, Ltd.
3
3
*
4
4
* This program is free software; you can redistribute it and/or modify
5
5
* it under the terms of the GNU General Public License as published by
@@ -170,67 +170,79 @@ StateGroup {
170
170
Transition {
171
171
from: " 90" ; to: " 0"
172
172
enabled: d .animationType == d .fullAnimation
173
- NinetyRotationAnimation { fromAngle: 90 ; toAngle: 0 }
173
+ NinetyRotationAnimation { fromAngle: 90 ; toAngle: 0
174
+ info: d; shell: root .shell }
174
175
},
175
176
Transition {
176
177
from: " 0" ; to: " 90"
177
178
enabled: d .animationType == d .fullAnimation
178
- NinetyRotationAnimation { fromAngle: 0 ; toAngle: 90 }
179
+ NinetyRotationAnimation { fromAngle: 0 ; toAngle: 90
180
+ info: d; shell: root .shell }
179
181
},
180
182
Transition {
181
183
from: " 0" ; to: " 270"
182
184
enabled: d .animationType == d .fullAnimation
183
- NinetyRotationAnimation { fromAngle: 0 ; toAngle: 270 }
185
+ NinetyRotationAnimation { fromAngle: 0 ; toAngle: 270
186
+ info: d; shell: root .shell }
184
187
},
185
188
Transition {
186
189
from: " 270" ; to: " 0"
187
190
enabled: d .animationType == d .fullAnimation
188
- NinetyRotationAnimation { fromAngle: 270 ; toAngle: 0 }
191
+ NinetyRotationAnimation { fromAngle: 270 ; toAngle: 0
192
+ info: d; shell: root .shell }
189
193
},
190
194
Transition {
191
195
from: " 90" ; to: " 180"
192
196
enabled: d .animationType == d .fullAnimation
193
- NinetyRotationAnimation { fromAngle: 90 ; toAngle: 180 }
197
+ NinetyRotationAnimation { fromAngle: 90 ; toAngle: 180
198
+ info: d; shell: root .shell }
194
199
},
195
200
Transition {
196
201
from: " 180" ; to: " 90"
197
202
enabled: d .animationType == d .fullAnimation
198
- NinetyRotationAnimation { fromAngle: 180 ; toAngle: 90 }
203
+ NinetyRotationAnimation { fromAngle: 180 ; toAngle: 90
204
+ info: d; shell: root .shell }
199
205
},
200
206
Transition {
201
207
from: " 180" ; to: " 270"
202
208
enabled: d .animationType == d .fullAnimation
203
- NinetyRotationAnimation { fromAngle: 180 ; toAngle: 270 }
209
+ NinetyRotationAnimation { fromAngle: 180 ; toAngle: 270
210
+ info: d; shell: root .shell }
204
211
},
205
212
Transition {
206
213
from: " 270" ; to: " 180"
207
214
enabled: d .animationType == d .fullAnimation
208
- NinetyRotationAnimation { fromAngle: 270 ; toAngle: 180 }
215
+ NinetyRotationAnimation { fromAngle: 270 ; toAngle: 180
216
+ info: d; shell: root .shell }
209
217
},
210
218
Transition {
211
219
from: " 0" ; to: " 180"
212
220
enabled: d .animationType == d .fullAnimation
213
- HalfLoopRotationAnimation { fromAngle: 0 ; toAngle: 180 }
221
+ HalfLoopRotationAnimation { fromAngle: 0 ; toAngle: 180
222
+ info: d; shell: root .shell }
214
223
},
215
224
Transition {
216
225
from: " 180" ; to: " 0"
217
226
enabled: d .animationType == d .fullAnimation
218
- HalfLoopRotationAnimation { fromAngle: 180 ; toAngle: 0 }
227
+ HalfLoopRotationAnimation { fromAngle: 180 ; toAngle: 0
228
+ info: d; shell: root .shell }
219
229
},
220
230
Transition {
221
231
from: " 90" ; to: " 270"
222
232
enabled: d .animationType == d .fullAnimation
223
- HalfLoopRotationAnimation { fromAngle: 90 ; toAngle: 270 }
233
+ HalfLoopRotationAnimation { fromAngle: 90 ; toAngle: 270
234
+ info: d; shell: root .shell }
224
235
},
225
236
Transition {
226
237
from: " 270" ; to: " 90"
227
238
enabled: d .animationType == d .fullAnimation
228
- HalfLoopRotationAnimation { fromAngle: 270 ; toAngle: 90 }
239
+ HalfLoopRotationAnimation { fromAngle: 270 ; toAngle: 90
240
+ info: d; shell: root .shell }
229
241
},
230
242
Transition {
231
243
objectName: " immediateTransition"
232
244
enabled: d .animationType == d .noAnimation
233
- ImmediateRotationAction {}
245
+ ImmediateRotationAction { info : d; shell : root . shell }
234
246
},
235
247
Transition {
236
248
enabled: d .animationType == d .indicatorsBarAnimation
@@ -243,7 +255,7 @@ StateGroup {
243
255
target: root .shell ; property: " indicatorAreaShowProgress"
244
256
from: 1.0 ; to: 0.0
245
257
}
246
- ImmediateRotationAction {}
258
+ ImmediateRotationAction { info : d; shell : root . shell }
247
259
NumberAnimation {
248
260
duration: UbuntuAnimation .FastDuration ; easing: UbuntuAnimation .StandardEasing
249
261
target: root .shell ; property: " indicatorAreaShowProgress"
0 commit comments