URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=05eb9b69b8011a581ecd2ca92e4abfa1af7bde6f
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
05eb9b6 by Gerald Combs (gerald@xxxxxxxxxxxxx):
Add proper base prefixes in display filter expressions.
When the user selects an enum in the display filter expression dialog
make sure we add the proper base prefix
Add a Qt UI convenience routine for formatting integers. Because
deprecating QString::sprintf was a well-thought-out decision that will
be regarded highly for decades to come.
Fix search visibility while we're here.
Bug: 11421
Change-Id: I1368bc8f464983793bdc90760cf3b7c18b6bd859
Reviewed-on: https://code.wireshark.org/review/9885
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Actions performed:
from ef0bdbc Cleanup a bunch of 802.11ad stuff.
adds 05eb9b6 Add proper base prefixes in display filter expressions.
Summary of changes:
ui/qt/display_filter_expression_dialog.cpp | 7 +++++--
ui/qt/qt_ui_utils.cpp | 22 ++++++++++++++++++++++
ui/qt/qt_ui_utils.h | 11 +++++++++++
3 files changed, 38 insertions(+), 2 deletions(-)