Wireshark-commits: [Wireshark-commits] master-2.0 2c87693: Qt: Add a filter expression item to the
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 27 Oct 2015 19:28:44 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2c87693b79d5b00decdff267306336d5810874e1
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark

Commits:

2c87693 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Qt: Add a filter expression item to the display filter edit menu.
    
    Add an item to the display filter bookmark menu which opens the filter
    expression preferences. We also need an expression editor frame similar
    to the column editor frame, but hopefully this will suffice until that
    exists.
    
    Change-Id: If4c159bb769f0f8e7f89db55f1c6fd7c0bf65c87
    Reviewed-on: https://code.wireshark.org/review/11315
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    (cherry picked from commit e70a23f49d79ec2c6a9db25409de052d64c2ed36)
    Reviewed-on: https://code.wireshark.org/review/11322
    

Actions performed:

    from  4498ffa   Bluetooth: ATT: Fix Heart Rate Measurement characteristic
    adds  2c87693   Qt: Add a filter expression item to the display filter edit menu.


Summary of changes:
 ui/qt/display_filter_edit.cpp                  |    7 +++++++
 ui/qt/display_filter_edit.h                    |    3 +++
 ui/qt/filter_expressions_preferences_frame.cpp |    5 +++--
 ui/qt/filter_expressions_preferences_frame.h   |    2 +-
 ui/qt/filter_expressions_preferences_frame.ui  |    2 +-
 ui/qt/main_window.cpp                          |    2 ++
 6 files changed, 17 insertions(+), 4 deletions(-)