Wireshark-commits: [Wireshark-commits] master 4556498: Qt: Convert more dialogs to WiresharkDialog.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 30 Dec 2014 03:34:07 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4556498f337d1a9cc4284167526280efa00810b5
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

4556498 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Qt: Convert more dialogs to WiresharkDialog.
    
    Make the Sequence, IO Graph, Statistics Tree, and VoIP Calls dialogs
    subclasses of WiresharkDialog.
    
    Remove "Stats Tree" from Statistics Tree dialog titles. Don't complain
    if the user opens more than one instance of the dialog.
    
    Use the applicationName property in WiresharkApplication instead of a
    separate variable.
    
    Add a preexisting item to the IO Graph bug list (hovering when the file
    is closed clears the graph).
    
    Change-Id: I8411a25305d00b16e0d4a82fa50a9bad5c85b239
    Reviewed-on: https://code.wireshark.org/review/6125
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  b6ff338   Tabs are not necessarily set every 4 spaces.
    adds  4556498   Qt: Convert more dialogs to WiresharkDialog.


Summary of changes:
 epan/stats_tree_priv.h          |    2 +-
 ui/qt/capture_file.h            |    2 +-
 ui/qt/io_graph_dialog.cpp       |   35 +++++++++++------------------
 ui/qt/io_graph_dialog.h         |    9 ++++----
 ui/qt/main_window_slots.cpp     |   16 ++++---------
 ui/qt/sequence_dialog.cpp       |   27 +++++++++-------------
 ui/qt/sequence_dialog.h         |   11 ++++-----
 ui/qt/sequence_dialog.ui        |   10 +++++----
 ui/qt/stats_tree_dialog.cpp     |   47 +++++++++++++++------------------------
 ui/qt/stats_tree_dialog.h       |    9 ++++----
 ui/qt/voip_calls_dialog.cpp     |   36 +++++++++++-------------------
 ui/qt/voip_calls_dialog.h       |   10 ++++-----
 ui/qt/wireshark_application.cpp |    4 ++--
 ui/qt/wireshark_application.h   |    2 --
 14 files changed, 86 insertions(+), 134 deletions(-)