Wireshark-commits: [Wireshark-commits] master 3c1d05d: Qt: Enable capture filter bookmarks

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 28 Jan 2016 21:56:57 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3c1d05d5a034c15abfd47f5b6f11de0270c4a434
Submitter: Stig Bjørlykke (stig@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

3c1d05d 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>
    

Actions performed:

    from  268c0e5   MATE: Disable Werror as before g265a41e
    adds  3c1d05d   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(-)