aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* QQmlImport: Handle file selectors in qmldirFabian Kosmale2023-01-231-0/+62
* qmlformat: fix omitting some comments while reformattingSemih Yavuz2023-01-231-0/+2
* qmllint: Move qmlControlSanity loggers into a pluginSemih Yavuz2023-01-233-17/+0
* qt_add_qml_module: Document QT_QMLCACHEGEN_DIRECT_CALLSUlf Hermann2023-01-231-0/+11
* Controls: Fix module imports of fallback stylesUlf Hermann2023-01-203-19/+144
* QML: Add a pragma for value type behaviorUlf Hermann2023-01-2011-36/+181
* QQuickTableView: set active focus directly on the edit itemRichard Moe Gustavsen2023-01-202-64/+71
* qtest_quickcontrols_p.h: don't mark functions file-staticMarc Mutz2023-01-201-2/+2
* Retire the qt_parse_all_argumentsAmir Masoud Abdol2023-01-201-2/+2
* QQuickTableView: reposition selection handles whenever TableView updates the ...Richard Moe Gustavsen2023-01-203-53/+70
* Fix type of QtQuick::BoundaryRule::easing in documentationMatthias Rauter2023-01-191-1/+1
* QJSEngine: Fix potential JS stack overflow cauased by spread operatorFabian Kosmale2023-01-191-0/+5