| Commit message (Expand) | Author | Age | Files | Lines |
| * | Doc: Overhaul the descriptions of examples about hybrid UI | Alexei Cazacov | 8 days | 7 | -40/+118 |
| * | QML Previewer Example: add QQuickWidget | MohammadHossein Qanbari | 2024-10-31 | 6 | -11/+62 |
| * | Examples: Make qquickwidgetvswindow depend on QtQuick | Ulf Hermann | 2024-10-24 | 1 | -0/+1 |
| * | QML Previewer Example: Prevent unnecessary state changes | MohammadHossein Qanbari | 2024-10-09 | 4 | -8/+12 |
| * | QMLPreviewer Example: Fix compile error on Android | MohammadHossein Qanbari | 2024-09-24 | 1 | -2/+2 |
| * | QMLPreviewer Example: More improvements | Doris Verria | 2024-09-19 | 5 | -14/+22 |
| * | QML Previewer Example: Fix saving the default file's changes | MohammadHossein Qanbari | 2024-09-19 | 1 | -1/+1 |
| * | QMLPreviewer Example: Use window container instead of qquickwidget | Doris Verria | 2024-09-19 | 3 | -17/+19 |
| * | QML Previewer Example: Fix bug when saving new file | MohammadHossein Qanbari | 2024-09-03 | 1 | -1/+1 |
| * | QML Previewer Example: Add Error List and Line Numbers | MohammadHossein Qanbari | 2024-09-02 | 14 | -40/+453 |
| * | Add the QMLPreviewer example | MohammadHossein Qanbari | 2024-08-30 | 17 | -0/+1068 |
| * | examples: Consistently require Qt 6.8 | Fabian Kosmale | 2024-07-03 | 2 | -2/+2 |
| * | CMake: Add deployment API to our examples | Alexandru Croitor | 2024-03-27 | 2 | -18/+24 |
| * | Correct license for examples files | Lucie Gérard | 2024-03-21 | 2 | -2/+2 |
| * | quickwidget example: Avoid potential for crash on close | Eirik Aavitsland | 2024-02-29 | 1 | -2/+5 |
| * | Avoid crashing in the quickwidgets example after closing the subwindow | Shawn Rutledge | 2024-01-05 | 1 | -3/+15 |
| * | Add license headers to shader source | Eskil Abrahamsen Blomfeldt | 2023-10-30 | 1 | -0/+3 |
| * | Doc: Add example categories for qtquick | Jaishree Vyas | 2023-09-26 | 2 | -0/+3 |
| * | Fix QQuickWidget rendering API mapping for D3D12 | Laszlo Agocs | 2023-09-04 | 1 | -0/+2 |
| * | Remove legacy env.var in QQuickWidget comparison example | Laszlo Agocs | 2023-05-31 | 1 | -2/+0 |
| * | Examples: Use versioned CMake targets for Qt modules | Kai Köhne | 2023-05-02 | 2 | -10/+10 |
| * | quickwidget and tableview: Make example cmake files adhere to guidelines | Oliver Eftevaag | 2023-02-21 | 2 | -2/+2 |
| * | CMake: Allow omitting the version of QML modules | Ulf Hermann | 2023-01-27 | 2 | -2/+0 |
| * | Quick examples: Modernize cmake files according to our guidelines | Oliver Eftevaag | 2023-01-16 | 2 | -15/+10 |
| * | Change the license of all CMakeLists.txt and *.cmake files to BSD | Lucie Gérard | 2022-09-07 | 2 | -2/+2 |
| * | Examples: Do not use import version numbers anymore | Kai Köhne | 2022-08-31 | 2 | -4/+4 |
| * | Add license headers to cmake files | Lucie Gérard | 2022-07-08 | 2 | -0/+6 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-06-11 | 12 | -542/+24 |
| * | Make QQuickWidget QRhi-based | Laszlo Agocs | 2022-03-18 | 26 | -367/+155 |
| * | Use QSGRendererInterface::OpenGL in documentation and examples | Kai Köhne | 2022-02-14 | 2 | -2/+2 |
| * | Improve examples CMakeLists.txt | Kai Köhne | 2022-01-24 | 3 | -27/+8 |
| * | Port leftover effects in some of the examples | Laszlo Agocs | 2021-08-24 | 5 | -11/+33 |
| * | Update quick examples to new QML CMake API | Craig Scott | 2021-08-24 | 2 | -39/+15 |
| * | Raise cmake_minimum_required to VERSION 3.16 in examples | Joerg Bornemann | 2021-08-17 | 2 | -2/+2 |
| * | Use "auto" as type when initializing using "new" | Ulf Hermann | 2021-07-01 | 1 | -4/+4 |
| * | Add missing "override" keywords | Ulf Hermann | 2021-06-30 | 1 | -1/+1 |
| * | Use nullptr rather than 0 for null pointers | Ulf Hermann | 2021-06-30 | 1 | -1/+1 |
| * | Switch examples to build as isolated sub-builds | Craig Scott | 2021-05-27 | 1 | -2/+2 |
| * | CMake: Regenerate examples to set the WIN32_EXECUTABLE property | Alexandru Croitor | 2020-10-26 | 2 | -0/+8 |
| * | CMake: Regenerate examples to use qt_add_executable | Alexandru Croitor | 2020-10-20 | 2 | -2/+2 |
| * | Use QList instead of QVector | Jarek Kobus | 2020-06-25 | 1 | -2/+2 |
| * | Rename setSceneGraphBackend to setGraphicsApi | Laszlo Agocs | 2020-06-22 | 2 | -2/+2 |
| * | CMake: Don't install .qmltypes for Qt tests, examples and tools | Alexandru Croitor | 2020-05-29 | 2 | -2/+0 |
| * | CMake: Regenerate qtdeclarative/examples | Alexandru Croitor | 2020-05-29 | 2 | -2/+10 |
| * | Enable QQuickWidget with OpenGL over RHI | Laszlo Agocs | 2020-05-27 | 3 | -1/+7 |
| * | Merge remote-tracking branch 'origin/dev' into wip/cmake | Alexandru Croitor | 2020-01-29 | 1 | -3/+3 |
| |\ |
|
| | * | Quick: Don't qualify OpenGL includes | Ulf Hermann | 2020-01-27 | 1 | -3/+3 |
| * | | Regenerate examples | Alexandru Croitor | 2020-01-29 | 2 | -0/+16 |
| * | | Merge remote-tracking branch 'origin/dev' into wip/cmake | Leander Beernaert | 2020-01-16 | 4 | -4/+8 |
| |\| |
|
| | * | Generate registrations for all examples | Ulf Hermann | 2020-01-13 | 4 | -4/+8 |