qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Gerd Hoffmann <kraxel@redhat.com>
To: qemu-devel@nongnu.org
Cc: Gerd Hoffmann <kraxel@redhat.com>
Subject: [Qemu-devel] [PULL 0/5] Ui 20190121 patches
Date: Mon, 21 Jan 2019 15:11:46 +0100	[thread overview]
Message-ID: <20190121141152.948-1-kraxel@redhat.com> (raw)

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

             reply	other threads:[~2019-01-21 14:12 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-21 14:11 Gerd Hoffmann [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190121141152.948-1-kraxel@redhat.com \
    --to=kraxel@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).