aboutsummaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Switch examples to build as isolated sub-buildsAlexandru Croitor2021-12-176-24/+24
* Add .qmlproject file for examples containing .ui.qml filesThomas Hartmann2021-11-301-0/+45
* Fix toplevel Qt build (for real this time)Fabian Kosmale2021-11-241-5/+5
* Scenegraph examples: Use suffix-less RHI constantsFriedemann Kleint2021-11-243-3/+3
* Fix toplevel Qt buildFabian Kosmale2021-11-221-0/+5
* Rendercontrol example: use new cmake apiOliver Eftevaag2021-11-164-58/+28
* Model examples: use new cmake apiOliver Eftevaag2021-11-1213-79/+43
* Keyinteraction example: use qt_add_qml_module() in CMakeLists.txtOliver Eftevaag2021-11-1211-76/+86
* MouseArea example: use qt_add_qml_module() and update a signal handlerOliver Eftevaag2021-11-123-30/+15
* Particle examples: use new cmake apiOliver Eftevaag2021-11-1299-1196/+427
* Embeddedinwidgets example: use qt_add_qml_module()Oliver Eftevaag2021-11-111-33/+11
* painteditem: better error message when running cmake on textballoonOliver Eftevaag2021-11-111-0/+4
* Fix CMakeLists.txts of chattutorialMitch Curtis2021-11-11110-528/+521
* Polish the QML reference examplesFriedemann Kleint2021-11-0453-474/+285
* 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
* Pointerhandlers example: fix CMakeLists.txt linking errorOliver Eftevaag2021-10-261-5/+6
* Remove deprecated usage of QQmlFileSelector::get in texteditor exampleLuca Di Sera2021-10-221-2/+1
* chattutorial: fix build without SQLMitch Curtis2021-10-151-2/+5
* DragAndDrop example: Update CMakeLists.txtOliver Eftevaag2021-10-064-61/+31
* CMake: Fix wrongly copy-pasted dependency in exampleAlexandru Croitor2021-10-011-1/+1
* CMake: Fix textballoon example when using a shared Qt on macOSAlexandru Croitor2021-09-301-0/+8
* CMake: Refactor bundle_shared into a more reusable functionAlexandru Croitor2021-09-302-25/+37
* CMake: Fix textballoon example when using a static QtAlexandru Croitor2021-09-302-2/+1
* CMake: Fix examples that use 'shared' project when using a static QtAlexandru Croitor2021-09-309-10/+8
* CMake: Ensure proper dependencies in bundle_sharedAlexandru Croitor2021-09-301-0/+4
* Fix delegatechooser example to use QML modulesUlf Hermann2021-09-304-57/+22
* doc: Replace qmlscene with qmlShawn Rutledge2021-09-302-4/+5
* TextEditor: Clean up example and use quick dialogsOliver Eftevaag2021-09-296-222/+157
* Fix ImageElements example to use a QML moduleOliver Eftevaag2021-09-2927-116/+81
* Move most of the pointer manual tests to a new pointerhandlers exampleShawn Rutledge2021-09-2946-0/+3263
* Use strict === equality for ScrollBar::orientationIvan Tkachenko2021-09-271-7/+7
* Shapes interactive example: use Controls canonically; architectureShawn Rutledge2021-09-271-259/+163
* Shapes example: give each qml file's root item a default sizeShawn Rutledge2021-09-2317-2/+32
* Gallery example: remove binding loop from TextArea pageOliver Eftevaag2021-09-131-1/+1
* Fix warnings/errors from changes to paths in chapter6-plugins exampleCraig Scott2021-09-101-2/+1
* Fix ExternalDragAndDrop example to use qt_add_qml_module()Oliver Eftevaag2021-09-091-18/+13
* Examples: Fix top level buildFabian Kosmale2021-09-071-0/+1
* Clean up the painteditem exampleUlf Hermann2021-09-0714-85/+152
* Fix top level builds failing with AUTOMOC-related missing moc exeCraig Scott2021-09-071-1/+7
* Fix layouts example to use a QML moduleOliver Eftevaag2021-09-062-28/+17
* Fix positioners example to use a QML moduleOliver Eftevaag2021-09-064-61/+28
* Fix righttoleft example to use a QML moduleOliver Eftevaag2021-09-065-62/+29
* Fix the canvas example to use a QML moduleUlf Hermann2021-09-042-55/+27
* Fix animation example to use a QML moduleUlf Hermann2021-09-043-61/+35
* Update text example to use QML modulesUlf Hermann2021-09-043-63/+35
* Fix threading example to use QML modulesUlf Hermann2021-09-043-47/+20
* Fix dynamicscene example to use a QML moduleUlf Hermann2021-09-0417-66/+47
* Install the "shared" example module into macOS bundlesUlf Hermann2021-09-037-0/+40
* Clean up flipable exampleOliver Eftevaag2021-09-038-14/+62