Wireshark-commits: [Wireshark-commits] master-2.0 7c194e7: Qt: Add go to next + previous packet in

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 13 Nov 2015 11:51:37 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=7c194e7f1967d17ee8ec0546819990c163476230
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark

Commits:

7c194e7 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Qt: Add go to next + previous packet in conversation.
    
    Add "Go→Next Packet in Conversation" and "Go→Previous Packet in
    Conversation" menu items. Make sure the shortucts ("Ctrl+." and
    "Ctrl+,") don't get switched to "Cmd+." and "Cmd+," on OS X. "Cmd+," is
    already taken by the preferences dialog.
    
    Change-Id: Iab9c7f60fdcf55f12c055b4d0948019bf667ebc9
    Reviewed-on: https://code.wireshark.org/review/11771
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    (cherry picked from commit 661c9771f6ffeeda4b2ba278a9f15d1d14dbe525)
    Reviewed-on: https://code.wireshark.org/review/11800
    

Actions performed:

    from  60aeed1   Diameter dictionary updated.
    adds  7c194e7   Qt: Add go to next + previous packet in conversation.


Summary of changes:
 ui/qt/main_window.cpp       |    6 +++++
 ui/qt/main_window.h         |    3 +++
 ui/qt/main_window.ui        |   24 +++++++++++++++++
 ui/qt/main_window_slots.cpp |   60 ++++++++++++++++++++++++++++++++++++++++++-
 4 files changed, 92 insertions(+), 1 deletion(-)