Wireshark-commits: [Wireshark-commits] master 43b77ae: Qt: Add an event processing timer.
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=43b77aeebf4e23d629bc45be0b10b65c8aa17ac9
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
43b77ae by Gerald Combs (gerald@xxxxxxxxxxxxx):
Qt: Add an event processing timer.
When updating the progress dialog (which happens each time we read a
packet) the GTK+ UI processes application events every 100ms. Do the
same in the Qt UI.
Ping-Bug: 11515
Change-Id: Ic53eade05c0b82bf436c08618f28506c5fcdbc94
Reviewed-on: https://code.wireshark.org/review/10554
Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Actions performed:
from ae4d99b Packet list speedups.
adds 43b77ae Qt: Add an event processing timer.
Summary of changes:
ui/qt/progress_frame.cpp | 9 ++++++++-
ui/qt/progress_frame.h | 2 ++
ui/qt/splash_overlay.cpp | 8 ++++----
ui/qt/splash_overlay.h | 4 ++--
4 files changed, 16 insertions(+), 7 deletions(-)