summaryrefslogtreecommitdiffstats
path: root/examples/gui/rasterwindow
Commit message (Expand)AuthorAgeFilesLines
* Correct license for examples filesLucie Gérard12 days1-1/+1
* Examples: Use PRIVATE CMake linkageKai Köhne2022-11-301-1/+1
* Examples: Use qt_standard_project_setup()Kai Köhne2022-11-171-2/+2
* Examples: Use Qt6:: to qualify Qt CMake packagesKai Köhne2022-11-171-2/+2
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* Add license headers to cmake filesLucie Gérard2022-08-031-0/+3
* Use SPDX license identifiersLucie Gérard2022-05-163-147/+6
* Examples: Remove unneeded CMake optionsKai Köhne2022-01-241-4/+0
* Examples: Remove unneeded target_include_directoriesKai Köhne2021-12-171-4/+0
* Examples: Fix whitespace issues in CMakeLists.txtKai Köhne2021-12-131-1/+4
* Examples: Remove remaining conversion markers in CMakeLists.txtKai Köhne2021-12-131-2/+0
* Examples: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiomKai Köhne2021-12-101-2/+1
* Rasterwindow: Remove unneeded find_packageKai Köhne2021-12-061-2/+0
* Remove .prev_CMakeLists.txtKai Köhne2021-12-061-42/+0
* Use QScopedPointer to manage memoryTang Haixiang2021-11-041-1/+2
* Raise cmake_minimum_required to VERSION 3.16 in examplesJoerg Bornemann2021-08-171-1/+1
* CMake: Regenerate examples to set the WIN32_EXECUTABLE propertyAlexandru Croitor2020-10-272-0/+8
* CMake: Regenerate examples to use qt_add_executableAlexandru Croitor2020-10-192-2/+2
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-1/+1
* CMake: Regenerate examplesAlexandru Croitor2020-07-092-2/+10
* Regenerate examplesAlexandru Croitor2020-02-042-3/+40
* 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-14/+27
* | CMake: Add more examplesTobias Hunger2019-03-261-4/+16
* | CMake: Use AUTOMOC/AUTOUIC/AUTORCCTobias Hunger2018-12-141-17/+5
* | Begin port of qtbase to CMakeSimon Hausmann2018-11-011-0/+18
|/
* Provide presets for QGradientTor Arne Vestbø2018-05-311-1/+1
* Update rasterwindow example to not render in resizeEventTor Arne Vestbø2018-03-201-2/+0
* rasterwindow: End painting on device before ending on backingstoreTor Arne Vestbø2018-01-291-0/+1
* Update rasterwindow example to not create() in the constructorTor Arne Vestbø2017-04-211-4/+1
* Modernize rasterwindow/openglwindow examples to use requestUpdate()Tor Arne Vestbø2016-09-222-9/+2
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-091-1/+1
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-051-1/+1
| |\
| | * Fix rasterwindow exampleJake Petroules2016-08-041-1/+1
* | | Examples: Replace 'Q_DECL_OVERRIDE' by 'override'hjk2016-06-151-3/+3
|/ /
* / Unify license header usage.Jani Heikkinen2016-03-293-9/+39
|/
* Updated BSD licensed file headersJani Heikkinen2015-02-153-9/+9
* Update copyright headersJani Heikkinen2015-02-113-15/+15
* Examples: Add Q_DECL_OVERRIDE to overridden functionsOlivier Goffart2014-07-151-3/+3
* Update copyright year in Digia's license headersSergio Ahumada2013-01-183-3/+3
* Fixed installation of gui examples' targetsOliver Wolff2012-12-101-0/+3
* remove meaningless OTHER_FILES assignmentsOswald Buddenhagen2012-11-281-3/+0
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-223-18/+18
* Avoid potential crash.Gunnar Sletta2012-08-081-1/+1
* Analog clock and raster window examplesGunnar Sletta2012-07-135-0/+257