URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=57716e13659a8c9c26124e249a86fce9577d609f
Submitter: Michal Labedzki (michal.labedzki@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
57716e1 by Roland Knall (roland.knall@xxxxxxxxxxxxxxxxx):
Qt: Implement "Apply as Column" for packet context
Implement the same functionality for "Apply as Column" as it
exists in the GTK version of Wireshark. Especially for the
context menu in the packet view panel.
Change-Id: Id25b7797616ff3b3acf7aa920395516c8a4e9bf9
Reviewed-on: https://code.wireshark.org/review/7604
Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Michal Labedzki <michal.labedzki@xxxxxxxxx>
Tested-by: Michal Labedzki <michal.labedzki@xxxxxxxxx>
Actions performed:
from 7f424b5 Pop the display filter status when it loses focus.
adds 57716e1 Qt: Implement "Apply as Column" for packet context
Summary of changes:
ui/preference_utils.c | 10 ++++++++--
ui/preference_utils.h | 4 +++-
ui/qt/main_window.h | 1 +
ui/qt/main_window.ui | 5 +----
ui/qt/main_window_slots.cpp | 23 ++++++++++++++++++++---
ui/qt/proto_tree.cpp | 7 ++++++-
6 files changed, 39 insertions(+), 11 deletions(-)