Rename the search type menu items to more accurately reflect what we're
authorGerald Combs <gerald@wireshark.org>
Sat, 15 Dec 2012 01:04:39 +0000 (01:04 -0000)
committerGerald Combs <gerald@wireshark.org>
Sat, 15 Dec 2012 01:04:39 +0000 (01:04 -0000)
commit5c2c5aed87a35800a8136b34e576aaf53ad25c1a
tree0aa9c2b38d1eb1ec46591c280f5addcf5c0c3760
parent92cfec56b8abd8cd04c0133763fea2ddbd9a197e
Rename the search type menu items to more accurately reflect what we're
actually doing and what users are likely to want to do.  Rename the
search enum values and functions to reflect what we're actually doing
and add a comment explaining why making searches more correct might make
searching worse.  Add a search bar to the Qt main window, thus
continuing the War On Gratuitous Dialogs.

Clear out any previous temporary label stack items before adding a new one.

svn path=/trunk/; revision=46541
18 files changed:
cfile.h
file.c
ui/gtk/find_dlg.c
ui/qt/CMakeLists.txt
ui/qt/Makefile.am
ui/qt/Makefile.common
ui/qt/QtShark.pro
ui/qt/display_filter_edit.cpp
ui/qt/display_filter_edit.h
ui/qt/label_stack.cpp
ui/qt/main_status_bar.cpp
ui/qt/main_window.cpp
ui/qt/main_window.h
ui/qt/main_window.ui
ui/qt/main_window_slots.cpp
ui/qt/search_frame.cpp [new file with mode: 0644]
ui/qt/search_frame.h [new file with mode: 0644]
ui/qt/search_frame.ui [new file with mode: 0644]