Wireshark-commits: [Wireshark-commits] master afcbcdf: Qt/Bluetooth: Add Mark/Unmark functionality

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 20 Oct 2016 07:35:05 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=afcbcdf272d270ef08b214c6571336c376a24e1a
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

afcbcdf by Michal Labedzki (michal.labedzki@xxxxxxxxx):

    Qt/Bluetooth: Add Mark/Unmark functionality
    
    Add Mark/Unmark functionality for tree/table widget items, user can now
    mark row or cell.
    
    Change-Id: I31b9ca128d97da4fb959ae2d92f5c1646ebea478
    Reviewed-on: https://code.wireshark.org/review/18266
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  82696ca   bt-dht: use ws_strtou function.
    adds  afcbcdf   Qt/Bluetooth: Add Mark/Unmark functionality


Summary of changes:
 ui/qt/bluetooth_att_server_attributes_dialog.cpp |   58 ++++++++++++++++++++--
 ui/qt/bluetooth_att_server_attributes_dialog.h   |    2 +
 ui/qt/bluetooth_att_server_attributes_dialog.ui  |   16 ++++++
 ui/qt/bluetooth_device_dialog.cpp                |   58 ++++++++++++++++++++--
 ui/qt/bluetooth_device_dialog.h                  |    2 +
 ui/qt/bluetooth_device_dialog.ui                 |   16 ++++++
 ui/qt/bluetooth_devices_dialog.cpp               |   58 +++++++++++++++++++++-
 ui/qt/bluetooth_devices_dialog.h                 |    2 +
 ui/qt/bluetooth_devices_dialog.ui                |   16 ++++++
 ui/qt/bluetooth_hci_summary_dialog.cpp           |   55 +++++++++++++++++++-
 ui/qt/bluetooth_hci_summary_dialog.h             |    2 +
 ui/qt/bluetooth_hci_summary_dialog.ui            |   16 ++++++
 12 files changed, 291 insertions(+), 10 deletions(-)