• 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
..
adaptors Loading commit data...
api Loading commit data...
board Loading commit data...
core Loading commit data...
desktop Loading commit data...
document Loading commit data...
domain Loading commit data...
frameworks Loading commit data...
globals Loading commit data...
gui Loading commit data...
network Loading commit data...
pdf Loading commit data...
pdf-merger Loading commit data...
podcast Loading commit data...
tools Loading commit data...
web Loading commit data...