URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=013e87a8fda9ca37a5786498423070068aed9b6d
Submitter: "Peter Wu <peter@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
013e87a by Roland Knall (rknall@xxxxxxxxx):
Qt: Remove DisplayFilterMimeData
Make the mimetype for the display filter more generic, so that external
programs can attach to Wireshark and users can drag and drop display
filters to the program
Change-Id: Id78b4dff7883e3dab879a31aad07f577d8cc4ee3
Reviewed-on: https://code.wireshark.org/review/34936
Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
Petri-Dish: Roland Knall <rknall@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
Actions performed:
from 05e37a3 Lustre: Fix conflict
add 013e87a Qt: Remove DisplayFilterMimeData
Summary of changes:
docbook/wsdg_src/WSDG_chapter_sources.adoc | 17 ++++++++++++++
ui/qt/packet_list.cpp | 20 ++++++++++------
ui/qt/proto_tree.cpp | 19 +++++++++++----
ui/qt/utils/wireshark_mime_data.cpp | 33 +-------------------------
ui/qt/utils/wireshark_mime_data.h | 22 +-----------------
ui/qt/widgets/display_filter_edit.cpp | 37 +++++++++++++++++++-----------
ui/qt/widgets/drag_drop_toolbar.cpp | 36 +++++++++++++++++------------
ui/qt/widgets/packet_list_header.cpp | 26 +++++++++++++--------
8 files changed, 107 insertions(+), 103 deletions(-)