summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativeflipable.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Explain Flipable example furtherBea Lam2010-08-091-4/+10
|
* Doc fixes and improvements - fix some example code, link toBea Lam2010-06-021-4/+6
| | | | examples from class docs and improve assorted docs
* Correct Flipable back item based on parent, not scene transformAaron Kennedy2010-05-111-6/+9
| | | | | | | | | | Flipable transformation consists of two parts: 1. Detecting that the back face is visible 2. Transforming the back item as though "it were on the front" These are two steps. The first should be done in scene coordinates, and the second relative to the Flipable parent. QTBUG-10532
* docWarwick Allison2010-05-051-1/+1
| | | | Task-number: QTBUG-10386
* Remove obsolete doc groupings.Michael Brasser2010-05-041-2/+0
|
* Fix flipable behaviour when back element is resizedAlan Alpert2010-04-191-12/+37
| | | | | Task-number: QTBUG-8424 Reviewed-by: mae
* Update #include of private headers in QtDeclarativeThiago Macieira2010-04-021-3/+3
| | | | | Always use private/. The WinSCW compiler doesn't search the current directory, for whatever reason.
* Improve flipable example.Yann Bodson2010-03-311-1/+1
|
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7Martin Jones2010-03-251-1/+1
|\ | | | | | | | | Conflicts: src/declarative/graphicsitems/qdeclarativeitem.cpp
| * Merge remote branch 'main/4.7' into 4.7Morten Johan Sørvig2010-03-251-4/+5
| |\ | | | | | | | | | | | | | | | Conflicts: demos/declarative/minehunt/minehunt.cpp src/declarative/qml/qdeclarativecompiler.cpp
| * | doc: Fixed all the remaining qdoc errors. For now.Martin Smith2010-03-241-1/+1
| | |
* | | Port Flickable and Flipable to support QGraphicsObject.Alexis Menard2010-03-251-10/+11
| |/ |/| | | | | | | | | Replacing QDeclarativeItem* members by QGraphicsObject*. Build fix too. Reviewed-by:akennedy
* | Fix abort in flipableLeonardo Sobral Cunha2010-03-241-1/+1
| | | | | | | | | | | | | | | | | | Flipable was calling updateSceneTransformFromParent, but this can only called when the the parent's scene transform is guaranteed to be updated, which is not the case in flipable. Task-number: QTBUG-8474 Reviewed-by: bnilsen
* | Fix Flipable crash.Michael Brasser2010-03-211-3/+4
|/ | | | Task-number: QTBUG-9161
* Add Flipable example.Bea Lam2010-03-081-38/+13
| | | | Task-number: QT-2824
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-0/+238
QDeclarativeXXX.