aboutsummaryrefslogtreecommitdiffstats
path: root/image
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2014-09-22 09:59:02 -0700
committerGerald Combs <gerald@wireshark.org>2014-09-23 02:42:14 +0000
commitd3cd4c4b28d66d5d41a6c6a10bdf6f96187108a7 (patch)
tree9b54cf528685ec05b927ff9cd6a9028afcd39220 /image
parentbe3246060e465d118afa8cc80a3015bdec8ffde6 (diff)
Qt: Re-enable menu icons.
The GNOME HIG says "Where a corresponding toolbar icon exists, a menu icon should mirror its design." The Windows and OS X HIGs say that you should use them for common or familiar actions but otherwise avoid clutter. I think icons in the "File" menu look like crap. Try to strike a balance. Use the 16x16 application icon for both the main web site and the wiki since that's the favicon used on both sites. Assume that "Reload" isn't used very often and remove it from the toolbar. Don't use a menu icon for the about box. Other minor fixups. Change-Id: I855211c218d266c2e9ed5acbe05a08750ab6d157 Reviewed-on: https://code.wireshark.org/review/4246 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'image')
-rw-r--r--image/toolbar.qrc28
-rw-r--r--image/toolbar/16x16/go-next.svg.pngbin492 -> 0 bytes
2 files changed, 2 insertions, 26 deletions
diff --git a/image/toolbar.qrc b/image/toolbar.qrc
index 2dfff428d9..631b6cb63c 100644
--- a/image/toolbar.qrc
+++ b/image/toolbar.qrc
@@ -1,31 +1,7 @@
<RCC>
<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>
+ <file>wsicon16.png</file>
+ <file>wsicon-ask.png</file>
</qresource>
<qresource prefix="/stock">
<file>minus-8.png</file>
diff --git a/image/toolbar/16x16/go-next.svg.png b/image/toolbar/16x16/go-next.svg.png
deleted file mode 100644
index 4085344e5d..0000000000
--- a/image/toolbar/16x16/go-next.svg.png
+++ /dev/null
Binary files differ