From: "Daniel P. Berrangé" <berrange@redhat.com>
To: qemu-devel@nongnu.org
Cc: "Gerd Hoffmann" <kraxel@redhat.com>,
"Daniel P. Berrangé" <berrange@redhat.com>
Subject: [Qemu-devel] [PATCH 0/3] Fix & improve icon display on GTK and SDL frontends
Date: Tue, 18 Dec 2018 14:26:26 +0000 [thread overview]
Message-ID: <20181218142629.15943-1-berrange@redhat.com> (raw)
This series improves the GTK and SDL frontends so that they display the
high quality QEMU logo.
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
Makefile | 16 ++++++++++-
configure | 27 ++++++++++++++++++
include/ui/sdl2.h | 3 ++
ui/gtk.c | 18 ++++--------
.../icons/qemu.svg | 0
ui/icons/qemu_128x128.png | Bin 0 -> 7761 bytes
ui/icons/qemu_16x16.png | Bin 0 -> 751 bytes
ui/icons/qemu_24x24.png | Bin 0 -> 1167 bytes
ui/icons/qemu_256x256.png | Bin 0 -> 16216 bytes
.../qemu-icon.bmp => ui/icons/qemu_32x32.bmp | Bin
ui/icons/qemu_32x32.png | Bin 0 -> 1656 bytes
ui/icons/qemu_48x48.png | Bin 0 -> 2604 bytes
ui/icons/qemu_512x512.png | Bin 0 -> 34609 bytes
ui/icons/qemu_64x64.png | Bin 0 -> 3588 bytes
ui/qemu.desktop | 8 ++++++
ui/sdl2.c | 22 +++++++-------
16 files changed, 71 insertions(+), 23 deletions(-)
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
rename pc-bios/qemu-icon.bmp => ui/icons/qemu_32x32.bmp (100%)
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.19.2
next reply other threads:[~2018-12-18 14:26 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-12-18 14:26 Daniel P. Berrangé [this message]
2018-12-18 14:26 ` [Qemu-devel] [PATCH 1/3] ui: install logo icons to $prefix/share/icons Daniel P. Berrangé
2018-12-19 7:20 ` Gerd Hoffmann
2018-12-19 10:03 ` Daniel P. Berrangé
2018-12-19 10:19 ` Gerd Hoffmann
2018-12-19 10:23 ` Daniel P. Berrangé
2018-12-18 14:26 ` [Qemu-devel] [PATCH 2/3] ui: fix icon display for GTK frontend under GNOME Shell with Wayland Daniel P. Berrangé
2018-12-18 14:26 ` [Qemu-devel] [PATCH 3/3] sdl: add support for high resolution window icon Daniel P. Berrangé
2018-12-25 1:34 ` [Qemu-devel] [PATCH 0/3] Fix & improve icon display on GTK and SDL frontends no-reply
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=20181218142629.15943-1-berrange@redhat.com \
--to=berrange@redhat.com \
--cc=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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.