Wireshark-commits: [Wireshark-commits] master 17e4998: Qt: Speed up the Display Filter Expression d
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 25 Apr 2016 15:17:23 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=17e4998a47c72246063de98828599c4fa079a94e
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

17e4998 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>
    

Actions performed:

    from  dacdb0b   Fix nmake build after statically linking version code
    adds  17e4998   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(-)