aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6.1' into 5.7.0Liang Qi2016-05-231-0/+5
|\
| * Workaround for crashes in QtQml code relating to null this pointersv5.6.1Thiago Macieira2016-05-201-0/+5
* | V4: allow inlining of ExecutionEngine::{qml,js}Engine()Erik Verbruggen2016-05-2026-16/+41
* | V4: create a fast-path for QObjectWrapper::wrapErik Verbruggen2016-05-202-5/+21
* | Always use ::copysign instead of std::copysign where availableRalf Nolden2016-05-201-8/+0
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-1912-141/+74
|\ \
| * | Merge remote-tracking branch 'origin/5.6.1' into 5.6Liang Qi2016-05-199-26/+23
| |\|
| | * Fix crashes when incubating objects asynchronously with initial propertiesSimon Hausmann2016-05-184-9/+20
| | * QML: Fix asynchronous cached loading.Erik Verbruggen2016-05-131-1/+1
| | * Doc: Remove repository name from examplesinstallpathTopi Reinio2016-05-131-1/+1
| | * Merge 5.6 into 5.6.1Oswald Buddenhagen2016-05-124-114/+41
| | |\
| | * | QmlDebug: Drop explicit Q_IMPORT_PLUGIN statementsUlf Hermann2016-05-092-14/+0
| * | | Revert "Remove this piece of code"Simon Hausmann2016-05-181-2/+11
| | |/ | |/|
| * | Remove workaround for the pointer size in bootstrapped tool buildsThiago Macieira2016-05-111-5/+1
| * | V4: Limit call depth by count, not by checking the native stack.Erik Verbruggen2016-05-112-106/+36
| * | Fix warning about mixing basic font type's pointSize and pixelSizeMitch Curtis2016-05-111-3/+4
* | | Eradicate Q_FOREACH loops from headersMarc Mutz2016-05-113-3/+4
* | | QML: Fill QtObject lazily.Erik Verbruggen2016-05-112-11/+85
* | | Teach the QML engine to find static Qt Quick Controls 2 stylesJ-P Nurmi2016-05-111-10/+31
* | | 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
* | 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