aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Enable making window-screen associations from QMLLaszlo Agocs2016-10-101-0/+14
* QmlDelegateModel: proper construction of vectorAnton Kudryavtsev2016-10-101-5/+5
* Qml: add missing 'override'Anton Kudryavtsev2016-10-0723-131/+135
* Qml types: replace 'foreach' with 'range for'Anton Kudryavtsev2016-10-075-10/+12
* QmlListModel: proper construction of vectorAnton Kudryavtsev2016-10-061-35/+14
* Qml: add missing 'override'Anton Kudryavtsev2016-10-0614-343/+343
* Remove a statement from the documentation that is now false.Jake Petroules2016-10-041-1/+1
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-0137-183/+347
|\
| * QML: Make all context objects trivialErik Verbruggen2016-09-3018-78/+123
| * winrt: Fix crash on ARM in release modeMaurice Kalinowski2016-09-281-0/+6
| * QML: Make QV4::Heap::Pointer trivialErik Verbruggen2016-09-287-27/+26
| * QML: Replace QPointer with a QQmlQPointer (which is trivial)Erik Verbruggen2016-09-2712-52/+135
| * QML: Replace a QVector with a plain old C-style arrayErik Verbruggen2016-09-222-14/+26
| * Merge "Merge remote-tracking branch 'origin/5.7' into 5.8" into refs/staging/5.8Liang Qi2016-09-215-15/+34
| |\
| | * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-215-15/+34
| | |\
| | | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-164-7/+28
| | | |\
| | | | * Merge remote-tracking branch 'origin/5.6.2' into 5.6Liang Qi2016-09-161-0/+4
| | | | |\
| | | | | * QtQml: Disable new optimizer of MSVC2015/Update 3Friedemann Kleint2016-09-021-0/+4
| | | | * | Destroy an incubating delegate if it is removed before incubation completesMartin Jones2016-09-151-3/+17
| | | | * | Document that attached properties are created in C++Mitch Curtis2016-09-051-1/+2
| | | | |/
| | | | * Allow for garbage collection of types with errors in trimCache()Michael Brasser2016-08-301-2/+4
| | | | * Workaround crashes in QtQml code related to dead-store eliminationJonathan Liu2016-08-281-1/+1
| | | * | Fix V4 on big-endianAllan Sandfeld Jensen2016-09-121-8/+5
* | | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-09-2133-365/+178
|\| | | |
| * | | | QML: Cleanup prefix/suffixes for plug-in resolvingErik Verbruggen2016-09-191-15/+18
| * | | | Add qt_attribution.json file for masmKai Koehne2016-09-191-0/+13
| |/ / /
| * | | QML: Fix xmlhttprequestdata leakErik Verbruggen2016-09-141-2/+1
| * | | Use the stringData() function from qmetaobject.cppThiago Macieira2016-09-121-2/+13
| * | | Add qmlRegisterUncreatableMetaObject convenience functionBogDan Vatra2016-09-073-0/+72
| * | | Fix crash when instantiating new QObject object through QMetaObjectJoni Poikelin2016-09-031-1/+1
| * | | Fix warningMaurice Kalinowski2016-09-031-0/+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-308-319/+1
* | | | Qml: replace 'foreach' with 'range for'Anton Kudryavtsev2016-09-206-29/+33
* | | | 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
* | | | qv4ssa_p.h: add missing 'override'Anton Kudryavtsev2016-09-181-3/+3
* | | | QQmlImportNamespace: mark findImport() method as constAnton Kudryavtsev2016-09-171-7/+6
* | | | Qml jsruntime: replace 'foreach' with 'range for'Anton Kudryavtsev2016-09-165-6/+8
* | | | QmlImports: Extract Method makePlugins()Anton Kudryavtsev2016-09-161-10/+16
* | | | V4: Use QLocale::IncludeTrailingZeroesAfterDot for number conversionUlf Hermann2016-09-161-20/+4
* | | | 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