summaryrefslogtreecommitdiffstats
path: root/examples/embedded
Commit message (Expand)AuthorAgeFilesLines
* Remove undocumented embedded examplesLucie Gérard2023-11-1745-3668/+0
* Examples: Remove unnecessary Q_INIT_RESOURCE callsKai Köhne2023-06-082-3/+0
* examples: port embedded examples to new connection styleSamuel Gaist2022-12-213-13/+14
* Examples: Use PRIVATE CMake linkageKai Köhne2022-11-306-6/+6
* Examples: Use qt_standard_project_setup()Kai Köhne2022-11-176-14/+12
* Examples: Use Qt6:: to qualify Qt CMake packagesKai Köhne2022-11-177-21/+21
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-237-7/+7
* Add license headers to cmake filesLucie Gérard2022-08-037-0/+21
* Use SPDX license identifiersLucie Gérard2022-05-1616-785/+33
* Do not assume implicit string-ish → QColor conversionMarc Mutz2022-03-111-2/+2
* Examples: Remove unneeded CMake optionsKai Köhne2022-01-246-22/+0
* Examples: Fix whitespace issues in CMakeLists.txtKai Köhne2021-12-136-9/+18
* Examples: Remove remaining conversion markers in CMakeLists.txtKai Köhne2021-12-137-14/+0
* CMake: Prefer unversioned commandsKai Köhne2021-12-133-3/+3
* Examples: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiomKai Köhne2021-12-106-20/+6
* Remove .prev_CMakeLists.txtKai Köhne2021-12-062-99/+0
* Raise cmake_minimum_required to VERSION 3.16 in examplesJoerg Bornemann2021-08-176-6/+6
* Build examples in isolated sub-builds using ExternalProjectCraig Scott2021-05-261-6/+6
* Remove unnecessary int() casting in QRandomGenerator::boundedThiago Macieira2021-03-171-1/+1
* Use event cloning rather than copyingVolker Hilsheimer2020-11-251-1/+1
* CMake: Regenerate examples to set the WIN32_EXECUTABLE propertyAlexandru Croitor2020-10-276-0/+24
* CMake: Regenerate examples to use qt_add_executableAlexandru Croitor2020-10-196-6/+6
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-077-8/+8
* Add qHash implementation for QPointMitch Curtis2020-09-151-13/+0
* Port the QXmlStream API from QStringRef to QStringViewKarsten Heimrich2020-08-191-13/+13
* Deprecate QTimeLine's curveShape in favor of its easingCurveEdward Welbourne2020-07-161-1/+1
* CMake: Regenerate examplesAlexandru Croitor2020-07-097-6/+33
* Use qsizetype in QListLars Knoll2020-07-061-1/+1
* CMake: Fix lightmaps example to build in a namespaced QtAlexandru Croitor2020-06-122-1/+12
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-084-17/+17
* Example compile fix with namespaced Qthjk2020-06-081-3/+1
* Change qHash() to work with size_t instead of uintLars Knoll2020-04-091-1/+1
* Merge remote-tracking branch 'origin/5.15' into devLars Knoll2020-02-282-2/+2
|\
| * Revert "QNetworkReply: deprecate the 'error' getter"Alexander Akulich2020-02-282-2/+2
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-262-46/+0
|\|
| * Remove usage of bearer management from lightmaps exampleMårten Nordheim2020-02-192-46/+0
* | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-02-131-2/+2
|\|
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-041-2/+2
| |\
| | * Change examples and snippets to pass QDate and QTime by valueEdward Welbourne2020-01-301-2/+2
* | | Regenerate examplesAlexandru Croitor2020-02-048-9/+181
* | | Merge remote-tracking branch 'origin/dev' into merge-devLeander Beernaert2020-01-242-2/+2
|\| |
| * | QNetworkReply: deprecate the 'error' getterTimur Pocheptsov2020-01-132-2/+2
* | | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-10-142-9/+9
|\| |
| * | Port two examples from QTime to QElapsedTimerAlbert Astals Cid2019-09-272-9/+9
| |/
* | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-06-146-8/+8
|\|
* | Fix compiling of examples on AndroidSimon Hausmann2019-06-126-6/+12
* | Fix linking of examplesSimon Hausmann2019-06-126-6/+6
* | Allow to build examples as standalone projectKevin Funk2019-06-056-105/+135
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-06-031-4/+0
|\|
| * Remove usages of Q_OS_WINCEJoerg Bornemann2019-05-231-4/+0