qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] 881249: gtk: Allow to activate grab-on-hover


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 881249: gtk: Allow to activate grab-on-hover from the comm...
Date: Mon, 17 Mar 2014 09:30:04 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 881249c79292b6883ecf4bdb79c11cc7dbdb4878
      
https://github.com/qemu/qemu/commit/881249c79292b6883ecf4bdb79c11cc7dbdb4878
  Author: Jan Kiszka <address@hidden>
  Date:   2014-03-17 (Mon, 17 Mar 2014)

  Changed paths:
    M include/ui/console.h
    M qemu-options.hx
    M ui/gtk.c
    M vl.c

  Log Message:
  -----------
  gtk: Allow to activate grab-on-hover from the command line

As long as we have no persistent GTK configuration, this allows to
enable the useful grab-on-hover feature already when starting the VM.

Signed-off-by: Jan Kiszka <address@hidden>

[ kraxel: fix warning with CONFIG_GTK=n ]

Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: 298526fe92d0b35ea343f8ddcc3a1d54cb422494
      
https://github.com/qemu/qemu/commit/298526fe92d0b35ea343f8ddcc3a1d54cb422494
  Author: Cole Robinson <address@hidden>
  Date:   2014-03-17 (Mon, 17 Mar 2014)

  Changed paths:
    M ui/gtk.c

  Log Message:
  -----------
  gtk: Fix mouse warping with gtk3

We were using the wrong coordinates, this fixes things to match the
original gtk2 implementation.

You can see this error in action by using -vga qxl, however even after this
patch the mouse warps in small increments up and to the left, -7x and -3y
pixels at a time, until the pointer is warped off the widget. I think it's
a qxl bug, but the next patch covers it up.

Signed-off-by: Cole Robinson <address@hidden>
Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: 2bda66028b4962c36d4eabe2995edab12df93691
      
https://github.com/qemu/qemu/commit/2bda66028b4962c36d4eabe2995edab12df93691
  Author: Cole Robinson <address@hidden>
  Date:   2014-03-17 (Mon, 17 Mar 2014)

  Changed paths:
    M ui/gtk.c

  Log Message:
  -----------
  gtk: Don't warp absolute pointer

This matches the behavior of SDL, and makes the mouse usable when
using -display gtk -vga qxl

https://bugzilla.redhat.com/show_bug.cgi?id=1051724
Signed-off-by: Cole Robinson <address@hidden>
Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: 87f639629334c4592c3ba1011af0f691db1e7ed1
      
https://github.com/qemu/qemu/commit/87f639629334c4592c3ba1011af0f691db1e7ed1
  Author: Peter Maydell <address@hidden>
  Date:   2014-03-17 (Mon, 17 Mar 2014)

  Changed paths:
    M include/ui/console.h
    M qemu-options.hx
    M ui/gtk.c
    M vl.c

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/kraxel/tags/pull-gtk-3' into staging

gtk: warp bugfixes.
gtk: Allow to activate grab-on-hover from the command line

# gpg: Signature made Mon 17 Mar 2014 13:35:35 GMT using RSA key ID D3E87138
# gpg: Good signature from "Gerd Hoffmann (work) <address@hidden>"
# gpg:                 aka "Gerd Hoffmann <address@hidden>"
# gpg:                 aka "Gerd Hoffmann (private) <address@hidden>"

* remotes/kraxel/tags/pull-gtk-3:
  gtk: Don't warp absolute pointer
  gtk: Fix mouse warping with gtk3
  gtk: Allow to activate grab-on-hover from the command line

Signed-off-by: Peter Maydell <address@hidden>


Compare: https://github.com/qemu/qemu/compare/087edb503afe...87f639629334

reply via email to

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