Wireshark-commits: [Wireshark-commits] master c5fb402: Qt: Set tooltip for packet list header

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 23 Nov 2015 05:41:17 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c5fb402222be88e95e26793ffca9aa1c15c70732
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

c5fb402 by Stig Bjørlykke (stig@xxxxxxxxxxxxx):

    Qt: Set tooltip for packet list header
    
    Added get_column_tooltip() to use common code in GTK and Qt.
    
    Change-Id: I2f6ce95e2e129752bbb958a28aec6f42aa81be3d
    Reviewed-on: https://code.wireshark.org/review/12047
    Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  fad1565   Remove configure --enable-ipv6 option
    adds  c5fb402   Qt: Set tooltip for packet list header


Summary of changes:
 debian/libwireshark0.symbols |    1 +
 epan/column.c                |   36 ++++++++++++++++++++++++++++++++++++
 epan/column.h                |    2 ++
 ui/gtk/packet_list.c         |   23 ++---------------------
 ui/qt/packet_list_model.cpp  |   18 ++++++++++++++----
 ui/qt/packet_list_model.h    |    2 +-
 6 files changed, 56 insertions(+), 26 deletions(-)