aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/conversation_dialog.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2016-06-23 13:10:52 -0700
committerAnders Broman <a.broman58@gmail.com>2016-06-26 06:08:57 +0000
commit974a530f8edbb31f6f6cacc904f3892b25268d7c (patch)
treebed5643804f008921deebf31246fedd4b71a72cd /ui/qt/conversation_dialog.h
parent01e22809ffc6797361d1601d1517c8df212c4566 (diff)
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>
Diffstat (limited to 'ui/qt/conversation_dialog.h')
-rw-r--r--ui/qt/conversation_dialog.h4
1 files changed, 2 insertions, 2 deletions
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();