aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Move the EngineBase class into it's own header fileLars Knoll2017-05-194-35/+101
| | * | Move a few more members from ExecutionEngine to EngineBaseLars Knoll2017-05-193-14/+9
| | * | Smaller cleanupsLars Knoll2017-05-191-22/+18
| | * | Optimizations to the generated byte codeLars Knoll2017-05-194-97/+10
| | * | Free up completely empty Chunks, and return the memory to the OSLars Knoll2017-05-192-9/+27
| | * | Fix QML Connections element ignoring the enabled propertyThomas McGuire2017-05-171-0/+1
| | * | qmlcachegen: Fix MinGW developer buildFriedemann Kleint2017-05-162-1/+7
| | * | Disable loop peelingLars Knoll2017-05-121-1/+5
| | * | Optimize Runtime::method_get/setElementLars Knoll2017-05-103-29/+83
| | * | Merge remote-tracking branch 'origin/5.9.0' into 5.9Frederik Gladhorn2017-05-105-47/+60
| | |\|
| | | * Update the alloca() support in QtQmlOswald Buddenhagen2017-05-103-45/+49
| | | * Don't crash: Connections with a signal on a nonexistent objectShawn Rutledge2017-05-071-1/+4
| | | * Prospective build fix for architectures where we don't support the JITSimon Hausmann2017-05-071-1/+7
| | * | Optimize other lookupsLars Knoll2017-05-084-24/+58
| | * | Re-add some inline property storageLars Knoll2017-05-0811-37/+206
| | |/
| | * Add missing breakThiago Macieira2017-05-041-0/+1
| | * Add qtConfig(dlopen) check before adding libdlKimmo Ollila2017-05-042-2/+2
| | * QV4BooleanObject: Avoid GC'd allocations when calling toString()Robin Burchell2017-05-031-1/+1
| | * QQmlComponent: Fix heap buffer overflow with bogus inputPeter Hartmann2017-05-031-0/+5
| | * Fix concurrent loading of the same qmldir from different scriptsAndy Shaw2017-05-022-23/+30
* | | Add Qt.platform.pluginName propertySami Nurmenniemi2017-06-065-0/+17
|/ /
* | QML: emit messages when breaking bindingsOlivier JG2017-05-173-6/+60
* | Fix stringsJarek Kobus2017-05-171-2/+2
* | QQmlListModel: Optimize model updatesArnaud Vrac2017-05-052-6/+11
* | Allow creating attached properties for objects instantiated in C++Frederik Gladhorn2017-05-041-2/+2
* | QmlContextWrapper -> QQmlContextWrapperRobin Burchell2017-05-044-21/+21
* | QmlTypeWrapper: -> QQmlTypeWrapperRobin Burchell2017-05-046-43/+43
* | QQmlComponent: Move incubateObject from QQmlDelegateModel to QQmlComponentPri...Robin Burchell2017-05-034-30/+39
* | C++11 scoped enum support for QMLMichael Brasser2017-05-038-19/+336
* | Correctly set the black bit for stack allocated contextsLars Knoll2017-05-021-2/+2
* | Merge remote-tracking branch 'origin/5.9' into devLars Knoll2017-05-0242-208/+331
|\|
| * Fix memory leak in the memory managerLars Knoll2017-04-281-2/+32
| * Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Simon Hausmann2017-04-277-173/+195
| |\
| | * Merge remote-tracking branch 'origin/5.8' into 5.9Simon Hausmann2017-04-277-173/+195
| | |\
| | | * V4: Fix issues with very small loops5.8Erik Verbruggen2017-04-183-157/+184
| | | * fix QtQmlDevTools in framework builds in a better wayOswald Buddenhagen2017-04-111-4/+0
| | | * switch to new way to refer to libdlOswald Buddenhagen2017-04-111-1/+1
| * | | Fix calling of JS functions with more than 6 parameters from C++Simon Hausmann2017-04-271-1/+1
| * | | Run includemocs in qtdeclarativeThiago Macieira2017-04-2631-0/+57
| * | | Doc: correct link errorNico Vertriest2017-04-261-1/+1
| * | | Doc: Update documentation for QML module definition fileVenugopal Shivashankar2017-04-261-29/+36
| * | | QQmlApplicationEngine: Fix using invalid pointersRainer Keller2017-04-261-2/+9
| |/ /
* | | Don't wrap std::vector into a QVariant when passing it to a Q_INVOKABLEVille Voutilainen2017-04-273-0/+80
* | | QObjectWrapper: Try harder to avoid creating wrappers if we canRobin Burchell2017-04-252-57/+100
* | | Merge remote-tracking branch 'origin/5.9' into devLars Knoll2017-04-227-1/+18
|\| |
| * | Fix GC corruption on macOS and possibly some other OSesLars Knoll2017-04-211-0/+7
| * | Fix build without features.qml-interpreterTasuku Suzuki2017-04-211-1/+1
| * | Silence GCC 7 warnings about implicit fallthrough in Qt codeThiago Macieira2017-04-205-0/+10
* | | Add support for std::vector and QVector matching the support for QListVille Voutilainen2017-04-212-28/+67
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-212-1/+6
|\| |