summaryrefslogtreecommitdiffstats
path: root/examples/widgets/painting/pathstroke
Commit message (Expand)AuthorAgeFilesLines
* Use SPDX license identifiersLucie Gérard2022-05-163-147/+6
* Examples: Remove unneeded CMake optionsKai Köhne2022-01-241-4/+0
* Examples: Fix whitespace issues in CMakeLists.txtKai Köhne2021-12-131-2/+4
* Examples: Remove remaining conversion markers in CMakeLists.txtKai Köhne2021-12-131-9/+1
* CMake: Prefer unversioned commandsKai Köhne2021-12-131-2/+2
* Examples: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiomKai Köhne2021-12-101-3/+1
* Remove .prev_CMakeLists.txtKai Köhne2021-12-061-117/+0
* Raise cmake_minimum_required to VERSION 3.16 in examplesJoerg Bornemann2021-08-171-1/+1
* Fix BASE argument of qt_add_resourcesJoerg Bornemann2021-05-182-280/+70
* Fix build of standalone painting examplesJoerg Bornemann2021-05-171-1/+1
* Port examples away from deprecated QTouchEvent APIsVolker Hilsheimer2021-04-171-12/+12
* CMake: Fix painting examples to build as standalone projectsAlexandru Croitor2020-10-272-11/+246
* CMake: Regenerate examples to set the WIN32_EXECUTABLE propertyAlexandru Croitor2020-10-271-0/+4
* CMake: Regenerate examples to use qt_add_executableAlexandru Croitor2020-10-191-1/+1
* CMake: Regenerate examplesAlexandru Croitor2020-07-091-1/+5
* Use QList instead of QVector in examplesJarek Kobus2020-06-232-3/+3
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-081-8/+8
* Merge remote-tracking branch 'origin/5.15' into devLars Knoll2020-03-041-0/+3
|\
| * Examples: enable HighDPI scaling for examples on AndroidAssam Boudjelthia2020-03-031-0/+3
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-01-291-2/+2
|\|
| * Deprecate all methods that use QMatrixJarek Kobus2020-01-281-2/+2
* | Post Merge FixesLeander Beernaert2020-01-241-3/+182
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-10-142-36/+53
|\|
| * Cleanup QtWidgets examplesChristian Ehrlicher2019-10-112-36/+53
* | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-06-141-1/+1
|\|
* | Fix compiling of examples on AndroidSimon Hausmann2019-06-121-1/+2
* | Fix linking of examplesSimon Hausmann2019-06-121-1/+1
* | Allow to build examples as standalone projectKevin Funk2019-06-051-16/+29
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-06-031-1/+2
|\|
| * Deprecate conversion functions between QList and QSetLars Knoll2019-05-071-1/+2
* | Merge commit 'dev' into 'wip/cmake-merge'Tobias Hunger2019-04-163-54/+46
|\|
| * QtBase: compile examples with QT_DISABLE_DEPRECATED_BEFORE=0x050d00Christian Ehrlicher2019-02-131-7/+7
| * Cleanup Widgets examples - foreachChristian Ehrlicher2019-01-232-5/+5
| * Cleanup Widgets examples - new signal/slot syntaxChristian Ehrlicher2019-01-061-28/+28
| * Move arthurwidget based examples to new QOpenGL classesAllan Sandfeld Jensen2018-10-172-14/+6
* | CMake: Add widgets examplesTobias Hunger2019-03-261-0/+21
|/
* Add Qt::SvgMiterJoin option to pathstroke exampleKai Pastor2018-03-212-0/+5
* pathstroke example: Add Q_FALLTHROUGH to unmarked fallthrough seen by GCC 7Friedemann Kleint2017-07-091-0/+1
* Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-07-191-1/+1
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-151-1/+1
| |\
| | * PathStrokeRenderer::initializePoints(): use float divisionEdward Welbourne2016-07-151-1/+1
* | | Examples: Replace 'Q_DECL_OVERRIDE' by 'override'hjk2016-06-151-8/+8
|/ /
* / Updated license headersJani Heikkinen2016-01-213-48/+99
|/
* Update copyright headersJani Heikkinen2015-02-113-21/+21
* Update license headers and add new license filesMatti Paaso2014-09-243-57/+33
* Examples: Add Q_DECL_OVERRIDE to overridden functionsOlivier Goffart2014-07-151-8/+8
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-161-2/+2
* Update copyright year in Digia's license headersSergio Ahumada2013-01-183-3/+3
* add and use qtHaveModule() functionOswald Buddenhagen2012-12-211-1/+1
* centralize and fixup example sources install targetsOswald Buddenhagen2012-11-291-3/+1