Wireshark-commits: [Wireshark-commits] master 0d53487: Qt: Speed up selection handling

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 20 Nov 2019 16:21:57 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0d534873dc6d2c5d5452e465f9313b412225078b
Submitter: "Roland Knall <rknall@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

0d53487 by Roland Knall (rknall@xxxxxxxxx):

    Qt: Speed up selection handling
    
    Improve the speed for selection checks in PacketList and MainWindow
    
    Change-Id: Ic3a413624463a798b5d13102965f75c7b1347b5f
    Reviewed-on: https://code.wireshark.org/review/35160
    Petri-Dish: Roland Knall <rknall@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    

Actions performed:

    from  b7ce4e3   Qt: Include Column Headings with Edit -> Copy -> Plain Text / CSV
     add  0d53487   Qt: Speed up selection handling


Summary of changes:
 ui/qt/main_window.cpp                    |  7 ++++++
 ui/qt/main_window.h                      |  1 +
 ui/qt/models/related_packet_delegate.cpp |  2 +-
 ui/qt/packet_list.cpp                    | 41 ++++++++++++++++----------------
 4 files changed, 30 insertions(+), 21 deletions(-)