aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlobjectcreator.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-241-0/+1
|\| |
| * | V4: allow inlining of ExecutionEngine::{qml,js}Engine()Erik Verbruggen2016-05-201-0/+1
* | | Simplify VME meta object meta-dataSimon Hausmann2016-05-231-1/+1
* | | Optimize property/alias data structuresSimon Hausmann2016-05-231-1/+1
* | | CleanupSimon Hausmann2016-05-191-4/+4
|/ /
* | QmlProfiler: Reduce memory usage for file names and URLsUlf Hermann2016-05-021-7/+8
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-071-0/+2
|\|
| * Let QQmlObjectCreator::setPropertyBinding return false for invalid typesFrederik Gladhorn2016-03-041-0/+2
* | Qml: replace QStringLiteral with QLatin1StringAnton Kudryavtsev2016-02-101-1/+1
* | Updated license headersJani Heikkinen2016-01-191-14/+20
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-071-2/+15
|\|
| * Make property interceptors work on alias properties againLars Knoll2015-11-261-2/+15
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-141-1/+6
|\|
| * Make QML composite types inherit attached propertiesJ-P Nurmi2015-10-091-1/+6
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-251-8/+7
|\|
| * 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
* | Decode signal signatures as UTF-8 rather than Latin1Ulf Hermann2015-09-151-3/+4
|/
* 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