aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/tooltip
Commit message (Expand)AuthorAgeFilesLines
* Tooltips: More sensible position if it would go out of screenEike Ziller2025-01-241-2/+0
* Tooltips: Fix widget tool tip positioning on macOSEike Ziller2024-11-271-1/+3
* Utils: fix crash on hiding a tooltipDavid Schulz2024-04-301-3/+5
* Utils: Drop unneeded Q_OBJECT macros from public headersJarek Kobus2023-08-151-4/+0
* Utils: fix likelyContainsLink for markdownDavid Schulz2023-05-301-4/+8
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-065-5/+5
* Use SPDX license identifiersLucie Gérard2022-08-265-120/+10
* Utils: Adapt fake TipLabel to Qt >= 6/2hjk2022-07-151-15/+2
* Utils: Drop unused headers [I-Z]Jarek Kobus2022-05-251-3/+3
* Utils: More forward declarations / drop unused headers [T-Z]Jarek Kobus2022-05-253-6/+7
* fix warningTim Jenssen2022-03-161-1/+1
* ToolTip: Guard against nullptr accessEike Ziller2022-01-101-1/+4
* TextEditor: Limit size of tool tipsChristian Stenger2021-08-181-0/+2
* Fix another unguarded access to a QScreenEike Ziller2021-05-251-1/+4
* Utils: Fix crash on showing tooltips when screen configuration changedMikhail Khachayants2021-05-191-1/+6
* Fix a crash when showing tooltipsJarek Kobus2020-11-161-0/+2
* Prepare for QDesktopWidget removalChristian Stenger2020-08-144-59/+28
* Qt6: Update ToolTip hackhjk2020-08-051-6/+27
* Use QStyleOption::initFrom() instead of init()hjk2020-07-091-2/+2
* Make WidgetTips Squish-testableRobert Loehning2020-04-211-0/+1
* Utils: Fix deprecation warningChristian Kandeler2020-01-061-1/+1
* TextEditor: Allow explicitly passing the text format for tool tipsEike Ziller2019-11-064-6/+53
* TextEditor: Do not change the text format for tool tipsEike Ziller2019-11-062-11/+58
* Avoid warning on empty expressionshjk2019-07-231-1/+1
* Utils: Move reuse.h out of sighthjk2019-07-054-62/+30
* Utils: Fix a case fall through warninghjk2019-07-041-0/+1
* Squish: Fix verification of tool tipsChristian Stenger2019-02-141-0/+1
* Help: Avoid double lookup for help tooltipsEike Ziller2019-02-014-45/+47
* Merge remote-tracking branch 'origin/4.8'Eike Ziller2018-11-291-0/+2
|\
| * Utils: Pile more hacks onto our "QTipLabel"Ulf Hermann2018-11-271-0/+2
* | Utils: Replace Tooltip hack with another tooltip hackhjk2018-11-273-24/+35
|/
* Utils: ModernizeOrgad Shaneh2018-09-211-21/+21
* Utils: ModernizeAlessandro Portale2018-07-202-7/+7
* Utils: Consistently use nullptrTobias Hunger2018-05-131-4/+4
* Utils: Use override consistentlyTobias Hunger2018-05-131-2/+2
* Tooltip: Hide when Escape is pressedOrgad Shaneh2017-09-131-2/+5
* Fix that tool tips for long texts became too smallEike Ziller2017-05-021-5/+1
* Reduce usage of qApp in favor of static function callsAlessandro Portale2017-04-241-3/+3
* Utils: Replace macro usages with HostOsInfoOrgad Shaneh2016-09-211-10/+9
* CppEditor: Use full tooltip in ClangTextMarkhjk2016-07-252-0/+15
* tooltip: make TextTip links clickableMarc Reilly2016-06-242-0/+13
* Merge remote-tracking branch 'origin/4.0'Eike Ziller2016-05-271-7/+5
|\
| * Fix hiding tooltips on windows.David Schulz2016-05-251-7/+5
* | Merge remote-tracking branch 'origin/4.0'Eike Ziller2016-05-091-1/+2
|\|
| * Do not crash when closing editor while diagnostic tool tip is shownEike Ziller2016-05-091-1/+2
* | Wholesale conversion to #pragma oncehjk2016-03-304-16/+4
|/
* Utils: Hide tooltip if application becomes inactiveNikolai Kosjar2016-03-081-0/+7
* Clang: Display also child diagnostics in tooltipsNikolai Kosjar2016-02-122-0/+6
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-196-102/+72
* HighDPI fixesAlessandro Portale2015-11-101-11/+8