Wireshark-commits: [Wireshark-commits] master-2.0 274ce32: Qt: Update AccordionFrame widgets to use

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 19 Feb 2016 12:21:13 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=274ce328755083c711da190d6d4df305345e5e0b
Submitter: Stig Bj?rlykke (stig@xxxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark

Commits:

274ce32 by Stig Bjørlykke (stig@xxxxxxxxxxxxx):

    Qt: Update AccordionFrame widgets to use common layout
    
    - Use QPushButton for buttons and set the "Find" button as default
      in SearchFrame.
    - Use QPushButton for buttons, added a "Packet:" label, and set
      the "Go to packet" button as default in GoToFrame.
    - Set Qt::WA_MacSmallSize in OS X for FilterExpressionFrame and
      PreferenceEditorFrame.
    - Removed QFrame::StyledPanel and QFrame::Raised from ColumnEditorFrame.
    - Update ui files to reflect that AccordionFrame is used for
      AddressEditorFrame, FilterExpressionFrame and PreferenceEditorFrame.
    
    Change-Id: Icfbfff973535317997109a1020dfe24ba932e098
    Reviewed-on: https://code.wireshark.org/review/13995
    Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Reviewed-on: https://code.wireshark.org/review/14002
    

Actions performed:

    from  6f8a25c   ssl: fix decryption when session ticket is not used
    adds  274ce32   Qt: Update AccordionFrame widgets to use common layout


Summary of changes:
 ui/qt/address_editor_frame.cpp    |    1 -
 ui/qt/address_editor_frame.ui     |   10 ++++++++--
 ui/qt/column_editor_frame.ui      |   14 +++++++-------
 ui/qt/filter_expression_frame.cpp |    6 ++++++
 ui/qt/filter_expression_frame.ui  |   10 ++++++++--
 ui/qt/main_window.cpp             |    1 +
 ui/qt/main_window.ui              |   14 ++++++++++++--
 ui/qt/main_window_slots.cpp       |    2 +-
 ui/qt/preference_editor_frame.cpp |   10 ++++++++--
 ui/qt/preference_editor_frame.ui  |   12 +++++++++---
 ui/qt/search_frame.ui             |   10 +++++++---
 11 files changed, 67 insertions(+), 23 deletions(-)