Wireshark-commits: [Wireshark-commits] master 60803f3: Qt: Add display filter completion.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 11 May 2015 16:08:38 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=60803f376beadd5e3eecbf29258a059e3945fa8d
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

60803f3 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Qt: Add display filter completion.
    
    Add completion to DisplayFilterEdit. Disable autocompletion in
    DisplayFilterCombo.
    
    New behavior: If we're at the beginning of the entry "recent" display
    filters appear at the top of the list.
    
    Start using QLineEdit::placeholderText while we're here.
    
    Bug: 10923
    Ping-Bug: 9254
    Change-Id: Ic8dd37768abb83d50d4e6c849bb51095fc3742d2
    Reviewed-on: https://code.wireshark.org/review/8360
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  2c96aac   MPLS PM: add timestamp2 field decoding
    adds  60803f3   Qt: Add display filter completion.


Summary of changes:
 ui/qt/display_filter_combo.cpp |    7 +-
 ui/qt/display_filter_edit.cpp  |  231 +++++++++++++++++++++++++++++++++++++---
 ui/qt/display_filter_edit.h    |   25 ++++-
 3 files changed, 238 insertions(+), 25 deletions(-)