aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/controls/data/tst_tooltip.qml
Commit message (Expand)AuthorAgeFilesLines
* QQuickToolTip: fix setTimeout() behavior when tool tip is visibleKonstantin Ritt2019-09-271-0/+9
* Fix attached ToolTips using the timeout of the last shown tool tipMitch Curtis2019-03-081-0/+65
* Tie minor version of all imports to Qt's minor versionMitch Curtis2018-11-021-2/+2
* QQuickToolTip: add non-attached show() and hide() methodsYulong Bai2018-02-061-0/+18
* Merge remote-tracking branch 'origin/5.9' into 5.10J-P Nurmi2017-10-221-0/+31
|\
| * QQuickToolTip: disable hoverJ-P Nurmi2017-10-121-0/+31
* | Bump QtQuick 2.9 imports to 2.10Mitch Curtis2017-09-061-2/+2
* | Fix tests for boot2qtSami Nurmenniemi2017-08-221-0/+4
|/
* Fix tooltips to not block shortcutsMitch Curtis2017-06-281-1/+37
* tst_tooltip: fix test_attached() failing when it's not run firstMitch Curtis2017-05-261-1/+5
* Update license headers to silence qtqa/tst_license warningsJ-P Nurmi2017-02-241-3/+13
* tst_tooltip: use TestCase's new createTemporaryObject functionsMitch Curtis2017-01-241-19/+7
* tst_controls: update import versions for controls and templatesJ-P Nurmi2017-01-121-1/+1
* Merge remote-tracking branch 'origin/5.8' into devJ-P Nurmi2017-01-111-1/+1
|\
| * Welcome to 2017J-P Nurmi2017-01-091-1/+1
* | tst_tooltip: fix signal spy ownership for the shared tooltipJ-P Nurmi2016-12-161-1/+7
|/
* Use tryVerify() instead of wait() where possibleMitch Curtis2016-11-221-2/+1
* Merge remote-tracking branch 'origin/5.7' into 5.8J-P Nurmi2016-10-031-6/+70
|\
| * Fix QQuickToolTip's delay and visibilityJ-P Nurmi2016-10-021-5/+20
| * Cancel exit transition when the same tooltip is shown againMitch Curtis2016-09-301-0/+48
| * Fix QQuickToolTipAttached parentJ-P Nurmi2016-09-281-1/+2
* | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-08-231-0/+25
|\|
| * Fix attached ToolTip propertiesJ-P Nurmi2016-08-191-0/+25
* | Bump up all controls and templates imports to version 2.1J-P Nurmi2016-07-081-1/+1
|/
* import Qt.labs.controls 1.0 => QtQuick.Controls 2.0J-P Nurmi2016-04-211-1/+1
* ToolTip: use QQmlInfo and don't crash with non-ItemsJ-P Nurmi2016-04-151-0/+9
* Introduce ToolTipJ-P Nurmi2016-03-221-0/+156