From 974a530f8edbb31f6f6cacc904f3892b25268d7c Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Thu, 23 Jun 2016 13:10:52 -0700 Subject: 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 Petri-Dish: Gerald Combs Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman --- ui/qt/conversation_dialog.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ui/qt/conversation_dialog.h') diff --git a/ui/qt/conversation_dialog.h b/ui/qt/conversation_dialog.h index 354eb89d5d..6e7abf5ca6 100644 --- a/ui/qt/conversation_dialog.h +++ b/ui/qt/conversation_dialog.h @@ -38,7 +38,7 @@ public: private: void initDirectionMap(); - void updateItems(bool force); + void updateItems(); private slots: void filterActionTriggered(); @@ -75,7 +75,7 @@ private: conv_item_t *currentConversation(); private slots: - void itemSelectionChanged(); + void currentTabChanged(); void on_displayFilterCheckBox_toggled(bool checked); void followStream(); void graphTcp(); -- cgit v1.2.1