aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
| * | | Make LayoutMirroring work with WindowJ-P Nurmi2016-09-121-3/+10
| * | | Update .qmltypesMarco Benelli2016-09-1213-1253/+223
| * | | Add qmlRegisterUncreatableMetaObject convenience functionBogDan Vatra2016-09-073-0/+72
| * | | 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-302-0/+11
| * | | Fix binding dependencies when used in together with functionsSimon Hausmann2016-08-3011-23/+27
| * | | 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-161-20/+4
* | | | 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
* | | | Make qv4util_p.h part of qmldevtoolsSimon Hausmann2016-09-011-1/+1
* | | | Merge remote-tracking branch 'origin/5.8' into devSimon Hausmann2016-08-2727-232/+579
|\| | |
| * | | Merge remote-tracking branch 'origin/5.7' into 5.8Simon Hausmann2016-08-262-5/+40
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Simon Hausmann2016-08-252-4/+25
| | |\|
| | | * Fix crash in tst_qqmlextensionplugin on shutdownSimon Hausmann2016-08-251-1/+6
| | | * macOS: Check if sRGB is supported before activating the shaderSérgio Martins2016-08-241-3/+20
| | * | V4: Correctly format on Number.toPrecision(n)Ulf Hermann2016-08-231-2/+20