summaryrefslogtreecommitdiffstats
path: root/examples/opengl/paintedwindow
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-1/+3
* 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-3/+1
* 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-271-0/+4
* CMake: Regenerate examples to use qt_add_executableAlexandru Croitor2020-10-191-1/+1
* CMake: Regenerate examplesAlexandru Croitor2020-07-091-1/+5
* 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
* | Move QOpenGLShaderProgram from QtGui to QtOpenGLJohan Klokkhammer Helsing2020-02-201-1/+1
* | Move QOpenGLFrameBufferObject from QtGui to QtOpenGLJohan Klokkhammer Helsing2020-02-171-1/+1
* | Post-merge fixesAlexandru Croitor2020-01-301-0/+2
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-01-291-0/+2
|\ \
| * | Move QOpenGLPaintEngine and related classes from QtGui to QtOpenGLJohan Klokkhammer Helsing2020-01-221-0/+2
| |/
* | Post Merge FixesLeander Beernaert2020-01-241-1/+1
* | cmake: add examples/openglFrederik Gladhorn2019-10-071-0/+30
|/
* examples: Use QOverload to select overloaded signals and slotsAlexander Volkov2016-12-221-3/+1
* Examples: Replace 'Q_DECL_OVERRIDE' by 'override'hjk2016-06-151-2/+2
* Unify license header usage.Jani Heikkinen2016-03-293-9/+39
* Port examples/opengl to new connection syntax.Friedemann Kleint2015-09-021-3/+5
* 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-2/+2
* Make OpenGL examples work on retina displays.Morten Johan Sørvig2013-11-291-2/+2
* Avoid harmless warning in paintedwindow exampleGunnar Sletta2013-05-142-7/+2
* PaintedWindow example: Use standard window flags.Friedemann Kleint2013-03-181-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-183-3/+3
* Removed requestOrientation() API from QWindow.Samuel Rødal2012-12-061-9/+7
* centralize and fixup example sources install targetsOswald Buddenhagen2012-11-291-3/+1
* Examples: Install to $$[QT_INSTALL_EXAMPLES]/$submodule/$examplehjk2012-11-261-2/+2
* Rename all QWindow properties that have "window" in themShawn Rutledge2012-11-071-9/+9
* Fix missing return in QtOpenGl/paintedwindow example.Friedemann Kleint2012-10-131-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-223-18/+18
* clean up qmake-generated projectsOswald Buddenhagen2012-02-241-10/+0
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-303-3/+3
* Made window orientation API more flexible.Samuel Rødal2012-01-242-31/+26
* Update contact information in license headers.Jason McDonald2012-01-233-3/+3
* Update copyright year in license headers.Jason McDonald2012-01-053-3/+3
* Added rotation animation to paintedwindow example.Samuel Rødal2011-12-013-23/+141
* Added Orientation API to QScreen and QWindow.Samuel Rødal2011-10-072-4/+44
* Make examples build with Qt-in-namespaceKent Hansen2011-09-281-0/+2
* Add missing license headersJason McDonald2011-09-153-0/+120
* Improved and made public the QOpenGLPaintDevice API.Samuel Rødal2011-09-083-92/+13
* Copy core GL functionality to QtGui with QGL -> QOpenGL naming.Samuel Rødal2011-08-294-0/+199