summaryrefslogtreecommitdiff
path: root/ui/qt/wireshark_application.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/wireshark_application.h
parent01e22809ffc6797361d1601d1517c8df212c4566 (diff)
downloadwireshark-974a530f8edbb31f6f6cacc904f3892b25268d7c.tar.gz
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/wireshark_application.h')
-rw-r--r--ui/qt/wireshark_application.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/qt/wireshark_application.h b/ui/qt/wireshark_application.h
index 599cf31b5c..b2adf0a052 100644
--- a/ui/qt/wireshark_application.h
+++ b/ui/qt/wireshark_application.h
@@ -66,6 +66,7 @@ public:
CaptureFilterListChanged,
DisplayFilterListChanged,
FilterExpressionsChanged,
+ NameResolutionChanged,
PacketDissectionChanged,
PreferencesChanged,
RecentFilesRead,