Revision: 7079
http://sourceforge.net/p/gambas/code/7079
Author: gambas
Date: 2015-05-11 21:36:09 +0000 (Mon, 11 May 2015)
Log Message:
-----------
[GB.QT5]
* NEW: Now depends on Qt 5.3 only.
[GB.QT5.OPENGL]
* NEW: Use the old OpenGL widget if QT version if 5.3 or lower, and the new
one if QT version is 5.4 or greater.
[GB.QT5.WEBKIT]
* BUG: Fix a missing space in Makefile.am file.
Modified Paths:
--------------
gambas/trunk/gb.qt5/configure.ac
gambas/trunk/gb.qt5/src/opengl/CGLarea.cpp
gambas/trunk/gb.qt5/src/opengl/Makefile.am
gambas/trunk/gb.qt5/src/webkit/Makefile.am
Added Paths:
-----------
gambas/trunk/gb.qt5/src/opengl/COldGLarea.cpp
gambas/trunk/gb.qt5/src/opengl/COldGLarea.h
gambas/trunk/gb.qt5/src/opengl/main.cpp
gambas/trunk/gb.qt5/src/opengl/main.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|