Qt: Conversation and Endpoint dialog performance tweaks.
authorGerald Combs <gerald@wireshark.org>
Thu, 23 Jun 2016 20:10:52 +0000 (13:10 -0700)
committerAnders Broman <a.broman58@gmail.com>
Sun, 26 Jun 2016 06:08:57 +0000 (06:08 +0000)
commit974a530f8edbb31f6f6cacc904f3892b25268d7c
treebed5643804f008921deebf31246fedd4b71a72cd
parent01e22809ffc6797361d1601d1517c8df212c4566
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@wireshark.org>
Petri-Dish: Gerald Combs <gerald@wireshark.org>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
docbook/release-notes.asciidoc
ui/qt/conversation_dialog.cpp
ui/qt/conversation_dialog.h
ui/qt/endpoint_dialog.cpp
ui/qt/endpoint_dialog.h
ui/qt/main_window_slots.cpp
ui/qt/traffic_table_dialog.cpp
ui/qt/traffic_table_dialog.h
ui/qt/wireshark_application.cpp
ui/qt/wireshark_application.h