aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/cpphoverhandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* CppTools: Move CppHoverHandler to CppToolsNikolai Kosjar2018-01-161-190/+0
* CppEditor: Simplify CppHoverHandler::identifyMatchNikolai Kosjar2017-10-251-32/+30
* TextEditor: move convenience from texteditor to utilsIvan Donchevskii2017-09-221-3/+3
* TextEditor: Remove unneeded functions in BaseHoverHandlerNikolai Kosjar2017-06-291-4/+6
* Clang: Set help id for tooltipNikolai Kosjar2017-06-191-5/+11
* CppEditor: Use full tooltip in ClangTextMarkhjk2016-07-251-2/+9
* Clang: Use CppHoverHandler for diagnostic tooltipsNikolai Kosjar2016-02-121-1/+60
* CppEditor: Clean up CppHoverHandlerNikolai Kosjar2016-02-091-3/+0
* 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-1/+0
* 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-8/+0
* | TextEditor: Rename BaseTextEditorWidget to TextEditorWidgethjk2014-09-291-1/+1
* | TextEditor: More BaseText* -> Text* renamingshjk2014-09-261-1/+1
* | TextEditor: Move some hover handler operation from Editor to Widgethjk2014-09-101-24/+26
* | Do not use deprecated Qt functionality.Christian Kandeler2014-08-291-1/+1
* | TextEditor: Merge ITextEditor and BaseTextEditorhjk2014-07-251-1/+1
|/
* CppEditor: Use BaseTextEditor{Widget} if possibleNikolai Kosjar2014-06-131-12/+12
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Core/Help: Clean up HelpManager interface and usershjk2013-08-301-2/+1
* C++: cache results of linksForIdentifier in HelpItem.Erik Verbruggen2013-06-111-3/+11
* Clean headers in CppEditor.Friedemann Kleint2013-04-101-8/+0
* fix include style relating to cplusplus librariesOswald Buddenhagen2013-04-031-3/+5
* 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
* | CppEditor: Direct element access, less symbols.hjk2012-10-111-4/+4
|/
* Adjust license headershjk2012-10-051-21/+20
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Move the ModelManagerInterface out of the CPlusPlus library.Erik Verbruggen2012-03-141-1/+1
* Removed module names from #include directives.Erik Verbruggen2012-02-151-2/+2
* Long live the king!hjk2012-01-261-1/+1
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* 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-3/+12
* It's 2011 now.con2011-01-121-1/+1
* C++: Move the ModelManagerInterface from CppTools to CPlusPlus.Christian Kamm2011-01-041-1/+1
* License headers.con2010-12-171-7/+11
* Help: All candidates (considering name qualification) are already in the list.Leandro Melo2010-10-011-19/+1
* Tooltips: Do not show -qtnamespace (if any) in the tips.Leandro Melo2010-10-011-5/+17
* Tooltips: Make sure tooltip is escaped (for rich text) when appending html.Leandro Melo2010-09-231-2/+4
* Header cleanup in coreplugin, part 1Friedemann Kleint2010-09-161-0/+1
* Improve editor's tooltip. Wrapping hack should no longer be necessary.Leandro Melo2010-09-011-9/+3
* Remove option to extend tooltips.Leandro Melo2010-08-311-1/+1
* Refactor how base hover handler manipulates the help items (qt docs interacti...Leandro Melo2010-08-311-25/+26
* Create type hierarchy widget; Refactor code from C++ hover into a simple reus...Leandro Melo2010-08-131-386/+23
* Merged ScopedSymbol and Scope.Roberto Raggi2010-08-111-6/+6