URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0d150d241f96970653db1212039aa18f6e3b1622
Submitter: "Gerald Combs <gerald@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
0d150d2 by Gerald Combs (gerald@xxxxxxxxxxxxx):
Qt: Convert the list management icons to templates.
Move the rest of the list management icons (remove, copy, clear, up, and
down) to the stock_icons directory. Convert them to templates by adding
".template" to their name.
Switch the UAT dialog to the "new" icons.
Convert the image README to .adoc.
To do:
- Make sure the icons are actually black.
- Convert the rest of the preference dialogs and other consumers.
Ping-Bug: 15511
Change-Id: Ie39afd52585ecbb644812be9f2762fede6e449ba
Reviewed-on: https://code.wireshark.org/review/33687
Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Actions performed:
from 0c45cef iso14443: add unverified crc to the proto tree
add 0d150d2 Qt: Convert the list management icons to templates.
Summary of changes:
image/README.adoc | 47 +++++++++++
image/README.image | 50 ------------
image/stock_icons.qrc | 24 ++++--
.../8x8/list-clear.template.png} | Bin
.../8x8/list-clear.template@xxxxxx} | Bin
.../8x8/list-copy.template.png} | Bin
.../8x8/list-copy.template.xcf} | Bin
.../8x8/list-move-down.template.png} | Bin
.../8x8/list-move-down.template@xxxxxx} | Bin
.../8x8/list-move-up.template.png} | Bin
.../8x8/list-move-up.template@xxxxxx} | Bin
.../8x8/list-remove.template.png} | Bin
ui/qt/uat_dialog.cpp | 8 ++
ui/qt/uat_dialog.ui | 87 +++++++--------------
14 files changed, 101 insertions(+), 115 deletions(-)
create mode 100644 image/README.adoc
delete mode 100644 image/README.image
rename image/{delete_list.png => stock_icons/8x8/list-clear.template.png} (100%)
rename image/{delete_list@xxxxxx => stock_icons/8x8/list-clear.template@xxxxxx} (100%)
rename image/{copy-8.png => stock_icons/8x8/list-copy.template.png} (100%)
rename image/{copy-8.xcf => stock_icons/8x8/list-copy.template.xcf} (100%)
rename image/{arrow_down.png => stock_icons/8x8/list-move-down.template.png} (100%)
rename image/{arrow_down@xxxxxx => stock_icons/8x8/list-move-down.template@xxxxxx} (100%)
rename image/{arrow_up.png => stock_icons/8x8/list-move-up.template.png} (100%)
rename image/{arrow_up@xxxxxx => stock_icons/8x8/list-move-up.template@xxxxxx} (100%)
rename image/{minus-8.png => stock_icons/8x8/list-remove.template.png} (100%)