Wireshark-commits: [Wireshark-commits] master 9c75c1d: Qt: Allow folders for filter buttons

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 21 Apr 2020 11:05:52 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9c75c1dc18199ea6b282177e21fe1d445af5bbb3
Submitter: "Roland Knall <rknall@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

9c75c1d by Roland Knall (rknall@xxxxxxxxx):

    Qt: Allow folders for filter buttons
    
    Filter buttons can be sorted into folders, by separating
    different depths by the parent separator "&&". Context
    menu for filter buttons work also in submenus, and the
    depth of submenus is only limited by the character limit
    for the label
    
    Bug: 16498
    Change-Id: I9c784a36e8c46eede11f679a4c1ac830213de7ce
    Reviewed-on: https://code.wireshark.org/review/36885
    Petri-Dish: Roland Knall <rknall@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    

Actions performed:

    from  d10817c   mac-lte: fix no previous prototype for function
     add  9c75c1d   Qt: Allow folders for filter buttons


Summary of changes:
 ui/qt/widgets/filter_expression_toolbar.cpp | 194 ++++++++++++++++++++++------
 ui/qt/widgets/filter_expression_toolbar.h   |  27 ++--
 2 files changed, 172 insertions(+), 49 deletions(-)