diff options
author | Qt Continuous Integration System <qt-info@nokia.com> | 2010-08-11 09:12:42 (GMT) |
---|---|---|
committer | Qt Continuous Integration System <qt-info@nokia.com> | 2010-08-11 09:12:42 (GMT) |
commit | ef0d191e3d138f695a39128b6040d0884821f5b5 (patch) | |
tree | 7da6eae795f07d631a33940e7481f38c40444e28 /dist/changes-4.8.0 | |
parent | d181197c41be617fbc2243d376e20f4a95b944f7 (diff) | |
parent | 1023209b9c335d72dc489d67e632d80cadac924d (diff) | |
download | Qt-ef0d191e3d138f695a39128b6040d0884821f5b5.zip Qt-ef0d191e3d138f695a39128b6040d0884821f5b5.tar.gz Qt-ef0d191e3d138f695a39128b6040d0884821f5b5.tar.bz2 |
Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into master-integration
* 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2:
Fix build os QSharedPointer on MSVC
Fix for QTBUG-2182: "connection still in use" warnings.
Replace gluOrtho2d with glOrtho.
Optimize QSharedPointer::operator=(const QSharedPointer &)
Make selection work across ligatures
Fix compilation on 64-bit Windows.
Fix documentation for QAccessible::InterfaceFactory
Replace gluPerspective with qgluPerspective.
Remove dependency of OpenGL Utility Library (GLU).
Diffstat (limited to 'dist/changes-4.8.0')
-rw-r--r-- | dist/changes-4.8.0 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dist/changes-4.8.0 b/dist/changes-4.8.0 index 9d16f11..f22460f 100644 --- a/dist/changes-4.8.0 +++ b/dist/changes-4.8.0 @@ -43,6 +43,10 @@ QtGui - QTabBar: reduced minimumSizeHint if ElideMode is set. + QtOpenGL + -------- + - Removed dependency of OpenGL Utility Library (GLU) + **************************************************************************** * Database Drivers * |