Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix autotests (remove import Qt.widgets) | Aaron Kennedy | 2010-05-07 | 1 | -1/+0 |
| | |||||
* | Mark some properties in QDeclarativeItem as private properties. | Alexis Menard | 2010-04-29 | 1 | -23/+30 |
| | | | | | | | QDeclarativeItem will be public, all properties that are relaying on private types must be private too. Reviewed-by:akennedy | ||||
* | Fix versioning of Qt Declarative's in-built types | Alan Alpert | 2010-04-21 | 8 | -8/+8 |
| | | | | | | Since we aren't releasing for 4.6, all types are new in 4.7. Task-number: QTBUG-10081 | ||||
* | Minor internal anchor refactoring. | Michael Brasser | 2010-04-19 | 1 | -10/+10 |
| | |||||
* | Emit runtime warnings through QDeclarativeEngine | Aaron Kennedy | 2010-04-19 | 1 | -15/+15 |
| | | | | QTBUG-9726 | ||||
* | Rename remaining import Qt 4.6 lines to import Qt 4.7 | Joona Petrell | 2010-04-14 | 1 | -1/+1 |
| | | | | | Task-number: Reviewed-by: Martin Jones | ||||
* | Bring support of anchors in QML for QGraphicsWidget derived classes. | Alexis Menard | 2010-04-14 | 2 | -0/+253 |
| | | | | | | | | | | | This commit add a extension object to bring the anchors property for a QGraphicsWidget. The actual implement uses a separate object for storing the anchor pointer. In the future it would be nice if the extension object is the anchor itself. Also there are two connects extra for QGraphicsWidget one can perhaps disappear with a later commit. Only baseline case is not supported because QGraphicsWidget don't have any concept of baseline. Reviewed-by:akennedy | ||||
* | Tweak tests to run in parallel | Aaron Kennedy | 2010-04-13 | 1 | -0/+3 |
| | |||||
* | Ignore current spurious warnings. | Warwick Allison | 2010-04-08 | 1 | -0/+10 |
| | | | | Task-number: QT-3245 | ||||
* | doc bug relationships more clearly | Warwick Allison | 2010-03-31 | 1 | -2/+2 |
| | |||||
* | Unify binding optimizer and QtScript binding signal management logic | Aaron Kennedy | 2010-03-10 | 1 | -1/+0 |
| | |||||
* | Change autotest class prefix from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX ↵ | Leonardo Sobral Cunha | 2010-02-24 | 1 | -17/+17 |
| | | | | to QDeclarativeXXX. | ||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 9 | -0/+694 |
QDeclarativeXXX. |