URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f449dcd8a590416aa33e5314f3db2bfc00134e9c
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
f449dcd by Gerald Combs (gerald@xxxxxxxxxxxxx):
Qt: Add the ability to add filter expressions.
Add a "+" icon to the display filter toolbar which allows the addition
of a new filter expression button. (Hopefully this will be the last main
window UI change before 2.0.)
Change-Id: I52bf56bf699dddb7b387b9f4de1bf8b35eb3c4ce
Reviewed-on: https://code.wireshark.org/review/11375
Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Actions performed:
from bd4f414 Fix typoes.
adds f449dcd Qt: Add the ability to add filter expressions.
Summary of changes:
epan/filter_expressions.c | 8 +-
epan/filter_expressions.h | 2 +-
ui/qt/CMakeLists.txt | 3 +
ui/qt/Makefile.am | 2 +
ui/qt/Makefile.common | 4 +
ui/qt/Wireshark.pro | 3 +
ui/qt/filter_expression_frame.cpp | 112 ++++++++++++++++++++
...mn_editor_frame.h => filter_expression_frame.h} | 42 ++++----
..._editor_frame.ui => filter_expression_frame.ui} | 54 ++++++----
ui/qt/main_window.cpp | 5 +
ui/qt/main_window.h | 1 +
ui/qt/main_window.ui | 38 ++++++-
ui/qt/main_window_slots.cpp | 14 +--
13 files changed, 233 insertions(+), 55 deletions(-)
create mode 100644 ui/qt/filter_expression_frame.cpp
copy ui/qt/{column_editor_frame.h => filter_expression_frame.h} (62%)
copy ui/qt/{address_editor_frame.ui => filter_expression_frame.ui} (69%)