Wireshark-commits: [Wireshark-commits] master 66de69a: Use the Qt-provided media icons.
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=66de69aeaee944cf3130dc75fe3ecb7f383be897
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
66de69a by Gerald Combs (gerald@xxxxxxxxxxxxx):
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 <gerald@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Actions performed:
from 29be7bf LTE MAC Statistics Dialog
adds 66de69a Use the Qt-provided media icons.
Summary of changes:
Makefile.am | 3 -
image/toolbar.qrc | 2 -
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@xxxxxx | Bin 443 -> 0 bytes
image/toolbar/svg-to-png.sh | 4 +-
ui/qt/stock_icon.cpp | 89 +++++++----
ui/qt/stock_icon.h | 3 +
8 files changed, 61 insertions(+), 225 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@xxxxxx