aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* QQmlPropertyCache: adapt qQmlPropertyCacheCreateAnton Kudryavtsev2016-11-221-9/+8
* Introduce qmlRegisterModule()J-P Nurmi2016-11-184-7/+43
* QmlTooling: Move native debug service into own pluginUlf Hermann2016-11-181-2/+2
* Qml: add missing 'override'Jake Petroules2016-11-111-1/+1
* Add ECMAScript 6 Array find and findIndex methodsKai Uwe Broulik2016-11-103-0/+80
* QQmlProperty: use new QQmlPropertyCache::property() with QStringRef argAnton Kudryavtsev2016-11-081-5/+4
* QQmlPropertyCache: add property() overload with QStringRef argAnton Kudryavtsev2016-11-082-7/+18
* Use std::is_same instead of Qt's implementationGiuseppe D'Angelo2016-11-041-2/+2
* Merge remote-tracking branch 'origin/5.8' into devJ-P Nurmi2016-11-037-12/+47
|\
| * Merge remote-tracking branch 'origin/5.7' into 5.8v5.8.0-beta1Liang Qi2016-10-272-6/+3
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-276-23/+44
| | |\
| | | * Fix QML Compiler crashSimon Hausmann2016-10-251-4/+1
| | | * Fix docs about ownership when QObject has a parentSérgio Martins2016-10-141-2/+2
| * | | Change Import::type from quint8 to LEUInt32James McDonnell2016-10-251-2/+2
| * | | QML: Hint LTO to never inline QQmlPropertyCache::resolveErik Verbruggen2016-10-251-2/+2
| * | | Fix crash when loop peeling and basic block mergingSimon Hausmann2016-10-251-0/+4
| * | | Add the ability to explicitly enable the code cache in qmljsSimon Hausmann2016-10-232-2/+36
* | | | QQmlImportsPrivate: remove homebrew 'greaterThan'Anton Kudryavtsev2016-10-271-5/+2
* | | | Qml: mark some methods as constAnton Kudryavtsev2016-10-2410-25/+25
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-2216-56/+156
|\| | |
| * | | Fix crash with v4 lookups on changing objectsSimon Hausmann2016-10-221-1/+1
| * | | Fix bootstrap and qtquick compiler buildSimon Hausmann2016-10-211-2/+6
| * | | QML: Create a fast-path for QV4::WeakValue::setErik Verbruggen2016-10-212-24/+27
| * | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-201-6/+3
| |\| |
| | * | Fix gcc6 buildAllan Sandfeld Jensen2016-10-161-6/+3
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-129-28/+50
| | |\ \
| * | | | Improve QML development experienceSimon Hausmann2016-10-182-0/+42
| * | | | QML: Split two QQmlData methods into fast/slow pathsErik Verbruggen2016-10-182-10/+23
| * | | | Fix excessive invalidation of QML disk cachesSimon Hausmann2016-10-187-7/+49
| * | | | QML: allow QObjectWrapper::init to be inlinedErik Verbruggen2016-10-182-8/+7
* | | | | QQmlMetaType: replace QString::left with QString::leftRefAnton Kudryavtsev2016-10-211-1/+1
* | | | | Add QQuickApplication::displayName propertyBenjamin Terrier2016-10-181-0/+4
* | | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-18125-984/+1533
|\| | | |
| * | | | Fix written time stamp in QML cache files for QRC sourcesSimon Hausmann2016-10-141-2/+8
| * | | | QML: Prevent unnecessary QUrl->QString->QByteArray conversionsErik Verbruggen2016-10-142-30/+55
| * | | | Merge remote-tracking branch 'origin/5.6' into 5.8Simon Hausmann2016-10-1313-45/+91
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | V4: Fix usage of QV4::Value tags/typesErik Verbruggen2016-10-135-17/+41
| | | |/ | | |/|
| | * | Fix V4 on big-endianAllan Sandfeld Jensen2016-10-101-8/+5
| | * | Fix corruption when adding or changing properties of JS objectsArnaud Vrac2016-10-101-4/+8
| | * | Fix developer-build with gcc 6Allan Sandfeld Jensen2016-10-104-19/+37
| | * | QDoc: fix several typos an minor wording issues in documentationFrederik Schwarzer2016-10-063-4/+4
| | * | Fix some minor issues in documentationFrederik Schwarzer2016-10-061-1/+1
| * | | Doc: corrected reference to category nameNico Vertriest2016-10-121-1/+1
| * | | QML: Turn DSE back onErik Verbruggen2016-10-111-5/+0
| * | | QML: Align CompiledData::Function fields betterErik Verbruggen2016-10-111-6/+8
| * | | Merge "Merge remote-tracking branch 'origin/5.7' into 5.8" into refs/staging/5.8Liang Qi2016-10-1018-170/+345
| |\ \ \
| | * \ \ Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-1018-170/+345
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-052-5/+8
| | | |\|
| | | | * Use QElapsedTimer instead of QTime to measure elapsed timeMilian Wolff2016-10-051-5/+4
| | | | * QML: Clear weak references on Object destruction for C++-owned QObjectsErik Verbruggen2016-10-051-0/+4