aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlobjectcreator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.3' into 5.4Simon Hausmann2014-08-261-5/+13
|\
| * Fix crash with early QObject property accessSimon Hausmann2014-08-251-5/+13
* | Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* | CleanupSimon Hausmann2014-08-151-25/+25
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-291-6/+21
|\|
| * Fix interaction of garbage collector with JS objects during QML type instanti...Simon Hausmann2014-07-261-6/+21
* | Change the object allocation schemeSimon Hausmann2014-07-221-2/+2
* | New construction scheme for the binding wrapperLars Knoll2014-07-221-2/+2
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-021-5/+21
|\|
| * Fix crash when deleting component in Component.onComplete through loaderSimon Hausmann2014-06-231-5/+12
| * QQmlObjectCreator: Clear sharedState componentAttached in destruction/clearAlbert Astals Cid2014-06-201-0/+9
* | Cleanup: Get rid of the url and file name members in QQmlCompiledDataSimon Hausmann2014-06-051-6/+6
* | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-06-041-1/+1
|\|
| * Fix crash (failing assertion) when declaring a non-string id propertySimon Hausmann2014-05-271-1/+1
* | Rework custom parser integrationSimon Hausmann2014-06-041-4/+13
|/
* Use RAII for VME profilerUlf Hermann2014-04-031-18/+17
* Avoid recompiling of signal handlers defined in QtQuick state changes and Con...Simon Hausmann2014-04-021-1/+1
* Fix compilation of script stringsSimon Hausmann2014-04-021-3/+3
* Fix typoSimon Hausmann2014-04-011-2/+2
* Fix performance regression of parent setting during QML object creationSimon Hausmann2014-03-311-2/+1
* Cleanupsv5.3.0-beta1Simon Hausmann2014-03-211-2/+2
* Namespace cleanupSimon Hausmann2014-03-171-1/+1
* Fix crash with lazy binding initialization and compile time calculated depend...Simon Hausmann2014-03-171-4/+7
* Fix crash on shutdown with statesSimon Hausmann2014-03-151-0/+1
* Fix property caches out of sync with grouped properties that have a VME meta ...Simon Hausmann2014-03-131-30/+17
* Remove redundant QQmlBinding members.Michael Brasser2014-03-111-2/+1
* Add support for resolving translation bindings at compile timeSimon Hausmann2014-03-111-3/+3
* Fix incorrectly initialized property cache on group objectsSimon Hausmann2014-03-111-6/+11
* [new compiler] Fix crash in tst_qquickpathviewSimon Hausmann2014-03-061-1/+3
* [new compiler] Fix potential infinite recursion when using the incubatorSimon Hausmann2014-03-061-3/+3
* [new compiler] Fix designer integrationSimon Hausmann2014-03-051-2/+2
* [new compiler] Add support for deferred propertiesSimon Hausmann2014-03-051-2/+74
* [new compiler] Fix profiler supportSimon Hausmann2014-03-041-0/+16
* [new compiler] Fix some qqmlincubator testsSimon Hausmann2014-03-041-4/+43
* [new compiler] Fix tst_qqmlvaluetypesSimon Hausmann2014-03-031-2/+0
* Remove nArguments and name from QV4::FunctionLars Knoll2014-03-031-1/+1
* [new compiler] Fix tst_qquickloader::deleteComponentCrash by introducing a wa...Simon Hausmann2014-03-031-3/+9
* Work around MSVC having issues with nested classes and templatesSimon Hausmann2014-03-031-2/+2
* [new compiler] Fix warnings in qml list model custom parserSimon Hausmann2014-03-021-4/+6
* [new compiler] Fix for tst_qqmlconnectionsSimon Hausmann2014-03-021-7/+13
* [new compiler] Fix QQmlPropertyMap testsSimon Hausmann2014-03-021-4/+8
* [new compiler] Fix tst_qqmlengine::trimComponentCacheSimon Hausmann2014-03-021-0/+2
* [new compiler] Fix tst_qqmlqt::createComponentSimon Hausmann2014-03-021-3/+3
* [new compiler] Report an error when trying to append to a read-only listSimon Hausmann2014-03-021-0/+5
* [new compiler] Fix property assignments to resolved enumsSimon Hausmann2014-03-021-8/+14
* [new compiler] Remove incorrect assertionSimon Hausmann2014-03-021-1/+0
* [new compiler] Fix remaining qquickanimation test failuresSimon Hausmann2014-03-021-0/+2
* [new compiler] Fix qquickanimation test crashSimon Hausmann2014-03-021-3/+3
* [new compiler] Fix error location for run-time binding errorsSimon Hausmann2014-03-021-1/+1
* [new compiler] Fix lazy binding evaluationSimon Hausmann2014-03-021-0/+6