| Commit message (Expand) | Author | Age | Files | Lines |
| * | Flickable: add positionViewAtChild, flickToChild, flickTo(position) | Xavier BESSON | 5 days | 2 | -0/+64 |
| * | Doc: Fix qml lint binding warnings | Andreas Eliasson | 2025-10-29 | 1 | -5/+5 |
| * | IntValidator docs: Provide guidance on intermediate results | Fabian Kosmale | 2025-10-10 | 1 | -2/+1 |
| * | Replace nokia.com logo URLs with something that works for now | Shawn Rutledge | 2025-09-26 | 2 | -2/+2 |
| * | Doc: Create a Getting Started section for the Qt Quick module | Alexei Cazacov | 2025-08-01 | 29 | -0/+1026 |
| * | Support Flexbox layout in Qt Quick | Santhosh Kumar | 2025-05-28 | 1 | -0/+47 |
| * | doc: Make transform snippets runnable | Shawn Rutledge | 2025-04-02 | 2 | -5/+18 |
| * | Doc: Modernize some model/view/delegate snippets | Ulf Hermann | 2025-03-13 | 3 | -13/+38 |
| * | PathRectangle: add bevel properties | Mitch Curtis | 2025-03-04 | 2 | -0/+70 |
| * | Doc: Add example to QML IntValidator and DoubleValidator | Dheerendra Purohit | 2025-02-24 | 2 | -0/+34 |
| * | Make SafeArea.additionalMargins actually add to the margins, not union | Tor Arne Vestbø | 2025-01-18 | 1 | -1/+2 |
| * | TreeViewDelegate: hasChildren should be bool, not int | Richard Moe Gustavsen | 2025-01-09 | 1 | -1/+1 |
| * | Doc: Add WheelHandler code snippets; override properties and signals | Shawn Rutledge | 2024-12-04 | 2 | -0/+35 |
| * | Doc: add "Hiding Delegates" section to ListView's docs | Mitch Curtis | 2024-11-28 | 1 | -0/+27 |
| * | Doc: add "Avoid Storing State in Delegates" section to ListView's docs | Mitch Curtis | 2024-11-28 | 2 | -0/+46 |
| * | Add SafeArea attached property | Tor Arne Vestbø | 2024-11-28 | 3 | -0/+106 |
| * | Modify the Listview snippet to fix Unqualified access warnings | Mate Barany | 2024-11-18 | 1 | -2/+7 |
| * | Modify snippet so the screenshot looks accurate | Mate Barany | 2024-11-08 | 1 | -1/+1 |
| * | Doc: Remove QML versioning from TableView code snippets | Kai Köhne | 2024-08-21 | 2 | -2/+1 |
| * | Doc: Update Rectangle gradient code example; improve runnability | Andreas Eliasson | 2024-07-04 | 1 | -13/+21 |
| * | Doc: Override DragHandler.accepted* and margin | Shawn Rutledge | 2024-06-20 | 2 | -0/+148 |
| * | Docs: Clarify the snippet about Editing Cells in a TableView | Alexei Cazacov | 2024-06-17 | 1 | -1/+1 |
| * | Doc: Add snippet for DragHandler.acceptedButtons | Shawn Rutledge | 2024-06-13 | 1 | -0/+81 |
| * | Doc: fix snippet markers in pinchHandler snippet | Volker Hilsheimer | 2024-06-11 | 1 | -2/+3 |
| * | Improve QQuickRhiItem introduction docs | Laszlo Agocs | 2024-06-11 | 2 | -0/+25 |
| * | Improve font documentation | Mitch Curtis | 2024-05-23 | 1 | -0/+22 |
| * | Doc: explain that Window doesn't apply palette.window automatically | Mitch Curtis | 2024-05-20 | 1 | -0/+2 |
| * | Correct doc snippet license | Lucie Gérard | 2024-03-22 | 15 | -15/+15 |
| * | Add TextDocument.errorString property | Shawn Rutledge | 2024-02-27 | 1 | -5/+2 |
| * | Add imageSourceSize property to QQuickDrag | Wang Zichong | 2024-02-24 | 2 | -0/+54 |
| * | Accept mouse or touchpad in snippets with acceptedDevices | Shawn Rutledge | 2024-02-21 | 1 | -1/+1 |
| * | Replace TextEdit.textDocument.error signal with status property | Shawn Rutledge | 2024-01-23 | 3 | -0/+180 |
| * | Remove qml locale and dynamicscene examples | Lucie Gérard | 2023-11-28 | 1 | -0/+13 |
| * | TreeView: document how to implement expanding indicators | Richard Moe Gustavsen | 2023-11-27 | 1 | -18/+51 |
| * | doc: Set Drag.imageSource before Drag.active to avoid race condition | Shawn Rutledge | 2023-11-21 | 1 | -2/+4 |
| * | QtQml: Document QML_ADDED_IN_VERSION and QML_REMOVED_IN_VERSION | Ulf Hermann | 2023-10-16 | 1 | -1/+1 |
| * | doc: Move qmllint and qmlls docs out of qtquick folder | Semih Yavuz | 2023-10-12 | 1 | -19/+0 |
| * | Doc: Fix unqualified access in PathView example | Sze Howe Koh | 2023-09-13 | 1 | -2/+7 |
| * | Add QQuickRhiItem | Laszlo Agocs | 2023-08-14 | 1 | -0/+147 |
| * | internal doc: Start "QQ Pointer event delivery" with single-drag case | Shawn Rutledge | 2023-07-12 | 1 | -0/+54 |
| * | Doc: Don't use versioned Qt imports in QML snippets | Kai Köhne | 2023-06-30 | 162 | -171/+171 |
| * | Add page for responsive layouts to documentation | Matthias Rauter | 2023-06-16 | 2 | -0/+77 |
| * | Introduction of LayoutItemProxy | Jan Arve Sæther | 2023-06-02 | 1 | -0/+62 |
| * | doc: Add Window.visibility property snippet; link to Window example | Shawn Rutledge | 2023-05-20 | 1 | -0/+29 |
| * | doc: Use part of window example for Window.flags property snippet | Shawn Rutledge | 2023-05-16 | 2 | -0/+57 |
| * | doc: Make Window snippets testable; remove import versions | Shawn Rutledge | 2023-05-17 | 2 | -0/+33 |
| * | doc: Clarify usage of palette; testable snippets | Shawn Rutledge | 2023-05-17 | 1 | -0/+38 |
| * | Doc: make grabToImage example snippet more useful | Volker Hilsheimer | 2023-05-09 | 1 | -2/+3 |
| * | Use correct names for QEventPoint::State, PointerDevice::GrabTransition | Shawn Rutledge | 2023-04-14 | 1 | -0/+46 |
| * | doc: Improve BorderImage; make snippets scaleable, detailed; screenshots | Shawn Rutledge | 2023-03-28 | 6 | -35/+406 |