Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11 | Martin Jones | 2011-01-19 | 1 | -3/+3 |
|\ | |||||
| * | Doc: Fixed a few misspellings of Flipable | Thorbjørn Lindeijer | 2011-01-11 | 1 | -2/+2 |
| | | |||||
| * | Update copyright year to 2011. | Jason McDonald | 2011-01-10 | 1 | -1/+1 |
| | | | | | | | | Reviewed-by: Trust Me | ||||
* | | Add NOTIFY signals to Flipable 'front' and 'back' properties | Bea Lam | 2011-01-13 | 1 | -0/+2 |
|/ | | | | | | | | | Although the change notifications themselves may not be that useful, as these properties are write-once, adding the NOTIFY signals allows the properties to be used in bindings. Task-number: QTBUG-16580, QTBUG-14551 Reviewed-by: Martin Jones | ||||
* | Fix Flipable docs | Bea Lam | 2010-10-22 | 1 | -13/+14 |
| | | | | Task-number: QTBUG-13789 | ||||
* | Doc: Worked on two more elements, replacing an image. | David Boddie | 2010-09-06 | 1 | -10/+19 |
| | |||||
* | Remove pointless \internal docs (that contain no information) | Aaron Kennedy | 2010-08-27 | 1 | -9/+0 |
| | |||||
* | qdoc: Reorganized the QML elements table to be a dictionary... | Martin Smith | 2010-08-16 | 1 | -0/+2 |
| | | | | ...and a set of functional group pages. | ||||
* | Explain Flipable example further | Bea Lam | 2010-08-09 | 1 | -4/+10 |
| | |||||
* | Doc fixes and improvements - fix some example code, link to | Bea Lam | 2010-06-02 | 1 | -4/+6 |
| | | | | examples from class docs and improve assorted docs | ||||
* | Correct Flipable back item based on parent, not scene transform | Aaron Kennedy | 2010-05-11 | 1 | -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 | ||||
* | doc | Warwick Allison | 2010-05-05 | 1 | -1/+1 |
| | | | | Task-number: QTBUG-10386 | ||||
* | Remove obsolete doc groupings. | Michael Brasser | 2010-05-04 | 1 | -2/+0 |
| | |||||
* | Fix flipable behaviour when back element is resized | Alan Alpert | 2010-04-19 | 1 | -12/+37 |
| | | | | | Task-number: QTBUG-8424 Reviewed-by: mae | ||||
* | Update #include of private headers in QtDeclarative | Thiago Macieira | 2010-04-02 | 1 | -3/+3 |
| | | | | | Always use private/. The WinSCW compiler doesn't search the current directory, for whatever reason. | ||||
* | Improve flipable example. | Yann Bodson | 2010-03-31 | 1 | -1/+1 |
| | |||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7 | Martin Jones | 2010-03-25 | 1 | -1/+1 |
|\ | | | | | | | | | Conflicts: src/declarative/graphicsitems/qdeclarativeitem.cpp | ||||
| * | Merge remote branch 'main/4.7' into 4.7 | Morten Johan Sørvig | 2010-03-25 | 1 | -4/+5 |
| |\ | | | | | | | | | | | | | | | | Conflicts: demos/declarative/minehunt/minehunt.cpp src/declarative/qml/qdeclarativecompiler.cpp | ||||
| * | | doc: Fixed all the remaining qdoc errors. For now. | Martin Smith | 2010-03-24 | 1 | -1/+1 |
| | | | |||||
* | | | Port Flickable and Flipable to support QGraphicsObject. | Alexis Menard | 2010-03-25 | 1 | -10/+11 |
| |/ |/| | | | | | | | | | Replacing QDeclarativeItem* members by QGraphicsObject*. Build fix too. Reviewed-by:akennedy | ||||
* | | Fix abort in flipable | Leonardo Sobral Cunha | 2010-03-24 | 1 | -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 Brasser | 2010-03-21 | 1 | -3/+4 |
|/ | | | | Task-number: QTBUG-9161 | ||||
* | Add Flipable example. | Bea Lam | 2010-03-08 | 1 | -38/+13 |
| | | | | Task-number: QT-2824 | ||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -0/+238 |
QDeclarativeXXX. |