summaryrefslogtreecommitdiffstats
path: root/examples/widgets/painting
Commit message (Expand)AuthorAgeFilesLines
* Examples: Fix CMake Unity (Jumbo) buildsFriedemann Kleint2023-02-021-0/+2
* Painting examples: Don't mix const_iterator and non-const iteratorsJan Arve Sæther2023-01-171-1/+1
* CMake: Clean up usage of the examples/widgets/painting/shared libJoerg Bornemann2022-12-055-95/+0
* CMake: Fix examples/widgets/painting/shared libraryJoerg Bornemann2022-12-051-3/+3
* Avoid continuous texture alloc in Composition Modes exampleLaszlo Agocs2022-12-024-8/+22
* Remove Android High-DPI workarounds in examplesTor Arne Vestbø2022-12-023-9/+1
* Examples: Use PRIVATE CMake linkageKai Köhne2022-11-3012-31/+31
* Examples: Remove duplicated Qt6::PrintSupport link informationKai Köhne2022-11-301-3/+1
* Examples: Use qt_standard_project_setup()Kai Köhne2022-11-1711-23/+22
* Examples: Use Qt6:: to qualify Qt CMake packagesKai Köhne2022-11-1712-43/+43
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-114-9/+9
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-2314-14/+14
* Add license headers to cmake filesLucie Gérard2022-08-0314-0/+42
* Use SPDX license identifiersLucie Gérard2022-05-1649-2401/+98
* Examples: Do not depend on transitive includesFabian Kosmale2022-03-171-0/+5
* Examples: Remove unneeded CMake optionsKai Köhne2022-01-2411-43/+0
* Examples: Fix whitespace issues in CMakeLists.txtKai Köhne2021-12-1312-18/+39
* Examples: Remove remaining conversion markers in CMakeLists.txtKai Köhne2021-12-1313-64/+6
* CMake: Prefer unversioned commandsKai Köhne2021-12-137-12/+12
* Examples: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiomKai Köhne2021-12-1011-34/+14
* Remove .prev_CMakeLists.txtKai Köhne2021-12-066-601/+0
* Polish the painting/affine exampleFriedemann Kleint2021-10-167-299/+256
* Raise cmake_minimum_required to VERSION 3.16 in examplesJoerg Bornemann2021-08-1711-11/+11
* QObject: optimize the common case of findChildren(QString())Marc Mutz2021-07-131-1/+1
* Qt::PrintSupport is an optional component in the fontsampler exampleVolker Hilsheimer2021-06-151-0/+1
* Build examples in isolated sub-builds using ExternalProjectCraig Scott2021-05-261-12/+12
* Fix BASE argument of qt_add_resourcesJoerg Bornemann2021-05-1810-1400/+350
* Fix build of standalone painting examplesJoerg Bornemann2021-05-177-13/+18
* Avoid divide-by-zero in the gradients exampleShawn Rutledge2021-04-191-0/+2
* Port examples away from deprecated QTouchEvent APIsVolker Hilsheimer2021-04-172-24/+24
* Get rid of all instance usage of QFontDatabaseVolker Hilsheimer2020-11-031-5/+4
* CMake: Fix painting examples to build as standalone projectsAlexandru Croitor2020-10-277-51/+332
* CMake: Regenerate examples to set the WIN32_EXECUTABLE propertyAlexandru Croitor2020-10-2715-0/+60
* CMake: Regenerate examples to use qt_add_executableAlexandru Croitor2020-10-1915-19/+39
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-1/+1
* Remove deprecated QPrinter and QPagedPaintDevice APIsVolker Hilsheimer2020-09-041-4/+4
* High-DPI: Remove usage of Qt::AA_EnableHighDpiScalingTor Arne Vestbø2020-08-282-6/+0
* Move QStringRef and remains to Qt5CompatKarsten Heimrich2020-08-201-1/+1
* Long Live QMap as a refcounted std::map!Giuseppe D'Angelo2020-08-061-1/+1
* CMake: Regenerate examplesAlexandru Croitor2020-07-0915-15/+75
* Use QList instead of QVector in examplesJarek Kobus2020-06-235-7/+7
* Fix OpenGL mode in examples like compositionLaszlo Agocs2020-06-091-3/+5
* Phase 2 of removing QDesktopWidgetVolker Hilsheimer2020-06-081-1/+0
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-083-20/+20
* Doc: Use nullptr instead of 0 in examplePaul Wicking2020-05-111-1/+1
* CMake: Regenerate examples/widgets/ projectsSona Kurazyan2020-04-292-1/+14
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-111-0/+1
|\
| * Add default arguments to QPainterPath methods using transformJarek Kobus2020-03-061-0/+1
* | Merge remote-tracking branch 'origin/5.15' into devLars Knoll2020-03-047-13/+48
|\|
| * Examples: add scrollbar to allow viewing all options on AndroidAssam Boudjelthia2020-03-032-12/+33