summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative
Commit message (Expand)AuthorAgeFilesLines
* Fix PathView when setting an empty model that is later filled.Michael Brasser2010-08-242-1/+28
* QDeclarativeDebug: stream all the context, including the internals ones.Olivier Goffart2010-08-201-1/+1
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-08-191-8/+97
|\
| * QDeclarativeImageProvider: Do not keep the global declarative mutex locked wh...Olivier Goffart2010-08-191-8/+97
* | Fix Image element svg autotestJoona Petrell2010-08-199-12/+4
|/
* Repaint TextInput when password character changes in password modeJoona Petrell2010-08-171-0/+16
* Add missing auto test files.Martin Jones2010-08-162-0/+31
* Handle QGraphicsWidgets in FlickableMartin Jones2010-08-161-0/+37
* More positioners with QGraphicsWidgets fixes.Martin Jones2010-08-161-0/+44
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-08-163-0/+85
|\
| * Add autotest that checks that copy and cut don't work when echomode is set to...Joona Petrell2010-08-131-0/+24
| * Clear previous animation data for non-triggering animations.Michael Brasser2010-08-132-0/+61
* | emit countChanged where appropriate in RepeaterMartin Jones2010-08-161-0/+3
|/
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-08-121-15/+15
|\
| * Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Martin Smith2010-08-111-3/+4
| |\
| * | qdoc: Added list of all members (including inherited) page to QML elements.Martin Smith2010-08-111-15/+15
* | | Only modify pixmap cache reply when protected by a mutexAaron Kennedy2010-08-121-0/+10
| |/ |/|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-08-111-3/+4
|\ \ | |/ |/|
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-08-112-0/+27
| |\
| * | Don't destroy ListModel child list nodes.Martin Jones2010-08-111-3/+4
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-08-101-1/+1
|\ \ \ | |_|/ |/| |
| * | Correct spelling (UNKOWN -> UNKNOWN) to fix recent test regressionBradley T. Hughes2010-08-101-1/+1
| |/
* | Don't double-add item change listeners.Michael Brasser2010-08-102-0/+27
|/
* Top-level QML item should not have special focus handling.Michael Brasser2010-08-061-1/+1
* Add missing test file.Michael Brasser2010-08-051-0/+33
* Make sure onFocusChanged is correctly emitted for items in a FocusScope.Michael Brasser2010-08-051-0/+56
* Make SpringAnimation usable inside a transitionmae2010-08-042-0/+43
* Make it possible to manually set the orientation of QML Viewer on SymbianJoona Petrell2010-08-031-3/+33
* Limit the pixmap cache in space as well as in time.Aaron Kennedy2010-08-032-0/+40
* Correctly apply PropertyChanges when entering an extended stateMichael Brasser2010-08-022-0/+42
* Add moving and flicking properties to PathViewMartin Jones2010-07-298-470/+815
* Add test for getting a backtrace in QMLOlivier Goffart2010-07-284-0/+212
* Fix test.Michael Brasser2010-07-221-0/+1
* Fix TextInput echoMode autotest on LinuxJoona Petrell2010-07-221-0/+4
* Fix TextEdit text attribute and text stored in the internal QTextDocument hav...Joona Petrell2010-07-221-0/+34
* Remove QDeclarativeItem::childrenChanged() signal overloadMartin Jones2010-07-221-0/+5
* Allow MouseArea dragging to filter mouse events from descendantsMartin Jones2010-07-221-0/+11
* Rename remaining 'wantsFocus'.Yann Bodson2010-07-212-9/+9
* Bounding rect of text was not always calculated correctly.Martin Jones2010-07-212-0/+37
* QML focus API updates.Michael Brasser2010-07-2113-159/+154
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-07-217-8/+124
|\
| * Only ignore the same target value for a Behavior when it is running.Michael Brasser2010-07-212-0/+44
| * font.letterSpacing used percentage rather than absolute values.Martin Jones2010-07-213-8/+8
| * Rewinding AnchorChanges should not make target item's implicit width and heig...Joona Petrell2010-07-212-0/+72
* | Ensure redirects (and indeed all reply process) is done in the right thread.Warwick Allison2010-07-211-0/+2
|/
* Ensure the boundingRect() of Text is correctly calculated.Michael Brasser2010-07-201-0/+1
* Ensure released VisualItemModel items are removed from the scene.Martin Jones2010-07-202-4/+34
* Fix ListView sections with QList<QObject*>Martin Jones2010-07-192-0/+6
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-07-191-12/+12
|\
| * Allow test to pass on smaller screens (eg. 480 high).Warwick Allison2010-07-161-12/+12