Wireshark-commits: [Wireshark-commits] master 5ae259c: Qt: Allow dropping fields to add columns and
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5ae259c4954a1894992b31de8661b0562ba87115
Submitter: "Roland Knall <rknall@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
5ae259c by Roland Knall (rknall@xxxxxxxxx):
Qt: Allow dropping fields to add columns and indicate width
Allows for dropping fields on the columns to add them as well as indicate
width while dragging the columns
Change-Id: Ic98ae431886e5eb2ebd9ba50390742995bf22d5a
Reviewed-on: https://code.wireshark.org/review/33573
Petri-Dish: Roland Knall <rknall@xxxxxxxxx>
Tested-by: Roland Knall <rknall@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
Actions performed:
from 36f99fd Add 2 extra AVPs used in the SCAPv2 communication for charging on Ericsson CCNs
add 5ae259c Qt: Allow dropping fields to add columns and indicate width
Summary of changes:
ui/preference_utils.c | 11 ++-
ui/preference_utils.h | 16 ++++
ui/qt/CMakeLists.txt | 2 +
ui/qt/main_window.h | 2 +
ui/qt/main_window_slots.cpp | 23 +++---
ui/qt/packet_list.cpp | 3 +
ui/qt/widgets/packet_list_header.cpp | 147 +++++++++++++++++++++++++++++++++++
ui/qt/widgets/packet_list_header.h | 50 ++++++++++++
8 files changed, 244 insertions(+), 10 deletions(-)
create mode 100644 ui/qt/widgets/packet_list_header.cpp
create mode 100644 ui/qt/widgets/packet_list_header.h