aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
...
| | * Expose let/const variables from imported JS scriptsJüri Valdmann2018-11-022-58/+31
| | * Doc: Qt QML: Fix documentation warningsTopi Reinio2018-11-021-20/+43
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-091-0/+3
|\| |
| * | Doc: improve qmlRegisterInterface() documentationMitch Curtis2018-11-071-0/+3
| |/
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-063-2/+15
|\|
| * Extend QQmlElement with empty placement delete operatorFredrik Orderud2018-11-021-0/+4
| * Clone ContextType::Global as ContextType::ScriptImportedByQMLJüri Valdmann2018-11-011-1/+1
| * Fix issues with lookup of scoped enums on SingletonsMichael Brasser2018-10-311-1/+10
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-011-7/+11
|\|
| * Hold internal reference to incubator object while incubatingMichael Brasser2018-10-261-7/+11
* | Make QQmlDirParser and QQmlError available in QmlDevToolsUlf Hermann2018-10-258-1027/+2
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-10-241-5/+24
|\|
| * Fix erroneous enum conflict warningsSimon Hausmann2018-10-231-5/+24
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-10-202-44/+54
|\|
| * QQmlScriptData: Extract qmlContextDataForContext from scriptValueForContextJüri Valdmann2018-10-172-44/+54
* | Fix -Wweak-vtables warningJesus Fernandez2018-10-172-4/+4
* | Reduce size of QQmlValueTypeJędrzej Nowacki2018-10-094-11/+9
|/
* qmlplugindump: Properly handle extension typesKai Koehne2018-10-092-0/+9
* Remove obsolete VisualDataModel, *Group and VisualItemModel in Qt 6Shawn Rutledge2018-10-031-0/+2
* Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-10-011-1/+1
|\
| * Doc: Remove wrong ';' from Q_PROPERTY exampleKai Koehne2018-09-271-1/+1
* | Doc: Remove references to Qt Quick 1Kai Koehne2018-10-0110-25/+0
* | Speed up instanceof operationsLars Knoll2018-09-271-0/+5
* | QML: Demote incubation problems to info levelUlf Hermann2018-09-271-1/+2
* | Make Object::getOwnProperty() constLars Knoll2018-09-234-5/+5
* | Cleanups in Value/PrimitiveLars Knoll2018-09-1713-66/+66
* | Remove left over commentRainer Keller2018-09-141-1/+1
* | Check for nullptr in enum conflict analysisRainer Keller2018-09-141-2/+10
* | List possbile enum conflictsRainer Keller2018-09-121-1/+60
* | Add qml-worker-script featureMorten Johan Sørvig2018-09-122-5/+5
* | Enable relative url assert again on Q_OS_WASMMorten Johan Sørvig2018-09-121-5/+0
* | Remove hardcoded Q_OS_WASM “qml/” import pathMorten Johan Sørvig2018-09-121-7/+1
* | Fix ownKey iteration over Proxy objectsLars Knoll2018-09-096-8/+9
* | Optimize QQmlImportInstance::resolveType()Lars Knoll2018-09-054-8/+60
* | Make QtDeclarative work for the no-thread configMorten Johan Sørvig2018-09-054-0/+30
* | WebAssembly for QtDeclarativeMorten Johan Sørvig2018-09-053-2/+14
* | Fix QML extended type registrationSimon Hausmann2018-08-231-3/+5
* | Fix toLocaleString implementations in (Typed)Array.prototypeLars Knoll2018-08-231-2/+2
* | Provide option to skip registration of enum classes unscopedRainer Keller2018-08-211-1/+13
* | Merge dev into 5.12Oswald Buddenhagen2018-08-215-41/+71
|\ \
| * | Allow DelegateModel-based views to support multiple delegate typesPaolo Angelelli2018-08-171-1/+1
| * | Handle changes in MOC internals - part 2Liang Qi2018-08-161-2/+4
| * | Modernize loops and simplify QQmlEasingValueType::setBezierCurveErik Verbruggen2018-08-161-33/+27
| * | Handle changes in MOC internalsAllan Sandfeld Jensen2018-08-141-2/+2
| * | Fix revision of Connections.enabled propertySimon Hausmann2018-08-142-3/+37
* | | Add support for compiling ES modules ahead of timeSimon Hausmann2018-08-171-2/+2
* | | Add support for disk caching of ES modulesSimon Hausmann2018-08-172-5/+12
* | | Add support for importing ES modules in .qml filesSimon Hausmann2018-08-175-52/+118
|/ /
* | Fix ASAN warnings about new-delete-size-mismatchSimon Hausmann2018-08-081-1/+9
* | Adapt to QMetaObject::d internal changesThiago Macieira2018-08-041-1/+1