aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* QmlDebug: Allow specifying debug connectors on the command lineUlf Hermann2016-11-241-0/+10
* QmlDebug: Add more information about available debug servicesUlf Hermann2016-11-232-1/+14
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-238-7/+24
|\
| * Add a missing break statementLars Knoll2016-11-221-0/+1
| * QML: Add another specialization for QQmlPropertyCache::propertyErik Verbruggen2016-11-162-0/+9
| * Merge remote-tracking branch 'origin/5.7' into 5.8Simon Hausmann2016-11-152-2/+3
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-152-5/+11
| | |\
| | | * Setting Connection's target to null should disconnect implicit targetMichael Brasser2016-11-151-2/+2
| | | * QV4String: properly detect overflow when trying to convert to an array indexGiuseppe D'Angelo2016-11-041-3/+9
| * | | Work around -Wtautological-compare warnings on clang 3.6Lars Knoll2016-11-111-1/+8
| * | | V4: Replace memset by a for loopErik Verbruggen2016-11-091-1/+2
| * | | qv4object_p.h: Replace QtPrivate::is_same by std::is_sameFriedemann Kleint2016-11-091-3/+1
* | | | 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