summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxflipable.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Support compile-in-namespace for the declarative module.Michael Brasser2009-06-301-0/+2
|
* Rename NumericAnimation -> NumberAnimationMichael Brasser2009-06-261-1/+1
|
* Remove extraneous semicolons.Martin Jones2009-05-261-1/+1
| | | | Caused massive number of warnings with winscw
* Make sure Flippable updates its back transform correctly.Michael Brasser2009-05-191-4/+3
| | | | | | Previously we didn't update the back transform on geometry changes to the back element. Now we make sure it is up-to-date whenever we show it. Also updated anchors (they no longer need to work around this).
* Remove debug.Michael Brasser2009-05-181-1/+0
|
* Simplify (hopefully) anchors, and make them less reliant on signalsAaron Kennedy2009-05-181-0/+1
|
* More doc conversion and cleanup.Michael Brasser2009-05-051-2/+2
|
* docWarwick Allison2009-05-011-24/+34
|
* More work on transform elements.Michael Brasser2009-04-301-1/+1
| | | | | AxisRotation/AxisTranslation have been renamed Rotation3D/Translation3D. Squish has gained a raster implementation and basic docs.
* API improvements for Flipable.Michael Brasser2009-04-291-7/+126
| | | | | | You can now specify an axis and rotation, rather than using transform. The tranform behavior has been preserved, however, to allow for cases where you want a more complex transform when rotating.
* Coding style refactor, changing 'if(' and 'for(' to 'if (' and 'for ('Leonardo Sobral Cunha2009-04-281-12/+12
|
* API and documentation work on the transform elements.Michael Brasser2009-04-281-0/+220
Axis has been split into Axis, AxisRotation, and AxisTranslation. Basic docs (in some cases just a stub) have been added for these, Perspective, and Squish. Flipable has moved to its own file.