Wireshark-commits: [Wireshark-commits] master 68ec673: Qt: highlight hovered byte
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 18 Apr 2016 16:41:44 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=68ec6735e10bca144120106f82a896eb99b46fa3
Submitter: Michal Labedzki (michal.labedzki@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

68ec673 by Peter Wu (peter@xxxxxxxxxxxxx):

    Qt: highlight hovered byte
    
    Make it easier to link the hex with ascii bytes. The background color
    will become yellow for bytes with the mouse focus.
    
    Bug: 11547
    Change-Id: Iab87e598a302ecf7bb7b37cd6ad55ea291c02b82
    Reviewed-on: https://code.wireshark.org/review/14716
    Petri-Dish: Michal Labedzki <michal.labedzki@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michal Labedzki <michal.labedzki@xxxxxxxxx>
    

Actions performed:

    from  abaa076   btatt: Add count of rr intervals to head of subtree
    adds  68ec673   Qt: highlight hovered byte


Summary of changes:
 docbook/release-notes.asciidoc |    1 +
 ui/qt/byte_view_text.cpp       |   58 +++++++++++++++++++++++++++++-----------
 ui/qt/byte_view_text.h         |    4 ++-
 3 files changed, 46 insertions(+), 17 deletions(-)