Wireshark-commits: [Wireshark-commits] master 6e240e6: Qt: Apply Invert/Enable/Disable only to sele
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 29 Aug 2019 10:26:08 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6e240e6727279d47c4060695f3afaaf8e37949a3
Submitter: "Roland Knall <rknall@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

6e240e6 by Roland Knall (rknall@xxxxxxxxx):

    Qt: Apply Invert/Enable/Disable only to selected list
    
    Also, put the search field on top, as this is the default for search
    fields and apply the change of enable/disable and invert-all only to
    the selected items, instead of all items.
    
    Bug: 16013
    Change-Id: If4ef1c5ce63eef6fa72db679cdcbf52dcb0e8fb6
    Reviewed-on: https://code.wireshark.org/review/34393
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    

Actions performed:

    from  cd8f720   Qt: Move Apply/Prepare to general QMenu handler
     add  6e240e6   Qt: Apply Invert/Enable/Disable only to selected list


Summary of changes:
 docbook/release-notes.adoc               |  2 +-
 ui/qt/enabled_protocols_dialog.cpp       | 33 ++++++++++--
 ui/qt/enabled_protocols_dialog.h         |  5 +-
 ui/qt/enabled_protocols_dialog.ui        | 53 ++++++++++---------
 ui/qt/models/enabled_protocols_model.cpp | 89 +++++++++++++-------------------
 ui/qt/models/enabled_protocols_model.h   | 28 ++++++++--
 6 files changed, 121 insertions(+), 89 deletions(-)