aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlobjectcreator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make property interceptors work on alias properties againLars Knoll2015-11-261-2/+15
* Make QML composite types inherit attached propertiesJ-P Nurmi2015-10-091-1/+6
* Fix function signatureLars Knoll2015-09-221-1/+2
* Make QML composite types inherit enumsJ-P Nurmi2015-09-211-0/+2
* Further cleanupsLars Knoll2015-09-151-5/+3
* Don't push new QML contexts onto the context stackLars Knoll2015-09-081-1/+0
* Refactor the way we declare signal parameter namesLars Knoll2015-09-081-2/+1
* Create less BindingWrappersLars Knoll2015-08-251-11/+12
* Add some typesafetyLars Knoll2015-06-181-1/+1
* Remove a global read-write QQmlBinding::Invalid variableLars Knoll2015-06-101-1/+1
* Make bindings refcountedLars Knoll2015-06-101-13/+8
* Replace bindingType() method by a virtual getterLars Knoll2015-06-051-1/+1
* Fix build with QT_STRICT_ITERATORSSérgio Martins2015-05-151-2/+2
* Smaller cleanupsLars Knoll2015-04-271-4/+2
* Simplify binding setup code furtherLars Knoll2015-04-271-17/+3
* 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