Wireshark-commits: [Wireshark-commits] master 7c38002: Qt: Recent list context menu.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 13 Oct 2015 02:45:00 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=7c3800228881f45049b29f491b9d7648c0a5ae5d
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

7c38002 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>
    

Actions performed:

    from  1859ae8   btatt: clear variable (CID 1268204)
    adds  7c38002   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(+)