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 v2 0/3] Fix & improve icon display on GTK and SDL frontends
Date: Thu, 10 Jan 2019 12:00:44 +0000 [thread overview]
Message-ID: <20190110120047.25369-1-berrange@redhat.com> (raw)
This series improves the GTK and SDL frontends so that they display the
high quality QEMU logo.
Changed in v2:
- Add a 'regenerate' make target in ui/icons to rebuild icons
from SVG using inkscape.
- Allow use of SDL_Image to be disabled with --enable-sdl-image
configure arg
- Reduce number of conditionals in SDL code
- Fix variable name typo in SDL code
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 | 47 ++++++++++++++++++
include/ui/sdl2.h | 3 ++
pc-bios/qemu-icon.bmp | Bin 630 -> 0 bytes
ui/gtk.c | 18 +++----
ui/icons/Makefile | 13 +++++
.../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 +++
ui/sdl2.c | 22 ++++----
18 files changed, 104 insertions(+), 23 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.19.2
next reply other threads:[~2019-01-10 12:01 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-01-10 12:00 Daniel P. Berrangé [this message]
2019-01-10 12:00 ` [Qemu-devel] [PATCH v2 1/3] ui: install logo icons to $prefix/share/icons Daniel P. Berrangé
2019-01-10 15:00 ` Eric Blake
2019-01-11 5:46 ` Gerd Hoffmann
2019-01-10 12:00 ` [Qemu-devel] [PATCH v2 2/3] ui: fix icon display for GTK frontend under GNOME Shell with Wayland Daniel P. Berrangé
2019-01-10 12:00 ` [Qemu-devel] [PATCH v2 3/3] sdl: add support for high resolution window icon Daniel P. Berrangé
2019-01-11 10:43 ` [Qemu-devel] [PATCH v2 0/3] Fix & improve icon display on GTK and SDL frontends Gerd Hoffmann
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=20190110120047.25369-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 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).