Wireshark-commits: [Wireshark-commits] master c07aad1: Qt: Speedup Packetlist
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 19 Nov 2019 14:18:17 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c07aad10159327ef09041c80c2de71ce576505fb
Submitter: "Roland Knall <rknall@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

c07aad1 by Roland Knall (rknall@xxxxxxxxx):

    Qt: Speedup Packetlist
    
    Make dataChanged more specific and remove unnecessary iteration
    in case of recoloring
    
    Change-Id: I1ee270623b1cb8ac3907a5d45d6a8c4c5027c322
    Reviewed-on: https://code.wireshark.org/review/35135
    Petri-Dish: Roland Knall <rknall@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    

Actions performed:

    from  1078904   Qt: Remove unnecessary parent check
     add  c07aad1   Qt: Speedup Packetlist


Summary of changes:
 ui/qt/models/packet_list_model.cpp  | 56 ++++++++++++++-----------------------
 ui/qt/models/packet_list_model.h    |  2 +-
 ui/qt/models/packet_list_record.cpp | 10 +++----
 ui/qt/models/packet_list_record.h   |  5 +++-
 ui/qt/packet_list.cpp               |  2 +-
 5 files changed, 31 insertions(+), 44 deletions(-)