Wireshark-commits: [Wireshark-commits] master 717ff08: Qt: Add the colorization action.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 23 Sep 2014 14:26:48 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=717ff08f324790cf655afc86ff7ab4b3695b0633
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

717ff08 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Qt: Add the colorization action.
    
    Change-Id: I846a48c35c4ef3bbbcf17d03885acc5be8c9a6b5
    Reviewed-on: https://code.wireshark.org/review/4259
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  ad6a663   pcapng: ensure the values we now free are initialized
    adds  717ff08   Qt: Add the colorization action.


Summary of changes:
 image/toolbar.qrc            |    2 ++
 ui/gtk/main.c                |    4 ++--
 ui/qt/main_window.cpp        |    3 ++-
 ui/qt/main_window.h          |    1 +
 ui/qt/main_window.ui         |   28 +++++++++++++++++++++++++++-
 ui/qt/main_window_slots.cpp  |   25 ++++++++++++++++---------
 ui/qt/packet_list.cpp        |    4 ++--
 ui/qt/packet_list_model.cpp  |   21 +++++++++++++--------
 ui/qt/packet_list_model.h    |    3 +--
 ui/qt/packet_list_record.cpp |    7 ++++++-
 ui/qt/packet_list_record.h   |    7 +------
 11 files changed, 73 insertions(+), 32 deletions(-)