index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
dev
old/5.0
old/5.1
old/5.2
wip/cmake
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/remac
wip/tizen
wip/webassembly
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
examples
/
opengl
/
hellowindow
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move hellowindow and qopenglwindow to be a manual tests
Laszlo Agocs
2023-03-23
5
-555
/
+0
*
Examples: Add missing include guards
Friedemann Kleint
2023-02-01
1
-0
/
+5
*
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
3
-147
/
+6
*
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
-3
/
+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
*
Fix hellowindow example
Michal Klocek
2020-05-25
2
-59
/
+30
*
Move QOpenGLShaderProgram from QtGui to QtOpenGL
Johan Klokkhammer Helsing
2020-02-20
3
-2
/
+4
*
Regenerate projects one last time before merge
wip/cmake
Alexandru Croitor
2020-02-12
1
-5
/
+2
*
Post Merge Fixes
Leander Beernaert
2020-01-24
1
-1
/
+2
*
cmake: add examples/opengl
Frederik Gladhorn
2019-10-07
1
-0
/
+34
*
Use requestUpdate instead of timer in a few GL examples
Tor Arne Vestbø
2019-01-22
2
-5
/
+13
*
Change almost all other uses of qrand() to QRandomGenerator
Thiago Macieira
2017-11-08
1
-3
/
+4
*
Merge remote-tracking branch 'origin/5.9' into 5.10
Liang Qi
2017-09-06
1
-4
/
+23
|
\
|
*
OpenGL examples: Introduce QCommandLineParser
Friedemann Kleint
2017-09-05
1
-4
/
+23
*
|
Don’t flicker on startup: render on expose
Morten Johan Sørvig
2017-06-27
2
-1
/
+3
*
|
Be (somewhat more) consistent about the value of pi
Edward Welbourne
2017-06-20
1
-13
/
+12
|
/
*
Examples: Replace 'Q_DECL_OVERRIDE' by 'override'
hjk
2016-06-15
1
-2
/
+2
*
Unify license header usage.
Jani Heikkinen
2016-03-29
3
-9
/
+39
*
Port examples/opengl to new connection syntax.
Friedemann Kleint
2015-09-02
2
-4
/
+4
*
Updated BSD licensed file headers
Jani Heikkinen
2015-02-15
3
-9
/
+9
*
Update copyright headers
Jani Heikkinen
2015-02-11
3
-15
/
+15
*
Make hellowindow multi display capable on embedded
Laszlo Agocs
2014-10-16
3
-8
/
+30
*
hellowindow: Set all the state for each frame
Laszlo Agocs
2014-09-04
1
-12
/
+15
*
Modernize the OpenGL examples
Laszlo Agocs
2014-08-12
3
-33
/
+29
*
Examples: Add Q_DECL_OVERRIDE to overridden functions
Olivier Goffart
2014-07-15
1
-2
/
+2
*
Fix up examples for dynamic opengl builds
Laszlo Agocs
2014-05-12
1
-1
/
+1
*
Do not attempt to open multiple windows in hellowindow on embedded
Laszlo Agocs
2014-03-06
1
-2
/
+3
*
Extend QOpenGLFunctions with GL1 functions
Laszlo Agocs
2014-03-04
1
-11
/
+11
*
Make OpenGL examples work on retina displays.
Morten Johan Sørvig
2013-11-29
1
-1
/
+1
*
hellowindow: Request multisampling only when told so
Laszlo Agocs
2013-09-10
1
-1
/
+2
*
Improved robustness of threaded rendering in hellowindow example.
Samuel Rødal
2013-04-25
2
-26
/
+55
*
Update copyright year in Digia's license headers
Sergio Ahumada
2013-01-18
3
-3
/
+3
*
Fix crash in hellowindow example when minimizing.
Friedemann Kleint
2013-01-15
1
-1
/
+2
*
Polish code of some opengl examples
hjk
2012-12-28
3
-51
/
+38
*
centralize and fixup example sources install targets
Oswald Buddenhagen
2012-11-29
1
-3
/
+1
*
Examples: Install to $$[QT_INSTALL_EXAMPLES]/$submodule/$example
hjk
2012-11-26
1
-2
/
+2
*
Rename all QWindow properties that have "window" in them
Shawn Rutledge
2012-11-07
2
-5
/
+5
*
Fix hellowindow example generating excess timers
Miikka Heikkinen
2012-11-05
2
-5
/
+8
[next]