Wireshark-commits: [Wireshark-commits] master 1810112: Add minimize and maximize buttons to the TCP

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 25 Jun 2015 15:51:36 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1810112f2d93d862c8b558279f5537e4db0fa4ad
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

1810112 by Jeff Morriss (jeff.morriss.ws@xxxxxxxxx):

    Add minimize and maximize buttons to the TCP stream dialogs.
    
    The first thing I generally do when I open a graph is to maximize it.
    Having a maximize button makes that a lot easier. Call QDialog(NULL,
    Qt::Window) similar to g80342e4.
    
    Call QDialog(NULL) in the about box.
    
    Change-Id: I4f229ab579d0912cb03ba8f8d0300d933d0ba914
    Reviewed-on: https://code.wireshark.org/review/7072
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  7e62a03   fix the 'then' statement is equivalent to the 'else' statement found by PVS Studio (V523)
    adds  1810112   Add minimize and maximize buttons to the TCP stream dialogs.


Summary of changes:
 ui/qt/about_dialog.cpp      |    2 +-
 ui/qt/tcp_stream_dialog.cpp |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)