Wireshark-commits: [Wireshark-commits] master 9fb6ec6: Qt: Add the ability to show preferences by m

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 15 Jun 2015 02:02:46 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9fb6ec6c89631f2fbb5228d8f81a727f6d1fee27
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

9fb6ec6 by Gerald Combs (gerald@xxxxxxxx):

    Qt: Add the ability to show preferences by module name.
    
    Currently unused, but allows feature parity with the GTK+ UI.
    
    Change-Id: I33e0bfb434949aabd75ecd2ed36e696731195542
    Reviewed-on: https://code.wireshark.org/review/8922
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  6625cf5   Clean up the ATM dissection a bit.
    adds  9fb6ec6   Qt: Add the ability to show preferences by module name.


Summary of changes:
 ui/qt/main_window.h                    |    1 +
 ui/qt/main_window_slots.cpp            |   17 +++++++++++++-
 ui/qt/module_preferences_scroll_area.h |    2 ++
 ui/qt/preferences_dialog.cpp           |   38 ++++++++++++++++++++++++--------
 ui/qt/preferences_dialog.h             |    6 ++++-
 5 files changed, 53 insertions(+), 11 deletions(-)