Wireshark-commits: [Wireshark-commits] master-2.0 c216c70: Qt: Emit textEdited from CaptureFilterEd

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

Commits:

c216c70 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>
    (cherry picked from commit 3955dae2d81ccc736a8bdbd2b8278610354cddc7)
    Reviewed-on: https://code.wireshark.org/review/14147
    

Actions performed:

    from  1798fea   Qt: Use UTF8_HORIZONTAL_ELLIPSIS for …
    adds  c216c70   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(-)