Wireshark-commits: [Wireshark-commits] master 00d36c7: Qt: Expert info grouping.
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 10 Jun 2016 16:44:39 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=00d36c7888b5d3e9c02cd3302021af0d184cb9d0
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

00d36c7 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Qt: Expert info grouping.
    
    Add the ability to group expert info items by summary and enable it by
    default. This more closely matches the GTK+ UI behavior.
    
    Show matching item counts while we're here.
    
    Bug: 12218
    Change-Id: Ic02267da8435fb70015de8dd15e0ac46faabbee9
    Reviewed-on: https://code.wireshark.org/review/15796
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  237f2d4   Qt/Bluetooth: Add Device dialog
    adds  00d36c7   Qt: Expert info grouping.


Summary of changes:
 epan/expert.c                |    2 +-
 ui/qt/expert_info_dialog.cpp |  222 +++++++++++++++++++++++++++++++-----------
 ui/qt/expert_info_dialog.h   |    5 +
 ui/qt/expert_info_dialog.ui  |   34 ++++++-
 4 files changed, 203 insertions(+), 60 deletions(-)