summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tools/plugandpaint
Commit message (Expand)AuthorAgeFilesLines
* Move plug and paint example to manual testTor Arne Vestbø2023-06-3024-1304/+0
* CMake: build the shared plugin when building the plugandpaint targetJoerg Bornemann2023-03-281-1/+5
* Examples: Use PRIVATE CMake linkageKai Köhne2022-11-302-2/+2
* Examples: Use qt_standard_project_setup()Kai Köhne2022-11-171-2/+2
* Examples: Use Qt6:: to qualify Qt CMake packagesKai Köhne2022-11-173-7/+7
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-234-4/+4
* Add license headers to cmake filesLucie Gérard2022-08-034-0/+12
* CMake: Make sure qtbase examples are installed into the correct pathAlexandru Croitor2022-07-271-2/+2
* CMake: Let qt6_add_plugin accept sourcesJoerg Bornemann2022-06-292-6/+0
* Use SPDX license identifiersLucie Gérard2022-05-1612-588/+24
* Examples: Remove unneeded CMake optionsKai Köhne2022-01-241-2/+0
* Examples: Fix whitespace issues in CMakeLists.txtKai Köhne2021-12-133-0/+7
* Examples: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiomKai Köhne2021-12-101-1/+1
* Remove .prev_CMakeLists.txtKai Köhne2021-12-063-146/+0
* Add missing LIBRARY DESTINATION for examplesAlexey Edelev2021-10-201-0/+1
* CMake: Create plugin initializers for static user pluginsAlexandru Croitor2021-08-245-24/+16
* Raise cmake_minimum_required to VERSION 3.16 in examplesJoerg Bornemann2021-08-171-1/+1
* Re-work the CMake project files for the plugandpaint exampleJoerg Bornemann2021-04-274-104/+21
* Android: Fix build error issue in examplesJukka Passi2021-04-271-1/+5
* CMake: Regenerate examples to set the WIN32_EXECUTABLE propertyAlexandru Croitor2020-10-274-0/+16
* CMake: Regenerate examples to use qt_add_executableAlexandru Croitor2020-10-192-2/+2
* Make QStringList an alias to QList<QString>Lars Knoll2020-09-122-2/+0
* CMake: Regenerate examplesAlexandru Croitor2020-07-094-4/+20
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-081-6/+6
* CMake: Regenerate examples/widgets/ projectsSona Kurazyan2020-04-291-0/+3
* CMake: Add qt6_add_plugin public APILeander Beernaert2020-04-224-4/+8
* Regenerate examplesAlexandru Croitor2020-02-046-14/+232
* Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-10-146-20/+27
|\
| * Cleanup QtWidgets (tools) examplesChristian Ehrlicher2019-09-116-20/+27
* | 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-053-74/+43
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-06-032-4/+4
|\|
| * QtCore: mark obsolete enumerations as deprecatedChristian Ehrlicher2019-05-171-1/+1
| * Plug and paint example: Fix -Wweak-tablesJesus Fernandez2019-04-291-3/+3
* | Merge commit 'dev' into 'wip/cmake-merge'Tobias Hunger2019-04-161-1/+1
|\|
| * Fix some deprecation warnings in examplesFriedemann Kleint2019-02-061-1/+1
* | CMake: allow custom plugin output/install directoriesTobias Hunger2019-03-271-0/+1
* | CMake: Add widgets examplesTobias Hunger2019-03-265-0/+93
|/
* Doc: Synchronize documentation with code snippetPaul Wicking2018-08-011-3/+3
* Examples: Cleanup and modernize Plug&PaintAndre Hartmann2018-06-069-99/+91
* Doc: Update connect syntax Plugandpaint ExampleNico Vertriest2018-06-053-16/+18
* qtlite: Skip building examples when configured with no-feature-itemviewsRainer Keller2018-01-121-0/+3
* Change almost all other uses of qrand() to QRandomGeneratorThiago Macieira2017-11-081-1/+1
* Be (somewhat more) consistent about the value of piEdward Welbourne2017-06-201-5/+3
* remove bogus qtConfig(simulator_and_device) conditionOswald Buddenhagen2016-10-161-1/+1
* remove bogus xcode variable referenceOswald Buddenhagen2016-10-161-1/+1
* Get rid of simulator_and_device CONFIG option (mostly)Oswald Buddenhagen2016-10-162-2/+2
* Add support for Apple watchOSJake Petroules2016-08-193-4/+11