Finish of that last bit of work

This commit is contained in:
Mark Watkins 2014-05-17 00:36:07 +10:00
parent a5740df0a9
commit b5bf202f45
4 changed files with 7 additions and 3 deletions

View File

@ -965,7 +965,6 @@ void gGraphView::paintGL()
bool render_cube = false; //PROFILE.appearance->animations(); // do something to
if (width() <= 0) { return; }
if (height() <= 0) { return; }

View File

@ -22,7 +22,7 @@
#include <QRect>
#include <QPixmapCache>
#ifdef BROKEN_OPENGL_BUILD
#ifndef BROKEN_OPENGL_BUILD
#include <QGLWidget>
#endif

View File

@ -308,6 +308,11 @@ void MainWindow::Startup()
{
qDebug() << STR_TR_SleepyHeadVersion.toLocal8Bit().data() << "built with Qt" << QT_VERSION_STR <<
"on" << __DATE__ << __TIME__;
#ifdef BROKEN_OPENGL_BUILD
qDebug() << "This build has been created especially for computers with older graphics hardware.\n"
#endif
qstatus->setText(tr("Loading Data"));
qprogress->show();
//qstatusbar->showMessage(tr("Loading Data"),0);

View File

@ -15,7 +15,7 @@ greaterThan(QT_MAJOR_VERSION,4) {
#Windows XP with older intel cards needs the following variable defined
#It slows other platforms down way too much
DEFINES += BROKEN_OPENGL_BUILD
#DEFINES += BROKEN_OPENGL_BUILD
contains(DEFINES, BROKEN_OPENGL_BUILD) {
message("Building with QWidget gGraphView")
} else {