aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update dependencies on '6.2' in qt/qtdeclarativev6.2.0-alpha1Qt Submodule Update Bot2021-06-211-3/+3
* Add conanfile.py to support builds with ConanIikka Eklund2021-06-212-0/+128
* Use __qt_internal_propagate_object_library to propagate object librariesAlexey Edelev2021-06-211-51/+4
* Update dependencies on '6.2' in qt/qtdeclarativeQt Submodule Update Bot2021-06-211-3/+3
* Fix some spelling errors in translated messages and commentsFriedemann Kleint2021-06-195-20/+20
* CMake: Allow using an existing target as a backing targetAlexandru Croitor2021-06-181-5/+3
* Don't warn "interleaved frame-sync and actual events" if DA is nullShawn Rutledge2021-06-181-1/+2
* CMake: Adjust QML plugin class name auto-computingAlexandru Croitor2021-06-182-11/+22
* Update dependencies on '6.2' in qt/qtdeclarativeQt Submodule Update Bot2021-06-181-3/+3
* Remove old configure-related filesJoerg Bornemann2021-06-175-647/+0
* Add more links to QJSEngine's ownership documentationFabian Kosmale2021-06-171-1/+10
* qmlcompiler: Fully support required propertiesMaximilian Goldstein2021-06-179-8/+146
* Fix conversion of entries to be added to QVariantListsUlf Hermann2021-06-175-4/+83
* Avoid undefined behavior in the JITUlf Hermann2021-06-175-6/+10
* Add missing palette property to QQuickWindowMitch Curtis2021-06-177-8/+341
* Doc: Fix QDoc warnings qtdeclarativeNico Vertriest2021-06-172-0/+9
* Update dependencies on '6.2' in qt/qtdeclarativeQt Submodule Update Bot2021-06-171-3/+3
* Add RESOURCES argument to qt_add_qml_moduleUlf Hermann2021-06-162-5/+11
* Install .qml files from source dir and honor their resource aliasCraig Scott2021-06-162-14/+19
* CMake: Remove compatibility functionsAlexandru Croitor2021-06-161-11/+0
* Avoid UB in qjsnumbercoercion.hUlf Hermann2021-06-161-1/+5
* Doc: Fix more documentation issuesTopi Reinio2021-06-165-15/+16
* Update dependencies on '6.2' in qt/qtdeclarativeQt Submodule Update Bot2021-06-161-3/+3
* QQuickPaletteProviderPrivateBase: Do not use paletteData() directlyUlf Hermann2021-06-161-3/+3
* Avoid unnecessary palette allocationsVolker Hilsheimer2021-06-163-1/+77
* Allow AOT functions to signal an undefined result via the contextUlf Hermann2021-06-165-2/+17
* Update dependencies on '6.2' in qt/qtdeclarativeQt Submodule Update Bot2021-06-161-3/+3
* Add active/inactive transition to color group testVolker Hilsheimer2021-06-161-0/+10
* Update dependencies on '6.2' in qt/qtdeclarativeQt Submodule Update Bot2021-06-161-3/+3
* Update dependencies on '6.2' in qt/qtdeclarativeQt Submodule Update Bot2021-06-151-3/+3
* Make tst_qquickshadereffect::testConnection() more robustEskil Abrahamsen Blomfeldt2021-06-151-2/+9
* Don't deliver QDragEnterEvent to a drop area that is a child of the dragged itemVolker Hilsheimer2021-06-151-4/+11
* Enhance QQuickRenderControl docs regarding key eventsLaszlo Agocs2021-06-151-5/+15
* Fix AOT-lookup of values in value typesUlf Hermann2021-06-141-2/+2
* Handle AOT functions returning QVariant in bindingsUlf Hermann2021-06-141-7/+16
* DropArea: Tell qdoc that DropArea indeed inherits ItemFabian Kosmale2021-06-141-0/+1
* Handle half-deleted scope objects in AOT lookupsUlf Hermann2021-06-141-4/+9
* Handle objects without QQmlData and objects being deleted in AOT lookupsUlf Hermann2021-06-121-16/+81
* Use Inactive color group in inactive windowsVolker Hilsheimer2021-06-115-3/+97
* qmlcompiler: Process properties only once parsing is completedMaximilian Goldstein2021-06-115-95/+186
* Update dependencies on '6.2' in qt/qtdeclarativeDaniel Smith2021-06-111-3/+3
* Rename QmlDevTools to QmlDevToolsPrivateAlexey Edelev2021-06-101-9/+9
* Add the 'Private' suffix to the internal module namesAlexey Edelev2021-06-107-17/+17
* doc: update the selection model snippetRichard Moe Gustavsen2021-06-102-11/+9
* Update dependencies on '6.2' in qt/qtdeclarativeQt Submodule Update Bot2021-06-101-3/+3
* Update dependencies on '6.2' in qt/qtdeclarativeQt Submodule Update Bot2021-06-091-3/+3
* Pass the --resource argument to qmlcachegenCraig Scott2021-06-091-2/+13
* qmllint: Move a lot of warning logic to qmlcompilerMaximilian Goldstein2021-06-097-622/+611
* Add missing Quick autotests to CMakeListsLaszlo Agocs2021-06-084-15/+26
* Allow property observers on readonly propertiesUlf Hermann2021-06-086-13/+58