aboutsummaryrefslogtreecommitdiffstats
path: root/image
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2019-06-16 11:07:13 -0700
committerAnders Broman <a.broman58@gmail.com>2019-06-17 00:46:21 +0000
commit178e7ce9a533ba9e5e152c9f7bc08f5ba8f25f0b (patch)
tree2b668ea6426fd35b212c14d951f5b11f6fe2b3a7 /image
parentc6bed352540a8859c3820ad38de52ae7bf27cbe6 (diff)
Qt: Filter expression toolbar dark mode updates.
Move plus-8.png to stock_icons/8x8 and rename it list-add.template.png which conforms to the Freedesktop icon naming specifications and makes it a template icon. Update our style sheet when we recive a QEvent::PaletteChange. Ping-Bug: 15511 Change-Id: I4b8ddcb4eb64f11faec21d5df4a3fd7fdc5cf488 Reviewed-on: https://code.wireshark.org/review/33626 Reviewed-by: Gerald Combs <gerald@wireshark.org> Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'image')
-rw-r--r--image/README.image2
-rw-r--r--image/stock_icons.qrc3
-rw-r--r--image/stock_icons/8x8/list-add.template.png (renamed from image/plus-8.png)bin81 -> 81 bytes
3 files changed, 3 insertions, 2 deletions
diff --git a/image/README.image b/image/README.image
index b86dfdb73a..36196e25de 100644
--- a/image/README.image
+++ b/image/README.image
@@ -41,7 +41,7 @@ image/capture_comment_add.png created from elements in
image/capture_comment_disabled.png accessories-text-editor.svg and
image/capture_comment_update.png paper-sheets.svg
-plus-8.png macOS style add / remove icons. Created by Peter Hosey.
+list-add.png macOS style add / remove icons. Created by Peter Hosey.
minus-8.png Released under CC-PD.
copy-8.png macOS style copy icon.
diff --git a/image/stock_icons.qrc b/image/stock_icons.qrc
index 71a3346db8..0b38e0a591 100644
--- a/image/stock_icons.qrc
+++ b/image/stock_icons.qrc
@@ -5,7 +5,7 @@
</qresource>
<qresource prefix="/stock">
<file>minus-8.png</file>
- <file>plus-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>
@@ -15,6 +15,7 @@
<file>arrow_down@2x.png</file>
</qresource>
<qresource prefix="">
+ <file>stock_icons/8x8/list-add.template.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>
diff --git a/image/plus-8.png b/image/stock_icons/8x8/list-add.template.png
index f4796f1b7e..f4796f1b7e 100644
--- a/image/plus-8.png
+++ b/image/stock_icons/8x8/list-add.template.png
Binary files differ