Wireshark-commits: [Wireshark-commits] master 1a71680: Qt: Add dialog geometry restore

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 28 Feb 2016 18:26:02 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1a716800e37ae482901e9cce36c40005742dd78e
Submitter: Stig Bj?rlykke (stig@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

1a71680 by Stig Bjørlykke (stig@xxxxxxxxxxxxx):

    Qt: Add dialog geometry restore
    
    Add GeometryStateDialog class to handle load and save dialog geometry.
    The QDialog class name will be used as window name.  For shared
    classes the UAT name or the statistics title or abbr will be used.
    
    Change-Id: I5a019598307fb3861518f41e733de834788184d8
    Reviewed-on: https://code.wireshark.org/review/14139
    Reviewed-by: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    

Actions performed:

    from  f0425e8   Add .png files for Debian packaging.
    adds  1a71680   Qt: Add dialog geometry restore


Summary of changes:
 ui/qt/CMakeLists.txt                               |    2 +
 ui/qt/Makefile.common                              |    2 +
 ui/qt/bluetooth_att_server_attributes_dialog.cpp   |    2 +-
 ui/qt/bluetooth_devices_dialog.cpp                 |    2 +-
 ui/qt/bluetooth_hci_summary_dialog.cpp             |    2 +-
 ui/qt/capture_file_properties_dialog.cpp           |    4 +-
 ui/qt/capture_interfaces_dialog.cpp                |    3 +-
 ui/qt/capture_interfaces_dialog.h                  |    4 +-
 ui/qt/coloring_rules_dialog.cpp                    |    7 +-
 ui/qt/coloring_rules_dialog.h                      |    4 +-
 ui/qt/compiled_filter_output.cpp                   |    3 +-
 ui/qt/compiled_filter_output.h                     |    5 +-
 ui/qt/conversation_hash_tables_dialog.cpp          |    6 +-
 ui/qt/conversation_hash_tables_dialog.h            |    4 +-
 ui/qt/decode_as_dialog.cpp                         |    4 +-
 ui/qt/decode_as_dialog.h                           |    4 +-
 ui/qt/display_filter_expression_dialog.cpp         |    7 +-
 ui/qt/display_filter_expression_dialog.h           |    4 +-
 ui/qt/dissector_tables_dialog.cpp                  |    7 +-
 ui/qt/dissector_tables_dialog.h                    |    4 +-
 ui/qt/enabled_protocols_dialog.cpp                 |    3 +-
 ui/qt/enabled_protocols_dialog.h                   |    3 +-
 ui/qt/expert_info_dialog.cpp                       |    3 +-
 ui/qt/file_set_dialog.cpp                          |    3 +-
 ui/qt/file_set_dialog.h                            |    4 +-
 ui/qt/filter_dialog.cpp                            |    6 +-
 ui/qt/filter_dialog.h                              |    4 +-
 ui/qt/follow_stream_dialog.cpp                     |    4 +-
 ui/qt/geometry_state_dialog.cpp                    |  101 ++++++++++++++++++++
 ...export_pdu_dialog.h => geometry_state_dialog.h} |   27 +++---
 ui/qt/iax2_analysis_dialog.cpp                     |    3 +-
 ui/qt/io_graph_dialog.cpp                          |    2 +
 ui/qt/lbm_uimflow_dialog.cpp                       |   10 +-
 ui/qt/lbm_uimflow_dialog.h                         |    4 +-
 ui/qt/lte_mac_statistics_dialog.cpp                |    5 +-
 ui/qt/lte_rlc_graph_dialog.cpp                     |    4 +-
 ui/qt/lte_rlc_statistics_dialog.cpp                |    4 +-
 ui/qt/manage_interfaces_dialog.cpp                 |    3 +-
 ui/qt/manage_interfaces_dialog.h                   |    4 +-
 ui/qt/multicast_statistics_dialog.cpp              |    4 +-
 ui/qt/packet_comment_dialog.cpp                    |    3 +-
 ui/qt/packet_comment_dialog.h                      |    4 +-
 ui/qt/packet_dialog.cpp                            |    4 +-
 ui/qt/preferences_dialog.cpp                       |    4 +-
 ui/qt/preferences_dialog.h                         |    4 +-
 ui/qt/profile_dialog.cpp                           |    3 +-
 ui/qt/profile_dialog.h                             |    4 +-
 ui/qt/protocol_hierarchy_dialog.cpp                |    4 +-
 ui/qt/resolved_addresses_dialog.cpp                |    6 +-
 ui/qt/resolved_addresses_dialog.h                  |    4 +-
 ui/qt/response_time_delay_dialog.cpp               |    1 +
 ui/qt/rtp_analysis_dialog.cpp                      |    3 +-
 ui/qt/rtp_player_dialog.cpp                        |    2 +-
 ui/qt/rtp_stream_dialog.cpp                        |    4 +-
 ui/qt/sequence_dialog.cpp                          |    5 +-
 ui/qt/service_response_time_dialog.cpp             |    1 +
 ui/qt/show_packet_bytes_dialog.cpp                 |    4 +-
 ui/qt/simple_statistics_dialog.cpp                 |    1 +
 ui/qt/stats_tree_dialog.cpp                        |    2 +-
 ui/qt/supported_protocols_dialog.cpp               |    6 +-
 ui/qt/supported_protocols_dialog.h                 |    4 +-
 ui/qt/tap_parameter_dialog.cpp                     |    3 -
 ui/qt/traffic_table_dialog.cpp                     |    4 +-
 ui/qt/uat_dialog.cpp                               |    3 +-
 ui/qt/uat_dialog.h                                 |    5 +-
 ui/qt/voip_calls_dialog.cpp                        |    5 +-
 ui/qt/wireshark_dialog.cpp                         |    8 +-
 ui/qt/wireshark_dialog.h                           |    8 +-
 ui/qt/wlan_statistics_dialog.cpp                   |    4 +-
 69 files changed, 234 insertions(+), 160 deletions(-)
 create mode 100644 ui/qt/geometry_state_dialog.cpp
 copy ui/qt/{export_pdu_dialog.h => geometry_state_dialog.h} (72%)