Wireshark-commits: [Wireshark-commits] master 9fd3bcc: Add an elide mode preference for the Qt pack

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 6 Aug 2015 21:06:41 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9fd3bcc25e0b6c1feaf6e20850200de4acf5637a
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

9fd3bcc by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Add an elide mode preference for the Qt packet list.
    
    Change-Id: I081cc1e9b2a0eea7f0a3ef1157561c50beb4c4db
    Reviewed-on: https://code.wireshark.org/review/9902
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  fda29e1   Use int_to_qstring in a few more places.
    adds  9fd3bcc   Add an elide mode preference for the Qt packet list.


Summary of changes:
 epan/prefs.c          |   14 ++++++++++++++
 epan/prefs.h          |    9 +++++++++
 ui/qt/main_window.cpp |    2 ++
 ui/qt/packet_list.cpp |   22 ++++++++++++++++++++++
 ui/qt/packet_list.h   |    1 +
 5 files changed, 48 insertions(+)