summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeitem/tst_qdeclarativeitem.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Change to commercial license headers in preparation for release.Jason McDonald2010-09-071-13/+13
| | | | Reviewed-by: Trust Me
* Don't double-add item change listeners.Michael Brasser2010-08-111-0/+12
| | | | | | | | | 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)
* Remove QDeclarativeItem::childrenChanged() signal overloadMartin Jones2010-07-261-0/+5
| | | | | | | | Broke signal handlers in QML Task-number: QTBUG-12335 Reviewed-by: Aaron Kennedy (cherry picked from commit ddb5e1eef379c7f32a594d91b00ff3514c46b62a)
* QML focus API updates.Michael Brasser2010-07-261-14/+14
| | | | | | | | | | The wantsFocus property has been renamed to activeFocus, to better reflect its value. Reading and writing the focus property is also now consistent -- this property represents focus within a scope. Other small changes were made to keep things consistent with the new naming. Reviewed-by: Aaron Kennedy (cherry picked from commit 21806ff0921641b4e4d9d39721ab4ebeae74dddc)
* wantsFocus should be based on FocusScope chain, not parent chain.Michael Brasser2010-07-261-5/+2
| | | | | | | | | Ancestors of the item with focus should only report wantsFocus as true when they are a FocusScope or a top-level item. Reviewed-by: Aaron Kennedy Reviewed-by: Yann Bodson (cherry picked from commit 686fca1c78e6d4d2ba597dd75d982c76647c7707)
* Properly update childrenRect for position changes and shrinking.Michael Brasser2010-06-171-1/+26
| | | | Task-number: QTBUG-11465
* Fix bug with childrenRect resizing on startup.Michael Brasser2010-06-151-0/+17
| | | | | | This also optimizes the implementation. Task-number: QTBUG-11383
* Make declarative autotests compile on Symbian abld build systemJoona Petrell2010-06-081-0/+5
| | | | | Task-number: Reviewed-by: Martin Jones
* Add a "priority" property to Keys and KeyNavigationMartin Jones2010-05-141-1/+130
| | | | | | 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/+37
| | | | | Task-number: QTBUG-10584 Reviewed-by: Warwick Allison
* Update childrenRect when children are added or removed.Michael Brasser2010-05-041-0/+28
| | | | Task-number: QT-714
* 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
* Allow iteration over the Item.children propertyAaron Kennedy2010-04-071-0/+33
| | | | 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
* Fix tests after 47fb07c9fdf47584ae55f3412102bbeef5576b04.Michael Brasser2010-03-181-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-091-2/+90
| | | | | 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-051-0/+38
|\ | | | | | | | | Conflicts: tests/auto/declarative/qdeclarativeitem/tst_qdeclarativeitem.cpp
| * Add autotests for tab and backtab in Keys and KeyNavigation.Yann Bodson2010-03-041-0/+38
| |
* | Fix test leaksBea Lam2010-03-051-0/+8
| |
* | Add mapFromItem() and mapToItem() in QDeclarativeItem.Bea Lam2010-03-041-0/+58
|/ | | | 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-241-0/+318
QDeclarativeXXX.