aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* V4: Use built-in overflow checking add/mul for index calculation.Erik Verbruggen2016-05-161-4/+2
* Fix visibility of properties in value typesSimon Hausmann2016-05-152-0/+30
* Make this loop more readable with a range-forFrank Meerkoetter2016-05-131-3/+3
* Avoid QHash::values()Frank Meerkoetter2016-05-132-7/+4
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-1335-242/+415
|\
| * Merge remote-tracking branch 'origin/5.6.1' into 5.7Simon Hausmann2016-05-091-1/+1
| |\
| | * Revert parts of 392c7b99348e2a96ef11adb5712095fbd13fb780Simon Hausmann2016-05-091-1/+1
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-062-4/+3
| |\|
| | * Fix crash when trying to call a property of the scope or context objectSimon Hausmann2016-05-011-3/+2
| | * Add version tag to QQmlExtensionInterface_iidJoni Poikelin2016-04-291-1/+1
| * | V4: make QQmlEnginePrivate::dereferenceScarceResources inlinable.Erik Verbruggen2016-05-042-22/+32
| * | Docs: Prefer Q_ENUM over Q_ENUMSKai Uwe Broulik2016-05-031-3/+3
| * | Add QVector support to JS sequencesKevin Ottens2016-05-032-0/+18
| * | QmlProfiler: Reduce memory usage for file names and URLsUlf Hermann2016-05-025-79/+171
| * | V4 profiler: Don't duplicate function locationsUlf Hermann2016-05-022-16/+38
| * | QML: Replace qIsFinite with qt_is_finite.Erik Verbruggen2016-04-281-1/+1
| * | Abort application if QJSEngine is constructed before QCoreApplicationMitch Curtis2016-04-281-0/+10
| * | Qml: use qDeleteAll moreAnton Kudryavtsev2016-04-273-13/+6
| * | QmlProfiler: Pass detailType directly, rather than as a bit fieldUlf Hermann2016-04-271-13/+13
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-278-13/+55
| |\|
| | * V4: 'Cache' enumeration end instead of calling a method.Erik Verbruggen2016-04-221-2/+2
| | * Also match QJSValue conversion types in MatchScore.Michael Bruning2016-04-201-0/+2
| | * Occasionally trim the type cacheUlf Hermann2016-04-192-1/+21
| | * QML extensions tutorial: Add import plugin to app. bundle on OS XTopi Reinio2016-04-161-6/+20
| | * Fix memory corruption when calling Array.unshift()Simon Hausmann2016-04-141-1/+7
| | * Fix typo in QML alias documentationMitch Curtis2016-04-121-1/+1
| | * Instantiate static Qml plugins declaring QQmlExtensionInterface onlySebastian Lösch2016-04-111-2/+2
| * | Use QStringRef to optimize memory allocationAnton Kudryavtsev2016-04-269-34/+40
| * | Fix performance issues when handling layout changed in Quick item views.Milian Wolff2016-04-264-43/+1
| * | QML: Drop unnecessary includeUlf Hermann2016-04-251-2/+0
| * | Allow target path version in a parent moduleJ-P Nurmi2016-04-213-41/+72
* | | V4: calculate the hash only once when inserting a string.Erik Verbruggen2016-05-125-85/+49
* | | V4: Replace QList with std::vector in InternalClass::destroy()Erik Verbruggen2016-05-121-7/+9
* | | Scrape off a few allocations by using the QStringBuilderFrank Meerkoetter2016-05-094-15/+5
* | | Cleanup QStringBuilder usageFrank Meerkoetter2016-05-091-1/+0
* | | Scrape off some more allocations by using the QStringBuilderFrank Meerkoetter2016-05-096-30/+16
* | | De-inline static methods of struct Runtime.Friedemann Kleint2016-05-092-343/+345
* | | CleanupSimon Hausmann2016-05-063-14/+0
* | | Introduce delegating constructors.Friedemann Kleint2016-05-068-47/+15
* | | qv4runtimeapi_p.h: Add "We mean it" comment.Friedemann Kleint2016-05-041-0/+11
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-044-22/+23
|\| |
| * | QQmlPropertyCache: Fix developer build with MinGW.Friedemann Kleint2016-04-191-8/+8
| * | V4: Use std::copysign instead of home-grown bit twiddling.Erik Verbruggen2016-04-191-9/+10
| * | QQmlEasingValueType: replace QList<qreal> with QVector<qreal>Anton Kudryavtsev2016-04-141-1/+1
| * | QQmlEasingValueType: use reserve() to optimize memory allocationAnton Kudryavtsev2016-04-141-3/+4
| * | Remove useless using clause that prevents building on INTEGRITY.v5.7.0-beta1Rolland Dudemaine2016-04-121-1/+0
* | | Allow the use of uncreatable types for propertiesSimon Hausmann2016-04-291-1/+0
* | | Document Number value properties in functionlistKai Uwe Broulik2016-04-281-0/+11
* | | Add some ECMAScript 6 Number and Math methods and propertiesKai Uwe Broulik2016-04-285-0/+50
* | | Add string search functions from ECMAScript 2015.Michael Brasser2016-04-253-0/+86