aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-07-11110-1677/+1819
|\
| * Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-07-0819-489/+589
| |\
| | * Minor internal API cleanupSimon Hausmann2019-07-055-105/+107
| | * Reduce the size of Property fields in type compilation dataSimon Hausmann2019-07-055-69/+81
| | * 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-053-11/+5
| | * Fix enum mis-matchSimon Hausmann2019-07-051-1/+1
| | * Reduce the size of signal parameters in qml cache dataSimon Hausmann2019-07-053-11/+15
| | * Remove unused field memberSimon Hausmann2019-07-052-4/+1
| | * Simplify codegen error handlingUlf Hermann2019-07-046-174/+173
| | * Merge "Merge remote-tracking branch 'origin/5.13' into dev"Qt Forward Merge Bot2019-07-041-1/+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-032-2/+3
| | | | |\
| | | | | * QQmlDelegateModel: ref objects before allocatingUlf Hermann2019-07-021-1/+1
| | | | | * Fix bindings not being re-evaluated when changing context propertySimon Hausmann2019-07-011-1/+2
| | * | | | extend grammar for better version parsing supportFabian Kosmale2019-07-048-18/+139
| | * | | | Fix crash when binding to QML componentFabian Kosmale2019-07-041-3/+3
| | |/ / /
| * / / / Fix Qt6 build in preparation of qt5 submodule updateAlexandru Croitor2019-07-087-8/+9
| |/ / /
| * | | 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-025-11/+11
| * | | Fix some const-correctness issuesMarc Mutz2019-07-022-4/+4
| * | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-017-11/+59
| |\| |
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-283-3/+37
| | |\|
| | | * Fix thisObject when calling scope and context properties through lookupsUlf Hermann2019-06-261-2/+8
| | | * Unregister unit cache hook when destroying the plugin singletonMitch Curtis2019-06-252-1/+29
| | * | Doc: Fix \code and \qml usage in 'QML Object Attributes'Topi Reinio2019-06-191-7/+6
| | * | 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
| * | | | rtems: Reduce MemorySegment::NumChunksMikhail Svetkin2019-06-281-0/+4
| * | | | Add environment variable for configure maxJSStackSize and maxGCStackSizeMikhail Svetkin2019-06-283-12/+33
| * | | | Port away from QAtomicOps::load / storeGiuseppe D'Angelo2019-06-251-2/+2
| * | | | Clean up the QT_CONFIG(library) conditionsUlf Hermann2019-06-265-13/+11
| * | | | Inline the rest of qv4compileddata.cppUlf Hermann2019-06-266-181/+113
| * | | | Port towards load/storeRelaxed atomicsGiuseppe D'Angelo2019-06-257-25/+25
| * | | | Inline CompiledData::unlink() into the only callerUlf Hermann2019-06-243-13/+6
| * | | | Move unit checksum generation into qv4compilerUlf Hermann2019-06-246-24/+24
| * | | | QQmlEngine: keep ImageProvider alive while in useFabian Kosmale2019-06-252-0/+8
| * | | | Increment private API version and move it into a separate fileUlf Hermann2019-06-244-2/+62
| * | | | Move saveToDisk into SaveableUnitPointerUlf Hermann2019-06-243-55/+52
| * | | | Inline msgCannotLoadPlugin() into its only callerUlf Hermann2019-06-241-9/+4
| * | | | Simplify errors and diagnosticsUlf Hermann2019-06-1432-330/+422
| * | | | Remove qqmlmemoryprofiler*Ulf Hermann2019-06-137-295/+0
| * | | | Move the header checking into ExecutableCompilationUnitUlf Hermann2019-06-148-66/+68
| * | | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-06-203-11/+28
| |\| | |
| | * | | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-193-11/+28
| | |\ \ \ | | | | |/ | | | |/|