| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | 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 |
| * | 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 |
| * | 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 | 1 | -1/+1 |
| * | Doc: Remove confusing and wrong section about aliases | Ulf Hermann | 2024-02-20 | 1 | -13/+2 |
| * | 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 | 58 | -64/+64 |
| * | Convert XMLHttpRequest example to a snippet and add doc page | Oliver Eftevaag | 2023-03-03 | 2 | -0/+108 |
| * | 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 |
| * | Change the license of all CMakeLists.txt and *.cmake files to BSD | Lucie Gérard | 2022-09-07 | 1 | -1/+1 |
| * | Add license headers to cmake files | Lucie Gérard | 2022-07-08 | 1 | -0/+3 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-06-11 | 79 | -3855/+165 |
| * | Doc: Write QML Modules | Jaishree Vyas | 2022-03-31 | 5 | -0/+76 |
| * | Doc: Fix core QML functions signatures and examples | Ivan Tkachenko | 2021-11-02 | 1 | -3/+12 |
| * | Update PropertyChanges in src and tools | Ulf Hermann | 2021-10-29 | 1 | -2/+1 |
| * | Replace 0 pointer constants with nullptr | Allan Sandfeld Jensen | 2021-10-18 | 1 | -1/+1 |
| * | Fix documentation on JavaScript imports | Ulf Hermann | 2021-09-27 | 1 | -1/+2 |
| * | Adjust import documentation to mention that versions are optional | Fabian Kosmale | 2021-07-21 | 1 | -2/+2 |
| * | Use functions as signal handlers when accessing parameters | Ulf Hermann | 2021-02-12 | 1 | -3/+3 |
| * | Remove the qmake project files | Fabian Kosmale | 2021-01-15 | 1 | -22/+0 |
| * | Remove qml statemachine plugin from qtdeclarative | Karsten Heimrich | 2020-08-23 | 13 | -1274/+0 |
| * | Fix file name comment in script.mjs snippet | Ulf Hermann | 2020-04-27 | 1 | -1/+1 |
| * | Doc: Fix documentation warnings for Qt QML | Topi Reinio | 2020-02-20 | 1 | -1/+1 |
| * | Modernize scarceresources snippets and adapt docs | Ulf Hermann | 2020-02-11 | 3 | -63/+106 |
| * | Add inline component documentation | Fabian Kosmale | 2020-02-06 | 4 | -0/+267 |
| * | Doc: Fix documentation warnings | Topi Reinio | 2019-11-11 | 2 | -78/+0 |
| * | Re-add documentation for Qt Qml Models | Ulf Hermann | 2019-09-17 | 8 | -846/+0 |
| * | Fix docs to explain the new type syntax for QML methods | Simon Hausmann | 2019-07-10 | 5 | -12/+12 |
| * | Merge remote-tracking branch 'origin/5.13' into dev | Qt Forward Merge Bot | 2019-06-11 | 1 | -2/+2 |
| |\ |
|
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13 | Qt Forward Merge Bot | 2019-06-06 | 1 | -2/+2 |
| | |\ |
|
| | | * | Doc: Remove superfluous double quotes in code snippets | Paul Wicking | 2019-06-04 | 1 | -2/+2 |
| * | | | Add TableModelColumn | Mitch Curtis | 2019-04-08 | 4 | -136/+196 |
| * | | | Merge remote-tracking branch 'origin/5.13' into dev | Qt Forward Merge Bot | 2019-03-08 | 3 | -4/+4 |
| |\| | |
|
| | * | | Doc: Promote use of ECMAScript modules over Qt.include() | Ulf Hermann | 2019-03-04 | 3 | -4/+4 |
| | |/ |
|
| * | | TableModel: support built-in QML model roles | Mitch Curtis | 2019-02-28 | 1 | -0/+1 |
| * | | TableModel.roleDataProvider: replace row, column with index argument | Shawn Rutledge | 2019-02-22 | 1 | -2/+2 |
| * | | TableModel: add roleDataProvider callback | Shawn Rutledge | 2019-02-15 | 1 | -0/+83 |
| * | | Add TableModel | Mitch Curtis | 2019-02-08 | 2 | -0/+239 |
| |/ |
|
| * | Doc: Use input handlers and controls wherever appropriate | Venugopal Shivashankar | 2018-11-01 | 1 | -5/+4 |
| * | Add support for ECMASCript modules in WorkerScript elements | Simon Hausmann | 2018-08-21 | 2 | -1/+1 |
| * | Fix qdoc files to always use FDL | Kai Koehne | 2017-10-18 | 1 | -31/+18 |
| * | Fix outdated BSD license header | Kai Koehne | 2017-10-17 | 93 | -266/+1196 |
| * | Add Qt.callLater() function. | Michael Brasser | 2016-03-08 | 1 | -0/+109 |
| * | Make obj2's text consistent between qtBinding.[23].qml | Edward Welbourne | 2015-10-16 | 1 | -1/+1 |
| * | Doc: resize tables with overflow | Nico Vertriest | 2015-06-25 | 2 | -2/+4 |