Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add license headers for .qml files. | Jason McDonald | 2010-05-21 | 9 | -0/+369 |
| | | | | | | | Examples get the BSD license, while all other .qml files get the LGPL/tech-preview license. Reviewed-by: Trust Me | ||||
* | Add a "priority" property to Keys and KeyNavigation | Martin Jones | 2010-05-14 | 1 | -0/+9 |
| | | | | | | Allows intercepting keys before or after normal item key processing. Task-number: QTBUG-10467 | ||||
* | Fix for graphics widget in the background stealing declarative item's focus | Joona Petrell | 2010-05-13 | 1 | -0/+20 |
| | | | | | Task-number: QTBUG-10584 Reviewed-by: Warwick Allison | ||||
* | Update childrenRect when children are added or removed. | Michael Brasser | 2010-05-04 | 1 | -0/+27 |
| | | | | Task-number: QT-714 | ||||
* | Fix versioning of Qt Declarative's in-built types | Alan Alpert | 2010-04-21 | 6 | -6/+6 |
| | | | | | | Since we aren't releasing for 4.6, all types are new in 4.7. Task-number: QTBUG-10081 | ||||
* | Allow iteration over the Item.children property | Aaron Kennedy | 2010-04-07 | 2 | -0/+35 |
| | | | | QTBUG-9645 | ||||
* | Qt.Infinite -> Animation.Infinite | Michael Brasser | 2010-03-25 | 1 | -1/+1 |
| | | | | | Too misleading to have on the Qt object, as it only means infinite for animation loops. | ||||
* | Fix tests after 47fb07c9fdf47584ae55f3412102bbeef5576b04. | Michael Brasser | 2010-03-18 | 2 | -0/+0 |
| | | | | | The import order has changed, so test files that mirror element names needed to be renamed (or they would resolve as the type). | ||||
* | Make QDeclarativeItem NOTIFY signals canonical | Joona Petrell | 2010-03-09 | 1 | -0/+10 |
| | | | | | Task-number: QTBUG-7193 Reviewed-by: akennedy | ||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Bea Lam | 2010-03-05 | 2 | -0/+10 |
|\ | | | | | | | | | Conflicts: tests/auto/declarative/qdeclarativeitem/tst_qdeclarativeitem.cpp | ||||
| * | Add autotests for tab and backtab in Keys and KeyNavigation. | Yann Bodson | 2010-03-04 | 2 | -0/+10 |
| | | |||||
* | | Add mapFromItem() and mapToItem() in QDeclarativeItem. | Bea Lam | 2010-03-04 | 1 | -0/+43 |
|/ | | | | Task-number: QT-2385 | ||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 2 | -0/+57 |
QDeclarativeXXX. |