summaryrefslogtreecommitdiff
path: root/image/toolbar.qrc
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2014-09-18 14:09:55 -0700
committerGerald Combs <gerald@wireshark.org>2014-09-20 19:54:04 +0000
commit8576e1c103cb0606d100c31b9794bcdb61bd50c6 (patch)
tree429fcda5b0cf673edf8411b2b65e79f2c8bd9d71 /image/toolbar.qrc
parent801824b8a7a9885ab066ee7d10e7e03a2a948315 (diff)
downloadwireshark-8576e1c103cb0606d100c31b9794bcdb61bd50c6.tar.gz
Qt: Add stock icons.
The new icons are patterned after the existing capture icons. They could probably benefit from some adjustments here and there. Start moving toward icon names and a directory layout compliant with freedesktop.org's Icon Naming Specification and Icon Theme Specification. We aren't fully compliant and might never be but anyone with exposure to FDO icon themes should at least know where everything is. Make Capture Start (x-capture-start) the first icon in the toolbar. Define the Colorize Packets, Auto Scroll, and zoom icons even though the Qt UI doesn't use them yet. Leave the Capture Filter, Display Filter, Coloring Rules, Preferences, and Help icons off for now. The GTK+ toolbar is overly cluttered and I'm not sure they're necessary. Try not to break ui/gtk/toolbar_icons.h. Remove welcome.qrc. I initially added it in case we needed to overlay the welcome screen with translucent .pngs but that never happened. To do: - Move the old GTK+ icons to their own directory. - Find a better name for the "toolbar" directory. "stock"? - Make the toolbar configurable. Change-Id: Ie07592113d307b8db786aedace672312a870fe38 Reviewed-on: https://code.wireshark.org/review/4182 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'image/toolbar.qrc')
-rw-r--r--image/toolbar.qrc57
1 files changed, 51 insertions, 6 deletions
diff --git a/image/toolbar.qrc b/image/toolbar.qrc
index dc06cf7dfb..d17e6b6167 100644
--- a/image/toolbar.qrc
+++ b/image/toolbar.qrc
@@ -1,18 +1,63 @@
<RCC>
- <qresource prefix="/toolbar/main">
- <file>capture_start_24.png</file>
- <file>capture_stop_24.png</file>
- <file>capture_start_active_24.png</file>
- <file>toolbar/toolbar_wireshark_file_24.png</file>
- </qresource>
<qresource prefix="/menu/help">
<file alias="wsicon16.png">wsicon16.png</file>
<file alias="gnome_emblem_web_16.png">toolbar/gnome_emblem_web_16.png</file>
<file alias="wsicon-ask.png">wsicon-ask.png</file>
+ <file>toolbar/16x16/go-first.png</file>
+ <file>toolbar/16x16/go-jump.png</file>
+ <file>toolbar/16x16/go-last.png</file>
+ <file>toolbar/16x16/go-next.png</file>
+ <file>toolbar/16x16/go-next.svg.png</file>
+ <file>toolbar/16x16/go-previous.svg</file>
+ <file>toolbar/16x16/x-colorize-packets.png</file>
+ <file>toolbar/16x16/x-resize-columns.png</file>
+ <file>toolbar/16x16/x-stay-last.png</file>
+ <file>toolbar/16x16/zoom-in.png</file>
+ <file>toolbar/16x16/zoom-original.png</file>
+ <file>toolbar/16x16/zoom-out.png</file>
+ <file>toolbar/24x24/go-first.png</file>
+ <file>toolbar/24x24/go-jump.png</file>
+ <file>toolbar/24x24/go-last.png</file>
+ <file>toolbar/24x24/go-next.png</file>
+ <file>toolbar/24x24/go-previous.png</file>
+ <file>toolbar/24x24/x-colorize-packets.png</file>
+ <file>toolbar/24x24/x-resize-columns.png</file>
+ <file>toolbar/24x24/x-stay-last.png</file>
+ <file>toolbar/24x24/zoom-in.png</file>
+ <file>toolbar/24x24/zoom-original.png</file>
+ <file>toolbar/24x24/zoom-out.png</file>
</qresource>
<qresource prefix="/stock">
<file>minus-8.png</file>
<file>plus-8.png</file>
<file>copy-8.png</file>
</qresource>
+ <qresource prefix="/icons">
+ <file>toolbar/16x16/edit-find.png</file>
+ <file>toolbar/16x16/go-first.png</file>
+ <file>toolbar/16x16/go-jump.png</file>
+ <file>toolbar/16x16/go-last.png</file>
+ <file>toolbar/16x16/go-next.png</file>
+ <file>toolbar/16x16/go-previous.png</file>
+ <file>toolbar/16x16/x-capture-file-close.png</file>
+ <file>toolbar/16x16/x-capture-file-reload.png</file>
+ <file>toolbar/16x16/x-capture-file-save.png</file>
+ <file>toolbar/16x16/x-capture-options.png</file>
+ <file>toolbar/16x16/x-capture-restart.png</file>
+ <file>toolbar/16x16/x-capture-start.png</file>
+ <file>toolbar/16x16/x-capture-stop.png</file>
+ <file>toolbar/24x24/edit-find.png</file>
+ <file>toolbar/24x24/go-first.png</file>
+ <file>toolbar/24x24/go-jump.png</file>
+ <file>toolbar/24x24/go-last.png</file>
+ <file>toolbar/24x24/go-next.png</file>
+ <file>toolbar/24x24/go-previous.png</file>
+ <file>toolbar/24x24/x-capture-file-close.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-options.png</file>
+ <file>toolbar/24x24/x-capture-restart.png</file>
+ <file>toolbar/24x24/x-capture-start.png</file>
+ <file>toolbar/24x24/x-capture-stop.png</file>
+ </qresource>
</RCC>