summaryrefslogtreecommitdiff
path: root/tests/auto/declarative/qdeclarativeitem
Commit message (Expand)AuthorAgeFilesLines
* QDeclarative::hasActiveFocus should return false for hidden itemsAlan Alpert2011-08-301-0/+13
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2011-03-112-29/+292
|\
| * Include dynamic parenting use cases in layout mirroring autotestsJoona Petrell2011-03-081-0/+33
| * Reverse KeyNavigation left and right properties when the layout mirroring is ...Joona Petrell2011-03-011-0/+54
| * Add LayoutMirroring attached property for mirroring QML layoutsJoona Petrell2011-03-012-29/+205
* | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-02-043-0/+192
|\ \ | |/
| * Don't crash when appending a null itemAaron Kennedy2011-01-272-0/+14
| * Implement property versioning inside the declarative engineAaron Kennedy2011-01-271-4/+4
| * Expose implicitWidth and implicitHeight properties of Item.Martin Jones2011-01-241-0/+80
| * Add list of new properties/methods in QtQuick 1.1Martin Jones2011-01-241-0/+19
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2011-01-191-1/+1
| |\
| * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2011-01-072-0/+45
| |\ \
| * | | KeyNavigation skips disabled or invisible itemsChristopher Ham2010-12-101-0/+79
* | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-171-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
| | |/ | |/|
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-12-232-0/+45
|\ \ \ | |/ /
| * | More testing for KeyNavigation attached properties.Martin Jones2010-12-212-0/+45
| |/
* | Merge remote branch 'qt/master' into file-engine-refactorJoão Abecasis2010-11-233-1/+24
|\ \
| * \ Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-11-121-0/+10
| |\ \ | | |/
| | * Don't emit xChanged()/yChanged() twice.Martin Jones2010-11-041-0/+10
| * | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-10-152-0/+13
| |\ \ | | |/
| | * Test for QTBUG-13685Martin Jones2010-10-082-0/+13
| * | Align .pro with qmake: s/\.sources/.files/.Miikka Heikkinen2010-10-081-1/+1
| |/
* | Fix deployment for examples and testsShane Kearns2010-10-121-1/+1
|/
* Improve test coverage for declarative module.Michael Brasser2010-10-042-0/+8
* Replace "import Qt 4.7" with "import QtQuick 1.0"Aaron Kennedy2010-09-291-1/+1
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-09-292-0/+25
|\
| * Fix crash when trying to append a null transform to QDeclarativeItem.Michael Brasser2010-09-292-0/+25
* | Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Aaron Kennedy2010-09-2913-15/+15
|/
* qdoc: Added list of all members (including inherited) page to QML elements.Martin Smith2010-08-111-15/+15
* Don't double-add item change listeners.Michael Brasser2010-08-102-0/+27
* Remove QDeclarativeItem::childrenChanged() signal overloadMartin Jones2010-07-221-0/+5
* QML focus API updates.Michael Brasser2010-07-211-14/+14
* wantsFocus should be based on FocusScope chain, not parent chain.Michael Brasser2010-07-131-5/+2
* Properly update childrenRect for position changes and shrinking.Michael Brasser2010-06-172-1/+79
* Fix bug with childrenRect resizing on startup.Michael Brasser2010-06-152-0/+40
* Make declarative autotests compile on Symbian abld build systemJoona Petrell2010-06-082-2/+6
* Add a "priority" property to Keys and KeyNavigationMartin Jones2010-05-142-1/+139
* Symbian build fix to declarative auto and benchmark testsJoona Petrell2010-05-141-1/+8
* Fix for graphics widget in the background stealing declarative item's focusJoona Petrell2010-05-132-0/+57
* Update childrenRect when children are added or removed.Michael Brasser2010-05-042-0/+55
* Fix versioning of Qt Declarative's in-built typesAlan Alpert2010-04-216-6/+6
* Emit runtime warnings through QDeclarativeEngineAaron Kennedy2010-04-191-2/+5
* Rename remaining import Qt 4.6 lines to import Qt 4.7Joona Petrell2010-04-141-3/+3
* Tweak tests to run in parallelAaron Kennedy2010-04-131-0/+3
* Allow iteration over the Item.children propertyAaron Kennedy2010-04-073-0/+68
* Test and fix order of transform application.Warwick Allison2010-03-261-4/+10
* Test transforms.Warwick Allison2010-03-261-0/+21
* Auto-test fix.Alexis Menard2010-03-251-8/+2