URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ff0ba0a3dc1c4c886a3d583c5ce8473c2ca0a49d
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark
Commits:
ff0ba0a by Gerald Combs (gerald@xxxxxxxx):
Qt: Speed up the Display Filter Expression dialog appearance.
Copy over and adapt SupportedProtocolsDialog::fillTree, which fills in
the protocol tree after the dialog is shown processes display events
while the tree is being built.
Change-Id: I25082fd94c511db6a94aaed1c463ba1c1e64855c
Reviewed-on: https://code.wireshark.org/review/15079
Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
(cherry picked from commit 17e4998a47c72246063de98828599c4fa079a94e)
Reviewed-on: https://code.wireshark.org/review/15107
Actions performed:
from 71756bd Qt UAT: call the UAT update callback after each field is updated.
adds ff0ba0a Qt: Speed up the Display Filter Expression dialog appearance.
Summary of changes:
ui/qt/display_filter_expression_dialog.cpp | 92 ++++++++++++++++++----------
ui/qt/display_filter_expression_dialog.h | 1 +
ui/qt/supported_protocols_dialog.cpp | 1 +
3 files changed, 60 insertions(+), 34 deletions(-)