aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlvmemetaobject.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | Reduce dependenciesLars Knoll2015-03-201-1/+1
|/
* 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-2/+2
* Make sure we always have an engine when assigning to a PersistentLars Knoll2015-01-131-3/+3
* Cleanup variant conversion codeLars Knoll2015-01-091-4/+4
* Move the variant conversion methods from qv8engine to qv4::ExecutionEngineLars Knoll2015-01-091-4/+4
* Use QV4::ScopedFunctionObject typedef instead of actual typeOleg Shparber2015-01-021-1/+1
* Remove v8engine dependency in fromVariant conversionsLars Knoll2015-01-021-2/+2
* Remove v8engine dependency in toVariant conversionsLars Knoll2015-01-021-2/+2
* Cleanup exception catching codeLars Knoll2014-11-151-2/+1
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Remove the less often used Ref classesLars Knoll2014-07-221-1/+1
* Fix typoSimon Hausmann2014-04-011-1/+1
* Fix crash when accessing var properties in objects with invalid contextSimon Hausmann2014-03-041-3/+4
* Make the Ref classes not template basedLars Knoll2014-02-071-1/+2