Wireshark-commits: [Wireshark-commits] master f0e6239: Qt: Disable main menu items that don't do an
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 15 Aug 2014 18:49:04 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f0e623919115a4654a4bd68aeadeb25f963592b4
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

f0e6239 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Qt: Disable main menu items that don't do anything.
    
    The functionality associated with Capture → Capture Filters, Analyze
    → Display Filters, Analyze → Display Filter Macros, and Analyze →
    Apply As Column haven't been implemented yet. Disable each menu item
    for now so that we don't play tricks on our users.
    
    Follow our current action naming convention. Rename "Apply as Column"
    to "Create a Column".
    
    Change-Id: I01901db05adc897d877f6a0a699e3049b0149b4a
    Reviewed-on: https://code.wireshark.org/review/3629
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  978faf3   NSIS/Qt: Move Qt version logic to windeployqt-to-nsis.
    adds  f0e6239   Qt: Disable main menu items that don't do anything.


Summary of changes:
 ui/qt/main_window.ui        |   47 ++++++++++++++++++++++++++++++++++---------
 ui/qt/main_window_slots.cpp |    8 ++++----
 ui/qt/proto_tree.cpp        |    2 +-
 3 files changed, 42 insertions(+), 15 deletions(-)