Wireshark-commits: [Wireshark-commits] master-2.0 a4cb2dc: Qt: Recent list context menu.
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 13 Oct 2015 02:45:17 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a4cb2dcd0860eb2bb34c1d6a3813d6bcfeb710e9
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark

Commits:

a4cb2dc by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Qt: Recent list context menu.
    
    Add a context menu to the main window recent list. Add items that let
    the user open each file's containing folder and copy the file path to
    the clipboard. When opening the folder on Windows and OS X try to
    highlight the file in Explorer or the Finder.
    
    Change-Id: I991e8df8ba9f1f8c6385d1a861eb40223cfdd047
    Reviewed-on: https://code.wireshark.org/review/10915
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    (cherry picked from commit 7c3800228881f45049b29f491b9d7648c0a5ae5d)
    Reviewed-on: https://code.wireshark.org/review/10975
    

Actions performed:

    from  0f7d465   Use system highlight+hover colors in the welcome screen.
    adds  a4cb2dc   Qt: Recent list context menu.


Summary of changes:
 ui/qt/main_welcome.cpp |   54 ++++++++++++++++++++++++++++++++++++++++++++++++
 ui/qt/main_welcome.h   |    4 ++++
 ui/qt/qt_ui_utils.cpp  |   37 +++++++++++++++++++++++++++++++++
 ui/qt/qt_ui_utils.h    |    8 +++++++
 4 files changed, 103 insertions(+)