URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d564ea9bea6ba07ac601ca555609677b498845dd
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
d564ea9 by Gerald Combs (gerald@xxxxxxxxxxxxx):
Qt: Add Colorize Conversation menu items.
Add the "View→Colorize Conversation" menu similar to the GTK+ UI. Add
the "Reset" item under the "Colorize Conversation" menu instead of the
top-level "View" menu. Make sure the "Reset" shortcut is Ctrl+Space even
on OS X. Normally Qt would convert it to Cmd+Space, but that's used by
Spotlight.
Add StockIcon::colorIcon and use it to create filled square icons.
Change-Id: I2af9e26d025cdaf97482422bbb9440e28e18d1ac
Reviewed-on: https://code.wireshark.org/review/9595
Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Actions performed:
from 44408ed Update library release dates.
adds d564ea9 Qt: Add Colorize Conversation menu items.
Summary of changes:
color_filters.c | 18 ++++++-
color_filters.h | 8 +++
ui/qt/io_graph_dialog.cpp | 6 +--
ui/qt/main_window.cpp | 1 +
ui/qt/main_window.h | 5 ++
ui/qt/main_window.ui | 118 ++++++++++++++++++++++++++++++++++++++++++
ui/qt/main_window_slots.cpp | 120 ++++++++++++++++++++++++++++++++++++++-----
ui/qt/stock_icon.cpp | 28 ++++++++++
ui/qt/stock_icon.h | 1 +
9 files changed, 288 insertions(+), 17 deletions(-)