summaryrefslogtreecommitdiff
path: root/src/plugins/texteditor/basehoverhandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* TextEditor: Let BaseHoverHandler handle help id callbacksNikolai Kosjar2018-01-191-6/+17
* TextEditor: Return hover handler priority by callbackNikolai Kosjar2018-01-191-26/+4
* TextEditor: Fix crash on F1Nikolai Kosjar2017-07-041-1/+1
* TextEditor: Allow asynchronous hover handlersNikolai Kosjar2017-07-031-6/+32
* TextEditor: Reduce BaseHoverHandler::identifyMatch() callsNikolai Kosjar2017-06-301-2/+3
* TextEditor: Avoid unneeded calls in BaseHoverHandlerNikolai Kosjar2017-06-291-10/+3
* TextEditor: Remove unneeded functions in BaseHoverHandlerNikolai Kosjar2017-06-291-22/+3
* TextEditor: Clean up BaseHoverHandlerNikolai Kosjar2017-06-291-9/+0
* TextEditor: Implement BaseHoverHandler::identifyMatch()Ulf Hermann2016-02-091-0/+7
* 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-1/+33
* Fix wrong context help if tool tip was not shown for focus widgetEike Ziller2015-09-301-9/+3
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | Utils: Start simplification of tooltip handlinghjk2014-12-081-2/+1
|/
* 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-31/+11
* | TextEditor: Rename BaseTextEditorWidget to TextEditorWidgethjk2014-09-291-2/+2
* | TextEditor: More BaseText* -> Text* renamingshjk2014-09-261-1/+1
* | TextEditor: Move some hover handler operation from Editor to Widgethjk2014-09-101-26/+13
* | Do not use deprecated Qt functionality.Christian Kandeler2014-08-291-2/+2
* | TextEditor: Merge ITextEditor and BaseTextEditorhjk2014-07-251-10/+9
|/
* QString(QLatin1String()) -> QString::fromLatin1()Alessandro Portale2014-05-091-3/+3
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* BaseHoverHandler: Code cosmeticshjk2013-10-111-12/+25
* Utils: Cleanup of Tooltip interfacehjk2013-09-131-3/+3
* EditorManager: Use interface directly instead of going through ICorehjk2013-08-301-1/+1
* Clean headers in TextEditor.Friedemann Kleint2013-03-271-5/+0
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | Move TextEditor::ToolTip to UtilsDaniel Teske2013-01-111-5/+5
|/
* Adjust license headershjk2012-10-051-21/+20
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Normalized connect()sRobert Loehning2012-03-061-6/+6
* Removed module names from #include directives.Erik Verbruggen2012-02-151-1/+1
* TextEditor: Fix incorrect dependency to CppEditor resourcesDenis Mingulov2012-01-301-1/+1
* Long live the king!hjk2012-01-261-1/+1
* Use new static ICore interface.hjk2012-01-241-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-1/+1
|/
* core: rename uniqueidmanager.{cpp,h} as the class UniqueIdManager is gonehjk2011-09-051-1/+1
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Update license.hjk2011-04-131-14/+13
* texteditor: merge ITextEditable into ITextEditorhjk2011-02-221-5/+5
* Debugger: Make tooltips use standard text editor tooltips.Friedemann Kleint2011-02-211-10/+1
* C++ editor: Try to find a help item if there is a syntax errorLeandro Melo2011-01-171-2/+13
* It's 2011 now.con2011-01-121-1/+1
* debugger/basehoverhandler: introduce tooltipOverrideRequested and use ithjk2011-01-041-6/+0