URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=974a530f8edbb31f6f6cacc904f3892b25268d7c
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
974a530 by Gerald Combs (gerald@xxxxxxxxxxxxx):
Qt: Conversation and Endpoint dialog performance tweaks.
Generate column text dynamically. This keeps us from having to iterate
over our tree items each time we receive updates.
Set the uniformRowHeights property.
Stop automatically resizing columns after 200 items.
Fixup name resolution behavior. Disable the checkbox if host name
resolution is disabled.
Change-Id: Ib2fef604d6ee9e39a8b1edd72d58d0cb02d3bb64
Reviewed-on: https://code.wireshark.org/review/16110
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 01e2280 circuit: rename shadow variable
adds 974a530 Qt: Conversation and Endpoint dialog performance tweaks.
Summary of changes:
docbook/release-notes.asciidoc | 8 ++
ui/qt/conversation_dialog.cpp | 137 ++++++++++++++++-----------------
ui/qt/conversation_dialog.h | 4 +-
ui/qt/endpoint_dialog.cpp | 159 +++++++++++++++++++--------------------
ui/qt/endpoint_dialog.h | 2 +-
ui/qt/main_window_slots.cpp | 1 +
ui/qt/traffic_table_dialog.cpp | 60 ++++++++++++---
ui/qt/traffic_table_dialog.h | 12 ++-
ui/qt/wireshark_application.cpp | 3 +
ui/qt/wireshark_application.h | 1 +
10 files changed, 217 insertions(+), 170 deletions(-)