aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* CMake: Regenerate examples to set the WIN32_EXECUTABLE propertyAlexandru Croitor2020-10-2679-0/+340
* QmlCompiler: Make sure that properties are writable by defaultUlf Hermann2020-10-261-0/+1
* Fix some compiler warnings in testsVolker Hilsheimer2020-10-262-17/+9
* QmlCompiler: Allow AOT compiled function to specify includesUlf Hermann2020-10-262-2/+15
* QmlCompiler: Add method to retrieve addressable scope from visitorUlf Hermann2020-10-261-0/+1
* qml: Move more types into builtins.qmltypesMaximilian Goldstein2020-10-265-10/+39
* Replace deprecated DataLocation with AppDataLocationShawn Rutledge2020-10-251-1/+1
* Remove usage of deprecated QStandardPaths::DataLocationKarsten Heimrich2020-10-233-4/+3
* Fix compiler warning: mark overrides as such, remove virtualVolker Hilsheimer2020-10-231-6/+6
* QQmlEngine: Add method to explicitly capture a propertyUlf Hermann2020-10-234-29/+55
* 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