summaryrefslogtreecommitdiff
path: root/src/libs/utils/tooltip/tooltip.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Utils: Drop unused headers [I-Z]Jarek Kobus2022-05-251-3/+3
* 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
* Prepare for QDesktopWidget removalChristian Stenger2020-08-141-17/+10
* 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-061-2/+25
* TextEditor: Do not change the text format for tool tipsEike Ziller2019-11-061-5/+57
* Utils: Move reuse.h out of sighthjk2019-07-051-6/+4
* 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-011-18/+18
* Utils: ModernizeAlessandro Portale2018-07-201-5/+5
* Tooltip: Hide when Escape is pressedOrgad Shaneh2017-09-131-2/+5
* 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-251-0/+12
* Fix hiding tooltips on windows.David Schulz2016-05-251-7/+5
* Utils: Hide tooltip if application becomes inactiveNikolai Kosjar2016-03-081-0/+7
* Clang: Display also child diagnostics in tooltipsNikolai Kosjar2016-02-121-0/+5
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Fix wrong context help if tool tip was not shown for focus widgetEike Ziller2015-09-301-12/+22
* Android Avd Dialog: Fix what the Name validator acceptsDaniel Teske2015-05-151-1/+6
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | Misc: Remove unneeded qualificationsOrgad Shaneh2015-02-061-1/+1
* | Utils: Simplify tooltip architecture and cleanuphjk2014-12-151-33/+48
* | Utils: Start simplification of tooltip handlinghjk2014-12-081-14/+19
|/
* Debugger: Tooltip timing workarounds.hjk2014-11-151-0/+6
* License updateEike Ziller2014-10-091-7/+8
* Utils: Remove unneeded namespace qualificationsOrgad Shaneh2014-07-161-1/+1
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Rename "[Mm]ethod(s)" to "[Ff]unction(s)"Nikolai Kosjar2013-10-101-1/+1
* C++ Preprocessor additions widget.David Schulz2013-10-021-24/+28
* Utils: Cleanup of Tooltip interfacehjk2013-09-131-20/+12
* Fix coding style for else statementsOrgad Shaneh2013-07-171-2/+2
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
* Tooltip: Remove TipFactoryhjk2013-01-231-9/+19
* Utils: Fix qbs build.Christian Kandeler2013-01-141-1/+1
* Move TextEditor::ToolTip to UtilsDaniel Teske2013-01-111-0/+295