1. 19 10月, 2015 1 次提交
  2. 08 10月, 2015 2 次提交
  3. 25 9月, 2015 1 次提交
    • D
      gtk: avoid redefining _WIN32_WINNT macro · c8f3f17c
      Daniel P. Berrange 提交于
      When building for Mingw64 target on Fedora 22 a warning
      is issued about _WIN32_WINNT being redefined.
      
      In file included from ui/gtk.c:40:0:
      include/ui/gtk.h:5:0: warning: "_WIN32_WINNT" redefined
       # define _WIN32_WINNT 0x0601 /* needed to get definition of MAPVK_VK_TO_VSC */
        ^
      In file included from /usr/i686-w64-mingw32/sys-root/mingw/include/crtdefs.h:10:0,
                       from /usr/i686-w64-mingw32/sys-root/mingw/include/stdio.h:9,
                       from /home/berrange/src/virt/qemu/include/qemu/fprintf-fn.h:12,
                       from /home/berrange/src/virt/qemu/include/qemu-common.h:18,
                       from ui/gtk.c:37:
      /usr/i686-w64-mingw32/sys-root/mingw/include/_mingw.h:225:0: note: this is the location of the previous definition
       #define _WIN32_WINNT 0x502
       ^
      
      Rather than try to get MAPVK_VK_TO_VSC defined indirectly
      by defining _WIN32_WINNT, instead just define it explicitly
      if missing.
      Signed-off-by: NDaniel P. Berrange <berrange@redhat.com>
      Signed-off-by: NStefan Weil <sw@weilnetz.de>
      Acked-by: NPaolo Bonzini <pbonzini@redhat.com>
      c8f3f17c
  4. 15 9月, 2015 6 次提交
  5. 11 6月, 2015 1 次提交
  6. 29 5月, 2015 2 次提交
  7. 06 5月, 2015 3 次提交
  8. 27 4月, 2015 2 次提交
  9. 22 4月, 2015 3 次提交
  10. 27 3月, 2015 1 次提交
  11. 19 1月, 2015 1 次提交
  12. 21 11月, 2014 2 次提交
  13. 04 11月, 2014 5 次提交
  14. 28 10月, 2014 2 次提交
  15. 15 10月, 2014 2 次提交
  16. 11 7月, 2014 1 次提交
    • J
      ui/gtk: Restore keyboard focus after Page change · e72b59fa
      John Snow 提交于
      (Resending for correct email addresses via MAINTAINERS ...)
      
      In the GTK UI, after changing focus to the qemu monitor Notebook Page,
      when restoring focus to the virtual machine page, the keyboard focus is lost
      to a hidden GTK widget. Focus can only be restored to the virtual machine by
      pressing "tab" or any of the four directional arrow keys.
      
      Clicking in the window or grabbing/ungrabbing input does not restore keyboard
      focus to the child widget.
      
      This patch adjusts the Notebook page switching callback to automatically
      steal keyboard focus on the Page switch event, so that keyboard input
      does not appear to break or disappear after tabbing to the QEMU monitor.
      Signed-off-by: NJohn Snow <jsnow@redhat.com>
      Signed-off-by: NGerd Hoffmann <kraxel@redhat.com>
      e72b59fa
  17. 11 6月, 2014 4 次提交
  18. 26 5月, 2014 1 次提交