aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlvmemetaobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* V4: allow inlining of ExecutionEngine::{qml,js}Engine()Erik Verbruggen2016-05-201-0/+1
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-3/+4
|\
| * Fix warning about mixing basic font type's pointSize and pixelSizeMitch Curtis2016-05-111-3/+4
* | Updated license headersJani Heikkinen2016-01-191-15/+21
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-101-1/+1
|\|
| * Fix value changed logic for ValueTypeProvider typesFrank Meerkoetter2016-01-041-1/+1
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-071-95/+131
|\|
| * Make property interceptors work on alias properties againLars Knoll2015-11-261-95/+131
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-141-85/+84
|\|
| * qqmlvmemetaobject.cpp: Fix conversion warning by MSVC2015/64.Friedemann Kleint2015-10-051-1/+1
| * CleanupsLars Knoll2015-09-251-18/+3
| * Get rid of the special handling of list properties in the vmemoLars Knoll2015-09-251-15/+31
| * CleanupLars Knoll2015-09-251-13/+14
| * Get rid of the aConnected bit array in the vmemoLars Knoll2015-09-251-14/+12
| * Properly refcount the property cacheLars Knoll2015-09-251-0/+4
| * Cleanups to property allocation in the VMEMOLars Knoll2015-09-251-29/+24
* | Decode signal signatures as UTF-8 rather than Latin1Ulf Hermann2015-09-151-2/+4
|/
* Allocate QML defined properties without extra roomFrank Meerkoetter2015-09-051-1/+1
* Cleanup code in the VMEMOLars Knoll2015-08-191-44/+41
* Hold a pointer to the QV4::ExecutionEngine in the property cacheLars Knoll2015-08-191-1/+0
* Switch to the non compat metacall overloadLars Knoll2015-08-191-1/+4
* Get rid of special handling of var propertiesLars Knoll2015-08-181-58/+26
* Properly initialize the memberdata to undefinedLars Knoll2015-08-181-1/+4
* Use the proper static ValueTypeProvider as intendedFrank Meerkoetter2015-08-181-1/+1
* Remove special case for var propertiesFrank Meerkoetter2015-08-181-6/+5
* Allocate a JS wrapper if there are any propertiesFrank Meerkoetter2015-08-181-2/+2
* Use QV4::MemberData for property storageFrank Meerkoetter2015-08-181-194/+128
* Update copyright notice.Frank Meerkoetter2015-08-181-0/+1
* Remove the QQmlVMEVariant implementationFrank Meerkoetter2015-08-181-363/+0
* Remove the QQmlVMEVariant array memberFrank Meerkoetter2015-08-181-4/+1
* Adapt the ValueTypeProvider interface and port its typesFrank Meerkoetter2015-08-181-5/+30
* Port QVariant away from QQmlVMEVariantFrank Meerkoetter2015-08-181-6/+23
* Port QObject* away from QQmlVMEVariantFrank Meerkoetter2015-08-181-19/+51
* Port list properties away from QQmlVmeVariantFrank Meerkoetter2015-08-181-2/+2
* Port QDate/QDateTime/QRectF away from QQmlVmeVariantFrank Meerkoetter2015-08-181-9/+90
* Port QUrl/QSizeF away from QQmlVmeVariantFrank Meerkoetter2015-08-181-6/+61
* Store all properties in one Javascript arrayFrank Meerkoetter2015-08-181-51/+26
* Store int/bool/double/string and sizef as QV4::Value in a Javascript arrayFrank Meerkoetter2015-08-181-16/+169
* Merge remote-tracking branch 'origin/5.5' into 5.6Ulf Hermann2015-08-181-2/+2
|\
| * QtQml: Fix const correctness in old style castsThiago Macieira2015-07-091-2/+2
* | Remove unused codeFrank Meerkoetter2015-07-251-16/+0
* | Remove unused codeFrank Meerkoetter2015-07-111-24/+0
* | Move setting the callback type for the endpoint to the constructorLars Knoll2015-06-181-1/+1
* | Make bindings refcountedLars Knoll2015-06-101-1/+1
* | Add an assert and simplify the codeHolger Hans Peter Freyther2015-06-101-2/+3
* | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-041-6/+7
|\|
| * Fix memory corruption when sharing QObjects between different QML enginesSimon Hausmann2015-05-081-6/+7
* | Simplify binding setup code furtherLars Knoll2015-04-271-4/+2
* | Make removal of bindings explicitLars Knoll2015-04-251-1/+1
* | More cleanupsLars Knoll2015-04-211-1/+1