summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative
Commit message (Expand)AuthorAgeFilesLines
* Prevent calling deleteLater() from QMLAaron Kennedy2010-08-312-0/+24
* Ignore non-scriptable properties in QMLAaron Kennedy2010-08-3110-6/+61
* Don't double call classBegin()Aaron Kennedy2010-08-315-1/+41
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-08-317-7/+131
|\
| * Revert "Add 'cached' property to Image."Yann Bodson2010-08-311-20/+9
| * Add 'cached' property to Image.Yann Bodson2010-08-311-9/+20
| * Ensure Flickable visibleArea is updated when view height changesMartin Jones2010-08-312-0/+49
| * Fix VisualDataModel model update handling when rootIndex is specified.Martin Jones2010-08-272-6/+71
| * Improve test reliability when running in parallel with other tests.Martin Jones2010-08-271-0/+9
| * Improve stability of test on loaded hw.Martin Jones2010-08-271-0/+1
| * Improve stability of test on loaded hw.Martin Jones2010-08-271-1/+1
* | Simplify type management codeAaron Kennedy2010-08-273-4/+4
|/
* Handle layoutChanged() properly in QML views.Martin Jones2010-08-261-1/+1
* Fix ListView and GridView tests following off-by-one fixes.Martin Jones2010-08-262-3/+3
* Fix ListView.view attached property with VisualItemModelMartin Jones2010-08-262-3/+4
* Add test for VisualItemModel layoutChanged() handlingMartin Jones2010-08-252-0/+50
* Fix responseText to check the charset encoding field and also to notBea Lam2010-08-253-12/+32
* Setting one dimension of the sourceSize should set the other dimension.Yann Bodson2010-08-252-9/+9
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-08-242-1/+28
|\
| * Fix PathView when setting an empty model that is later filled.Michael Brasser2010-08-242-1/+28
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-08-231-1/+1
|\ \ | |/
| * 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/qt-qml into 4.7Martin Jones2010-08-2010-20/+101
|\ \ | |/
| * 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
| |/
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-08-191-0/+16
|\ \ | |/
| * Repaint TextInput when password character changes in password modeJoona Petrell2010-08-171-0/+16
* | Make QML tests compile on OpenSolarisMartin Jones2010-08-194-20/+20
|/
* 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