aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QmlCompiler: Make sure that properties are writable by defaultUlf Hermann2020-10-261-0/+1
* 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
* Remove usage of deprecated QStandardPaths::DataLocationKarsten Heimrich2020-10-232-2/+1
* QQmlEngine: Add method to explicitly capture a propertyUlf Hermann2020-10-233-9/+22
* 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-232-9/+15
* qmlcachegen: Move functions to compile QML/JS files to QmlCompilerUlf Hermann2020-10-234-0/+562
* qmlcachegen: Add empty AOT built functions to the loaderUlf Hermann2020-10-231-1/+2
* Move generateloader.cpp to QmlCompilerUlf Hermann2020-10-234-0/+294
* 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 qdoc warning: document parameters correctlyVolker Hilsheimer2020-10-221-3/+3
* QmlCompiler: Properly discern between inherited and own namesUlf Hermann2020-10-226-50/+64
* QmlIR: Make sure that all objects receive a locationUlf Hermann2020-10-224-17/+41
* 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-222-21/+30
* TableView: ensure we update content size upon model changesRichard Moe Gustavsen2020-10-212-31/+66
* Make QV4::CompiledData::Location hashableUlf Hermann2020-10-211-0/+8
* QQuickFlickable::filterPointerEvent(): remove handling of receiver==thisShawn Rutledge2020-10-211-7/+1
* qquickloader: Free memory of loaded components after source changeFabian Kosmale2020-10-211-0/+13
* Compile with Clang11Lars Knoll2020-10-211-2/+2
* 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
* qmlcachegen: Move resourcefilter.cpp into QmlCompilerUlf Hermann2020-10-204-2/+237
* 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
* CMake: Fix singleton declaration in qt6_target_qml_targetJoerg Bornemann2020-10-201-1/+1
* QmlCompiler: Drop the metaobject revision from exportsUlf Hermann2020-10-193-22/+18
* 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-192-77/+79
* CMake: Adjust to public API renaming in qtbaseAlexandru Croitor2020-10-181-1/+1
* Adapt QMutexLocker to qtbase changeFabian Kosmale2020-10-182-2/+2
* QmlCompiler: Read the "bindable" attribute from plugins.qmltypesUlf Hermann2020-10-163-43/+44
* QmlCompiler: Retrieve warnings from qmltypes parserUlf Hermann2020-10-161-0/+4
* Add undefined to builtins.qmltypesUlf Hermann2020-10-161-2/+7
* Fix typoes in builtins.qmltypesUlf Hermann2020-10-161-16/+16
* CMake: Mark some of the public APIs as TPAlexandru Croitor2020-10-161-1/+6
* Promote suffixless names in GraphicsApiLaszlo Agocs2020-10-162-12/+21
* Have a depth buffer when doing the heavy offscreen readbackLaszlo Agocs2020-10-161-1/+8
* QQmlJSScope: Add a way to retrieve a single method or propertyUlf Hermann2020-10-162-5/+8
* QmlCompiler: add operator!= to QDeferredPointerUlf Hermann2020-10-151-0/+10
* Rely on default parameter in QUnifiedTimer::updateAnimationTimerVolker Hilsheimer2020-10-151-1/+1
* doc: Group QSGTexture native interfacesTor Arne Vestbø2020-10-151-2/+13