aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick
Commit message (Expand)AuthorAgeFilesLines
* Fix potential crash when using text and more than 1 QQuickViewEskil Abrahamsen Blomfeldt2012-09-281-1/+1
* Mark some tests as insignificant to let change#35527 be integratedKonstantin Ritt2012-09-262-0/+6
* Fixed instances of "to to" in qtdeclarative.Samuel Rødal2012-09-242-2/+2
* tst_QQuickListView::sectionsDelegate_headerVisibility(): restore QSKIPJ-P Nurmi2012-09-241-0/+2
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2372-1734/+1734
* Auto tests: PlatformQuirks::isClipboardAvailable()J-P Nurmi2012-09-172-111/+47
* Autotests: Use qInstallMessageHandlerKai Koehne2012-09-145-18/+18
* Remove tst_qquicktext::alignments()J-P Nurmi2012-09-1311-97/+0
* Remove tst_qquicktextedit::alignments()J-P Nurmi2012-09-1311-91/+0
* Remove tst_qquicktextinput::horizontalAlignment()J-P Nurmi2012-09-134-36/+0
* test: Check for null string comparisonSergio Ahumada2012-09-101-1/+1
* tst_qquickfontloader: remove unnecessary skips on WindowsJ-P Nurmi2012-09-071-21/+0
* Fix tst_qquickanimatedimage::mirror_running()J-P Nurmi2012-09-071-10/+14
* tst_QQuickPathView::package(): updated QSKIP()J-P Nurmi2012-09-071-1/+1
* doc: fix some typos in .cpp filesSergio Ahumada2012-09-072-2/+2
* tst_qquickflickable: fix compilation warningJ-P Nurmi2012-09-071-1/+1
* doc: fix some typos in .qml filesSergio Ahumada2012-09-071-1/+1
* Attempt to fix tst_QQuickListView::sectionsDelegate_headerVisibility()J-P Nurmi2012-09-061-5/+4
* Only test qtdeclarative examples for naming conventionAlan Alpert2012-08-291-3/+10
* Add cacheItemCount property to PathViewMartin Jones2012-08-282-1/+84
* Use the new antialiasing property for canvas paintingCharles Yin2012-08-281-1/+0
* Fix assert when a VisualDataModels context has been invalidated.Andrew den Exter2012-08-241-0/+30
* Port away from qWaitForWindowShown.Stephen Kelly2012-08-221-2/+2
* Stabilize QQuickWindow tests a bitGunnar Sletta2012-08-173-32/+36
* Fix build with QT_NO_ACCESSIBILITY.Frederik Gladhorn2012-08-131-1/+1
* Only build accessibility test when a11y is enabled.Frederik Gladhorn2012-08-131-0/+2
* Fix pasting with the middle button in TextInput and TextEdit.Andrew den Exter2012-08-062-0/+106
* Add tests for copy and paste using keyboard shortcuts.Andrew den Exter2012-08-062-0/+138
* Don't use compatibility headersPaul Olav Tvete2012-08-037-7/+7
* Make QQmlScriptString opaque.Michael Brasser2012-08-031-7/+8
* Add tests for writing to model role properties.Andrew den Exter2012-08-021-0/+31
* Test the VisualDataModel hasModelChildren propertyAndrew den Exter2012-08-022-1/+54
* Add tests for VisualDataModel watched roles.Andrew den Exter2012-08-022-0/+92
* Fix handling of changes to the root index of a VisualDataModel.Andrew den Exter2012-08-025-88/+309
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-0155-0/+55
* Add includes for QWindowSystemInterfacePaul Olav Tvete2012-08-016-0/+6
* Refactor context2d thread logicCharles Yin2012-07-313-14/+14
* Implement strict mode for qmldir modulesMatthew Vogt2012-07-313-2/+9
* Some autotests which failed on OSX don't fail anymore; others doBea Lam2012-07-301-20/+16
* Add tests for Text(*) default property values and notifiers.Andrew den Exter2012-07-303-8/+409
* Add tests for an object instance as model data.Andrew den Exter2012-07-301-0/+29
* Delete created objects in tests and fix warningsBea Lam2012-07-301-0/+15
* Stabilize tst_qquickloader test caseMatthew Vogt2012-07-301-14/+22
* Pixmap loader adds images to unreferenced list when cache: falseMartin Jones2012-07-271-1/+56
* Add SnapPosition mode to positionViewAtIndex() in List/GridView.Martin Jones2012-07-274-393/+250
* Remove QSKIP from snapOneItem() testBea Lam2012-07-261-5/+0
* Fix resolution of cursor when items are overlapping.Andrew den Exter2012-07-262-0/+176
* Add tests for QQuickItem::childAt and antialiasing.Andrew den Exter2012-07-251-0/+68
* Fix inconsistent playing / paused property setting and signalsDamian Jansen2012-07-252-3/+71
* Remove QListModelInterface.Andrew den Exter2012-07-258-456/+207