URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f7e9a795a8575c8170346e878b898efe1e5be304
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
f7e9a79 by Gerald Combs (gerald@xxxxxxxxxxxxx):
Add per-dialog progress frames.
Add ProgressFame::addToButtonBox, which violates the UX guidelines on
every platform we support by inserting a ProgressFrame into a
QDialogButtonBox.
Call addToButtonBox in the constructors of a bunch of dialogs.
Change-Id: I33ac5fd7a976ee6e0527de569a5c4b528980dae1
Reviewed-on: https://code.wireshark.org/review/10242
Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Actions performed:
from 8b4ff24 ieee80211: Qos Control bit4 handling: Make the default case as EOSP, to handle TDLS Packets.
adds f7e9a79 Add per-dialog progress frames.
Summary of changes:
docbook/release-notes.asciidoc | 6 ++++
ui/qt/conversation_dialog.cpp | 3 +-
ui/qt/endpoint_dialog.cpp | 3 +-
ui/qt/follow_stream_dialog.cpp | 3 ++
ui/qt/io_graph_dialog.cpp | 3 ++
ui/qt/main_status_bar.cpp | 4 +++
ui/qt/main_window.h | 1 -
ui/qt/progress_frame.cpp | 71 +++++++++++++++++++++++++++++++++++-----
ui/qt/progress_frame.h | 26 +++++++++++----
ui/qt/tap_parameter_dialog.cpp | 3 ++
ui/qt/tap_parameter_dialog.h | 6 ++++
ui/qt/tcp_stream_dialog.cpp | 5 ++-
ui/qt/traffic_table_dialog.cpp | 6 ++++
ui/qt/traffic_table_dialog.h | 1 +
14 files changed, 121 insertions(+), 20 deletions(-)