URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=bfe73e3ad7162830c222a5b0d73433a72324baa5
Submitter: Stig Bj?rlykke (stig@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
bfe73e3 by Pascal Quantin (pascal.quantin@xxxxxxxxx):
Qt: save custom colors in recent_common file
This allows to save colors across sessions for systems other than
OSX that do not provide a system wide color picker
While we are at it, let's stop reading the recent file twice at startup
Bug: 11888
Change-Id: I69ff14d699d8111fe6a8bdac0157fcd115a60c2b
Reviewed-on: https://code.wireshark.org/review/12659
Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
Actions performed:
from 3b706ba packet/gluster: Add GF_CBK_CACHE_INVALADATION dissector bits
adds bfe73e3 Qt: save custom colors in recent_common file
Summary of changes:
ui/qt/wireshark_application.cpp | 34 ++++++++++++++++++++++++++++++++++
ui/qt/wireshark_application.h | 2 ++
ui/recent.c | 10 ++++++++++
ui/recent.h | 1 +
wireshark-qt.cpp | 16 +---------------
5 files changed, 48 insertions(+), 15 deletions(-)