aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Generate CMake projects for qmltoolingLeander Beernaert2019-08-1213-26/+337
* Re-generate QML imports after latest pro2cmake changesSimon Hausmann2019-08-0918-20/+0
* Re-generate QML importsSimon Hausmann2019-08-097-35/+25
* Update qml modulesLeander Beernaert2019-08-064-0/+15
* Update qml modulesLeander Beernaert2019-08-0119-55/+84
* Update add_qml_module() call to match new requirementsLeander Beernaert2019-07-3118-0/+18
* Allow the use of qmlcachegen inside srcSimon Hausmann2019-07-291-1/+7
* Fix parallel buildSimon Hausmann2019-07-291-0/+9
* Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-07-24167-3832/+5488
|\
| * Remove module registration related Qt version #ifdefsSimon Hausmann2019-07-228-104/+0
| * Fix imports of Package and Instantiator with Qt 6Simon Hausmann2019-07-221-2/+2
| * Fix module compatibility with Qt 5Simon Hausmann2019-07-183-0/+5
| * Merge remote-tracking branch 'origin/dev' into wip/qt6Simon Hausmann2019-07-1711-111/+154
| |\
| | * Fix importing the worker scripts pluginSimon Hausmann2019-07-171-1/+1
| | * Add support for implicit module importsSimon Hausmann2019-07-176-0/+43
| | * Clean up import resolution handlingSimon Hausmann2019-07-165-58/+81
| | * QML Grammar: deduplicate semicolon rulesFabian Kosmale2019-07-151-52/+29
| * | Fix import of ListModel/ListElement as part of QtQmlSimon Hausmann2019-07-171-2/+2
| * | Fix module imports when building with Qt Version 6.0.0Simon Hausmann2019-07-1514-28/+14
| * | Merge remote-tracking branch 'origin/dev' into wip/qt6Simon Hausmann2019-07-12140-3527/+5174
| |\|
| | * Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-129-26/+56
| | |\
| | | * Doc: Replace example file lists with links to code.qt.ioTopi Reinio2019-07-093-0/+3
| | | * Doc: Replace old link with an existing featureKavindra Palaraja2019-07-081-1/+1
| | | * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-055-25/+52
| | | |\
| | | | * Fix distance field cache growing outside limitEskil Abrahamsen Blomfeldt2019-07-042-21/+26
| | | | * Fix possible crash when distance field cache spans multiple texturesEskil Abrahamsen Blomfeldt2019-07-041-1/+1
| | | | * Create a URL from the import string before adding the qmldir pathUlf Hermann2019-07-031-1/+5
| | | | * QQmlAdapterModel: Guard items against deletion during notificationUlf Hermann2019-07-031-2/+8
| | | | * QQmlComponent: Check for existence of engineFabian Kosmale2019-07-031-0/+12
| | * | | Split compiler and runtime more clearlyUlf Hermann2019-07-1143-101/+310
| | * | | Move BindingPropertyData into ExecutableCompilationUnitUlf Hermann2019-07-116-9/+8
| | * | | Disentangle includes and namespacesUlf Hermann2019-07-1121-209/+233
| | * | | Split qqmltypeloader{_p.h|.cpp} into a several filesUlf Hermann2019-07-1145-2574/+3489
| | * | | Merge JSCodeGen and QQmlJSCodeGeneratorUlf Hermann2019-07-104-116/+74
| | * | | QQmlObjectCreator: Do not delete objects not owned by engineFabian Kosmale2019-07-101-2/+6
| | * | | Switch to FloatingPointShortest precision when convert from numeric type to s...Alexey Edelev2019-07-101-1/+1
| | * | | Make QV4::Function::runtimeString() constUlf Hermann2019-07-101-2/+2
| | * | | Allow generating debug instructions even if !qml_debugUlf Hermann2019-07-101-4/+0
| | * | | Fix docs to explain the new type syntax for QML methodsSimon Hausmann2019-07-107-28/+31
| | * | | Fix parsing of qml signals with multiple new-style type parametersSimon Hausmann2019-07-101-5/+17
| | * | | Add support for type script QML signal parameter declarationsSimon Hausmann2019-07-092-2/+14
| | * | | Add support for C++ accessible typed parameters and return types in qml funct...Simon Hausmann2019-07-0914-70/+153
| | * | | Allow all basic QML types for type annotationsSimon Hausmann2019-07-091-0/+9
| | * | | Collect type information for function parametersSimon Hausmann2019-07-096-13/+22
| | * | | Fix internal boundNames() API to expose optional typesSimon Hausmann2019-07-093-25/+47
| | * | | Add basic type annotation support for QML functions to the grammarSimon Hausmann2019-07-098-96/+360
| | * | | remove QmlIR::Document::removeScriptPragmasUlf Hermann2019-07-094-57/+0
| | * | | Fix standalone buildSimon Hausmann2019-07-091-0/+2
| | * | | Fix build without quick_itemviewTasuku Suzuki2019-07-091-0/+2
| | * | | Internal API cleanupSimon Hausmann2019-07-081-23/+38