URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=53dfec9b99b265ff4db0e5f2e179fc2f1ef77e0f
Submitter: Stig Bjørlykke (stig@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
53dfec9 by Paul Zander (p.j.zander@xxxxxxxxxxxx):
Qt: Configure the selection color via the preferences
The active selection color and inactive selection color can be configured via Edit / Preferences / Font and Colors
There are 3 styles that can be used for the selection color:
Default: legacy behavior
Flat: Use background and foreground color with no gradient.
Gradient: Use background and foreground color with a gradient.
Bug: 14714
Change-Id: Ieca293bb9830d2c5702949d0459d1d6f679e41e4
Reviewed-on: https://code.wireshark.org/review/27701
Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
Actions performed:
from 31663c4 ua3g: moved setup of rtp/rtcp conversations from packet-ua to packet-ua3g, where the start-rtp message is actually decoded.
adds 53dfec9 Qt: Configure the selection color via the preferences
Summary of changes:
epan/prefs.c | 39 ++++++
epan/prefs.h | 15 +++
ui/qt/font_color_preferences_frame.cpp | 211 +++++++++++++++++++++++++++----
ui/qt/font_color_preferences_frame.h | 12 ++
ui/qt/font_color_preferences_frame.ui | 225 ++++++++++++++++++++++++++-------
ui/qt/packet_list.cpp | 160 +++++++++++++++--------
ui/qt/packet_list.h | 1 +
7 files changed, 532 insertions(+), 131 deletions(-)