summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorSamuel Rødal <samuel.rodal@nokia.com>2012-03-16 09:01:50 +0100
committerQt by Nokia <qt-info@nokia.com>2012-03-17 01:52:07 +0100
commit52c1df5a7c1a95b420c7cf65ffd092a787bf0779 (patch)
treee0bcb61bda4237895e338a48e1f18e191a4a90bb /dist
parent42a7eb8df61d280fed1f9cafe9588f7da6dd3f0e (diff)
Updated changes-5.0.0 with some information on the new QtGui classes.
Change-Id: Idcdfdb506e75d74b3a89e6c2e914802ddfc11031 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-5.0.015
1 files changed, 15 insertions, 0 deletions
diff --git a/dist/changes-5.0.0 b/dist/changes-5.0.0
index 03dc414e7f..70e526cc28 100644
--- a/dist/changes-5.0.0
+++ b/dist/changes-5.0.0
@@ -335,6 +335,16 @@ QtGui
information like capability flags, point-specific flags, velocity,
and raw positions.
+* A new set of enabler classes have been added, most importantly QWindow, QScreen,
+ QSurfaceFormat, and QOpenGLContext.
+
+* Most of the useful QtOpenGL classes have been polished and moved into
+ QtGui. See QOpenGLFramebufferObject, QOpenGLShaderProgram,
+ QOpenGLFunctions, etc.
+
+* QOpenGLPaintDevice has been added to be able to use QPainter to render into
+ the currently bound context.
+
QtWidgets
---------
* QInputContext removed as well as related getters and setters on QWidget and QApplication.
@@ -383,6 +393,11 @@ QtNetwork
QtOpenGL
--------
+* Most of the classes in this module (with the notable exception of QGLWidget)
+ now have equivalents in QtGui, along with the naming change QGL -> QOpenGL.
+ The classes in QtOpenGL that have equivalents in QtGui can now be considered
+ deprecated.
+
QtScript
--------