aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Centralize property & signal parameter type handling at compilation timeSimon Hausmann2019-07-085-89/+102
* Move the memory pool into the common codeUlf Hermann2019-07-088-84/+151
* Remove some unneeded includesUlf Hermann2019-07-085-10/+0
* Move qQmlCompileError to QQmlPropertyCacheCreatorUlf Hermann2019-07-082-10/+10
* Fix build without features.itemmodelTasuku Suzuki2019-07-087-12/+62
* Fix build without features.translationTasuku Suzuki2019-07-084-0/+16
* Remove dladdr usage from masmTasuku Suzuki2019-07-082-18/+1
* 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
* Remove unimplemented QSGTexture::hasDirtyOptions()Friedemann Kleint2019-07-051-2/+0
* Make openglunderqml functional with and without the rhiLaszlo Agocs2019-07-046-33/+100
* Enable line width on the rhi code pathLaszlo Agocs2019-07-042-16/+40
* Enable request setting the (gl) context current on rhi pathLaszlo Agocs2019-07-042-19/+40
* Simplify codegen error handlingUlf Hermann2019-07-046-174/+173
* Merge "Merge remote-tracking branch 'origin/5.13' into dev"Qt Forward Merge Bot2019-07-043-8/+10
|\
| * Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-043-8/+10
| |\
| | * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-033-8/+10
| | |\
| | | * QQmlDelegateModel: ref objects before allocatingUlf Hermann2019-07-021-1/+1
| | | * Fix read access violation when using KeyNavigation attached propertyTom Scheler2019-07-021-6/+7
| | | * 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
* | | | Eradicate Java-style iterators and mark the module free of themMarc Mutz2019-07-043-63/+31
* | | | QQuickState: fix quadratic loopMarc Mutz2019-07-041-6/+8
* | | | Fix crash when binding to QML componentFabian Kosmale2019-07-041-3/+3
|/ / /
* | | Add the graphics api independent scenegraph portLaszlo Agocs2019-07-04234-2106/+14066
* | | QQuickState: replace some Java-style iterators with C++11 ranged-for loopsMarc Mutz2019-07-032-26/+8
* | | qtlite: Fix build with -no-feature-cursorMikhail Svetkin2019-07-031-0/+4
* | | Intercept image source urlFabian Kosmale2019-07-031-0/+5
* | | When setting a QObject as context property reset it when it's destroyedUlf Hermann2019-07-032-0/+19
* | | use boolean for when propertyFabian Kosmale2019-07-024-14/+13
* | | 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-026-12/+12
* | | Fix some const-correctness issuesMarc Mutz2019-07-022-4/+4
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-0112-34/+131
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-285-12/+58
| |\|
| | * Fix: ListView footer positioned wrong after last item removedEirik Aavitsland2019-06-281-1/+7