summaryrefslogtreecommitdiff
path: root/image/toolbar.qrc
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2015-09-02 14:51:33 -0700
committerGerald Combs <gerald@wireshark.org>2015-09-06 01:43:21 +0000
commit0e9389bb47e54ff0f4bbc288cb1adfde4a9ed045 (patch)
tree41f8177b3a469e1e115fbc786e483bd0f9b307f3 /image/toolbar.qrc
parent4f5937a18bf97cdd380a3812cde81efb0025c116 (diff)
downloadwireshark-0e9389bb47e54ff0f4bbc288cb1adfde4a9ed045.tar.gz
Display filter edit updates.
Have the bookmark button operate on saved display filters, similar to the "Filter:" button in the GTK+ UI. Expose the saved display filter list via a popup menu. Update the display filter icons. Make the "Apply" button wider. Remove the old icon assets. Add a StockIconToolButton class along with note explaining why it's necessary. Rename the "Filter Bookmarks" preference to "Filter Shortcuts". Suggestion for a better name are welcome. Change-Id: I0082d3f01b017253fa75e51cbff9beb17c41a209 Reviewed-on: https://code.wireshark.org/review/10390 Reviewed-by: Gerald Combs <gerald@wireshark.org> Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Diffstat (limited to 'image/toolbar.qrc')
-rw-r--r--image/toolbar.qrc26
1 files changed, 26 insertions, 0 deletions
diff --git a/image/toolbar.qrc b/image/toolbar.qrc
index dc72c68dc4..f4b9ec7208 100644
--- a/image/toolbar.qrc
+++ b/image/toolbar.qrc
@@ -11,6 +11,26 @@
<qresource prefix="/icons">
<file>toolbar/12x12/media-playback-start.png</file>
<file>toolbar/12x12/media-playback-start@2x.png</file>
+ <file>toolbar/14x14/x-filter-clear.png</file>
+ <file>toolbar/14x14/x-filter-clear@2x.png</file>
+ <file>toolbar/14x14/x-filter-clear.active.png</file>
+ <file>toolbar/14x14/x-filter-clear.active@2x.png</file>
+ <file>toolbar/14x14/x-filter-clear.selected.png</file>
+ <file>toolbar/14x14/x-filter-clear.selected@2x.png</file>
+ <file>toolbar/14x14/x-filter-bookmark.png</file>
+ <file>toolbar/14x14/x-filter-bookmark@2x.png</file>
+ <file>toolbar/14x14/x-filter-bookmark.active.png</file>
+ <file>toolbar/14x14/x-filter-bookmark.active@2x.png</file>
+ <file>toolbar/14x14/x-filter-bookmark.selected.png</file>
+ <file>toolbar/14x14/x-filter-bookmark.selected@2x.png</file>
+ <file>toolbar/14x14/x-filter-dropdown.png</file>
+ <file>toolbar/14x14/x-filter-dropdown@2x.png</file>
+ <file>toolbar/14x14/x-filter-matching-bookmark.png</file>
+ <file>toolbar/14x14/x-filter-matching-bookmark@2x.png</file>
+ <file>toolbar/14x14/x-filter-matching-bookmark.active.png</file>
+ <file>toolbar/14x14/x-filter-matching-bookmark.active@2x.png</file>
+ <file>toolbar/14x14/x-filter-matching-bookmark.selected.png</file>
+ <file>toolbar/14x14/x-filter-matching-bookmark.selected@2x.png</file>
<file>toolbar/16x16/edit-find.png</file>
<file>toolbar/16x16/edit-find@2x.png</file>
<file>toolbar/16x16/go-first.png</file>
@@ -51,6 +71,12 @@
<file>toolbar/16x16/zoom-original@2x.png</file>
<file>toolbar/16x16/zoom-out.png</file>
<file>toolbar/16x16/zoom-out@2x.png</file>
+ <file>toolbar/24x14/x-filter-apply.png</file>
+ <file>toolbar/24x14/x-filter-apply@2x.png</file>
+ <file>toolbar/24x14/x-filter-apply.active.png</file>
+ <file>toolbar/24x14/x-filter-apply.active@2x.png</file>
+ <file>toolbar/24x14/x-filter-apply.selected.png</file>
+ <file>toolbar/24x14/x-filter-apply.selected@2x.png</file>
<file>toolbar/24x24/edit-find.png</file>
<file>toolbar/24x24/edit-find@2x.png</file>
<file>toolbar/24x24/go-first.png</file>