mbox

[PULL,0/4] gtk patch queue

Message ID 1402562303-16930-1-git-send-email-kraxel@redhat.com
State New
Headers show

Pull-request

git://git.kraxel.org/qemu tags/pull-gtk-20140611-1

Message

Gerd Hoffmann June 12, 2014, 8:38 a.m. UTC
Hi,

This pull brings minor bugfixes and cleanups for gtk.

For now I've left out the terminals-without-vte patch
as it reportly causes problems on windows.

cheers,
  Gerd

The following changes since commit b780bf8eff43fc49b071795292dea5d05990fff3:

  Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-06-10' into staging (2014-06-10 17:16:03 +0100)

are available in the git repository at:


  git://git.kraxel.org/qemu tags/pull-gtk-20140611-1

for you to fetch changes up to fa7a1e521943f838ab1dc02fdb29473a608ca5f4:

  gtk: update window size after showing/hiding tabs (2014-06-11 14:26:49 +0200)

----------------------------------------------------------------
gtk: misc fixes & cleanups.

----------------------------------------------------------------
Gerd Hoffmann (4):
      gtk: factor out keycode mapping
      gtk: cleanup backend dependencies
      gtk: factor out gtk3 grab into the new gd_grab_devices function
      gtk: update window size after showing/hiding tabs

 configure |   4 ++
 ui/gtk.c  | 189 +++++++++++++++++++++++++++++++-------------------------------
 2 files changed, 97 insertions(+), 96 deletions(-)

Comments

Peter Maydell June 12, 2014, 9:49 a.m. UTC | #1
On 12 June 2014 09:38, Gerd Hoffmann <kraxel@redhat.com> wrote:
>   Hi,
>
> This pull brings minor bugfixes and cleanups for gtk.
>
> For now I've left out the terminals-without-vte patch
> as it reportly causes problems on windows.
>
> cheers,
>   Gerd
>
> The following changes since commit b780bf8eff43fc49b071795292dea5d05990fff3:
>
>   Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-06-10' into staging (2014-06-10 17:16:03 +0100)
>
> are available in the git repository at:
>
>
>   git://git.kraxel.org/qemu tags/pull-gtk-20140611-1
>
> for you to fetch changes up to fa7a1e521943f838ab1dc02fdb29473a608ca5f4:
>
>   gtk: update window size after showing/hiding tabs (2014-06-11 14:26:49 +0200)
>
> ----------------------------------------------------------------
> gtk: misc fixes & cleanups.

Applied, thanks.

-- PMM