• Craig Watson's avatar
    Hide dock and menubar on OSX; · 20ebdf3c
    Craig Watson authored
    Due to QWidget::showFullScreen having side-effects on OSX (setting the
    dock and menubar to autohide, making it impossible to then set them as
    hidden), the calls to that method were replaced with
    UBPlatformUtils::showFullScreen(QWidget *). This function then calls
    QWidget::showMaximized() on OSX, or QWidget::showFullScreen() on Linux
    and Windows.
    
    It is currently still impossible to switch smoothly between showing or
    hiding the dock on OSX; current behaviour is to hide it all the time,
    even in desktop mode.
    20ebdf3c
Name
Last commit
Last update
resources Loading commit data...
src Loading commit data...
.gitignore Loading commit data...
C++StandardHeaderFile.txt Loading commit data...
COPYRIGHT Loading commit data...
LICENSE Loading commit data...
OpenBoard.iss Loading commit data...
OpenBoard.packproj Loading commit data...
OpenBoard.pro Loading commit data...
README Loading commit data...
TEST_OpenBoard_Win32.txt Loading commit data...
buildDebianPackage.sh Loading commit data...
changes_porting_qt5.txt Loading commit data...
release.macx.sh Loading commit data...
release.win7.vc9.bat Loading commit data...