aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Try to simplify the threaded render loop.Gunnar Sletta2014-03-241-1/+1
* TestHTTPServer: Make listening an explicit operation that reports failure.Robin Burchell2014-03-2117-128/+147
* Add defaultSurfaceFormat to QQuickWindowLaszlo Agocs2014-03-201-0/+76
* Don't crash if a ScriptAction changes state mid-transition.Michael Brasser2014-03-132-0/+87
* Ensure TextEdit's text is vertically aligned after resizing its height.Mitch Curtis2014-03-131-0/+13
* Fix property caches out of sync with grouped properties that have a VME meta ...Simon Hausmann2014-03-132-0/+31
* Item views: avoid fixing up the position while moving/flickingJ-P Nurmi2014-03-132-0/+43
* Don't crash when a signal/slot connection outlives the engineSimon Hausmann2014-03-121-0/+22
* Remove redundant QQmlBinding members.Michael Brasser2014-03-112-1/+2
* Add support for resolving translation bindings at compile timeSimon Hausmann2014-03-113-9/+70
* Fix incorrectly initialized property cache on group objectsSimon Hausmann2014-03-114-0/+37
* Cleanup our runtime methodsLars Knoll2014-03-111-1/+1
* MultiPointTouchArea: make nested.qml autotest easier to debugShawn Rutledge2014-03-101-5/+54
* Fix TextEdit::lineCount to update as appropriateJ-P Nurmi2014-03-101-0/+51
* MultiPointTouchArea: handles mouse too, unless mouseEnabled is falseShawn Rutledge2014-03-104-0/+438
* Fixed qqmlapplicationengine autotest build for QT_NO_PROCESSOliver Wolff2014-03-101-0/+4
* Remove old compiler and VMESimon Hausmann2014-03-074-774/+0
* Add the features of QLoggingCategory to QML's debugging methods.Giorgos Tsiapaliokas2014-03-073-4/+7
* Switch the code path from the old compiler and VME to the new code pathSimon Hausmann2014-03-061-1/+0
* Stabilize tst_QQuickPathView:dataModel()J-P Nurmi2014-03-062-5/+4
* Make tst_qqmlincubator::chainedAsynchronousIfNested more robustSimon Hausmann2014-03-051-5/+3
* [new compiler] Fix auto component creation with composite typesSimon Hausmann2014-03-053-8/+29
* Fix qquickfolderlistmodel test compilation on WinRTAndrew Knight2014-03-051-3/+3
* Fix crash when accessing var properties in objects with invalid contextSimon Hausmann2014-03-042-0/+42
* Prefer to use normalised signal/slot signaturesSergio Ahumada2014-03-0310-15/+15
* Fix a crash in the register allocatorLars Knoll2014-03-031-0/+14
* Make it possible to call QQmlEngine::setObjectOwnership at any timeSimon Hausmann2014-03-021-0/+13
* Fix calls to overloaded slots for QObjects not created by QMLSimon Hausmann2014-03-021-0/+68
* [new compiler] Add the correct object index to the custom parserSimon Hausmann2014-03-022-5/+7
* Add a column to the default method error messageSimon Hausmann2014-03-022-2/+2
* [new compiler] Fix implicit component determination inside group propertiesSimon Hausmann2014-03-023-0/+23
* [new compiler] Fix evaluateEnum for custom parsersSimon Hausmann2014-03-024-0/+100
* Fix debug output when tests failSimon Hausmann2014-03-021-1/+1
* QQuickWindow: fix content item sizeJ-P Nurmi2014-02-281-0/+34
* Fix tst_qquicktext::hover()J-P Nurmi2014-02-281-0/+2
* Canvas: do not emit paint signal when invisibleJ-P Nurmi2014-02-282-3/+14
* Revert "Fix item polishing"J-P Nurmi2014-02-283-75/+3
* Mark tst_qquickpathview insignificant on OS XJ-P Nurmi2014-02-271-0/+2
* Make GridView/ListView attached "view" property available to all delegate typesNils Jeisecke2014-02-264-0/+222
* Fix global object handling in worker script JS files.v5.3.0-alpha1Michael Brasser2014-02-259-1/+127
* tst_qquickpathview: show window before flickingShawn Rutledge2014-02-251-0/+5
* Introduced a few more signals to QQuickWindow.Gunnar Sletta2014-02-251-3/+38
* Clean up our internal namespacesLars Knoll2014-02-231-1/+1
* Update QQuickTextInput's baselineOffset when only height changesJan Arve Saether2014-02-221-6/+19
* QQuickTimeLine: add missing time checksJ-P Nurmi2014-02-213-0/+77
* Make sure we update filtering options on atlas textures.Gunnar Sletta2014-02-214-1/+76
* Fix item polishingJ-P Nurmi2014-02-201-0/+61
* Add a signal for syncing external animation systemsLaszlo Agocs2014-02-201-0/+15
* Fix ListModel::setProperty() to accept date rolesJ-P Nurmi2014-02-201-0/+1
* Ensure Behavior stops animating when a new value is set while disabled.Michael Brasser2014-02-203-0/+115