summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative
Commit message (Expand)AuthorAgeFilesLines
* Autotests cleanup.Yann Bodson2010-09-106-107/+52
* Autotest for QTBUG-13454.Yann Bodson2010-09-101-14/+54
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-09-091-5/+1
|\
| * Fix qdeclarativeimageprovider autotest compilation on SymbianJoona Petrell2010-09-091-5/+1
* | Fix SmoothedAnimation test and docsAlan Alpert2010-09-095-6/+889
|/
* Don't cause repaints during painting in Text elementMartin Jones2010-09-081-0/+11
* Fix AnchorAnimation for multiple AnchorChanges with dependancies.Michael Brasser2010-09-063-0/+515
* Fix PathView item position on insertion and removal.Martin Jones2010-09-061-8/+11
* Add test for ListView positioning when all visible items are removed.Martin Jones2010-09-051-1/+30
* Missing fileAaron Kennedy2010-09-031-0/+14
* qreal == float fixesAaron Kennedy2010-09-031-1/+1
* Don't modify the signal order on the second dynamic meta object passAaron Kennedy2010-09-031-0/+12
* Support passing QObject derived types to QML methodsAaron Kennedy2010-09-034-1/+52
* Don't overflow the unreferenced cost counterAaron Kennedy2010-09-021-0/+27
* Support JS "in" operator on QML objectsAaron Kennedy2010-09-012-0/+18
* Only emit change signal when variant properties actually changeAaron Kennedy2010-09-012-1/+28
* 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