Wireshark-commits: [Wireshark-commits] master 6db6711: Add ability to disable autocomplete suggesti

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 22 Oct 2018 04:46:06 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6db67117b5cf417ffa7e0ed84219d22f93c2d9ab
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

6db6711 by Michael Mann (mmann78@xxxxxxxxxxxx):

    Add ability to disable autocomplete suggestions for filter controls.
    
    Add a preference (enabled by default) that can enable/disable the ability for Wireshark to autocomplete display and capture filter controls.
    
    Bug: 14368
    Change-Id: Ib2b688bb75c4465dab14a6a635a870d7e5c4fe80
    Reviewed-on: https://code.wireshark.org/review/30320
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  aa03833   ntp: change root delay and dispersion to integer for fixed precision.
     add  6db6711   Add ability to disable autocomplete suggestions for filter controls.


Summary of changes:
 epan/prefs.c                            | 6 ++++++
 epan/prefs.h                            | 1 +
 ui/qt/main_window_preferences_frame.cpp | 7 +++++++
 ui/qt/main_window_preferences_frame.h   | 2 ++
 ui/qt/main_window_preferences_frame.ui  | 7 +++++++
 ui/qt/widgets/syntax_line_edit.cpp      | 2 +-
 6 files changed, 24 insertions(+), 1 deletion(-)