Wireshark-commits: [Wireshark-commits] master d6f6975: Qt: Make some menu items discoverable (or no
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 15 Apr 2016 09:03:18 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d6f69751c00f50e29f6f46d37b673522ded51437
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

d6f6975 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Qt: Make some menu items discoverable (or not).
    
    Enable and disable individual actions instead of their parent menus in
    order to keep them discoverable.
    
    Do the opposite for Colorize Conversation items so that we don't make
    the user traverse the menu hierarchy unnecessarily.
    
    Change-Id: I81770dbbb2d715a2131eb754fedaaadcc8803da2
    Reviewed-on: https://code.wireshark.org/review/14558
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Jaap Keuter <jaap.keuter@xxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  ac8e08b   Remove empty files
    adds  d6f6975   Qt: Make some menu items discoverable (or not).


Summary of changes:
 ui/qt/conversation_colorize_action.cpp |    7 +++
 ui/qt/main_window.cpp                  |   79 +++++++++++++++++++-------------
 ui/qt/main_window_slots.cpp            |    8 +++-
 3 files changed, 61 insertions(+), 33 deletions(-)