aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-09-2166-1672/+547
|\
| * QML: Cleanup prefix/suffixes for plug-in resolvingErik Verbruggen2016-09-191-15/+18
| * Add qt_attribution.json file for masmKai Koehne2016-09-193-0/+58
| * Qt Quick depends on guiSamuli Piippo2016-09-191-6/+8
| * Fix crash when using Software Renderer on HiDPI QBackingStoreAndy Nichols2016-09-151-2/+11
| * QML: Fix xmlhttprequestdata leakErik Verbruggen2016-09-141-2/+1
| * Use the stringData() function from qmetaobject.cppThiago Macieira2016-09-121-2/+13
| * Fix sqlite detectionLars Knoll2016-09-121-1/+1
| * Make LayoutMirroring work with WindowJ-P Nurmi2016-09-123-4/+36
| * qmlplugindump: update QtQuick references to 2.8Marco Benelli2016-09-121-1/+1
| * Update .qmltypesMarco Benelli2016-09-1213-1253/+223
| * Add qmlRegisterUncreatableMetaObject convenience functionBogDan Vatra2016-09-076-0/+84
| * Doc: Remove newline to fix QSGMaterial flags tableLaszlo Agocs2016-09-051-1/+0
| * Fix crash when instantiating new QObject object through QMetaObjectJoni Poikelin2016-09-031-1/+1
| * Fix warningMaurice Kalinowski2016-09-031-0/+1
| * QQuickWidget: Don't render into a null imageUlf Hermann2016-09-021-1/+1
| * QML: treat permanent guards more like active guardsv5.8.0-alpha1Erik Verbruggen2016-08-313-2/+18
| * Bump cache file format versionSimon Hausmann2016-08-301-1/+1
| * Fix conversion of QByteArray back to String in JavaScriptSimon Hausmann2016-08-303-0/+17
| * Fix binding dependencies when used in together with functionsSimon Hausmann2016-08-3013-23/+52
| * QML: Make sure the integer data is aligned on 4-byte boundariesErik Verbruggen2016-08-301-0/+1
| * QML: Obliterate QQmlAccessorsErik Verbruggen2016-08-3012-357/+1
* | QQuickKeysAttached: drop const from keyToSignal() result typeAnton Kudryavtsev2016-09-202-2/+2
* | QQuickImageParticle: mark getState() method as staticAnton Kudryavtsev2016-09-201-1/+1
* | Qml: replace 'foreach' with 'range for'Anton Kudryavtsev2016-09-206-29/+33
* | QQuickLineExtruder: fix function name according to Qt code styleAnton Kudryavtsev2016-09-201-2/+2
* | Quick items: add missing 'override'Anton Kudryavtsev2016-09-204-19/+19
* | Quick utils: add missing 'override'Anton Kudryavtsev2016-09-2012-62/+62
* | qv4isel_moth_p.h: add missing 'override'Anton Kudryavtsev2016-09-191-60/+60
* | qv4codegen_p.h: add missing 'override'Anton Kudryavtsev2016-09-191-114/+114
* | qqmlirbuilder_p.h: add missing 'override'Anton Kudryavtsev2016-09-181-20/+20
* | qquickcontext2dtile_p.h: add missing 'override'Anton Kudryavtsev2016-09-181-4/+4
* | qquickanimationcontroller_p.h: add missing 'override'Anton Kudryavtsev2016-09-181-2/+2
* | qv4ssa_p.h: add missing 'override'Anton Kudryavtsev2016-09-181-3/+3
* | qquickanimator_p.h: add missing 'override'Anton Kudryavtsev2016-09-171-14/+14
* | QQmlImportNamespace: mark findImport() method as constAnton Kudryavtsev2016-09-171-7/+6
* | Qml jsruntime: replace 'foreach' with 'range for'Anton Kudryavtsev2016-09-165-6/+8
* | scenegraph: add missing 'override'Anton Kudryavtsev2016-09-1612-52/+52
* | QmlImports: Extract Method makePlugins()Anton Kudryavtsev2016-09-161-10/+16
* | V4: Use QLocale::IncludeTrailingZeroesAfterDot for number conversionUlf Hermann2016-09-162-20/+19
* | PathView: use nullptr instead of 0Anton Kudryavtsev2016-09-142-25/+25
* | Qml debugger: replace 'foreach' with 'range for'Anton Kudryavtsev2016-09-121-3/+5
* | QmlListModel: micro optimizationAnton Kudryavtsev2016-09-121-7/+7
* | Qml utils: replace 'foreach' with 'range for'Anton Kudryavtsev2016-09-123-7/+13
* | Qml compiler: replace 'foreach' with 'range for'Anton Kudryavtsev2016-09-096-61/+64
* | optimize string usage: use fromLatin1() lessAnton Kudryavtsev2016-09-084-13/+16
* | Use QByteArrayLiteral more judiciouslyAnton Kudryavtsev2016-09-034-10/+10
* | examples: replace 'foreach' with 'range for'Anton Kudryavtsev2016-09-038-16/+21
* | Make qv4util_p.h part of qmldevtoolsSimon Hausmann2016-09-011-1/+1
* | Bump versionOswald Buddenhagen2016-08-291-1/+1