qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/4] gtk: Hide menubar in fullscreen mode (lp 129489


From: Cole Robinson
Subject: [Qemu-devel] [PATCH 0/4] gtk: Hide menubar in fullscreen mode (lp 1294898)
Date: Thu, 30 Oct 2014 15:34:31 -0400

When compiled against gtk3, the gtk UI menubar is visible in fullscreen
mode, taking up space and annoying users. This series attempts to fix that.

The main blocker is that when the menu bar is hidden, we lose access to
the keyboard shortcuts associated with all the menu items, most importantly
the one to actually _exit_ fullscreen mode. We fix this by installing
the shortcuts on the top level windows (However this has a minor downside
on gtk < 3.8, see patch 2 for details.)

Cole Robinson (4):
  gtk: Grab accel_group from GtkDisplayState
  gtk: Install fullscreen accelerator on toplevel window
  gtk: Install vc accelerators on parent window
  gtk: Hide the menubar when in fullscreen mode (lp 1294898)

 ui/gtk.c | 65 +++++++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 40 insertions(+), 25 deletions(-)

-- 
2.1.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]