Wireshark-commits: [Wireshark-commits] master 961b053: WelcomeUI: Make Open and Capture clickable
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 20 Oct 2016 05:10:25 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=961b05315df0c17bc21ca77553d1e29ebdf39309
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

961b053 by Roland Knall (rknall@xxxxxxxxx):

    WelcomeUI: Make Open and Capture clickable
    
    Make the texts "Open" and "Capture" clickable, and have them open
    the FileOpen and CaptureOptions dialogs respectively
    
    Change-Id: I2a3efbc4cdf160aa0b4efc6496d09228affbff46
    Reviewed-on: https://code.wireshark.org/review/18303
    Reviewed-by: Jaap Keuter <jaap.keuter@xxxxxxxxx>
    Petri-Dish: Jaap Keuter <jaap.keuter@xxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  f0cb70b   Exclude scanner-generated headers from ABI check
    adds  961b053   WelcomeUI: Make Open and Capture clickable


Summary of changes:
 ui/qt/CMakeLists.txt                               |    2 +
 ui/qt/Makefile.am                                  |    2 +
 ...tock_icon_tool_button.h => clickable_label.cpp} |   42 ++++++++++----------
 ui/qt/{capture_info_dialog.h => clickable_label.h} |   22 +++++-----
 ui/qt/main_welcome.cpp                             |   19 ++++++++-
 ui/qt/main_welcome.h                               |    4 ++
 ui/qt/main_welcome.ui                              |    9 ++++-
 ui/qt/wireshark_application.cpp                    |   13 ++++++
 ui/qt/wireshark_application.h                      |    8 ++++
 wireshark-qt.cpp                                   |    2 +
 10 files changed, 88 insertions(+), 35 deletions(-)
 copy ui/qt/{stock_icon_tool_button.h => clickable_label.cpp} (60%)
 copy ui/qt/{capture_info_dialog.h => clickable_label.h} (74%)