summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qtooltip.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix -Wimplicit-fallthrough for clangTim Blechmann2024-03-011-0/+1
* Widgets: Use pmf-style connectsChristian Ehrlicher2023-12-211-4/+4
* Set correct content size for tool tip labelSanthosh Kumar2023-12-151-3/+5
* Convert tooltips example to snippetsVolker Hilsheimer2023-10-271-5/+14
* Use plain text to calculate expire time of tooltipsMatthias Rauter2023-02-071-1/+3
* Port from container.count()/length() to size()Marc Mutz2022-10-041-1/+1
* Fix typos in docs and commentsKai Köhne2022-06-151-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QtWidgets: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-05-021-2/+4
* Don't hide QToolTip automatically when another window is closedTor Arne Vestbø2021-09-131-7/+0
* Don't refer to "this" in QToolTip documentationVolker Hilsheimer2020-12-091-1/+1
* wasm: fix showing tooltipsLorn Potter2020-11-191-1/+1
* QToolTip: don’t close again on Close eventMorten Johan Sørvig2020-11-121-1/+7
* Display tooltips on the correct screenMorten Johan Sørvig2020-10-231-1/+3
* Do not crash if QPA plugin does not support cursorsJan Arve Sæther2020-10-211-1/+4
* Remove usage of QDesktopWidget(Private) from most places in QtWidgetsVolker Hilsheimer2020-07-071-26/+15
* Remove deprecated QStyleOption::init()Christian Ehrlicher2020-06-211-2/+2
* Merge QToolTip::showText overloads as per ### Qt 6 commentsVolker Hilsheimer2020-06-101-24/+4
* Phase 2 of removing QDesktopWidgetVolker Hilsheimer2020-06-081-16/+16
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-081-2/+2
* Remove winrtOliver Wolff2020-06-061-6/+1
* Reduce QDesktopWidget API to bare minimumVolker Hilsheimer2020-05-151-1/+1
* Port QT_NO_TOOLTIP to QT_CONFIG(tooltip)Joerg Bornemann2020-04-211-2/+0
* Merge remote-tracking branch 'origin/5.14' into 5.15Mitch Curtis2020-03-201-4/+4
|\
| * Fix potential out-of-bounds or nullptr accessVolker Hilsheimer2020-03-171-4/+4
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-101-15/+28
|\|
| * Move the tooltip out of the way of very large mouse cursorsVolker Hilsheimer2019-12-091-15/+28
* | Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-8/+8
|/
* Remove dead code from Qt 4 timesTor Arne Vestbø2019-08-201-42/+3
* Fix build without feature.labelTasuku Suzuki2019-05-261-1/+1
* Doc: replace 0 with \nullptr in documentationChristian Ehrlicher2019-03-131-2/+2
* Merge remote-tracking branch 'origin/5.12' into 5.12.1Liang Qi2019-01-081-0/+9
|\
| * QToolTip - set correct screen before resizeThorbjørn Lund Martsum2018-12-181-0/+9
* | Restore behavior for QToolTip not wrapping by defaultKai Koehne2019-01-041-13/+9
|/
* QToolTip: Don't crash if a tool tip is shown outside screen geometryJohan Klokkhammer Helsing2018-10-151-6/+11
* QToolTip::mouseMoveEvent(): always call base classChristian Ehrlicher2018-08-041-7/+7
* QToolTip: replace deprecated QDesktopWidget::screenGeometry()Christian Ehrlicher2018-05-281-1/+1
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-201-7/+5
|\
| * QToolTip: Hide tooltip on key event on macOSGabriel de Dietrich2018-04-181-7/+5
* | Make QToolTip always wrap textFilipe Azevedo2018-03-091-14/+24
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-021-1/+11
|\|
| * ToolTip/Windows: Fix wrong size when font is modified by widget stylesheetFriedemann Kleint2018-03-011-1/+11
* | stylesheets cleanup to prepare for a bigger patchSergio Martins2018-02-281-1/+1
|/
* Remove a few more uses of deprecated QDesktopWidget APIsTor Arne Vestbø2017-11-171-0/+3
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-261-2/+6
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-061-2/+6
| |\
| | * Convert features.effects to QT_[REQUIRE_]CONFIGStephan Binner2017-09-041-2/+6
* | | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-5/+5
|/ /
* / Reduce usage of QDesktopWidget to resolve screen properties in QtWidgetsTor Arne Vestbø2017-08-181-6/+7
|/
* Windows: Don't raise inactive windows when showing a tooltipSergio Martins2017-07-191-3/+3