aboutsummaryrefslogtreecommitdiffstats
path: root/image/toolbar.qrc
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2014-10-27 17:32:26 -0700
committerGerald Combs <gerald@wireshark.org>2014-10-28 00:40:16 +0000
commitc5e66b172e1a2e3788e4a9500ae0d5bad7871f5c (patch)
treeede89eb9b4bbf16154505ac07db7239b21f355a7 /image/toolbar.qrc
parent84f0ce4e23e7a859d674d1f19fedada17a6e32be (diff)
Qt: Add a set of 2x 24-pixel toolbar icons.
Add a script to create each PNG from its source SVG using Inkscape (which can conveniently be run from the command line). Change-Id: Ief7410cf76fb1553ce56f1c6bc1ade03ab5db1d6 Reviewed-on: https://code.wireshark.org/review/4964 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'image/toolbar.qrc')
-rw-r--r--image/toolbar.qrc25
1 files changed, 23 insertions, 2 deletions
diff --git a/image/toolbar.qrc b/image/toolbar.qrc
index 9234cc1b59..695f52d89f 100644
--- a/image/toolbar.qrc
+++ b/image/toolbar.qrc
@@ -29,23 +29,44 @@
<file>toolbar/16x16/zoom-original.png</file>
<file>toolbar/16x16/zoom-out.png</file>
<file>toolbar/24x24/edit-find.png</file>
+ <file>toolbar/24x24/edit-find@2x.png</file>
<file>toolbar/24x24/go-first.png</file>
+ <file>toolbar/24x24/go-first@2x.png</file>
<file>toolbar/24x24/go-jump.png</file>
+ <file>toolbar/24x24/go-jump@2x.png</file>
<file>toolbar/24x24/go-last.png</file>
+ <file>toolbar/24x24/go-last@2x.png</file>
<file>toolbar/24x24/go-next.png</file>
+ <file>toolbar/24x24/go-next@2x.png</file>
<file>toolbar/24x24/go-previous.png</file>
- <file>toolbar/24x24/x-capture-file-close.png</file>
+ <file>toolbar/24x24/go-previous@2x.png</file>
<file>toolbar/24x24/x-capture-file-reload.png</file>
- <file>toolbar/24x24/x-capture-file-save.png</file>
+ <file>toolbar/24x24/x-capture-file-reload@2x.png</file>
<file>toolbar/24x24/x-capture-options.png</file>
+ <file>toolbar/24x24/x-capture-options@2x.png</file>
<file>toolbar/24x24/x-capture-restart.png</file>
+ <file>toolbar/24x24/x-capture-restart@2x.png</file>
<file>toolbar/24x24/x-capture-start.on.png</file>
+ <file>toolbar/24x24/x-capture-start.on@2x.png</file>
<file>toolbar/24x24/x-capture-start.png</file>
+ <file>toolbar/24x24/x-capture-start@2x.png</file>
<file>toolbar/24x24/x-capture-stop.png</file>
+ <file>toolbar/24x24/x-capture-stop@2x.png</file>
<file>toolbar/24x24/x-colorize-packets.png</file>
+ <file>toolbar/24x24/x-colorize-packets@2x.png</file>
<file>toolbar/24x24/x-resize-columns.png</file>
+ <file>toolbar/24x24/x-resize-columns@2x.png</file>
+ <file>toolbar/24x24/x-stay-last.png</file>
+ <file>toolbar/24x24/x-stay-last@2x.png</file>
<file>toolbar/24x24/zoom-in.png</file>
+ <file>toolbar/24x24/zoom-in@2x.png</file>
<file>toolbar/24x24/zoom-original.png</file>
+ <file>toolbar/24x24/zoom-original@2x.png</file>
<file>toolbar/24x24/zoom-out.png</file>
+ <file>toolbar/24x24/zoom-out@2x.png</file>
+ <file>toolbar/24x24/x-capture-file-close.png</file>
+ <file>toolbar/24x24/x-capture-file-close@2x.png</file>
+ <file>toolbar/24x24/x-capture-file-save.png</file>
+ <file>toolbar/24x24/x-capture-file-save@2x.png</file>
</qresource>
</RCC>