Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master 6f1c9fd: PluginIF: Parent menu and goto frame

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 8 Sep 2015 11:03:42 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6f1c9fd4320804958a8731afc45a1cc6f9ee3b16
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

6f1c9fd by Roland Knall (rknall@xxxxxxxxx):

    PluginIF: Parent menu and goto frame
    
     The developer may provide a given menu as parent menu for the
     sub menu. If the menu does not exist, the main menu will be used.
    
     Has been implemented for Qt as well as GTK.
    
    Change-Id: I3f26684862fd0b08f59eeb4d6f4a24ce7dc3d428
    Reviewed-on: https://code.wireshark.org/review/9939
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    

Actions performed:

    from  28128ca   tools/pre-commit: compare files instead of mtime
    adds  6f1c9fd   PluginIF: Parent menu and goto frame


Summary of changes:
 epan/plugin_if.c            |   24 +++++++++++++++++++++++
 epan/plugin_if.h            |   23 ++++++++++++++++++++--
 ui/gtk/main_toolbar.c       |   17 ++++++++++++++++
 ui/qt/main_window.cpp       |   45 ++++++++++++++++++++++++++++++++++++++++++-
 ui/qt/main_window.h         |    3 +++
 ui/qt/main_window_slots.cpp |   13 +++++++++----
 6 files changed, 118 insertions(+), 7 deletions(-)