summaryrefslogtreecommitdiff
path: root/src/plugins/cppeditor/cpphoverhandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix potential endless recursion in C++ hover handler.Leandro Melo2010-08-051-19/+28
* Create a base hover handler.Leandro Melo2010-08-031-188/+61
* Color tip for QML; Start of a bit more extensible tooltip class.Leandro Melo2010-08-021-4/+4
* C++ tooltip: Make sure to get the correct list of base classes.Leandro Melo2010-07-281-5/+14
* C++ tooltip: Resolve variable declarations to their named types.Leandro Melo2010-07-271-51/+91
* C++ tooltip: Integration with Qt docs always on (for showing brief descriptio...Leandro Melo2010-07-221-66/+65
* C++ tooltip: Integration with qdocs now only with 4.7 html marks.Leandro Melo2010-07-221-36/+33
* Get rid of the deprecated method Overview::setShowFullQualifiedNames().Roberto Raggi2010-07-211-2/+0
* C++ tooltip: Arrow diagrams to show inheritance.Leandro Melo2010-07-201-30/+190
* C++ tooltip: Changes in formatting extracted html.Leandro Melo2010-07-201-11/+6
* Fixes: Completing switch statements with enums in namespaces or classes.con2010-07-191-8/+2
* Some adjustments signed/unsignedThorbjørn Lindeijer2010-07-141-6/+6
* C++ tooltip: Fixing name qualification.Leandro Melo2010-07-141-24/+25
* Yet another include purging spree.Friedemann Kleint2010-07-131-2/+2
* C++ tooltip: Option to integrate Qt docs into tooltips.Leandro Melo2010-07-131-1/+5
* C++ tooltip: Display macro tooltip only if hover is actually over the macro n...Leandro Melo2010-07-131-6/+7
* Re-write of cpp hover handler and tooltip integration with qtdocs.Leandro Melo2010-07-121-191/+273
* Removed the TokenCache.Erik Verbruggen2010-07-021-1/+1
* Merge remote branch 'origin/2.0'con2010-06-301-3/+5
|\
| * Fixed unwanted line breaks in tool tips.Robert Loehning2010-06-251-3/+5
* | Introduced token caching to prevent repetetive tokenizing.Erik Verbruggen2010-06-141-1/+1