| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove threadeqopenglwidget example | Laszlo Agocs | 2023-02-28 | 9 | -614/+0 |
| * | Examples: Use PRIVATE CMake linkage | Kai Köhne | 2022-11-30 | 1 | -1/+1 |
| * | Examples: Use qt_standard_project_setup() | Kai Köhne | 2022-11-17 | 1 | -2/+2 |
| * | Examples: Use Qt6:: to qualify Qt CMake packages | Kai Köhne | 2022-11-17 | 1 | -5/+5 |
| * | Change the license of all CMakeLists.txt and *.cmake files to BSD | Lucie Gérard | 2022-08-23 | 1 | -1/+1 |
| * | Add license headers to cmake files | Lucie Gérard | 2022-08-03 | 1 | -0/+3 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 7 | -343/+14 |
| * | threadedqopenglwidget example: Split out class Renderer | Friedemann Kleint | 2022-01-25 | 9 | -310/+441 |
| * | Examples: Remove unneeded CMake options | Kai Köhne | 2022-01-24 | 1 | -4/+0 |
| * | Examples: Fix whitespace issues in CMakeLists.txt | Kai Köhne | 2021-12-13 | 1 | -1/+3 |
| * | Examples: Remove remaining conversion markers in CMakeLists.txt | Kai Köhne | 2021-12-13 | 1 | -2/+0 |
| * | Examples: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiom | Kai Köhne | 2021-12-10 | 1 | -5/+1 |
| * | Raise cmake_minimum_required to VERSION 3.16 in examples | Joerg Bornemann | 2021-08-17 | 1 | -1/+1 |
| * | CMake: Regenerate examples to set the WIN32_EXECUTABLE property | Alexandru Croitor | 2020-10-27 | 1 | -0/+4 |
| * | CMake: Regenerate examples to use qt_add_executable | Alexandru Croitor | 2020-10-19 | 1 | -1/+1 |
| * | CMake: Regenerate examples | Alexandru Croitor | 2020-07-09 | 1 | -1/+5 |
| * | Use QList instead of QVector in examples | Jarek Kobus | 2020-06-23 | 1 | -2/+2 |
| * | Move QOpenGLWidget from QtOpenGL to its own module | Johan Klokkhammer Helsing | 2020-02-18 | 2 | -1/+3 |
| * | Post Merge Fixes | Leander Beernaert | 2020-01-24 | 1 | -1/+3 |
| * | Merge remote-tracking branch 'origin/dev' into merge-dev | Leander Beernaert | 2020-01-24 | 1 | -1/+1 |
| |\ |
|
| | * | Move QOpenGLWidget from QtWidgets to QtOpenGL | Johan Klokkhammer Helsing | 2019-12-12 | 1 | -1/+1 |
| * | | Merge remote-tracking branch 'origin/dev' into wip/cmake | Simon Hausmann | 2019-10-17 | 1 | -2/+2 |
| |\| |
|
| | * | Merge remote-tracking branch 'origin/5.14' into 5.15 | Qt Forward Merge Bot | 2019-10-16 | 1 | -2/+2 |
| | |\ |
|
| | | * | Prepare for deprecating the QDesktopWidget | Sona Kurazyan | 2019-10-15 | 1 | -2/+2 |
| * | | | Merge remote-tracking branch 'origin/dev' into wip/cmake | Alexandru Croitor | 2019-10-14 | 2 | -15/+10 |
| |\| | |
|
| | * | | Cleanup QtOpenGL examples | Christian Ehrlicher | 2019-09-30 | 2 | -15/+10 |
| | |/ |
|
| * / | cmake: add examples/opengl | Frederik Gladhorn | 2019-10-07 | 1 | -0/+33 |
| |/ |
|
| * | ThreadedOpenGL example: use std::unique_ptr instead of QScopedPointer | Marc Mutz | 2019-05-15 | 1 | -2/+4 |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10 | Liang Qi | 2017-09-06 | 1 | -1/+14 |
| |\ |
|
| | * | OpenGL examples: Introduce QCommandLineParser | Friedemann Kleint | 2017-09-05 | 1 | -1/+14 |
| * | | Be (somewhat more) consistent about the value of pi | Edward Welbourne | 2017-06-20 | 1 | -13/+13 |
| |/ |
|
| * | Examples: Replace 'Q_DECL_OVERRIDE' by 'override' | hjk | 2016-06-15 | 1 | -1/+1 |
| * | Unify license header usage. | Jani Heikkinen | 2016-03-29 | 5 | -15/+65 |
| * | Updated BSD licensed file headers | Jani Heikkinen | 2015-02-15 | 5 | -15/+15 |
| * | Update copyright headers | Jani Heikkinen | 2015-02-11 | 5 | -25/+25 |
| * | Further restrict the threaded opengl example | Laszlo Agocs | 2014-10-23 | 1 | -14/+19 |
| * | Remove unused variable in opengl examples | Laszlo Agocs | 2014-10-20 | 1 | -2/+0 |
| * | Improve threadedqopenglwidget example. | Friedemann Kleint | 2014-10-10 | 3 | -11/+39 |
| * | Modernize the OpenGL examples | Laszlo Agocs | 2014-08-12 | 3 | -7/+22 |
| * | Make QOpenGLWidget public | Laszlo Agocs | 2014-08-01 | 6 | -0/+666 |