aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlobjectcreator.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* CleanupLars Knoll2015-04-261-2/+2
* Make removal of bindings explicitLars Knoll2015-04-251-2/+2
* Remove the QQmlContextData pointer from QQmlBindingLars Knoll2015-04-251-1/+1
* Eliminate remaining property cache string lookups upon object instantiationSimon Hausmann2015-04-211-4/+5
* Speed up instantiation of objects that are assigned to list propertiesSimon Hausmann2015-04-211-3/+10
* Speed up property binding initialization on object creationSimon Hausmann2015-04-211-43/+33
* Speed up composite type instantiation with lots of IDsSimon Hausmann2015-04-161-11/+1
* Speed up object creationSimon Hausmann2015-04-161-5/+3
* Speed up creation of objects without script bindingsSimon Hausmann2015-04-161-27/+27
* Speed up creation of objects that don't import scriptsSimon Hausmann2015-04-161-1/+1
* Simple speed-up for binding setup during object instantiationSimon Hausmann2015-04-141-2/+1
* CleanupSimon Hausmann2015-04-141-3/+2
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Remove all remaining usages of ValueRefLars Knoll2015-01-231-2/+2
* Get rid of most uses of ValueRefLars Knoll2015-01-231-1/+1
* Make sure we always have an engine when assigning to a PersistentLars Knoll2015-01-131-1/+1
* Remove QQmlTrace. We have a real profiler.Erik Verbruggen2015-01-091-13/+0
* Remove qv8engine usage in the contextwrapperLars Knoll2015-01-081-2/+2
* Remove most of the places where getPointer() is usedLars Knoll2014-12-201-2/+2
* Return Heap::ExecutionContext for globalContext()Lars Knoll2014-12-191-2/+4
* Encapsulate accesses to the root contextLars Knoll2014-12-111-2/+2
* Changed value type property index encodingSimon Hausmann2014-12-101-3/+2
* Store Heap objects in the qml binding wrapperLars Knoll2014-11-121-2/+4
* Fix QQmlExpression/QQmlScriptString/QQmlBinding crashesSimon Hausmann2014-10-091-1/+2
* Select specific features to be recorded when profiling QMLUlf Hermann2014-09-111-1/+1
* 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