aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* AnimatedImage: Introduce private clearCache() methodVladimir Belyavsky2023-01-312-14/+12
* QQuickGraphicsConfiguration: Turn debug operator into hidden friendFabian Kosmale2023-01-311-3/+3
* QJSEngine: Move old convertV2 to removed_api.cppUlf Hermann2023-01-313-8/+6
* Doc: Update qmlformat descriptionUlf Hermann2023-01-311-6/+9
* Item views: Don't create unnecessary QML contextsUlf Hermann2023-01-311-8/+5
* QmlCompiler: Fix version resolution for importsUlf Hermann2023-01-301-2/+8
* Doc: Clarify syntax of module URIsUlf Hermann2023-01-302-1/+12
* ListModel: Use PersistentValue to keep track of objectsUlf Hermann2023-01-302-131/+29
* QML DOM: Remove support for Qt < 6.5Fabian Kosmale2023-01-3024-296/+60
* Doc: Write about JavaScript memory managementUlf Hermann2023-01-302-0/+215
* Doc: Add snippet to demonstrate keyboard navigationAndreas Eliasson2023-01-302-1/+76
* QQmlInstantiationInterrupt: Port to QDeadLineTimerFabian Kosmale2023-01-292-21/+14
* CMake: Allow omitting the version of QML modulesUlf Hermann2023-01-274-13/+13
* MemoryManager: Retain the end of a chunk when allocating a new oneUlf Hermann2023-01-271-0/+8
* Doc: Improve wording in "Writing QML Modules"Ulf Hermann2023-01-271-10/+10
* MemoryManager: Remove grayBitmapUlf Hermann2023-01-274-75/+1
* Doc: Fix link to Internationalization with QtLeena Miettinen2023-01-271-6/+6
* QML: Turn singleton/type mismatch into a run time type errorUlf Hermann2023-01-273-18/+26
* QQuickTableView: Don't fallthrough from tab/backtab to esc keyUlf Hermann2023-01-261-0/+1
* qmlformat: Add ECMAScript class reformatterSemih Yavuz2023-01-261-2/+60
* CMake: Fix qt6_generate_foreign_qml_typesJoerg Bornemann2023-01-261-2/+10
* qmllint: Do not warn when accessing properties of global constructorsFabian Kosmale2023-01-261-0/+16
* Code style: split deprecation message into its own lineFabian Kosmale2023-01-261-4/+8
* Adjust the MultiEffect APIKaj Grönholm2023-01-2631-132/+132
* Controls: Don't say DelayButton::progress is read-only in documentationNoah Davis2023-01-261-1/+0
* QML: Allow more conversions between different listsUlf Hermann2023-01-261-32/+63
* AnimatedImage: Add ability to configure sourceSizeVladimir Belyavsky2023-01-263-37/+33
* Binding: Accept local signal handlers againUlf Hermann2023-01-251-1/+2
* QML: Fix interceptors on value types ignoring fast changesUlf Hermann2023-01-258-77/+100
* QQuickPixmapCache: Avoid cross-thread deletion of QObjectsUlf Hermann2023-01-251-9/+40
* QML: Allow converting any object list to QQmlListPropertyUlf Hermann2023-01-251-17/+32
* qmltyperegistrar: Strip '*' from list value typesUlf Hermann2023-01-251-2/+6
* Doc: Link to lupdate instructions instead of specifying the commandLeena Miettinen2023-01-251-13/+11
* qmltyperegistrar: Use base of the current major version by defaultUlf Hermann2023-01-251-1/+1
* Fix crash in ListView with PullBackHeader/FooterRobert Griebl2023-01-251-2/+6
* QJSPrimitiveValue: Use operator symbol in lieu of nameFabian Kosmale2023-01-251-1/+1
* HeaderView: set resizableRows/Columns to true by defaultRichard Moe Gustavsen2023-01-251-0/+8
* Doc: explain how to manage currentIndex without breaking bindingsMitch Curtis2023-01-253-0/+13
* Document QQmlExtensionPluginUlf Hermann2023-01-241-4/+19
* Templates: Drop some dead codeUlf Hermann2023-01-241-4/+1
* QuickParticles: export classes exposed to QMLSami Shalayel2023-01-2424-24/+29
* QQuickMouseArea: do not overload pressed-signalSami Shalayel2023-01-242-3/+3
* Skip updates in the render loops when requestedLaszlo Agocs2023-01-244-0/+18
* Fix build with -no-feature-quick-shadereffectTasuku Suzuki2023-01-2411-5/+23
* Fix build with -no-feature-quick-tableviewTasuku Suzuki2023-01-242-3/+3
* QML: Output a warning for creatable object types without default ctorUlf Hermann2023-01-234-26/+174
* Make QML_EXTRA_VERSION public and expand its documentationUlf Hermann2023-01-231-2/+16
* QML: Document QML_SEQUENTIAL_CONTAINERUlf Hermann2023-01-231-0/+59
* QmlCompiler: Wrap sequences with unknown elemnts in QVariantListUlf Hermann2023-01-231-0/+1
* Check if target is skipped test in qml registration functionMikolaj Boc2023-01-231-0/+5