aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/basehoverhandler.h
Commit message (Expand)AuthorAgeFilesLines
* TextEditor: Allow explicitly passing the text format for tool tipsEike Ziller2019-11-061-1/+2
* TextEditor: Do not change the text format for tool tipsEike Ziller2019-11-061-2/+1
* TextEditor: Privatize BaseHoverHandler::decorateToolTip()hjk2019-07-241-1/+1
* Rename IContext::HelpIdCallback -> IContext::HelpCallbackEike Ziller2019-01-291-2/+2
* Move Help item from text editor to coreEike Ziller2019-01-251-4/+4
* Clang: Show help with F1 even if there is a diagnosticNikolai Kosjar2019-01-101-0/+3
* TextEditor: Let BaseHoverHandler handle help id callbacksNikolai Kosjar2018-01-191-1/+7
* TextEditor: Return hover handler priority by callbackNikolai Kosjar2018-01-191-8/+6
* TextEditor: Allow asynchronous hover handlersNikolai Kosjar2017-07-031-2/+13
* TextEditor: Reduce BaseHoverHandler::identifyMatch() callsNikolai Kosjar2017-06-301-1/+1
* TextEditor: Avoid unneeded calls in BaseHoverHandlerNikolai Kosjar2017-06-291-2/+1
* TextEditor: Remove unneeded functions in BaseHoverHandlerNikolai Kosjar2017-06-291-5/+0
* TextEditor: Clean up BaseHoverHandlerNikolai Kosjar2017-06-291-16/+12
* De-qobjectify BaseHoverHandler and derivativesNikolai Kosjar2017-06-291-5/+5
* Wholesale conversion to #pragma oncehjk2016-03-301-4/+1
* TextEditor: Implement BaseHoverHandler::identifyMatch()Ulf Hermann2016-02-091-1/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* hoverhandler: add priority system to determine which tooltip is shownMarc Reilly2016-01-181-0/+12
* Fix that html tags instead of F1 button were for QML tool tipsEike Ziller2015-12-041-2/+2
* Fix wrong context help if tool tip was not shown for focus widgetEike Ziller2015-09-301-2/+0
* Clean exported headers of the TextEditor plugin.Friedemann Kleint2015-02-261-1/+2
* Update LicenseEike Ziller2015-01-161-6/+6
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | TextEditor: Simplify HoverHandler handlinghjk2014-09-301-7/+5
* | TextEditor: Rename BaseTextEditorWidget to TextEditorWidgethjk2014-09-291-3/+3
* | TextEditor: Move some hover handler operation from Editor to Widgethjk2014-09-101-14/+7
* | TextEditor: Merge ITextEditor and BaseTextEditorhjk2014-07-251-6/+6
|/
* Clean up single namespace forward-declarationsOrgad Shaneh2014-02-121-3/+1
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* BaseHoverHandler: Code cosmeticshjk2013-10-111-3/+2
* Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* Adjust license headershjk2012-10-051-21/+20
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Removed module names from #include directives.Erik Verbruggen2012-02-151-2/+2
* Long live the king!hjk2012-01-261-1/+1
* Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-111-2/+2
|\
| * all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* | Implement context help for pro file editorJarek Kobus2011-11-101-2/+0
|/
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Update license.hjk2011-04-131-14/+13
* texteditor: merge ITextEditable into ITextEditorhjk2011-02-221-2/+2
* C++ editor: Try to find a help item if there is a syntax errorLeandro Melo2011-01-171-0/+4
* It's 2011 now.con2011-01-121-1/+1
* License headers.con2010-12-171-7/+11
* Add destructor to BaseHoverHandler.Leandro Melo2010-09-241-0/+1
* Improve editor's tooltip. Wrapping hack should no longer be necessary.Leandro Melo2010-09-011-1/+1
* Remove option to extend tooltips.Leandro Melo2010-08-311-1/+0
* Refactor how base hover handler manipulates the help items (qt docs interacti...Leandro Melo2010-08-311-47/+7
* Create type hierarchy widget; Refactor code from C++ hover into a simple reus...Leandro Melo2010-08-131-13/+13