Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make rootContext and engine pointers in QDeclarativeView API const | Joona Petrell | 2010-07-22 | 1 | -2/+2 |
| | | | | | Task-number: QTBUG-12322 Reviewed-by: Aaron Kennedy | ||||
* | Fix drawing flicker on Qml Viewer startup | Joona Petrell | 2010-06-09 | 1 | -0/+1 |
| | | | | | Task-number: QTBUG-10251 and QTBUG-11156 Reviewed-by: Martin Jones | ||||
* | QDeclarativeViewPrivate should subclass QGraphicsViewPrivate | Bea Lam | 2010-05-11 | 1 | -2/+1 |
| | | | | Task-number: QTBUG-10528 | ||||
* | Add missing Q_DISABLE_COPYs. | Michael Brasser | 2010-04-22 | 1 | -0/+2 |
| | |||||
* | ResizeMode support for QGraphicsWidgets created with QDeclarativeView | Joona Petrell | 2010-04-16 | 1 | -1/+1 |
| | | | | | Task-number: QTBUG-8814 Reviewed-by: alexis | ||||
* | QDeclarativeView: Make usable in Designer | Friedemann Kleint | 2010-03-02 | 1 | -1/+3 |
| | | | | | | Make source a designable property, add missing declarations for enumerations. Reviewed-by: akennedy <qt-info@nokia.com> | ||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -0/+114 |
QDeclarativeXXX. |