aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick
Commit message (Expand)AuthorAgeFilesLines
...
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-09-0773-73/+73
* Examples: Do not use import version numbers anymoreKai Köhne2022-08-31146-205/+205
* Examples: Actually fix the shadereffects exampleUlf Hermann2022-08-242-8/+8
* Fix shadereffects example resourcesLaszlo Agocs2022-08-171-7/+7
* Fix the pointerhandlers exampleShawn Rutledge2022-07-111-0/+1
* Add license headers to cmake filesLucie Gérard2022-07-0873-0/+219
* Adapt examples to AUTO_RESOURCE_PREFIXUlf Hermann2022-06-2494-52/+95
* Use SPDX license identifiersLucie Gérard2022-06-11467-21687/+934
* Examples: Add missing header files to the CMakeLists.txtUlf Hermann2022-06-074-6/+6
* Add missing "flipable" example to the build treeUlf Hermann2022-06-071-0/+1
* Sidebar example: nest content in MouseArea to restore hover propagationShawn Rutledge2022-03-281-5/+5
* Replace paintedWidth/Height with contentWidth/HeightTasuku Suzuki2022-03-271-2/+2
* Add improvements to object listmodel exampleJani Korteniemi2022-03-222-10/+29
* Make QQuickWidget QRhi-basedLaszlo Agocs2022-03-1826-367/+155
* Use QSGRendererInterface::OpenGL in documentation and examplesKai Köhne2022-02-1412-12/+12
* Improve examples CMakeLists.txtKai Köhne2022-01-2471-575/+234
* Drag and Drop example: remove ParentChangeShawn Rutledge2022-01-041-2/+0
* Switch examples to build as isolated sub-buildsAlexandru Croitor2021-12-163-9/+9
* Fix pointer handlers example build: include piemenu, qmake supportShawn Rutledge2021-12-123-3/+15
* Instantiator: don't interfere with delegates that assign parentsShawn Rutledge2021-12-101-7/+4
* Pointer Handlers example: show mouse wheel feedbackShawn Rutledge2021-12-104-3/+27
* Add HoverHandler.blocking propertyShawn Rutledge2021-12-091-5/+21
* Fix toplevel Qt build (for real this time)Fabian Kosmale2021-12-061-5/+5
* Fix toplevel Qt buildFabian Kosmale2021-12-061-0/+5
* Add TapHandler.gesturePolicy: DragWithinBounds enum value; examplesShawn Rutledge2021-12-024-7/+259
* Scenegraph examples: Use suffix-less RHI constantsFriedemann Kleint2021-11-233-3/+3
* Rendercontrol example: use new cmake apiOliver Eftevaag2021-11-154-58/+28
* Model examples: use new cmake apiOliver Eftevaag2021-11-1213-79/+43
* painteditem: better error message when running cmake on textballoonOliver Eftevaag2021-11-111-0/+4
* Embeddedinwidgets example: use qt_add_qml_module()Oliver Eftevaag2021-11-111-33/+11
* Keyinteraction example: use qt_add_qml_module() in CMakeLists.txtOliver Eftevaag2021-11-1111-60/+44
* MouseArea example: use qt_add_qml_module() and update a signal handlerOliver Eftevaag2021-11-113-30/+15
* Particle examples: use new cmake apiOliver Eftevaag2021-11-1199-1206/+416
* Update examples to use new PropertyChangesUlf Hermann2021-11-0326-121/+228
* rendercontrol_d3d11: Explicitly include qt_windows.hAndrei Golubev2021-10-291-0/+1
* Avoid unnecessary color format conversionJiDe Zhang2021-10-292-8/+4
* Fix indentation in positioners exampleIvan Tkachenko2021-10-281-14/+14
* Remove import versions from qml files in the pointerhandlers exampleShawn Rutledge2021-10-2715-17/+17
* Fix pointerhandlers/fakeFlickable exampleShawn Rutledge2021-10-261-4/+4
* Pointerhandlers example: fix CMakeLists.txt linking errorOliver Eftevaag2021-10-261-5/+6
* Replace 0 pointer constants with nullptrAllan Sandfeld Jensen2021-10-183-3/+3
* Fix typo: alignment has an n in itEdward Welbourne2021-10-131-2/+2
* DragAndDrop example: Update CMakeLists.txtOliver Eftevaag2021-10-064-61/+31
* Flickable manual test: add sliders to adjust flick-speed metricsShawn Rutledge2021-10-041-6/+10
* CMake: Fix wrongly copy-pasted dependency in exampleAlexandru Croitor2021-10-011-1/+1
* doc: Replace qmlscene with qmlShawn Rutledge2021-09-291-2/+3
* CMake: Fix textballoon example when using a shared Qt on macOSAlexandru Croitor2021-09-291-0/+8
* CMake: Refactor bundle_shared into a more reusable functionAlexandru Croitor2021-09-292-25/+37
* CMake: Fix textballoon example when using a static QtAlexandru Croitor2021-09-292-2/+1
* CMake: Fix examples that use 'shared' project when using a static QtAlexandru Croitor2021-09-299-10/+8