aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* V4 debugger: Fix expression evaluationUlf Hermann2015-08-192-1/+11
* Fix performance of ListModel::get()Simon Hausmann2015-08-197-63/+213
* Get rid of special handling of var propertiesLars Knoll2015-08-183-87/+36
* 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-1847-286/+382
|\
| * Fix incorrectly formatted code in QQmlEngine documentation.Mitch Curtis2015-08-111-1/+1
| * Make QQmlExtensionPlugin documentation clearer.Mitch Curtis2015-08-071-6/+13
| * Doc: added documentation to undocumented methodsNico Vertriest2015-08-043-1/+19
| * Rephrase sentence about versioning in QQmlExtensionPlugin documentationMitch Curtis2015-08-031-1/+1
| * Consolidate duplicated QQmlExtensionPlugin documentation.Mitch Curtis2015-08-033-149/+85
| * Fix typo in plugin documentation.Mitch Curtis2015-08-031-1/+1
| * Work around ICC 16 beta compiler bug in SFINAE expansionThiago Macieira2015-07-311-2/+2
| * Use the new macros for disabling warnings in qtdeclarativeThiago Macieira2015-07-283-20/+7
| * Instantiator: fix typo in docsAndrew Knight2015-07-261-1/+1
| * add null check for qmlRegisterSingletonType()Tasuku Suzuki2015-07-241-0/+3
| * Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Oswald Buddenhagen2015-07-233-2/+39
| |\
| | * Merge remote-tracking branch 'origin/5.4' into 5.5Oswald Buddenhagen2015-07-203-2/+39
| | |\
| | | * Doc: Added the missing \brief and \image to the example docsVenugopal Shivashankar2015-06-021-1/+2
| | | * Doc: Added the missing examples \group page for Qt QMLVenugopal Shivashankar2015-06-023-1/+37
| * | | Fix possible stack overflow with many property bindingsEskil Abrahamsen Blomfeldt2015-07-213-29/+62
| * | | fix readonly metaproperties (revealed by compiler warning)Shawn Rutledge2015-07-211-2/+2
| |/ /
| * | Fix warning about returning address of local variable by MSVC2015 in qv4engin...Friedemann Kleint2015-07-171-0/+5
| * | Fix trivial bug where ArrayBuffer.isView never returned falseNobuaki Sukegawa2015-07-151-1/+1
| * | Doc: replace Mac OS X with OS XNico Vertriest2015-07-151-1/+1
| * | Fix QML/JS debugging.Erik Verbruggen2015-07-121-5/+5
| * | V4: track C++ heap usage for Strings in the MemoryManagerErik Verbruggen2015-07-107-19/+75
| * | QtQml: Fix const correctness in old style castsThiago Macieira2015-07-0920-44/+45
| * | Fix encoding of QV4::Value in host buildsSimon Hausmann2015-07-082-10/+18
| * | Fix ICC warning about change of signThiago Macieira2015-07-071-1/+1
* | | Merge dev into 5.6Oswald Buddenhagen2015-08-1735-139/+132
|\ \ \
| * | | Smaller cleanupsLars Knoll2015-08-143-3/+20
| * | | Remove Q_ALWAYS_INLINE definition, as it is now in qglobal.hErik Verbruggen2015-08-141-10/+0
| * | | qml: Avoid heap allocations due to QString::fromLatin1()Sérgio Martins2015-08-1311-31/+31