aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
* Disentangle includes and namespacesUlf Hermann2019-07-1110-8/+20
* Split qqmltypeloader{_p.h|.cpp} into a several filesUlf Hermann2019-07-1134-2573/+3478
* Merge JSCodeGen and QQmlJSCodeGeneratorUlf Hermann2019-07-102-92/+4
* QQmlObjectCreator: Do not delete objects not owned by engineFabian Kosmale2019-07-101-2/+6
* Add support for C++ accessible typed parameters and return types in qml funct...Simon Hausmann2019-07-095-14/+43
* Internal API cleanupSimon Hausmann2019-07-081-23/+38
* Centralize property & signal parameter type handling at compilation timeSimon Hausmann2019-07-082-5/+6
* Move qQmlCompileError to QQmlPropertyCacheCreatorUlf Hermann2019-07-081-0/+10
* Fix build without features.itemmodelTasuku Suzuki2019-07-081-0/+8
* Minor internal API cleanupSimon Hausmann2019-07-053-75/+75
* Reduce the size of Property fields in type compilation dataSimon Hausmann2019-07-053-46/+48
* Streamline Var property handling in QQmlVMEMetaObject::metaCallSimon Hausmann2019-07-051-158/+153
* Minor cleanup in QQmlVMetaObject::metaCallSimon Hausmann2019-07-051-7/+4
* Clean up property type to meta-type mappingSimon Hausmann2019-07-053-59/+37
* Internal API cleanupSimon Hausmann2019-07-051-1/+1
* Fix enum mis-matchSimon Hausmann2019-07-051-1/+1
* Reduce the size of signal parameters in qml cache dataSimon Hausmann2019-07-051-4/+3
* Simplify codegen error handlingUlf Hermann2019-07-041-4/+2
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-041-1/+2
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-031-1/+2
| |\
| | * Fix bindings not being re-evaluated when changing context propertySimon Hausmann2019-07-011-1/+2
* | | When setting a QObject as context property reset it when it's destroyedUlf Hermann2019-07-032-0/+19
* | | QQmlApplicationEngine: delete translators through their parentsTasuku Suzuki2019-07-022-18/+7
* | | QQmlApplicationEngine: delete unused translator earlierTasuku Suzuki2019-07-021-2/+5
* | | QQmlEngine: Hoist some allocating code out of critical sectionsMarc Mutz2019-07-021-4/+9
* | | Port from implicit to explicit atomic operationsMarc Mutz2019-07-021-2/+2
* | | Fix some const-correctness issuesMarc Mutz2019-07-022-4/+4
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-015-2/+45
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-282-1/+29
| |\|
| | * Unregister unit cache hook when destroying the plugin singletonMitch Curtis2019-06-252-1/+29
| * | Merge remote-tracking branch 'origin/5.13.0' into 5.13Qt Forward Merge Bot2019-06-201-0/+14
| |\ \
| | * | Make QQmlThread work for no-thread debug modeMorten Johan Sørvig2019-05-081-0/+14
* | | | Clean up the QT_CONFIG(library) conditionsUlf Hermann2019-06-265-13/+11
* | | | Inline the rest of qv4compileddata.cppUlf Hermann2019-06-261-0/+1
* | | | Port towards load/storeRelaxed atomicsGiuseppe D'Angelo2019-06-255-21/+21
* | | | QQmlEngine: keep ImageProvider alive while in useFabian Kosmale2019-06-252-0/+8
* | | | Inline msgCannotLoadPlugin() into its only callerUlf Hermann2019-06-241-9/+4
* | | | Simplify errors and diagnosticsUlf Hermann2019-06-1416-136/+709
* | | | Remove qqmlmemoryprofiler*Ulf Hermann2019-06-133-13/+0
* | | | Move the header checking into ExecutableCompilationUnitUlf Hermann2019-06-141-1/+1
* | | | add std::function overload to qmlRegisterSingletonTypeFabian Kosmale2019-06-114-7/+35
* | | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-06-116-13/+56
|\| | |
| * | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-062-4/+7
| |\ \ \ | | | |/ | | |/|
| | * | Doc: Remove superfluous double quotes in code snippetsPaul Wicking2019-06-041-1/+1
| | * | Fix for loading translations automatically from resourcesTasuku Suzuki2019-06-011-3/+6
| * | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-021-1/+3
| |\| |
| | * | In qmlUnregisterType() also remove the type from undeletableTypesUlf Hermann2019-05-291-1/+3
| * | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-263-8/+50
| |\| |
| | * | Fix lookups of properties in QML singletonsSimon Hausmann2019-05-212-5/+44
| | * | Print a warning when encountering a non-relative URL in a qmldir fileUlf Hermann2019-05-161-3/+21