qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] Fix & improve icon display on GTK and SDL frontends
@ 2018-12-18 14:26 Daniel P. Berrangé
  2018-12-18 14:26 ` [Qemu-devel] [PATCH 1/3] ui: install logo icons to $prefix/share/icons Daniel P. Berrangé
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Daniel P. Berrangé @ 2018-12-18 14:26 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann, Daniel P. Berrangé

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

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

end of thread, other threads:[~2018-12-26  5:21 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-18 14:26 [Qemu-devel] [PATCH 0/3] Fix & improve icon display on GTK and SDL frontends Daniel P. Berrangé
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

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).