Wireshark-commits: [Wireshark-commits] master 781fb82: Qt: Add display information to the About dia
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 21 Feb 2019 00:06:45 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=781fb82045607aebeb42f907e594215f5693fb0a
Submitter: "Gerald Combs <gerald@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

781fb82 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Qt: Add display information to the About dialog.
    
    Add ColorUtils::themeIsDark and use it to report our dark / light mode
    in the "About" dialog. Summarize the HiDPI capability of our displays as
    well.
    
    Change-Id: I242af1eb48017d49b90e71099bb753e67a8dd32b
    Reviewed-on: https://code.wireshark.org/review/32115
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  f1c4a64   packet-dhcp.c: Dissect Cisco ACI fabric internal option 43
     add  781fb82   Qt: Add display information to the About dialog.


Summary of changes:
 ui/qt/main.cpp              | 21 +++++++++++++++++++++
 ui/qt/utils/color_utils.cpp |  8 ++++++++
 ui/qt/utils/color_utils.h   |  2 ++
 3 files changed, 31 insertions(+)