aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix instantiation of QML list models with custom object propertiesSimon Hausmann2014-03-274-0/+65
* Fix infinite loop in method overload resolutionSimon Hausmann2014-03-241-0/+20
* tests: fix tst_qqmllanguage::importIncorrectCase() and errors(incorrectCase)Liang Qi2014-03-241-13/+19
* Don't crash on Runtime::getQmlImportedScriptsAlbert Astals Cid2014-03-243-0/+56
* Implement high-dpi "@2x" image handling.Morten Johan Sørvig2014-03-2012-0/+441
* Behavior fix when creating QML windowsFabian Bumberger2014-03-194-3/+97
* Invalidate all batches potentially affected by a change.Gunnar Sletta2014-03-192-0/+104
* Clear the chain of incubated objects in QQmlIncubatorPrivate::clearAlbert Astals Cid2014-03-194-23/+87
* Fixes to for...in statementLars Knoll2014-03-191-2/+31
* Dynamic GL in QuickLaszlo Agocs2014-03-181-2/+3
* Register animation profiler callback also from render threadUlf Hermann2014-03-181-1/+3
* FolderListModel: pessimize change signals when the filter changesShawn Rutledge2014-03-183-11/+38
* Item views: improve initial Z-value handlingJ-P Nurmi2014-03-189-45/+299
* Use QUrl::toLocalFile() when decoding a string URLAndrew Knight2014-03-182-0/+7
* Namespace cleanupSimon Hausmann2014-03-171-1/+1
* Stabilize tst_qquickwindow and tst_scenegraph.Gunnar Sletta2014-03-172-3/+39
* Fix crash with lazy binding initialization and compile time calculated depend...Simon Hausmann2014-03-173-0/+31
* Canvas: do not emit paint when resized but hiddenJ-P Nurmi2014-03-162-13/+20
* Fix crash when calling concat on an empty arraySimon Hausmann2014-03-151-0/+1
* Fix crash on shutdown with statesSimon Hausmann2014-03-155-0/+56
* WinRT: Disable qml debugger autotestOliver Wolff2014-03-141-1/+1
* Fix crash when appending arrays to sub models in list modelsSimon Hausmann2014-03-141-0/+2
* 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