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

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 23 Nov 2015 07:40:12 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e82c37ef4b76e818f82f0ad0db4d5518612da4f2
Submitter: Stig Bj?rlykke (stig@xxxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark

Commits:

e82c37e 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>
    Reviewed-on: https://code.wireshark.org/review/12055
    Reviewed-by: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    

Actions performed:

    from  a95eeb3f  Qt: Improved profiles popup menu
    adds  e82c37e   Qt: Set tooltip for packet list header


Summary of changes:
 debian/libwireshark6.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(-)