Wireshark-commits: [Wireshark-commits] master-2.0 d3a5762: Qt: Update display filter bookmarks when
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d3a5762fbb6298034abfe09ad166743546db7746
Submitter: Stig Bjørlykke (stig@xxxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark
Commits:
d3a5762 by Stig Bjørlykke (stig@xxxxxxxxxxxxx):
Qt: Update display filter bookmarks when list changed
Recreate the display filter bookmarks menu only when the list
has changed, not every time the display filter changes.
The list changes when removing an entry from the menu and
when changing the list in the "Manage Display Filters" dialog.
Save the list when removing an entry from the menu.
Change-Id: Icd08e0a80085cca55c0e63177d45abe4902c7c3e
Reviewed-on: https://code.wireshark.org/review/13567
Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Reviewed-by: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
(cherry picked from commit 7fdf4ceaa6d5bacb69165adc2e7c7f56d696a685)
Reviewed-on: https://code.wireshark.org/review/13582
Actions performed:
from 91c29f9 Add a copy button to the Filter Expression preferences.
adds d3a5762 Qt: Update display filter bookmarks when list changed
Summary of changes:
ui/qt/display_filter_edit.cpp | 92 ++++++++++++++++++++++++++++-----------
ui/qt/display_filter_edit.h | 3 ++
ui/qt/filter_dialog.cpp | 4 ++
ui/qt/wireshark_application.cpp | 4 ++
ui/qt/wireshark_application.h | 2 +
5 files changed, 79 insertions(+), 26 deletions(-)