aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix imports in GridView testMartin Jones2012-03-281-2/+11
* Section comparison should be case insensitive.Martin Jones2012-03-281-5/+5
* Fix qquicktext tests to use QQmlComponent not QDeclarativeComponentJulian de Bhal2012-03-283-4/+4
* TextInput to use password mask delay if platform style defines onePekka Vuorela2012-03-271-5/+4
* Buffer changes received during layout()Bea Lam2012-03-273-2/+66
* Remove insignification from some fixed testsMiikka Heikkinen2012-03-264-8/+0
* Remove tentative commit from editorsPekka Vuorela2012-03-262-32/+0
* Fix horizontal alignment bug with rich textYann Bodson2012-03-261-0/+76
* Remove QObject parenting from QQmlAbstractBoundSignal.Michael Brasser2012-03-261-9/+2
* Use QQmlAbstractBoundSignal where appropriate.Michael Brasser2012-03-261-3/+3
* PathView was missing the maximumFlickVelocity propertyMartin Jones2012-03-261-0/+54
* Add templated module api registration functionChris Adams2012-03-266-9/+87
* Update item anchors when the baseline offset changes.Andrew den Exter2012-03-262-0/+39
* Support registered QFlags in QML methods and signal handlers.Michael Brasser2012-03-263-1/+24
* Basic system tests for ListView sectionsDamian Jansen2012-03-262-0/+265
* Prevent the root object from being garbage collected.Michael Brasser2012-03-233-0/+95
* Fix crash issue for path animation and path interpulatorCharles Yin2012-03-232-0/+50
* Change smooth to be true by defaultGunnar Sletta2012-03-225-6/+10
* Add move comprehensive tests for TextInput input mask.Andrew den Exter2012-03-221-0/+489
* Fix text wrapping and eliding with implicitWidth.Andrew den Exter2012-03-223-17/+144
* Test unregistered local enums in QML methods and signal handlers.Michael Brasser2012-03-213-1/+41
* Allow flick on press-move-release in Flickable.Laszlo Agocs2012-03-211-1/+14
* Fix margins for right-to-left modeBea Lam2012-03-213-16/+42
* ListView system testsDamian Jansen2012-03-215-0/+1009
* Add new line to last line of qquickfolderlistmodel.proMartin Jones2012-03-211-1/+1
* Don't overwrite text selections made in focus handlers.Andrew den Exter2012-03-212-42/+221
* Content size should not include trailing spaces.Andrew den Exter2012-03-211-41/+108
* Add more element qmltestrunner casesDamian Jansen2012-03-2116-15/+1727
* Fix qquickfolderlistmodel includesMartin Jones2012-03-211-1/+1
* Allow literal enum to int property assignmentsChris Adams2012-03-212-0/+69
* Fix consistency of parsing ISO 8601 date strings.Andrew den Exter2012-03-217-2/+65
* Support unregistered Qt namespace enums in QML methods.Michael Brasser2012-03-213-0/+28
* Support (registered) non-local enums for signal/slot params in QML.Michael Brasser2012-03-215-4/+144
* Update item focus even if it doesn't have a canvasBea Lam2012-03-201-23/+57
* Make QVariant conversion for JS null type symmetricKent Hansen2012-03-202-2/+14
* Make TextEdit word selection behaviour consistent.Andrew den Exter2012-03-202-15/+32
* Add additional key sequence tests.Andrew den Exter2012-03-202-55/+207
* Fix QQuickTextInput test failure on WindowsCharles Yin2012-03-201-3/+0
* Fix tst_qquickitemlayer test failuresCharles Yin2012-03-203-10/+10
* Fix FolderListModel path issue on WindowsCharles Yin2012-03-201-3/+1
* Support null -> QObject and QObject -> bool conversions in v4.Michael Brasser2012-03-202-0/+17
* Loader could leak qml contexts if interruptedMartin Jones2012-03-201-2/+4
* Restore view to sensible position if grab is cancelled.Martin Jones2012-03-204-0/+88
* Allow parent to be specified for Qt.createComponentMatthew Vogt2012-03-202-0/+137
* Ensure JS files imported inside modules work correctlyMatthew Vogt2012-03-195-0/+38
* QmlEngineDebug: Simplify the utility classesAurindam Jana2012-03-194-1747/+776
* QmlEngineDebug: Rename to QmlEngineDebugClient in AutoTestAurindam Jana2012-03-195-174/+136
* Fix data file checkout formats in Windows for some declarative testsMiikka Heikkinen2012-03-192-0/+4
* Debugger: Always disable v4 optimizer if v8 debugger is activatedKai Koehne2012-03-192-4/+24
* QmlEngineDebugService: Rename service to QmlDebuggerAurindam Jana2012-03-191-4/+10