From 2f469e7632c23f9990f8586e87f808e8bad609ec Mon Sep 17 00:00:00 2001 From: masc4ii Date: Sat, 31 Mar 2018 15:08:58 +0200 Subject: [PATCH] QtApp: v0.15 (reverting fullscreen for this release, because no test results) --- platform/qt/Info.plist | 2 +- platform/qt/MainWindow.cpp | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/platform/qt/Info.plist b/platform/qt/Info.plist index 6a7849d7..c441fce1 100644 --- a/platform/qt/Info.plist +++ b/platform/qt/Info.plist @@ -26,6 +26,6 @@ CFBundleTypeRole Viewer CFBundleShortVersionString - 0.14 alpha + 0.15 alpha diff --git a/platform/qt/MainWindow.cpp b/platform/qt/MainWindow.cpp index 559d706e..6f329b02 100644 --- a/platform/qt/MainWindow.cpp +++ b/platform/qt/MainWindow.cpp @@ -32,7 +32,7 @@ #include "DarkStyle.h" #define APPNAME "MLV App" -#define VERSION "0.14 alpha" +#define VERSION "0.15 alpha" #define FACTOR_DS 22.5 #define FACTOR_LS 11.2 @@ -749,6 +749,8 @@ void MainWindow::initGui( void ) QPixmap pic = QPixmap::fromImage( m_pAudioWave->getMonoWave( NULL, 0, 100, devicePixelRatio() ) ); pic.setDevicePixelRatio( devicePixelRatio() ); ui->labelAudioTrack->setPixmap( pic ); + //Fullscreen does not work well, so disable + ui->actionFullscreen->setVisible( false ); //Disable caching by default to avoid crashes //ui->actionCaching->setVisible( false ); //Disable unused (for now) actions