summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeitem
Commit message (Collapse)AuthorAgeFilesLines
* Add a "priority" property to Keys and KeyNavigationMartin Jones2010-05-142-1/+139
| | | | | | Allows intercepting keys before or after normal item key processing. Task-number: QTBUG-10467
* Symbian build fix to declarative auto and benchmark testsJoona Petrell2010-05-141-1/+8
| | | | | Task-number: QTBUG-9491 Reviewed-by: Martin Jones
* Fix for graphics widget in the background stealing declarative item's focusJoona Petrell2010-05-132-0/+57
| | | | | Task-number: QTBUG-10584 Reviewed-by: Warwick Allison
* Update childrenRect when children are added or removed.Michael Brasser2010-05-042-0/+55
| | | | Task-number: QT-714
* Fix versioning of Qt Declarative's in-built typesAlan Alpert2010-04-216-6/+6
| | | | | | Since we aren't releasing for 4.6, all types are new in 4.7. Task-number: QTBUG-10081
* Emit runtime warnings through QDeclarativeEngineAaron Kennedy2010-04-191-2/+5
| | | | QTBUG-9726
* Rename remaining import Qt 4.6 lines to import Qt 4.7Joona Petrell2010-04-141-3/+3
| | | | | Task-number: Reviewed-by: Martin Jones
* Tweak tests to run in parallelAaron Kennedy2010-04-131-0/+3
|
* Allow iteration over the Item.children propertyAaron Kennedy2010-04-073-0/+68
| | | | QTBUG-9645
* Test and fix order of transform application.Warwick Allison2010-03-261-4/+10
| | | | Remove Translate.z since Qt cannot sensibly support it yet.
* Test transforms.Warwick Allison2010-03-261-0/+21
|
* Auto-test fix.Alexis Menard2010-03-251-8/+2
| | | | | | Also fix a connect in QDeclarativeItem. Reviewed-by:TrustMe
* Qt.Infinite -> Animation.InfiniteMichael Brasser2010-03-251-1/+1
| | | | | Too misleading to have on the Qt object, as it only means infinite for animation loops.
* Fix tests after 47fb07c9fdf47584ae55f3412102bbeef5576b04.Michael Brasser2010-03-183-2/+2
| | | | | 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 canonicalJoona Petrell2010-03-092-2/+100
| | | | | Task-number: QTBUG-7193 Reviewed-by: akennedy
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Bea Lam2010-03-053-0/+48
|\ | | | | | | | | Conflicts: tests/auto/declarative/qdeclarativeitem/tst_qdeclarativeitem.cpp
| * Add autotests for tab and backtab in Keys and KeyNavigation.Yann Bodson2010-03-043-0/+48
| |
* | Fix test leaksBea Lam2010-03-051-0/+8
| |
* | Add mapFromItem() and mapToItem() in QDeclarativeItem.Bea Lam2010-03-042-0/+101
|/ | | | Task-number: QT-2385
* Change autotest class prefix from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX ↵Leonardo Sobral Cunha2010-02-241-9/+9
| | | | to QDeclarativeXXX.
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-244-0/+382
QDeclarativeXXX.