mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-06 19:20:45 +00:00
Finish of that last bit of work
This commit is contained in:
parent
a5740df0a9
commit
b5bf202f45
@ -965,7 +965,6 @@ void gGraphView::paintGL()
|
|||||||
|
|
||||||
bool render_cube = false; //PROFILE.appearance->animations(); // do something to
|
bool render_cube = false; //PROFILE.appearance->animations(); // do something to
|
||||||
|
|
||||||
|
|
||||||
if (width() <= 0) { return; }
|
if (width() <= 0) { return; }
|
||||||
if (height() <= 0) { return; }
|
if (height() <= 0) { return; }
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
#include <QRect>
|
#include <QRect>
|
||||||
#include <QPixmapCache>
|
#include <QPixmapCache>
|
||||||
|
|
||||||
#ifdef BROKEN_OPENGL_BUILD
|
#ifndef BROKEN_OPENGL_BUILD
|
||||||
#include <QGLWidget>
|
#include <QGLWidget>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -308,6 +308,11 @@ void MainWindow::Startup()
|
|||||||
{
|
{
|
||||||
qDebug() << STR_TR_SleepyHeadVersion.toLocal8Bit().data() << "built with Qt" << QT_VERSION_STR <<
|
qDebug() << STR_TR_SleepyHeadVersion.toLocal8Bit().data() << "built with Qt" << QT_VERSION_STR <<
|
||||||
"on" << __DATE__ << __TIME__;
|
"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"));
|
qstatus->setText(tr("Loading Data"));
|
||||||
qprogress->show();
|
qprogress->show();
|
||||||
//qstatusbar->showMessage(tr("Loading Data"),0);
|
//qstatusbar->showMessage(tr("Loading Data"),0);
|
||||||
|
@ -15,7 +15,7 @@ greaterThan(QT_MAJOR_VERSION,4) {
|
|||||||
|
|
||||||
#Windows XP with older intel cards needs the following variable defined
|
#Windows XP with older intel cards needs the following variable defined
|
||||||
#It slows other platforms down way too much
|
#It slows other platforms down way too much
|
||||||
DEFINES += BROKEN_OPENGL_BUILD
|
#DEFINES += BROKEN_OPENGL_BUILD
|
||||||
contains(DEFINES, BROKEN_OPENGL_BUILD) {
|
contains(DEFINES, BROKEN_OPENGL_BUILD) {
|
||||||
message("Building with QWidget gGraphView")
|
message("Building with QWidget gGraphView")
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user