Wireshark-commits: [Wireshark-commits] master f5a8711: Qt: About dialog updates.
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 31 Jan 2018 04:55:45 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f5a8711ef195d1bc538a05a4602ee9388da81561
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

f5a8711 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Qt: About dialog updates.
    
    Open lua scripts when double-clicked. Behavior depends on your system
    configuration. Add tooltips accordingly.
    
    Let Qt wrap the "Wireshark" tab information.
    
    Set column widths by eyeballing their contents.
    
    Elide the Folders and Plugins strings in the middle.
    
    Fixup placeholder text capitalization.
    
    Draw links using the palette link color.
    
    Change-Id: Ic141eae05541480ec1e254c55fd81728d04713d9
    Reviewed-on: https://code.wireshark.org/review/25510
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  47e1798   Qt: Byte view and proto tree fixes.
    adds  f5a8711   Qt: About dialog updates.


Summary of changes:
 epan/wslua/init_wslua.c                 | 20 +++----
 epan/wslua/init_wslua.h                 | 15 +-----
 ui/qt/about_dialog.cpp                  | 96 ++++++++++++++++++++-------------
 ui/qt/about_dialog.h                    |  2 +-
 ui/qt/about_dialog.ui                   | 10 +---
 ui/qt/models/astringlist_list_model.cpp | 20 ++++---
 ui/qt/models/astringlist_list_model.h   |  5 +-
 ui/qt/models/url_link_delegate.cpp      | 12 +----
 ui/qt/models/url_link_delegate.h        |  1 -
 9 files changed, 88 insertions(+), 93 deletions(-)