Wireshark-commits: [Wireshark-commits] master 4c4328e: Try to avoid duplicate display filter comple
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 13 May 2015 16:37:09 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4c4328e3167bf91f63da56ca919b3b9e3a12981a
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

4c4328e by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Try to avoid duplicate display filter completions.
    
    When adding recent filters to the completion list, skip over items that
    look like fields and assume they'll be added further down the line.
    
    Change-Id: Ief1e7aeebf91504becc2e07ba9cad66a90d8c7f3
    Reviewed-on: https://code.wireshark.org/review/8453
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  cf82e68   [Thrift] Strengthen the heuristic.
    adds  4c4328e   Try to avoid duplicate display filter completions.


Summary of changes:
 ui/qt/display_filter_edit.cpp |   34 +++++++++++++++++++++++-----------
 1 file changed, 23 insertions(+), 11 deletions(-)