aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml
Commit message (Expand)AuthorAgeFilesLines
* Fix translations in states causing failing assertionsSimon Hausmann2014-04-281-0/+50
* Fix marking of prototype objects in internal class poolSimon Hausmann2014-04-281-0/+16
* Fix crash when loading QML that tries to set non-existent group propertiesSimon Hausmann2014-04-243-0/+6
* Refine fix for dynamic properties on QObjects wrapped in JavaScriptSimon Hausmann2014-04-171-5/+29
* Stabilize tst_qqmlxmlhttprequest::stateChangeCallingContext() on Mac.Friedemann Kleint2014-04-151-1/+1
* Fix assignments of null strings in QML and JavaScriptSimon Hausmann2014-04-123-0/+34
* Add support for dynamic properties for QObjects in JavaScriptSimon Hausmann2014-04-091-0/+11
* Fix remaining QQmlLocale auto-test failuresSimon Hausmann2014-04-081-3/+0
* Fix XHR auto tests always failingSimon Hausmann2014-04-081-2/+0
* Fix marking of prototype objects in chainSimon Hausmann2014-04-071-0/+18
* Regression: Fix id objects in group propertiesSimon Hausmann2014-04-042-1/+10
* Avoid recompiling of signal handlers defined in QtQuick state changes and Con...Simon Hausmann2014-04-023-9/+8
* Fix compilation of script stringsSimon Hausmann2014-04-022-0/+28
* Fix compilation on QNXSergio Ahumada2014-03-311-5/+5
* Fix performance regression of parent setting during QML object creationSimon Hausmann2014-03-313-1/+36
* Remove object index parameter from QQmlCustomParser::compileSimon Hausmann2014-03-292-9/+7
* Eliminate noop translation bindingsSimon Hausmann2014-03-291-3/+3
* Fix crash in conversion from QVariantMap to QJSValueSimon Hausmann2014-03-281-0/+8
* Fix crash in sparse array handlingSimon Hausmann2014-03-281-0/+1
* 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
* 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
* 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
* Use QUrl::toLocalFile() when decoding a string URLAndrew Knight2014-03-182-0/+7
* Namespace cleanupSimon Hausmann2014-03-171-1/+1
* Fix crash with lazy binding initialization and compile time calculated depend...Simon Hausmann2014-03-173-0/+31
* 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
* Fix property caches out of sync with grouped properties that have a VME meta ...Simon Hausmann2014-03-132-0/+31
* 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
* 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
* 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-034-7/+7
* Fix a crash in the register allocatorLars Knoll2014-03-031-0/+14