summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeitem/data
Commit message (Collapse)AuthorAgeFilesLines
* qdoc: Added list of all members (including inherited) page to QML elements.Martin Smith2010-08-121-15/+15
| | | | (cherry picked from commit 62968f33452016b31020e524fa6ba6d2cefd0278)
* Don't double-add item change listeners.Michael Brasser2010-08-111-0/+15
| | | | | | | | | When a Repeater was used as the child of an Item binding to childrenRect, the item change listener was being added twice for the items created by the Repeater. Task-number: QTBUG-12722 (cherry picked from commit 6feb5b75ce96aeeefee189af003949db8c031519)
* Properly update childrenRect for position changes and shrinking.Michael Brasser2010-06-171-0/+53
| | | | Task-number: QTBUG-11465
* Fix bug with childrenRect resizing on startup.Michael Brasser2010-06-151-0/+23
| | | | | | This also optimizes the implementation. Task-number: QTBUG-11383
* Add a "priority" property to Keys and KeyNavigationMartin Jones2010-05-141-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 focusJoona Petrell2010-05-131-0/+20
| | | | | Task-number: QTBUG-10584 Reviewed-by: Warwick Allison
* Update childrenRect when children are added or removed.Michael Brasser2010-05-041-0/+27
| | | | 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
* Allow iteration over the Item.children propertyAaron Kennedy2010-04-072-0/+35
| | | | QTBUG-9645
* 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-182-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 canonicalJoona Petrell2010-03-091-0/+10
| | | | | 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-052-0/+10
|\ | | | | | | | | Conflicts: tests/auto/declarative/qdeclarativeitem/tst_qdeclarativeitem.cpp
| * Add autotests for tab and backtab in Keys and KeyNavigation.Yann Bodson2010-03-042-0/+10
| |
* | Add mapFromItem() and mapToItem() in QDeclarativeItem.Bea Lam2010-03-041-0/+43
|/ | | | Task-number: QT-2385
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-242-0/+57
QDeclarativeXXX.