All of lore.kernel.org
 help / color / mirror / Atom feed
From: Cole Robinson <crobinso@redhat.com>
To: qemu-devel@nongnu.org
Cc: manday@gmx.net, Gerd Hoffmann <kraxel@redhat.com>,
	Cole Robinson <crobinso@redhat.com>
Subject: [Qemu-devel] [PATCH 0/4] gtk: Hide menubar in fullscreen mode (lp 1294898)
Date: Thu, 30 Oct 2014 15:34:31 -0400	[thread overview]
Message-ID: <cover.1414697380.git.crobinso@redhat.com> (raw)

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	other threads:[~2014-10-31 15:30 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-30 19:34 Cole Robinson [this message]
2014-10-30 19:34 ` [Qemu-devel] [PATCH 1/4] gtk: Grab accel_group from GtkDisplayState Cole Robinson
2014-10-30 19:34 ` [Qemu-devel] [PATCH 2/4] gtk: Install fullscreen accelerator on toplevel window Cole Robinson
2014-10-30 19:34 ` [Qemu-devel] [PATCH 3/4] gtk: Install vc accelerators on parent window Cole Robinson
2014-10-30 19:34 ` [Qemu-devel] [PATCH 4/4] gtk: Hide the menubar when in fullscreen mode (lp 1294898) Cole Robinson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1414697380.git.crobinso@redhat.com \
    --to=crobinso@redhat.com \
    --cc=kraxel@redhat.com \
    --cc=manday@gmx.net \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.