aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Doc: Fix a broken link to restructured I18N informationLeena Miettinen2023-03-101-11/+16
* Revert "QML: Don't unconditionally invalidate cache if inline component is used"Ulf Hermann2023-03-103-44/+47
* Doc: fix links to cmake functionsVolker Hilsheimer2023-03-103-19/+23
* Doc: fix qdoc warning, end brief with full stopVolker Hilsheimer2023-03-091-1/+1
* Convert XMLHttpRequest example to a snippet and add doc pageOliver Eftevaag2023-03-074-78/+393
* NetworkAccessManagerFactory: Complete documentation page with snippetsOlivier De Cannière2023-03-052-1/+37
* Import path: Explicitly recommend "qrc:/qt/qml"Fabian Kosmale2023-03-031-0/+5
* QML: Don't unconditionally invalidate cache if inline component is usedFabian Kosmale2023-03-033-47/+44
* QQmlEngine: Improve import path method documentationFabian Kosmale2023-03-021-7/+8
* QTP0001: Mention why you want to enable itFabian Kosmale2023-03-011-1/+6
* QML: Fix conflicts between QML_ANONYMOUS, QML_UNCREATABLE and namespacesUlf Hermann2023-03-013-3/+16
* QtQml: Don't complain about singletons with foreign create() m ethodUlf Hermann2023-02-282-51/+27
* QtQml: Make QQmlTypeNotAvailable publicUlf Hermann2023-02-285-53/+16
* Avoid setting INSTALL_RPATH if it was set beforeAlexey Edelev2023-02-241-1/+7
* Add the missing dependencies to Qml_sync_headers targetAlexey Edelev2023-02-231-0/+11
* Set correct `this` value in JSON.stringify replacer scopeIvan Tkachenko2023-02-221-3/+9
* QtQml: Fix clashes with windows.h definesFriedemann Kleint2023-02-222-5/+5
* Replace AUTO_RESOURCE_PREFIX with Qt CMake Policy in examples, testsAmir Masoud Abdol2023-02-221-0/+5
* Remove AUTO_RESOURCE_PREFIX, and refer to QTP0001 when possibleAmir Masoud Abdol2023-02-214-18/+16
* QmlCompiler: Fix coercion of undefined to float and doubleUlf Hermann2023-02-211-0/+6
* Doc: How to combine custom singletons and qt_generate_foreign_qml_typesUlf Hermann2023-02-172-1/+12
* Use QStringDecoder::decoderForHtml()Lars Knoll2023-02-161-5/+2
* Defining QML Types from C++: Add CMake documentationFabian Kosmale2023-02-161-20/+49
* Fix CMake Unity (Jumbo) builds on WindowsFriedemann Kleint2023-02-152-4/+4
* JIT: Fix isNullOrUndefined bad logicOlivier De Cannière2023-02-151-2/+1
* QQmlMetaType: Clear property caches on qmlClearTypeRegistrationsUlf Hermann2023-02-151-0/+1
* QtQml: Add exclusions for CMake Unity (Jumbo) buildsFriedemann Kleint2023-02-131-0/+4
* QtQml: Make helper validVersion a member of QQmlImportsFriedemann Kleint2023-02-113-15/+13
* QML: Invalidate any existing cache files when saving a CU to diskUlf Hermann2023-02-113-2/+20
* Retire the qt_parse_all_argumentsAmir Masoud Abdol2023-02-101-2/+2
* Qml: Disambiguate helper roundUpToMultipleOf from MASMFriedemann Kleint2023-02-101-10/+16
* UrlObject: Properly encode the url search componentsOlivier De Cannière2023-02-092-3/+12
* QtQml: Disambiguate static variables and methodsFriedemann Kleint2023-02-095-11/+12
* UrlObject: Fix setting searchParams not modifying the url's search fieldOlivier De Cannière2023-02-092-3/+37
* QML: Fortify qmlExecuteDeferred some moreUlf Hermann2023-02-081-8/+14
* Remove superfluous Q_DECLARE_METATYPEFabian Kosmale2023-02-082-8/+0
* Doc: Update QQmlContext documentation to discourage context propertiesUlf Hermann2023-02-087-69/+227
* CMake: Speed up configuration of qml modules with newer CMakeAlexandru Croitor2023-02-081-3/+9
* Polish error messages for import failuresUlf Hermann2023-02-081-5/+8
* QML: Treat long and ulong like other numbersUlf Hermann2023-02-083-0/+12
* CMake: Fix output of internal QML typesUlf Hermann2023-02-081-0/+5
* qmldir parser: Handle internal types with versionsUlf Hermann2023-02-081-5/+19
* Doc: Recommend putting QML files in the same directory as their modulesUlf Hermann2023-02-042-5/+19
* loadFromModule: Properly handle QML only modulesFabian Kosmale2023-02-022-6/+22
* Doc: Add missing \since to new Qt 6.5 Qt QML APIKai Köhne2023-02-022-0/+6
* Doc: Disambiguate description of module URIsUlf Hermann2023-02-022-2/+15
* qt_add_qml_module: Make usage of AUTO_RESOURCE_PREFIX a policyFabian Kosmale2023-02-024-7/+49
* Doc: Document QQmlEngine::offlineStoragePathChanged separatelyKai Köhne2023-02-011-0/+7
* QJSEngine: Move old convertV2 to removed_api.cppUlf Hermann2023-01-313-8/+6
* Doc: Write about JavaScript memory managementUlf Hermann2023-01-302-0/+215