aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
* Remove this piece of codeLars Knoll2015-08-251-11/+2
* Fix profiling of QML/JS compilationUlf Hermann2015-08-241-2/+6
* Cleanup qmlcontextwrapper usage in XHRLars Knoll2015-08-203-113/+47
* Move the qmlSingletonWrapper method out of the contextwrapperLars Knoll2015-08-202-23/+0
* Move the registerQmlDependencies method into QQmlPropertyCaptureLars Knoll2015-08-204-45/+46
* Use the QmlContext as the scope for QQmlV4Function callsLars Knoll2015-08-201-7/+6
* Cleanup code in the VMEMOLars Knoll2015-08-193-45/+44
* Hold a pointer to the QV4::ExecutionEngine in the property cacheLars Knoll2015-08-194-15/+15
* Switch to the non compat metacall overloadLars Knoll2015-08-192-2/+5
* Fix performance of ListModel::get()Simon Hausmann2015-08-192-0/+33
* Get rid of special handling of var propertiesLars Knoll2015-08-182-60/+30
* 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-182-9/+7
* Allocate a JS wrapper if there are any propertiesFrank Meerkoetter2015-08-181-2/+2
* Use QV4::MemberData for property storageFrank Meerkoetter2015-08-182-194/+129
* Update copyright notice.Frank Meerkoetter2015-08-182-0/+2
* Also remove the QQmlValueTypeProvider::destroyValueType interfaceFrank Meerkoetter2015-08-182-16/+0
* Remove the QQmlVMEVariant implementationFrank Meerkoetter2015-08-181-363/+0
* Remove the QQmlVMEVariant array memberFrank Meerkoetter2015-08-182-5/+1
* Adapt the ValueTypeProvider interface and port its typesFrank Meerkoetter2015-08-183-30/+50
* Port QVariant away from QQmlVMEVariantFrank Meerkoetter2015-08-181-6/+23
* Port QObject* away from QQmlVMEVariantFrank Meerkoetter2015-08-182-20/+54
* Remove QQmlValueTypeProvider::copyValueTypeFrank Meerkoetter2015-08-182-17/+0
* Port list properties away from QQmlVmeVariantFrank Meerkoetter2015-08-181-2/+2
* Port QDate/QDateTime/QRectF away from QQmlVmeVariantFrank Meerkoetter2015-08-182-9/+96
* Port QUrl/QSizeF away from QQmlVmeVariantFrank Meerkoetter2015-08-182-6/+65
* Store all properties in one Javascript arrayFrank Meerkoetter2015-08-182-61/+28
* Store int/bool/double/string and sizef as QV4::Value in a Javascript arrayFrank Meerkoetter2015-08-182-16/+189
* Merge remote-tracking branch 'origin/5.5' into 5.6Ulf Hermann2015-08-1818-124/+116
|\
| * Doc: added documentation to undocumented methodsNico Vertriest2015-08-043-1/+19
| * Consolidate duplicated QQmlExtensionPlugin documentation.Mitch Curtis2015-08-031-65/+1
| * Use the new macros for disabling warnings in qtdeclarativeThiago Macieira2015-07-281-7/+3
| * add null check for qmlRegisterSingletonType()Tasuku Suzuki2015-07-241-0/+3
| * Fix possible stack overflow with many property bindingsEskil Abrahamsen Blomfeldt2015-07-213-29/+62
| * Doc: replace Mac OS X with OS XNico Vertriest2015-07-151-1/+1
| * QtQml: Fix const correctness in old style castsThiago Macieira2015-07-0910-20/+21
* | Merge dev into 5.6Oswald Buddenhagen2015-08-176-49/+21
|\ \
| * | Smaller cleanupsLars Knoll2015-08-141-3/+3
| * | qml: Avoid heap allocations due to QString::fromLatin1()Sérgio Martins2015-08-134-18/+18
| * | Access the id objects through a specialized runtime methodLars Knoll2015-08-122-28/+0
* | | Avoid firing up the JS parser/JIT/interpreter when instantiating objectsSimon Hausmann2015-08-162-46/+49
|/ /
* | Move debugger-specific services into a common pluginUlf Hermann2015-08-043-269/+0
* | Retrieve services from debug connector, not via static instance()Ulf Hermann2015-08-045-16/+22
* | Extract minimal abstract interfaces from debug services.Ulf Hermann2015-08-043-4/+4
* | Remove superfluous checkFrank Meerkoetter2015-07-311-5/+0
* | Remove unused QQmlPoolFrank Meerkoetter2015-07-313-361/+0
* | Move debugger initialization out of QQmlDebugServer and QQmlEngineUlf Hermann2015-07-301-23/+1
* | Extract minimal interface from QQmlDebugServer and use it.Ulf Hermann2015-07-303-9/+9
* | Remove static proxy methods from QQmlDebugServiceUlf Hermann2015-07-293-5/+6