aboutsummaryrefslogtreecommitdiffstats
path: root/image/stock_icons.qrc
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2019-06-20 09:53:51 -0700
committerGerald Combs <gerald@wireshark.org>2019-06-20 20:50:25 +0000
commit0d150d241f96970653db1212039aa18f6e3b1622 (patch)
tree72010da2a076bb6ba53fafc2c9b067600dc020cb /image/stock_icons.qrc
parent0c45cefab20006d4092a13286b31e39bdff31546 (diff)
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@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'image/stock_icons.qrc')
-rw-r--r--image/stock_icons.qrc24
1 files changed, 16 insertions, 8 deletions
diff --git a/image/stock_icons.qrc b/image/stock_icons.qrc
index 0b38e0a591..c38bd14326 100644
--- a/image/stock_icons.qrc
+++ b/image/stock_icons.qrc
@@ -4,18 +4,26 @@
<file>wsicon-ask.png</file>
</qresource>
<qresource prefix="/stock">
- <file>minus-8.png</file>
<file alias="plus-8.png">stock_icons/8x8/list-add.template.png</file>
- <file>copy-8.png</file>
- <file>delete_list.png</file>
- <file>delete_list@2x.png</file>
- <file>arrow_up.png</file>
- <file>arrow_up@2x.png</file>
- <file>arrow_down.png</file>
- <file>arrow_down@2x.png</file>
+ <file alias="minus-8.png">stock_icons/8x8/list-remove.template.png</file>
+ <file alias="copy-8.png">stock_icons/8x8/list-copy.template.png</file>
+ <file alias="delete_list.png">stock_icons/8x8/list-clear.template.png</file>
+ <file alias="delete_list@2x.png">stock_icons/8x8/list-clear.template@2x.png</file>
+ <file alias="arrow_up.png">stock_icons/8x8/list-move-up.template.png</file>
+ <file alias="arrow_up@2x.png">stock_icons/8x8/list-move-up.template@2x.png</file>
+ <file alias="arrow_down.png">stock_icons/8x8/list-move-down.template.png</file>
+ <file alias="arrow_down@2x.png">stock_icons/8x8/list-move-down.template@2x.png</file>
</qresource>
<qresource prefix="">
<file>stock_icons/8x8/list-add.template.png</file>
+ <file>stock_icons/8x8/list-remove.template.png</file>
+ <file>stock_icons/8x8/list-copy.template.png</file>
+ <file>stock_icons/8x8/list-clear.template.png</file>
+ <file>stock_icons/8x8/list-clear.template@2x.png</file>
+ <file>stock_icons/8x8/list-move-up.template.png</file>
+ <file>stock_icons/8x8/list-move-up.template@2x.png</file>
+ <file>stock_icons/8x8/list-move-down.template.png</file>
+ <file>stock_icons/8x8/list-move-down.template@2x.png</file>
<file>stock_icons/14x14/x-capture-comment-update.png</file>
<file>stock_icons/14x14/x-capture-comment-update@2x.png</file>
<file>stock_icons/14x14/x-capture-filter-bookmark.png</file>