Wireshark-commits: [Wireshark-commits] master 460e1d8: Qt: Horizontal- and vertical-only zoom modif

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 10 Oct 2015 01:15:21 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=460e1d8728d65b39d2f3f15ae62318f9ed9b3d40
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

460e1d8 by Jim Young (jyoung@xxxxxxx):

    Qt: Horizontal- and vertical-only zoom modifier keys for IO and TCP Stream graphs.
    
    Use lower case "x" or upper case "X" (Shift-X) to zoom in or out respectively only
    the horizontal (X) axis.  Use lower case "y" or upper case "Y" (Shift-Y) to zoom
    in or out respectively only the vertical (Y) axis.
    
    Change-Id: I2f4de3c81795c289a626cc917d46ec0b1d620f49
    Reviewed-on: https://code.wireshark.org/review/10894
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  911da8b   Support in 6lowpan for RFC4944 address generation
    adds  460e1d8   Qt: Horizontal- and vertical-only zoom modifier keys for IO and TCP Stream graphs.


Summary of changes:
 ui/qt/io_graph_dialog.cpp   |   69 ++++++++++++++++++++++++++++++++++++++++++-
 ui/qt/io_graph_dialog.h     |    6 ++++
 ui/qt/io_graph_dialog.ui    |   48 ++++++++++++++++++++++++++++++
 ui/qt/tcp_stream_dialog.cpp |   66 +++++++++++++++++++++++++++++++++++++++--
 ui/qt/tcp_stream_dialog.h   |    6 ++++
 ui/qt/tcp_stream_dialog.ui  |   49 ++++++++++++++++++++++++++++++
 6 files changed, 241 insertions(+), 3 deletions(-)