Wireshark-commits: [Wireshark-commits] master 142c035: Qt: Show Lua scripts as links in the about b
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 01 Feb 2018 18:11:31 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=142c03516ec93948ad30191730ace09baa57aa8d
Submitter: Stig Bjørlykke (stig@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

142c035 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Qt: Show Lua scripts as links in the about box.
    
    Add UrlLinkDelegate::setColCheck, which lets you render strings as URLs
    or plain text according to a regex. Use it to show Lua scripts as URLs
    in the about box.
    
    Open links on double clicks and add column checks.
    
    Change-Id: Iaf5cd8a46a0b66a7d45079ba045ed2bbcb0ed005
    Reviewed-on: https://code.wireshark.org/review/25542
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    

Actions performed:

    from  d1b1575   oss-fuzzshark: try to fix oss-fuzz assert fails.
    adds  142c035   Qt: Show Lua scripts as links in the about box.


Summary of changes:
 ui/qt/about_dialog.cpp             | 25 ++++++++++++++-----------
 ui/qt/about_dialog.h               |  2 +-
 ui/qt/models/url_link_delegate.cpp | 25 ++++++++++++++++++++++++-
 ui/qt/models/url_link_delegate.h   | 13 ++++++++++---
 4 files changed, 49 insertions(+), 16 deletions(-)