Changeset 34917 in webkit


Ignore:
Timestamp:
Jul 1, 2008 7:29:52 AM (16 years ago)
Author:
Simon Hausmann
Message:

2008-07-01 Tor Arne Vestbø <tavestbo@trolltech.com>

Reviewed by Simon.

Don't show the tooltip instantly in the QtLauncher.

Let the QWebView handle tooltips by itself, so we get
the expected delay as everywhere else.

Location:
trunk/WebKit/qt
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKit/qt/ChangeLog

    r34888 r34917  
     12008-07-01  Tor Arne Vestbø  <tavestbo@trolltech.com>
     2
     3        Reviewed by Simon.
     4
     5        Don't show the tooltip instantly in the QtLauncher.
     6       
     7        Let the QWebView handle tooltips by itself, so we get
     8        the expected delay as everywhere else.
     9
     10        * QtLauncher/main.cpp:
     11
    1122008-06-30  Simon Hausmann  <hausmann@webkit.org>
    213
  • trunk/WebKit/qt/QtLauncher/main.cpp

    r32683 r34917  
    215215    {
    216216        statusBar()->showMessage(link);
    217 #ifndef QT_NO_TOOLTIP
    218         if (!toolTip.isEmpty())
    219             QToolTip::showText(QCursor::pos(), toolTip);
    220 #endif
    221217    }
    222218    void print()
Note: See TracChangeset for help on using the changeset viewer.