aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml
Commit message (Expand)AuthorAgeFilesLines
* CMake: Regenerate examples to set the WIN32_EXECUTABLE propertyAlexandru Croitor2020-10-2623-0/+104
* CMake: Regenerate examples to use qt_add_executableAlexandru Croitor2020-10-2021-21/+21
* Fix lineedit exampleUlf Hermann2020-10-051-1/+1
* Remove use of deprecated High-DPI application attributesTor Arne Vestbø2020-09-021-1/+0
* Example: Pass QDate, QTime by value, not by const referenceEdward Welbourne2020-09-018-11/+11
* Doc: Fix minor typosSze Howe Koh2020-08-301-1/+1
* Use QList instead of QVectorJarek Kobus2020-06-251-2/+2
* Examples: Fix double installation of .qml filesKai Koehne2020-06-025-25/+5
* CMake: Don't install .qmltypes for Qt tests, examples and toolsAlexandru Croitor2020-05-2918-18/+0
* CMake: Regenerate qtdeclarative/examplesAlexandru Croitor2020-05-2923-23/+116
* Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-03-1232-25/+229
|\
| * Adapt to the the new QMetaType changeOlivier Goffart2020-03-091-0/+1
| * Examples: add .pro project for qml-i18n exampleAssam Boudjelthia2020-03-058-7/+101
| * Examples: Add *.pro projects for existing *.qmlprojectAssam Boudjelthia2020-03-043-0/+79
| * Doc: Update documentation for "extending" exampleUlf Hermann2020-02-191-0/+2
| * Doc: Fix extension plugin examples and documentationUlf Hermann2020-02-183-3/+3
| * Avoid discouraged patterns in examplesUlf Hermann2020-02-113-3/+3
| * Doc: Fix "Extending QML" documentationUlf Hermann2020-02-111-1/+1
| * Use the extended QQmlListProperty interface in a few placesUlf Hermann2020-02-0712-11/+39
* | Regenerate examplesAlexandru Croitor2020-01-2918-0/+145
* | Post merge fixesLeander Beernaert2020-01-241-1/+1
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2020-01-1649-195/+301
|\|
| * examples: Make qmlextensionplugins example usable without installationUlf Hermann2020-01-142-6/+17
| * Generate registrations for all examplesUlf Hermann2020-01-1348-192/+285
| * Binding example: Fix type registrationFabian Kosmale2020-01-131-0/+2
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2019-11-251-1/+1
|\|
| * Fix xmlhttprequest exampleUlf Hermann2019-11-141-1/+1
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-10-1442-100/+127
|\|
| * Specify parameters of type registration in class declarationsUlf Hermann2019-09-2641-68/+93
| * Reference Examples: Fix calls to exec() and exit codesUlf Hermann2019-08-3011-32/+34
| * Use qmlRegisterAnonymousType in examples and testsUlf Hermann2019-08-277-16/+16
* | Regenerate ExamplesLeander Beernaert2019-10-1423-43/+43
* | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-10-1143-65/+65
|\|
| * Reference Examples: Avoid static_cast on function argumentsUlf Hermann2019-08-201-1/+1
| * Reference Examples: Use override for overridden virtual functionsUlf Hermann2019-08-202-2/+2
| * Reference Examples: Use nullptrUlf Hermann2019-08-2021-39/+39
| * Reference Examples: Use auto for results of new and component.create()Ulf Hermann2019-08-2014-14/+14
| * Reference Examples: Use initializer lists to avoid repeating type naemsUlf Hermann2019-08-208-9/+9
* | Update Examples with lowercase qt6_add_resources()Leander Beernaert2019-09-2020-21/+21
* | Add missing Examples with qml pluginsLeander Beernaert2019-09-192-4/+39
* | Add qt6_add_qml_module() public APILeander Beernaert2019-09-194-4/+130
* | Convert ExamplesLeander Beernaert2019-08-2325-59/+966
* | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-07-111-28/+20
|\|
| * Port from QLineEdit::getTextMargins() to textMargins()Marc Mutz2019-07-031-28/+20
* | Initial CMake portAlexandru Croitor2019-06-034-0/+78
|/
* i18n examples: Add en translation dummiesKai Koehne2018-07-171-0/+4
* i18n examples: Update .ts filesKai Koehne2018-07-173-6/+6
* Doc: Add missing dots (qtdeclarative)Paul Wicking2018-06-194-14/+14
* Clarify ownership around QQmlEngine::setNAMFMårten Nordheim2018-04-261-1/+2
* Examples: remove bogus returnv5.11.0-beta3J-P Nurmi2018-04-031-1/+1