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 | -1/+1 |
|\ | |||||
| * | 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 | -2/+4 |
|/ | | | | | | | | | 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 | ||||
* | Don't export declarative private classes | Martin Jones | 2010-07-01 | 1 | -1/+1 |
| | | | | | Those required by creator are still exported. Everything else is no longer exported. | ||||
* | Fix flipable behaviour when back element is resized | Alan Alpert | 2010-04-19 | 1 | -0/+3 |
| | | | | | Task-number: QTBUG-8424 Reviewed-by: mae | ||||
* | Port Flickable and Flipable to support QGraphicsObject. | Alexis Menard | 2010-03-25 | 1 | -6/+6 |
| | | | | | | Replacing QDeclarativeItem* members by QGraphicsObject*. Build fix too. Reviewed-by:akennedy | ||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -0/+95 |
QDeclarativeXXX. |