All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/3] Fix & improve icon display on GTK and SDL frontends
@ 2019-01-10 12:00 Daniel P. Berrangé
  2019-01-10 12:00 ` [Qemu-devel] [PATCH v2 1/3] ui: install logo icons to $prefix/share/icons Daniel P. Berrangé
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Daniel P. Berrangé @ 2019-01-10 12:00 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.

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

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

end of thread, other threads:[~2019-01-11 10:43 UTC | newest]

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

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.