aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Doc: Add missing \since to new Qt 6.5 Qt QML APIKai Köhne2023-02-022-0/+6
* Improve MultiEffect API documentationKaj Grönholm2023-02-026-18/+141
* Doc: add missing \row in Imagine style documentationMitch Curtis2023-02-021-0/+1
* qt_add_qml_module: Make usage of AUTO_RESOURCE_PREFIX a policyFabian Kosmale2023-02-014-7/+49
* Fix QQuickImageParticle in case of QRhi re-createThomas Senyk2023-02-013-0/+10
* Fix QQuickCanvasItem in case of invalidateSceneGraph()Thomas Senyk2023-02-011-0/+4
* Update Material Dialog to Material 3Mitch Curtis2023-02-012-11/+21
* SharedImageLoader: Do not use deprecated IPC mechanismFabian Kosmale2023-02-011-1/+1
* Doc: Document QQmlEngine::offlineStoragePathChanged separatelyKai Köhne2023-01-311-0/+7
* Doc: Disambiguate description of module URIsUlf Hermann2023-01-312-8/+10
* qmlcachegen: fix nonstrict equality code generationSemih Yavuz2023-01-314-11/+13
* QQmlListMode: Update alignment calculationUlf Hermann2023-01-311-1/+1
* 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