summaryrefslogtreecommitdiffstats
path: root/examples/widgets/painting/shared
Commit message (Expand)AuthorAgeFilesLines
* Correct license for examples filesLucie Gérard2024-03-072-2/+2
* Remove extra semi-colonsTasuku Suzuki2024-02-061-1/+1
* Examples: fix touch handling in painting examplesVolker Hilsheimer2023-12-151-3/+6
* Examples: remove OpenGL code paths from painting examplesVolker Hilsheimer2023-10-278-250/+2
* Examples: Fix CMake Unity (Jumbo) buildsFriedemann Kleint2023-02-011-0/+2
* Painting examples: Don't mix const_iterator and non-const iteratorsJan Arve Sæther2023-01-171-1/+1
* CMake: Fix examples/widgets/painting/shared libraryJoerg Bornemann2022-12-051-3/+3
* Avoid continuous texture alloc in Composition Modes exampleLaszlo Agocs2022-12-022-4/+15
* Examples: Use PRIVATE CMake linkageKai Köhne2022-11-301-3/+3
* Examples: Use Qt6:: to qualify Qt CMake packagesKai Köhne2022-11-171-3/+3
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-1/+1
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-232-2/+2
* Add license headers to cmake filesLucie Gérard2022-08-032-0/+6
* Use SPDX license identifiersLucie Gérard2022-05-168-392/+16
* Examples: Fix whitespace issues in CMakeLists.txtKai Köhne2021-12-131-0/+1
* Examples: Remove remaining conversion markers in CMakeLists.txtKai Köhne2021-12-131-3/+0
* Polish the painting/affine exampleFriedemann Kleint2021-10-164-242/+202
* QObject: optimize the common case of findChildren(QString())Marc Mutz2021-07-131-1/+1
* Fix build of standalone painting examplesJoerg Bornemann2021-05-172-8/+13
* Port examples away from deprecated QTouchEvent APIsVolker Hilsheimer2021-04-171-12/+12
* CMake: Fix painting examples to build as standalone projectsAlexandru Croitor2020-10-271-4/+14
* Move QStringRef and remains to Qt5CompatKarsten Heimrich2020-08-201-1/+1
* Use QList instead of QVector in examplesJarek Kobus2020-06-231-1/+1
* Fix OpenGL mode in examples like compositionLaszlo Agocs2020-06-091-3/+5
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-081-6/+6
* Regenerate examplesAlexandru Croitor2020-02-041-3/+0
* Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-01-291-1/+1
|\
| * Move QOpenGLPaintEngine and related classes from QtGui to QtOpenGLJohan Klokkhammer Helsing2020-01-221-1/+1
* | Merge remote-tracking branch 'origin/dev' into merge-devLeander Beernaert2020-01-243-1/+8
|\|
| * Move QOpenGLWindow from QtGui to QtOpenGLJohan Klokkhammer Helsing2020-01-153-1/+8
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-10-145-10/+10
|\|
| * Cleanup QtWidgets examplesChristian Ehrlicher2019-10-115-10/+10
* | Update public CMake macros' versionLeander Beernaert2019-08-231-2/+2
* | Merge branch 'wip/qt6' into wip/cmakeAlexandru Croitor2019-08-152-3/+3
|\|
| * Remove usages of deprecated APIs of qtbase/guiSona Kurazyan2019-07-132-3/+3
* | Allow to build examples as standalone projectKevin Funk2019-06-051-45/+8
* | 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-167-112/+305
|\|
| * QtBase: compile examples with QT_DISABLE_DEPRECATED_BEFORE=0x050d00Christian Ehrlicher2019-02-131-2/+2
| * QtGui: mark obsolete QPixmapCache::find() functions as deprecatedChristian Ehrlicher2019-02-021-3/+3
| * Cleanup Widgets examples - foreachChristian Ehrlicher2019-01-232-21/+27
| * Cleanup Widgets examples - new signal/slot syntaxChristian Ehrlicher2019-01-061-2/+2
| * Move arthurwidget based examples to new QOpenGL classesAllan Sandfeld Jensen2018-10-176-84/+271
* | CMake: Add widgets examplesTobias Hunger2019-03-261-0/+64
|/
* Update usage of QFontMetrics::width() to new APIEskil Abrahamsen Blomfeldt2017-12-081-2/+2
* Example: migrate the arthur code sample to use QRegularExpressionSamuel Gaist2017-02-151-5/+4
* Use qtConfig throughout in qtbaseLars Knoll2016-08-191-1/+1
* Examples: Replace 'Q_DECL_OVERRIDE' by 'override'hjk2016-06-153-15/+15
* Updated license headersJani Heikkinen2016-01-216-96/+198