| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove qml-i18n example in qtdeclarative repo | Alexandru Croitor | 2025-10-31 | 1 | -0/+7 |
| * | Doc: Remove misleading example about alias overriding | Ulf Hermann | 2025-09-30 | 1 | -25/+0 |
| * | Replace nokia.com logo URLs with something that works for now | Shawn Rutledge | 2025-09-26 | 1 | -1/+1 |
| * | Doc: Demonstrate finding some private modules | Sze Howe Koh | 2025-08-16 | 1 | -0/+1 |
| * | qmllint: Introduce UserContextProperties | Sami Shalayel | 2025-07-31 | 1 | -0/+4 |
| * | doc: qmllint: update settings file | Sami Shalayel | 2025-07-11 | 1 | -7/+66 |
| * | Doc: Fix snippet comment markers | David Boddie | 2025-07-01 | 1 | -2/+2 |
| * | Add easingCurve value type and Easing singleton | Mitch Curtis | 2025-06-25 | 2 | -0/+84 |
| * | Doc: De-nokia-fy QML import documentation snippet | Joerg Bornemann | 2025-04-10 | 1 | -1/+1 |
| * | qmltc: Add READ before WRITE in generated Q_PROPERTYs | Olivier De Cannière | 2025-01-14 | 1 | -2/+2 |
| * | QQmlPropertyMap: add an example of two argument constructor | Dheerendra Purohit | 2024-12-23 | 1 | -0/+32 |
| * | Doc: Add source string template code snippet for qsTrId | Andreas Eliasson | 2024-10-09 | 1 | -4/+13 |
| * | Doc: Add snippet that shows how to use the n param in qsTr() | Andreas Eliasson | 2024-10-02 | 1 | -1/+11 |
| * | Docs: Snippet update for QMLTC documentation | Alexei Cazacov | 2024-09-25 | 1 | -0/+4 |
| * | Tests: Fix various CMake warnings | Ulf Hermann | 2024-09-10 | 1 | -0/+1 |
| * | QTP0004: Document resource file interaction | Fabian Kosmale | 2024-09-02 | 1 | -0/+1 |
| * | Document that properties in functions used as bindings will be re-evaluated | Mitch Curtis | 2024-06-21 | 1 | -0/+18 |
| * | Correct doc snippet license | Lucie Gérard | 2024-03-22 | 4 | -4/+4 |
| * | qmltc: Allow setting initial values when creating a compiled type | Luca Di Sera | 2024-03-20 | 2 | -2/+5 |
| * | Doc: Remove confusing and wrong section about aliases | Ulf Hermann | 2024-02-20 | 1 | -13/+2 |
| * | doc: Move qmllint and qmlls docs out of qtquick folder | Semih Yavuz | 2023-10-12 | 1 | -0/+19 |
| * | Doc: Remove unused snippet file | Kai Köhne | 2023-06-30 | 1 | -24/+0 |
| * | Doc: Don't use versioned Qt imports in QML snippets | Kai Köhne | 2023-06-30 | 59 | -66/+66 |
| * | Convert XMLHttpRequest example to a snippet and add doc page | Oliver Eftevaag | 2023-03-03 | 2 | -0/+108 |
| * | NetworkAccessManagerFactory: Complete documentation page with snippets | Olivier De Cannière | 2023-03-03 | 1 | -0/+24 |
| * | Remove AUTO_RESOURCE_PREFIX, and refer to QTP0001 when possible | Amir Masoud Abdol | 2023-02-21 | 1 | -1/+2 |
| * | Doc: Update QQmlContext documentation to discourage context properties | Ulf Hermann | 2023-02-08 | 4 | -0/+104 |
| * | qt_add_qml_module: Make usage of AUTO_RESOURCE_PREFIX a policy | Fabian Kosmale | 2023-02-01 | 1 | -1/+2 |
| * | CMake: Allow omitting the version of QML modules | Ulf Hermann | 2023-01-27 | 2 | -2/+1 |
| * | qmltc: generate code into namespaces | Sami Shalayel | 2023-01-06 | 1 | -1/+1 |
| * | QQmlEngine: Add module + type based singletonInstance overload | Fabian Kosmale | 2022-12-08 | 1 | -0/+7 |
| * | qmltc: fix handlers for c++-signals | Sami Shalayel | 2022-12-07 | 1 | -1/+1 |
| * | Port from qAsConst() to std::as_const() | Marc Mutz | 2022-10-07 | 1 | -1/+1 |
| * | Change the license of all CMakeLists.txt and *.cmake files to BSD | Lucie Gérard | 2022-09-07 | 4 | -4/+4 |
| * | Add license headers to cmake files | Lucie Gérard | 2022-07-08 | 4 | -0/+12 |
| * | Introduce a sane resource path to qt_add_qml_module | Ulf Hermann | 2022-06-23 | 2 | -1/+3 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-06-11 | 102 | -4982/+211 |
| * | Remove qmltc compilation command in favor of qt_add_qml_module() | Andrei Golubev | 2022-05-31 | 1 | -6/+4 |
| * | Doc: Remove Integrating QML and C++ topic | Jaishree Vyas | 2022-05-11 | 2 | -149/+0 |
| * | Doc: Integrate with JS Values from C++ | Jaishree Vyas | 2022-05-09 | 3 | -0/+202 |
| * | Doc: Write QML Modules | Jaishree Vyas | 2022-03-31 | 5 | -0/+76 |
| * | qmltc: Migrate to new object creation/querying mechanism | Andrei Golubev | 2022-03-30 | 1 | -1/+1 |
| * | Remove qmltc prototype code (2/N) | Andrei Golubev | 2022-03-08 | 1 | -3/+3 |
| * | Disable failing declarative tests on Android - Part 2 | Assam Boudjelthia | 2022-03-02 | 1 | -0/+3 |
| * | tst_qmltc_examples: Fix a documentation leftover (FILES -> QML_FILES) | Andrei Golubev | 2022-02-18 | 1 | -2/+2 |
| * | tst_qmltc_examples: Set visible text to 0 by default | Andrei Golubev | 2022-02-16 | 1 | -0/+1 |
| * | CMake: Fix docs and implementation of qt_generate_foreign_qml_types | Alexandru Croitor | 2022-02-15 | 1 | -0/+6 |
| * | Improve the structure of the output generated by qmltc | Andrei Golubev | 2022-01-31 | 1 | -3/+4 |
| * | qmltc: Rename CMake command's argument FILES -> QML_FILES | Andrei Golubev | 2022-01-26 | 1 | -1/+1 |
| * | Document qmltc output format | Andrei Golubev | 2022-01-26 | 4 | -12/+241 |