Wireshark-commits: [Wireshark-commits] master 9cbad02: Qt/Bluetooth: Allow to use Enter button for
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 20 May 2016 14:53:31 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9cbad0207eda99f476393e1628cf9562b3730132
Submitter: Michal Labedzki (michal.labedzki@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

9cbad02 by Michal Labedzki (michal.labedzki@xxxxxxxxx):

    Qt/Bluetooth: Allow to use Enter button for jump to frames
    
    Implement keyPressEvent and do nothing... However it "takes focus"
    from button box and jump to frame that some items in tree widget point.
    
    Change-Id: Ib08f1588f20bce66fa945bf952770600c625233c
    Reviewed-on: https://code.wireshark.org/review/15455
    Petri-Dish: Michal Labedzki <michal.labedzki@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michal Labedzki <michal.labedzki@xxxxxxxxx>
    Tested-by: Michal Labedzki <michal.labedzki@xxxxxxxxx>
    

Actions performed:

    from  7a7d790   Qt: Add a bottom border to the packet map.
    adds  9cbad02   Qt/Bluetooth: Allow to use Enter button for jump to frames


Summary of changes:
 ui/qt/bluetooth_att_server_attributes_dialog.cpp |    7 +++++++
 ui/qt/bluetooth_att_server_attributes_dialog.h   |    1 +
 ui/qt/bluetooth_devices_dialog.cpp               |    7 +++++++
 ui/qt/bluetooth_devices_dialog.h                 |    1 +
 ui/qt/bluetooth_hci_summary_dialog.cpp           |    7 +++++++
 ui/qt/bluetooth_hci_summary_dialog.h             |    1 +
 6 files changed, 24 insertions(+)