aboutsummaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | Update Examples with lowercase qt6_add_resources()Leander Beernaert2019-09-2071-98/+98
| * | | | | | | | Add missing Examples with qml pluginsLeander Beernaert2019-09-196-9/+384
| * | | | | | | | Add qt6_add_qml_module() public APILeander Beernaert2019-09-1910-13/+193
| * | | | | | | | Convert ExamplesLeander Beernaert2019-08-2391-66/+5957
| * | | | | | | | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-07-241-1/+1
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-07-1140-98/+1807
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix declarative buildAlexandru Croitor2019-06-171-3/+3
| * | | | | | | | | | Initial CMake portAlexandru Croitor2019-06-035-0/+89
* | | | | | | | | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-111-0/+1
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | / | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| * | | | | | | | | Add missing QPainterPath include in rendernode exampleUlf Hermann2020-03-101-0/+1
* | | | | | | | | | vulkan examples: fix missing includeFabian Kosmale2020-03-092-0/+2
* | | | | | | | | | fix duplicated properties resulting from bad mergeFabian Kosmale2020-03-091-3/+0
* | | | | | | | | | Adapt to the the new QMetaType changeOlivier Goffart2020-03-091-0/+1
* | | | | | | | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-0956-7/+1153
|\| | | | | | | | |
| * | | | | | | | | Examples: add .pro project for qml-i18n exampleAssam Boudjelthia2020-03-058-7/+101
| * | | | | | | | | Examples: Add *.pro projects for existing *.qmlprojectAssam Boudjelthia2020-03-0446-0/+1050
| * | | | | | | | | Examples: enable HighDPI scaling for AndroidAssam Boudjelthia2020-02-242-0/+2
* | | | | | | | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-211-0/+2
|\| | | | | | | | |
| * | | | | | | | | Doc: Update documentation for "extending" exampleUlf Hermann2020-02-191-0/+2
* | | | | | | | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-194-4/+4
|\| | | | | | | | |
| * | | | | | | | | Doc: Fix extension plugin examples and documentationUlf Hermann2020-02-184-4/+4
* | | | | | | | | | Quick: Don't qualify OpenGL includes (part two)Johan Klokkhammer Helsing2020-02-181-2/+2
* | | | | | | | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-17102-486/+740
|\| | | | | | | | |
| * | | | | | | | | Modernize type registration in new examplesUlf Hermann2020-02-119-12/+12
| * | | | | | | | | Avoid discouraged patterns in examplesUlf Hermann2020-02-1178-421/+634
| * | | | | | | | | Doc: Fix "Extending QML" documentationUlf Hermann2020-02-111-1/+1
| * | | | | | | | | Use the extended QQmlListProperty interface in a few placesUlf Hermann2020-02-0712-11/+39
| * | | | | | | | | Avoid access to properties of parent in imagelements exampleUlf Hermann2020-02-062-8/+28
| * | | | | | | | | Use inline components for sharing exampleUlf Hermann2020-02-061-44/+38
* | | | | | | | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-301-1/+1
|\| | | | | | | | | | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | Fix vertical position of PathTextEskil Abrahamsen Blomfeldt2020-01-291-1/+1
* | | | | | | | | Quick: Don't qualify OpenGL includesUlf Hermann2020-01-276-12/+12
* | | | | | | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-2510-1/+78
|\| | | | | | | |
| * | | | | | | | Introduce PathText path elementEskil Abrahamsen Blomfeldt2020-01-214-1/+78
| * | | | | | | | Upgrade qsb files to version 4Laszlo Agocs2020-01-216-0/+0
* | | | | | | | | Use required properties to fix some more qmllint warningsUlf Hermann2020-01-232-2/+6
* | | | | | | | | Make FontLoader.name read-onlyEskil Abrahamsen Blomfeldt2020-01-212-8/+2
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-152-6/+17
|\| | | | | | |
| * | | | | | | examples: Make qmlextensionplugins example usable without installationUlf Hermann2020-01-142-6/+17
* | | | | | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-1497-487/+769
|\| | | | | | |
| * | | | | | | Generate registrations for all examplesUlf Hermann2020-01-1394-443/+658
| * | | | | | | Binding example: Fix type registrationFabian Kosmale2020-01-131-0/+2
| * | | | | | | Make draganddrop example less confusingUlf Hermann2020-01-103-44/+109
* | | | | | | | Remove D3D12 scenegraph backendLaszlo Agocs2020-01-0616-569/+0
|/ / / / / / /
* | | | | | | Minimal documentation for new examplePaul Olav Tvete2019-12-122-0/+48
* | | | | | | Add vulkantextureimport examplePaul Olav Tvete2019-12-129-1/+1126
* | | | | | | examples/quick/shared/FlickrRssModel.qml: Do proper error handlingMaximilian Goldstein2019-11-291-0/+6
* | | | | | | examples/touchinteraction/multipointtouch: Fix broken score displayMaximilian Goldstein2019-11-292-8/+13
* | | | | | | examples/quick/views/pathview: utilize required propertiesMaximilian Goldstein2019-11-291-3/+7
* | | | | | | examples/quick/localstorage: Fix some linter warningsMaximilian Goldstein2019-11-282-7/+7