Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master 84a3c85: Disable display filter tooltips for now.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 6 Sep 2015 19:08:07 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=84a3c85be4b7272b07b0da7cea741dd54e1a11b5
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

84a3c85 by Gerald Combs (gerald@xxxxxxxx):

    Disable display filter tooltips for now.
    
    Comment out the setToolTip call in DisplayFilterCombo. The function
    applies to the entire control, but the text only makes sense for the
    drop-down arrow.
    
    Remove the tooltip for the clear button in DisplayFilterEdit. If the
    purpose of the "X" symbol isn't obvious then we aren't doing our job
    properly.
    
    Comment out the other setToolTip calls in DisplayFilterEdit for now
    since they interfere with leaveEvents. Add a note about a possible
    workaround.
    
    Change-Id: I055a30b6a5b5e07cebf1fa36e217654d390d34d0
    Reviewed-on: https://code.wireshark.org/review/10405
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  628f65a   Keep focus rects from showing through the welcome screen.
    adds  84a3c85   Disable display filter tooltips for now.


Summary of changes:
 ui/qt/display_filter_combo.cpp |    5 ++--
 ui/qt/display_filter_edit.cpp  |   49 ++++++++++++++++++++--------------------
 2 files changed, 27 insertions(+), 27 deletions(-)