- 15 Tem, 2012 40 kayıt (commit)
-
-
Andras Timar yazdı
Change-Id: Ifa1689ff9be7afa14f5694825c506f7c8c3eff43
-
Andras Timar yazdı
Change-Id: I5b0faac6c47c284fd25f020fdf6dbbed5c643e72
-
Andras Timar yazdı
Change-Id: Ie9fa8a07361a1ed957d9e4d19df256b4d9668606
-
Andras Timar yazdı
Change-Id: Ia05018afcfcba044e568e9262ccb90324c2807f5
-
Caolán McNamara yazdı
Change-Id: I3cbc0c0751c069ff9bc7d8b1b737fcfdc3be2b9d
-
Andras Timar yazdı
Change-Id: I560139949c89798581ed7631eb5d0b3124c83002
-
Julien Nabet yazdı
Change-Id: Ia4aa8df3768923f7b5a31fb5158e4a744f4b9788
-
Julien Nabet yazdı
Change-Id: I049ebd41756ffdd73f534c3bf34f81106f8549a9
-
Julien Nabet yazdı
Change-Id: I6cfaf9f4623c67fcf9383426f04b32e095acbf42
-
Julien Nabet yazdı
Change-Id: Iedb58cade2bc7cdbce2e8d40b0e3502bf3df4fa9
-
Rafael Dominguez yazdı
Change-Id: I63faf58203ac43b4216a57d8ad5fbfe8d9f0bfff
-
Rafael Dominguez yazdı
Change-Id: I6544ec030646a2f9fb0e322c1c2032b78ff6390c
-
Rafael Dominguez yazdı
Change-Id: Ie65d5c9c91a1c55c792bf19a9f2ffdb6bb56bb2a
-
Rafael Dominguez yazdı
Change-Id: Ia64c226f481a24c06bb3e248f4441fbbca5ad085
-
Rafael Dominguez yazdı
Change-Id: I316d14303f3772fe2a3ea72b5b5a733f16b95e5a
-
Rafael Dominguez yazdı
Change-Id: I4c03c5d254e1552abf8c30fc1f3f5dfbf24c1c84
-
Rafael Dominguez yazdı
Change-Id: If48b413fc4a409fbbce7a0b8c7de99c6b9ce91ad
-
Rafael Dominguez yazdı
Change-Id: Ie92c2241c468522439bccd7d9c18a2dbf9c27c38
-
Rafael Dominguez yazdı
Change-Id: I179f93ae76aff059cf069c54fe634eee49d4ed90
-
Rafael Dominguez yazdı
Change-Id: I40e84c1c10369a48544ccc1fcc9bb1821c8b3e23
-
Rafael Dominguez yazdı
Change-Id: Ie09c91e23527d3e1389fc13bd13a8234bda080f3
-
Rafael Dominguez yazdı
Change-Id: Icc825963591fbdee4e75fc9865333d5ea52d6301
-
Rafael Dominguez yazdı
Change-Id: Id5ffb1d4addec43ba8c6fa5aecfa3d5683d6c3a0
-
Rafael Dominguez yazdı
Change-Id: I968eecdbc91b8998f3fb579afb5305554d6dab76
-
Rafael Dominguez yazdı
Change-Id: Iad7f62660abc59383d9933b198a57ac317361f38
-
Rafael Dominguez yazdı
Change-Id: If2f5f53991271fc05453c44fa422aba7c14d0e16
-
Rafael Dominguez yazdı
Change-Id: Ia1445813c0c049b3478c3873b9e1acf5ae8d67f6
-
Rafael Dominguez yazdı
Change-Id: Id1a2a18d5531a3425221adec84abb7c05228496c
-
Marco Cecchetti yazdı
JavaScript engine: added support for skipping/rewinding an effect belonging to an interactive animation sequence. Moreover now when the mouse pointer is over an event-source shape, through which the user can start an interactive animation, the cursor appearance is changed to a hand
-
Marco Cecchetti yazdı
Now it is possible to start an effect by clicking on a given shape.
-
Marco Cecchetti yazdı
Previously it expected ‘counterclockwise’.
-
Marco Cecchetti yazdı
Edited the effects.xml and changed effect direction to counterclockwise.
-
Marco Cecchetti yazdı
Modified the CustomAnimationEffect class in order to take into account the repeatCount attribute value when computing the node effect absolute duration.
-
Marco Cecchetti yazdı
Bug fix: now a clip-based transition works correctly when mode=’out’ and reverse method involves flipping.
-
Marco Cecchetti yazdı
The following method of the SlideShow class has been implemented: skipAllEffects, rewindToPreviousSlide, rewindAllEffects. Commented out the calls to the initAnimatedElement methods for ValueListActivity and FromToByActivity class as it is the source of a bug.
-
Marco Cecchetti yazdı
-
Marco Cecchetti yazdı
The change was needed because rewinding a playing shape transition effect based on a clip-path doesn’t work properly on Firefox and Internet Explorer.
-
Marco Cecchetti yazdı
Added a bIsSkipping flag to the SlideShowContext class and modified the activate_st method of the AnimationBaseNode class. Now when we are skipping the managed activity is not appended to the activity class but the end method is executed immediately. In such a way the correct order of the various events that belong to the animation time-line is preserved.
-
Marco Cecchetti yazdı
Reworked the way saving/restoring the state of an animated shape is implemented.
-
Marco Cecchetti yazdı
-