aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* loadFromModule: Properly handle QML only modulesFabian Kosmale2023-02-026-6/+38
* add QML_UNCREATABLE in the testsSami Shalayel2023-02-024-1/+4
* 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-0127-20/+72
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2023-02-011-5/+5
* 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
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2023-02-011-5/+5
* 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-316-12/+25
* qmlcachegen: Improve QObject comparison code generation testSemih Yavuz2023-01-312-0/+15
* 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-313-8/+30
* tst_qqmlvaluetypeproviders: Choose a date in the middle of the monthUlf Hermann2023-01-311-0/+1
* QML test: Fix annoying warning in tst_animatedimage.qmlVladimir Belyavsky2023-01-301-1/+1
* QmlCompiler: Fix version resolution for importsUlf Hermann2023-01-305-11/+24
* Doc: Clarify syntax of module URIsUlf Hermann2023-01-302-1/+12
* ListModel: Use PersistentValue to keep track of objectsUlf Hermann2023-01-304-132/+71
* QML DOM: Remove support for Qt < 6.5Fabian Kosmale2023-01-3026-310/+74
* 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-27129-139/+17
* 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-2716-40/+126
* Add baseline tests for MultiEffectKaj Grönholm2023-01-273-0/+541
* QQuickTableView: Don't fallthrough from tab/backtab to esc keyUlf Hermann2023-01-261-0/+1
* qmlformat: Add ECMAScript class reformatterSemih Yavuz2023-01-264-2/+145
* CMake: Fix qt6_generate_foreign_qml_typesJoerg Bornemann2023-01-261-2/+10
* qmllint: Do not warn when accessing properties of global constructorsFabian Kosmale2023-01-263-0/+22
* Code style: split deprecation message into its own lineFabian Kosmale2023-01-261-4/+8
* Adjust the MultiEffect APIKaj Grönholm2023-01-2639-209/+209
* 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-263-32/+87
* AnimatedImage: Add ability to configure sourceSizeVladimir Belyavsky2023-01-265-43/+46
* Binding: Accept local signal handlers againUlf Hermann2023-01-253-1/+21
* QML: Fix interceptors on value types ignoring fast changesUlf Hermann2023-01-2510-77/+139
* QQuickPixmapCache: Avoid cross-thread deletion of QObjectsUlf Hermann2023-01-251-9/+40