[mythtv-commits] [MythTV/mythtv] 6360bd: Force Full Screen option for GUI and playback

kmdewaal noreply at github.com
Thu May 25 17:39:15 UTC 2023


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: 6360bdfeb656626637fd07c2c6fcbc0982d36a3b
      https://github.com/MythTV/mythtv/commit/6360bdfeb656626637fd07c2c6fcbc0982d36a3b
  Author: Klaas de Waal <klaas at kldo.nl>
  Date:   2023-05-24 (Wed, 24 May 2023)

  Changed paths:
    M mythtv/libs/libmythui/mythdisplay.cpp
    M mythtv/libs/libmythui/mythuiscreenbounds.cpp
    M mythtv/libs/libmythui/mythuiscreenbounds.h
    M mythtv/programs/mythfrontend/globalsettings.cpp

  Log Message:
  -----------
  Force Full Screen option for GUI and playback

Add a "Force Full Screen" checkbox option in Setup / Appearance/ Theme/Screen settings.

This makes it possible to go from windowed mode to full screen mode and vice versa
The current method to go to full screen mode is to make all four numbers
that comprise the GUI dimensions (X-offset, Y-offset, X-size and Y-size) zero;
to go back to window mode these four numbers have to be entered again.
The new "Force Full Screen" setting overrides the existing "GUI dimension" and
"Use window border" settings but it does not change these settings.
This makes it possible to go from windowed mode to full screen mode and vice versa
using only a single checkbox.


  Commit: 2a140333568ec91395ddc1ccc244781e4108deee
      https://github.com/MythTV/mythtv/commit/2a140333568ec91395ddc1ccc244781e4108deee
  Author: kmdewaal <kdewaal at mythtv.org>
  Date:   2023-05-25 (Thu, 25 May 2023)

  Changed paths:
    M mythtv/libs/libmythui/mythdisplay.cpp
    M mythtv/libs/libmythui/mythuiscreenbounds.cpp
    M mythtv/libs/libmythui/mythuiscreenbounds.h
    M mythtv/programs/mythfrontend/globalsettings.cpp

  Log Message:
  -----------
  Merge pull request #755 from kmdewaal/master

Force Full Screen option for GUI and playback


Compare: https://github.com/MythTV/mythtv/compare/820617988b11...2a140333568e


More information about the mythtv-commits mailing list