From 66de69aeaee944cf3130dc75fe3ecb7f383be897 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Tue, 22 Sep 2015 09:08:39 -0700 Subject: Use the Qt-provided media icons. Use Qt's standard pixmaps to build our media playback, stop, and pause icons. Note that we probably don't want to do this for all of the available standard pixmaps. Change-Id: I78541a46a65583d7365cd601c578ebe8f197c060 Reviewed-on: https://code.wireshark.org/review/10609 Petri-Dish: Gerald Combs Tested-by: Petri Dish Buildbot Reviewed-by: Alexis La Goutte --- image/toolbar/12x12/media-playback-start.png | Bin 256 -> 0 bytes image/toolbar/12x12/media-playback-start.svg | 185 ------------------------ image/toolbar/12x12/media-playback-start@2x.png | Bin 443 -> 0 bytes image/toolbar/svg-to-png.sh | 4 +- 4 files changed, 2 insertions(+), 187 deletions(-) delete mode 100644 image/toolbar/12x12/media-playback-start.png delete mode 100644 image/toolbar/12x12/media-playback-start.svg delete mode 100644 image/toolbar/12x12/media-playback-start@2x.png (limited to 'image/toolbar') diff --git a/image/toolbar/12x12/media-playback-start.png b/image/toolbar/12x12/media-playback-start.png deleted file mode 100644 index 065d7550e2..0000000000 Binary files a/image/toolbar/12x12/media-playback-start.png and /dev/null differ diff --git a/image/toolbar/12x12/media-playback-start.svg b/image/toolbar/12x12/media-playback-start.svg deleted file mode 100644 index 25156d9dd2..0000000000 --- a/image/toolbar/12x12/media-playback-start.svg +++ /dev/null @@ -1,185 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/image/toolbar/12x12/media-playback-start@2x.png b/image/toolbar/12x12/media-playback-start@2x.png deleted file mode 100644 index 7bdf1bdeca..0000000000 Binary files a/image/toolbar/12x12/media-playback-start@2x.png and /dev/null differ diff --git a/image/toolbar/svg-to-png.sh b/image/toolbar/svg-to-png.sh index cf78ac9587..a4fbc27152 100755 --- a/image/toolbar/svg-to-png.sh +++ b/image/toolbar/svg-to-png.sh @@ -52,7 +52,6 @@ ICONS=" go-last go-next go-previous - media-playback-start x-capture-file-close x-capture-file-save x-capture-file-reload @@ -84,7 +83,8 @@ ICONS=" QRC_FILES="" -for SIZE in 12x12 14x14 16x16 24x14 24x14 ; do +# 12x12 +for SIZE in 14x14 16x16 24x14 24x14 ; do WIDTH=${SIZE/x*/} HEIGHT=${SIZE/*x/} SIZE_DIR=${SIZE} -- cgit v1.2.1