URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d0fa82b825c15fbd9f3b6037f3d9ad4fc78d87fd
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
d0fa82b by Gerald Combs (gerald@xxxxxxxxxxxxx):
Qt: Clean up the byte view hover highlight.
Rename the text highlight enum "HighlightMode" to make its use and
intent more clear. Add a mode for the offset highlight instead of using
a separate variable. Use our palette to draw the hover highlight colors.
Add a note about colors to the Developer's Guide.
Change-Id: I488b2512a5058e17eb5b49c8ac55616100f32fbc
Reviewed-on: https://code.wireshark.org/review/18953
Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Actions performed:
from ff4b272 GlusterFS: Insert missing FORGET command.
adds d0fa82b Qt: Clean up the byte view hover highlight.
Summary of changes:
.../wsdg_src/WSDG_chapter_userinterface.asciidoc | 12 +++
ui/qt/byte_view_text.cpp | 84 +++++++++++---------
ui/qt/byte_view_text.h | 16 ++--
ui/qt/color_utils.cpp | 11 +++
ui/qt/color_utils.h | 3 +
5 files changed, 80 insertions(+), 46 deletions(-)