Wireshark-commits: [Wireshark-commits] master 3955dae: Qt: Emit textEdited from CaptureFilterEdit i

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 25 Feb 2016 20:02:23 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3955dae2d81ccc736a8bdbd2b8278610354cddc7
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

3955dae by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Qt: Emit textEdited from CaptureFilterEdit in more places.
    
    We should emit textEdited whenever the user changes the text
    interactively. Do so when the user clicks the clear button or selects a
    recent filter.
    
    We might want to copy this to DisplayFilterEdit.
    
    Change-Id: Icf02fead52947fcef6e7e617b0c49bfc9e1aec65
    Reviewed-on: https://code.wireshark.org/review/14144
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  703553a   Put extcap-base.h into the release tarball.
    adds  3955dae   Qt: Emit textEdited from CaptureFilterEdit in more places.


Summary of changes:
 ui/qt/capture_filter_edit.cpp |   13 ++++++++++++-
 ui/qt/capture_filter_edit.h   |    1 +
 2 files changed, 13 insertions(+), 1 deletion(-)