qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 0/5] Ui 20190121 patches
@ 2019-01-21 14:11 Gerd Hoffmann
  2019-01-21 14:11 ` [Qemu-devel] [PULL 1/5] ui: install logo icons to $prefix/share/icons Gerd Hoffmann
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Gerd Hoffmann @ 2019-01-21 14:11 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann

The following changes since commit 681d61362d3f766a00806b89d6581869041f73cb:

  Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into staging (2019-01-17 12:48:42 +0000)

are available in the git repository at:

  git://git.kraxel.org/qemu tags/ui-20190121-pull-request

for you to fetch changes up to fbd57c754f32804a63295f70f271d1ef128ee590:

  egl-helpers.h: do not depend on X11 Window type, use EGLNativeWindowType (2019-01-21 09:44:32 +0100)

----------------------------------------------------------------
ui: highres logo for sdl and gtk, bugfixes for vnc and egl.

----------------------------------------------------------------

Alexander Kanavin (1):
  egl-helpers.h: do not depend on X11 Window type, use
    EGLNativeWindowType

Daniel P. Berrangé (3):
  ui: install logo icons to $prefix/share/icons
  ui: fix icon display for GTK frontend under GNOME Shell with Wayland
  sdl: add support for high resolution window icon

Gerd Hoffmann (1):
  vnc: detect and optimize pageflips

 configure                                          |  47 +++++++++++++++++++++
 Makefile                                           |  16 ++++++-
 include/ui/egl-helpers.h                           |   2 +-
 include/ui/sdl2.h                                  |   3 ++
 ui/egl-helpers.c                                   |   4 +-
 ui/gtk-egl.c                                       |   3 +-
 ui/gtk.c                                           |  18 +++-----
 ui/sdl2.c                                          |  22 +++++-----
 ui/vnc.c                                           |  25 +++++++++--
 pc-bios/qemu-icon.bmp                              | Bin 630 -> 0 bytes
 ui/icons/Makefile                                  |  13 ++++++
 pc-bios/qemu_logo_no_text.svg => ui/icons/qemu.svg |   0
 ui/icons/qemu_128x128.png                          | Bin 0 -> 8286 bytes
 ui/icons/qemu_16x16.png                            | Bin 0 -> 765 bytes
 ui/icons/qemu_24x24.png                            | Bin 0 -> 1201 bytes
 ui/icons/qemu_256x256.png                          | Bin 0 -> 17572 bytes
 ui/icons/qemu_32x32.bmp                            | Bin 0 -> 4234 bytes
 ui/icons/qemu_32x32.png                            | Bin 0 -> 1696 bytes
 ui/icons/qemu_48x48.png                            | Bin 0 -> 2694 bytes
 ui/icons/qemu_512x512.png                          | Bin 0 -> 38007 bytes
 ui/icons/qemu_64x64.png                            | Bin 0 -> 3807 bytes
 ui/qemu.desktop                                    |   8 ++++
 22 files changed, 131 insertions(+), 30 deletions(-)
 delete mode 100644 pc-bios/qemu-icon.bmp
 create mode 100644 ui/icons/Makefile
 rename pc-bios/qemu_logo_no_text.svg => ui/icons/qemu.svg (100%)
 create mode 100644 ui/icons/qemu_128x128.png
 create mode 100644 ui/icons/qemu_16x16.png
 create mode 100644 ui/icons/qemu_24x24.png
 create mode 100644 ui/icons/qemu_256x256.png
 create mode 100644 ui/icons/qemu_32x32.bmp
 create mode 100644 ui/icons/qemu_32x32.png
 create mode 100644 ui/icons/qemu_48x48.png
 create mode 100644 ui/icons/qemu_512x512.png
 create mode 100644 ui/icons/qemu_64x64.png
 create mode 100644 ui/qemu.desktop

-- 
2.9.3

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2019-01-23 21:50 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-21 14:11 [Qemu-devel] [PULL 0/5] Ui 20190121 patches Gerd Hoffmann
2019-01-21 14:11 ` [Qemu-devel] [PULL 1/5] ui: install logo icons to $prefix/share/icons Gerd Hoffmann
2019-01-21 14:11 ` [Qemu-devel] [PULL 2/5] ui: fix icon display for GTK frontend under GNOME Shell with Wayland Gerd Hoffmann
2019-01-21 14:11 ` [Qemu-devel] [PULL 3/5] sdl: add support for high resolution window icon Gerd Hoffmann
2019-01-21 14:11 ` [Qemu-devel] [PULL 4/5] vnc: detect and optimize pageflips Gerd Hoffmann
2019-01-21 14:11 ` [Qemu-devel] [PULL 5/5] egl-helpers.h: do not depend on X11 Window type, use EGLNativeWindowType Gerd Hoffmann
2019-01-22 16:08 ` [Qemu-devel] [PULL 0/5] Ui 20190121 patches Peter Maydell
2019-01-23  8:40   ` Gerd Hoffmann
2019-01-23 21:50 ` Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).