aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Run autotests on MacAaron Kennedy2012-01-051-2/+0
* Apply expected failure to animated color changes.Toby Tomkins2012-01-052-0/+9
* Update copyright year in license headers.Jason McDonald2012-01-05488-488/+488
* Document new Path elements.Michael Brasser2012-01-051-0/+1
* Support <pre> in StyleText textFormatMartin Jones2012-01-051-0/+1
* Make tst_QQuickListView::margins() more reliableBea Lam2012-01-051-1/+2
* Eliminated usage of qttest_p4.prf in newly added test.Sergio Ahumada2012-01-051-2/+4
* Fix clipping of TextInput contents.Andrew den Exter2012-01-051-16/+52
* Use QSignalSpy to save some codeGunnar Sletta2012-01-041-24/+5
* Fix moving mixed visible and non-visible View items.Andrew den Exter2012-01-041-0/+19
* Add length property and insert, remove and getText functions to TextInput.Andrew den Exter2012-01-041-0/+797
* Fix crash in TextInput.Andrew den Exter2012-01-042-0/+34
* Introduce layerering support (ShaderEffectSource) directly in ItemGunnar Sletta2012-01-0311-2/+594
* Combined platform input contexts in tests into one sharedPekka Vuorela2012-01-035-164/+100
* Use Qt::ImhSensitiveData input hint on TextInput with password echo modePekka Vuorela2012-01-031-4/+4
* Don't set the role to Accessible.ButtonJan-Arve Saether2012-01-031-1/+0
* Fix test failures with shadow builds.Andrew den Exter2012-01-0363-206/+215
* Simplify MultiPointTouchArea signal names.Michael Brasser2012-01-032-4/+4
* Add accessibility to qmlFrederik Gladhorn2012-01-0213-0/+1249
* touchUpdated should be called for release and cancel.Michael Brasser2011-12-303-1/+17
* Handle exceptions inside QV8QObjectConnectionList::qt_metacallChris Adams2011-12-292-0/+39
* Invisible items should not respond to touch events.Michael Brasser2011-12-281-0/+28
* Insert items into VisualDataModel.Andrew den Exter2011-12-2312-56/+2022
* Minimize the number of objects created per item in VisualDataModel.Andrew den Exter2011-12-232-13/+9
* Fix crash in var property setterChris Adams2011-12-233-0/+14
* Add a pressed property to TouchPoint.Michael Brasser2011-12-232-113/+227
* Detect and optimize qsTr() and qsTrId() bindingsAaron Kennedy2011-12-214-0/+34
* QDeclarative tests: Introduce base class for data tests.Friedemann Kleint2011-12-21122-1917/+1900
* Adapted QDeclarativeTextEdit test to platform input contextPekka Vuorela2011-12-211-208/+151
* Adapted QDeclarativeTextInput test to platform input contextPekka Vuorela2011-12-211-130/+117
* Remove uneccessary layout in TextInput initialization.Andrew den Exter2011-12-211-0/+5
* Update obsolete URL's in test data.Jason McDonald2011-12-212-4/+4
* qdeclarativexmlhttprequest: Stabilize, ensure deletion of server.Friedemann Kleint2011-12-201-3/+3
* QQuickLineControl more robust on input method & selection statePekka Vuorela2011-12-201-0/+8
* Small Text creation performance improvements.Martin Jones2011-12-201-2/+4
* Delay masking the last character in Password echo mode.Andrew den Exter2011-12-201-5/+11
* Add wrapMode and verticalAlignment properties to TextInput.Andrew den Exter2011-12-204-35/+163
* Ensure items in ListView and GridViews viewport are visible.Andrew den Exter2011-12-204-4/+473
* Qt.locale() always returns the 'C' locale.Martin Jones2011-12-201-0/+12
* Fix QDeclarativePropertyCache crash.Andrew den Exter2011-12-202-0/+289
* Implement "headless mode" for hidden QQuickCanvasesGunnar Sletta2011-12-194-1/+113
* Correctly resolve elements of QList<QUrl> propertiesChris Adams2011-12-192-0/+61
* Remove another fragile assumption from var prop unit testChris Adams2011-12-191-1/+2
* Fix compilation due to header changesSergio Ahumada2011-12-174-4/+4
* DeclarativeDebug: Add version info to service pluginsAurindam Jana2011-12-165-26/+16
* Make PlainText the default textFormat of a TextEdit.Andrew den Exter2011-12-162-2/+68
* Merge QQuickLineControl into QQuickTextInput.Andrew den Exter2011-12-161-4/+2
* V8: Remove extra V8::Context allocated for expressing strong referencesSimon Hausmann2011-12-152-5/+29
* Add support for QUrl types to V4Roberto Raggi2011-12-153-0/+38
* QV8DebugService: add version commandAurindam Jana2011-12-151-0/+21