Wireshark-commits: [Wireshark-commits] master-2.0 8d06a7c: Qt: Enable capture filter bookmarks

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 29 Jan 2016 18:53:05 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8d06a7ca4de3d060a7626e70fd9495b4f1d4c7be
Submitter: Stig Bjørlykke (stig@xxxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark

Commits:

8d06a7c by Stig Bjørlykke (stig@xxxxxxxxxxxxx):

    Qt: Enable capture filter bookmarks
    
    Update the code handling capture filter bookmarks and enable the
    bookmark button and clear button in CaptureFilterEdit().
    
    Disable the apply button (which starts a capture) for now.
    
    Bug: 11836
    Change-Id: Ia33cbb8c9bb839be037112eef26daf744c4ea8f8
    Reviewed-on: https://code.wireshark.org/review/13568
    Reviewed-by: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    (cherry picked from commit 3c1d05d5a034c15abfd47f5b6f11de0270c4a434)
    Reviewed-on: https://code.wireshark.org/review/13586
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  5c16a1d   Add Authenticode changes to the release notes.
    adds  8d06a7c   Qt: Enable capture filter bookmarks


Summary of changes:
 ui/qt/capture_filter_combo.cpp  |    2 +-
 ui/qt/capture_filter_edit.cpp   |  158 ++++++++++++++++++++++++++++++++++++---
 ui/qt/capture_filter_edit.h     |   10 ++-
 ui/qt/filter_dialog.cpp         |    4 +-
 ui/qt/wireshark_application.cpp |    4 +
 ui/qt/wireshark_application.h   |    2 +
 6 files changed, 167 insertions(+), 13 deletions(-)