aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* qqmlvaluetypes: Add a few missing toString methodsMaximilian Goldstein2020-10-232-0/+19
* TableView: ensure we rebuild the sync view, even when flicking on a sync view...Richard Moe Gustavsen2020-10-233-9/+52
* qmlcachegen: Move functions to compile QML/JS files to QmlCompilerUlf Hermann2020-10-235-375/+575
* qmlcachegen: Add empty AOT built functions to the loaderUlf Hermann2020-10-232-2/+13
* Move generateloader.cpp to QmlCompilerUlf Hermann2020-10-238-18/+75
* Fix logic to select AOT compiled functionUlf Hermann2020-10-231-4/+10
* Fix documentation links to removed functionsVolker Hilsheimer2020-10-232-2/+2
* Initialize members to shut up gccVolker Hilsheimer2020-10-231-0/+1
* Fix up shadereffect example docsLaszlo Agocs2020-10-232-7/+8
* Make tst_QQuickMultiPointTouchArea::inFlickable() more debuggableShawn Rutledge2020-10-222-102/+97
* tst_qquickfolderlistmodel: fix error checkingMitch Curtis2020-10-221-33/+14
* Fix qdoc warning: document parameters correctlyVolker Hilsheimer2020-10-221-3/+3
* Fix compile warnings from testsVolker Hilsheimer2020-10-226-15/+13
* QmlCompiler: Properly discern between inherited and own namesUlf Hermann2020-10-228-93/+112
* QmlIR: Make sure that all objects receive a locationUlf Hermann2020-10-224-17/+41
* qmllint: fix typoUlf Hermann2020-10-221-1/+1
* QmlCompiler: Make sure any import depends on the builtinsUlf Hermann2020-10-222-10/+18
* QmlCompiler: Use size_t for qHashUlf Hermann2020-10-221-2/+2
* qmllint: Resolve aliases in nested objectsUlf Hermann2020-10-225-21/+55
* Update and activate tst_animatorsShawn Rutledge2020-10-226-20/+63
* TableView: ensure we update content size upon model changesRichard Moe Gustavsen2020-10-213-41/+152
* Make QV4::CompiledData::Location hashableUlf Hermann2020-10-211-0/+8
* qmllint: Remove dead codeUlf Hermann2020-10-211-3/+0
* QQuickFlickable::filterPointerEvent(): remove handling of receiver==thisShawn Rutledge2020-10-211-7/+1
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2020-10-211-2/+2
* qquickloader: Free memory of loaded components after source changeFabian Kosmale2020-10-211-0/+13
* CMake: Fix no-widgets buildAlexandru Croitor2020-10-211-2/+2
* Remove some compiler warningsLars Knoll2020-10-211-3/+3
* Compile with Clang11Lars Knoll2020-10-212-2/+6
* QQuickWindow: Change 0 to nullptr for removeAllv6.0.0-beta2Fabian Kosmale2020-10-211-1/+1
* Adjust to QMetaObjectBuilder::MetaObjectFlags changeFabian Kosmale2020-10-215-6/+6
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2020-10-211-2/+2
* qmlcachegen: Move resourcefilter.cpp into QmlCompilerUlf Hermann2020-10-208-11/+70
* QQmlJSImporter: Expose the imported objectsUlf Hermann2020-10-201-0/+1
* QQmlJSImporter: Pass the source location to the resultUlf Hermann2020-10-201-0/+1
* QmlCompiler: Cache builtin typesUlf Hermann2020-10-202-1/+6
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2020-10-201-2/+2
* CMake: Regenerate examples to use qt_add_executableAlexandru Croitor2020-10-2074-74/+74
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2020-10-201-2/+2
* CMake: Fix singleton declaration in qt6_target_qml_targetJoerg Bornemann2020-10-201-1/+1
* QmlCompiler: Drop the metaobject revision from exportsUlf Hermann2020-10-195-24/+24
* QmlCompiler: Add hasMethod() and hasProperty() to QQmlJSScopeUlf Hermann2020-10-191-0/+2
* Doc: mention that clipping can affect performance and link to pageMitch Curtis2020-10-191-0/+3
* doc: Update sg rhi backend sectionLaszlo Agocs2020-10-191-5/+5
* Do grabs out of orderLaszlo Agocs2020-10-193-77/+107
* CMake: Adjust to public API renaming in qtbaseAlexandru Croitor2020-10-182-2/+2
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2020-10-181-2/+2
* Adapt QMutexLocker to qtbase changeFabian Kosmale2020-10-182-2/+2
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2020-10-181-2/+2
* QmlCompiler: Read the "bindable" attribute from plugins.qmltypesUlf Hermann2020-10-163-43/+44