Display filter edit updates.
authorGerald Combs <gerald@wireshark.org>
Wed, 2 Sep 2015 21:51:33 +0000 (14:51 -0700)
committerGerald Combs <gerald@wireshark.org>
Sun, 6 Sep 2015 01:43:21 +0000 (01:43 +0000)
commit0e9389bb47e54ff0f4bbc288cb1adfde4a9ed045
tree41f8177b3a469e1e115fbc786e483bd0f9b307f3
parent4f5937a18bf97cdd380a3812cde81efb0025c116
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>
77 files changed:
Makefile.am
image/dfilter_apply_disabled.png [deleted file]
image/dfilter_apply_hover.png [deleted file]
image/dfilter_apply_normal.png [deleted file]
image/dfilter_apply_pressed.png [deleted file]
image/dfilter_bookmark_disabled.png [deleted file]
image/dfilter_bookmark_hover.png [deleted file]
image/dfilter_bookmark_normal.png [deleted file]
image/dfilter_bookmark_pressed.png [deleted file]
image/dfilter_dropdown.png [deleted file]
image/dfilter_erase_active.png [deleted file]
image/dfilter_erase_normal.png [deleted file]
image/dfilter_erase_selected.png [deleted file]
image/dfilter_refresh_active.png [deleted file]
image/dfilter_refresh_normal.png [deleted file]
image/display_filter.qrc [deleted file]
image/toolbar.qrc
image/toolbar/14x14/x-filter-bookmark.active.png [new file with mode: 0644]
image/toolbar/14x14/x-filter-bookmark.active.svg [new file with mode: 0644]
image/toolbar/14x14/x-filter-bookmark.active@2x.png [new file with mode: 0644]
image/toolbar/14x14/x-filter-bookmark.png [new file with mode: 0644]
image/toolbar/14x14/x-filter-bookmark.selected.png [new file with mode: 0644]
image/toolbar/14x14/x-filter-bookmark.selected.svg [new file with mode: 0644]
image/toolbar/14x14/x-filter-bookmark.selected@2x.png [new file with mode: 0644]
image/toolbar/14x14/x-filter-bookmark.svg [new file with mode: 0644]
image/toolbar/14x14/x-filter-bookmark@2x.png [new file with mode: 0644]
image/toolbar/14x14/x-filter-clear.active.png [new file with mode: 0644]
image/toolbar/14x14/x-filter-clear.active.svg [new file with mode: 0644]
image/toolbar/14x14/x-filter-clear.active@2x.png [new file with mode: 0644]
image/toolbar/14x14/x-filter-clear.png [new file with mode: 0644]
image/toolbar/14x14/x-filter-clear.selected.png [new file with mode: 0644]
image/toolbar/14x14/x-filter-clear.selected.svg [new file with mode: 0644]
image/toolbar/14x14/x-filter-clear.selected@2x.png [new file with mode: 0644]
image/toolbar/14x14/x-filter-clear.svg [new file with mode: 0644]
image/toolbar/14x14/x-filter-clear@2x.png [new file with mode: 0644]
image/toolbar/14x14/x-filter-dropdown.png [new file with mode: 0644]
image/toolbar/14x14/x-filter-dropdown.svg [new file with mode: 0644]
image/toolbar/14x14/x-filter-dropdown@2x.png [new file with mode: 0644]
image/toolbar/14x14/x-filter-matching-bookmark.active.png [new file with mode: 0644]
image/toolbar/14x14/x-filter-matching-bookmark.active.svg [new file with mode: 0644]
image/toolbar/14x14/x-filter-matching-bookmark.active@2x.png [new file with mode: 0644]
image/toolbar/14x14/x-filter-matching-bookmark.png [new file with mode: 0644]
image/toolbar/14x14/x-filter-matching-bookmark.selected.png [new file with mode: 0644]
image/toolbar/14x14/x-filter-matching-bookmark.selected.svg [new file with mode: 0644]
image/toolbar/14x14/x-filter-matching-bookmark.selected@2x.png [new file with mode: 0644]
image/toolbar/14x14/x-filter-matching-bookmark.svg [new file with mode: 0644]
image/toolbar/14x14/x-filter-matching-bookmark@2x.png [new file with mode: 0644]
image/toolbar/24x14/x-filter-apply.active.png [new file with mode: 0644]
image/toolbar/24x14/x-filter-apply.active.svg [new file with mode: 0644]
image/toolbar/24x14/x-filter-apply.active@2x.png [new file with mode: 0644]
image/toolbar/24x14/x-filter-apply.png [new file with mode: 0644]
image/toolbar/24x14/x-filter-apply.selected.png [new file with mode: 0644]
image/toolbar/24x14/x-filter-apply.selected.svg [new file with mode: 0644]
image/toolbar/24x14/x-filter-apply.selected@2x.png [new file with mode: 0644]
image/toolbar/24x14/x-filter-apply.svg [new file with mode: 0644]
image/toolbar/24x14/x-filter-apply@2x.png [new file with mode: 0644]
image/toolbar/svg-to-png.sh
image/toolbar/svg/x-filter-apply.svg [new file with mode: 0644]
image/toolbar/svg/x-filter-bookmark.svg [new file with mode: 0644]
image/toolbar/svg/x-filter-clear.svg [new file with mode: 0644]
ui/qt/CMakeLists.txt
ui/qt/Makefile.common
ui/qt/Wireshark.pro
ui/qt/capture_filter_combo.cpp
ui/qt/display_filter_16.svg [deleted file]
ui/qt/display_filter_combo.cpp
ui/qt/display_filter_edit.cpp
ui/qt/display_filter_edit.h
ui/qt/filter_dialog.cpp
ui/qt/filter_dialog.h
ui/qt/main_window.cpp
ui/qt/main_window.h
ui/qt/main_window_slots.cpp
ui/qt/preferences_dialog.ui
ui/qt/stock_icon.cpp
ui/qt/stock_icon.h
ui/qt/wireshark_application.cpp