| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move qopenglwidget example to manual tests | Laszlo Agocs | 2023-05-24 | 11 | -1106/+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 |
| * | Port from qAsConst() to std::as_const() | Marc Mutz | 2022-10-11 | 2 | -3/+3 |
| * | 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 |
| * | Compose render-to-texture widgets through QRhi | Laszlo Agocs | 2022-03-11 | 5 | -22/+100 |
| * | 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 | -2/+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 |
| * | Switch QSurfaceFormat::colorSpace to a QColorSpace | Allan Sandfeld Jensen | 2020-09-15 | 1 | -1/+2 |
| * | CMake: Regenerate examples | Alexandru Croitor | 2020-07-09 | 1 | -1/+5 |
| * | Use QList instead of QVector in examples | Jarek Kobus | 2020-06-23 | 3 | -6/+6 |
| * | Move QOpenGLWidget from QtOpenGL to its own module | Johan Klokkhammer Helsing | 2020-02-18 | 2 | -1/+3 |
| * | QSpinBox: remove deprecated signal valueChanged(const QString &) | Vitaly Fanaskov | 2020-02-10 | 1 | -1/+1 |
| * | Post Merge Fixes | Leander Beernaert | 2020-01-24 | 1 | -2/+4 |
| * | 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 | Alexandru Croitor | 2019-10-14 | 4 | -37/+26 |
| |\| |
|
| | * | Cleanup QtOpenGL examples | Christian Ehrlicher | 2019-09-30 | 4 | -37/+26 |
| * | | cmake: add examples/opengl | Frederik Gladhorn | 2019-10-07 | 1 | -0/+47 |
| |/ |
|
| * | Convert uses of QTime as a timer to QElapsedTimer | Edward Welbourne | 2019-06-14 | 1 | -2/+2 |
| * | examples: port away from Java-style iterators | Marc Mutz | 2019-05-23 | 1 | -5/+2 |
| * | Examples: cleanup foreach usage | Christian Ehrlicher | 2019-02-02 | 2 | -4/+4 |
| * | Change almost all other uses of qrand() to QRandomGenerator | Thiago Macieira | 2017-11-08 | 3 | -10/+14 |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10 | Liang Qi | 2017-09-06 | 1 | -2/+17 |
| |\ |
|
| | * | 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 |
| * | | Add support for custom texture format in QOpenGLWidget | Laszlo Agocs | 2017-02-26 | 2 | -0/+8 |
| |/ |
|
| * | examples: Use QOverload to select overloaded signals and slots | Alexander Volkov | 2016-12-22 | 1 | -8/+3 |
| * | Examples: Replace 'Q_DECL_OVERRIDE' by 'override' | hjk | 2016-06-15 | 1 | -3/+3 |
| * | Unify license header usage. | Jani Heikkinen | 2016-03-29 | 7 | -21/+91 |
| * | Doc: Replaced Trolltech logo with Qt logo | Nico Vertriest | 2016-02-03 | 1 | -0/+0 |
| * | Port examples/opengl to new connection syntax. | Friedemann Kleint | 2015-09-02 | 1 | -21/+16 |
| * | Clip QOpenGLWidget and QQuickWidget correctly | Laszlo Agocs | 2015-06-01 | 3 | -7/+21 |
| * | Updated BSD licensed file headers | Jani Heikkinen | 2015-02-15 | 7 | -21/+21 |
| * | Update copyright headers | Jani Heikkinen | 2015-02-11 | 7 | -35/+35 |
| * | Make qopenglwidget example functional without timers too | Laszlo Agocs | 2014-09-30 | 3 | -1/+34 |
| * | Use QMenuBar::addMenu in the qopenglwidget example | Laszlo Agocs | 2014-08-25 | 1 | -6/+3 |
| * | Modernize the OpenGL examples | Laszlo Agocs | 2014-08-12 | 5 | -245/+325 |
| * | Make QOpenGLWidget public | Laszlo Agocs | 2014-08-01 | 10 | -0/+1106 |