mbox

[PULL,00/24] gtk: ui overhaul, multiwindow support.

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

Pull-request

git://git.kraxel.org/qemu tags/pull-gtk-7

Message

Gerd Hoffmann May 26, 2014, 8:13 a.m. UTC
Hi,

This series adds multiwindow support to the gtk ui.
Also brings some cleanups and bugfixes.

cheers,
  Gerd

The following changes since commit 178ac111bca16c08a79b2609ebdc75197bea976a:

  Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging (2014-05-22 19:04:49 +0100)

are available in the git repository at:


  git://git.kraxel.org/qemu tags/pull-gtk-7

for you to fetch changes up to 6fa27697514bb45e80fcb57f38054a8833f87ff9:

  gtk: workaround gtk2 vte resize issue (2014-05-26 08:41:04 +0200)

----------------------------------------------------------------
gtk: ui overhaul, multiwindow support.

----------------------------------------------------------------
Bruce Rogers (1):
      gtk: Add handling for the xfree86 keycodes

Cole Robinson (1):
      gtk: Add a scrollbar for text consoles

Gerd Hoffmann (22):
      gtk: zap scrolled_window
      gtk: zap vte size requests
      gtk: cleanup CONFIG_VTE ifdef a bit.
      gtk: remove page numbering assumtions from the code
      gtk: VirtualConsole restruction
      gtk: move vga state into VirtualGfxConsole
      gtk: support multiple gfx displays
      gtk: use device type as label
      gtk: simplify resize
      gtk: allow moving tabs to windows and back.
      gtk: add tab to trace events
      gtk: add gd_grab trace event
      gtk: keep track of grab owner
      gtk: skip keyboard grab when hover autograb is active
      gtk: update gd_update_caption
      gtk: fix grab checks
      gtk: update all windows on mouse mode changes
      gtk: detached window pointer grabs
      gtk: enable untabify for gfx
      gtk: zap unused global_state
      gtk: window sizing overhaul
      gtk: workaround gtk2 vte resize issue

 trace-events |    7 +-
 ui/gtk.c     | 1108 ++++++++++++++++++++++++++++++++++++++--------------------
 2 files changed, 738 insertions(+), 377 deletions(-)

Comments

Peter Maydell May 28, 2014, 10:56 a.m. UTC | #1
On 26 May 2014 09:13, Gerd Hoffmann <kraxel@redhat.com> wrote:
>   Hi,
>
> This series adds multiwindow support to the gtk ui.
> Also brings some cleanups and bugfixes.
>
> cheers,
>   Gerd
>
> The following changes since commit 178ac111bca16c08a79b2609ebdc75197bea976a:
>
>   Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging (2014-05-22 19:04:49 +0100)
>
> are available in the git repository at:
>
>
>   git://git.kraxel.org/qemu tags/pull-gtk-7
>
> for you to fetch changes up to 6fa27697514bb45e80fcb57f38054a8833f87ff9:
>
>   gtk: workaround gtk2 vte resize issue (2014-05-26 08:41:04 +0200)
>
> ----------------------------------------------------------------
> gtk: ui overhaul, multiwindow support.
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM