URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=64badc5a3ac9c60b3abc1df6dd89f61cf86622e2
Submitter: "Roland Knall <rknall@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
64badc5 by Roland Knall (rknall@xxxxxxxxx):
Qt: Allow Drag-and-drop on info and protocol
Allow for drag-and-drop on info and protocol columns. Protocol columns
may also be dragged to the display filter, everything else is dragged
as plain-text and can just be used as text
Change-Id: I0fff390580c22175efe50037b18d7199949fd8eb
Reviewed-on: https://code.wireshark.org/review/33621
Petri-Dish: Roland Knall <rknall@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
Actions performed:
from e4713e8 Qt: Fix drag-and-drop from packet list
add 64badc5 Qt: Allow Drag-and-drop on info and protocol
Summary of changes:
ui/qt/packet_list.cpp | 53 ++++++++++++++++++++++++++++---------
ui/qt/utils/wireshark_mime_data.cpp | 22 ++++++++++-----
ui/qt/utils/wireshark_mime_data.h | 15 ++++++++---
3 files changed, 67 insertions(+), 23 deletions(-)