aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/cpphoverhandler.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | Merge remote branch 'origin/2.0'con2010-06-111-26/+4
|\|
| * Move help manager into core.kh12010-06-111-26/+4
* | Revert "Introduced a token cache for the C++ editor."Erik Verbruggen2010-06-041-1/+1
* | Fixed hidden parameters.Erik Verbruggen2010-06-041-4/+4
* | Introduced a token cache for the C++ editor.Erik Verbruggen2010-06-041-1/+1
* | Merge remote branch 'origin/2.0'hjk2010-06-021-7/+8
|\|
| * Fixed context help for Qt includesThorbjørn Lindeijer2010-06-011-7/+8
* | Reenabled the tooltip.Roberto Raggi2010-05-141-120/+29
* | Improved LookupItem and get rid of some deprecated code.Roberto Raggi2010-05-141-5/+12
* | Try to use the new LookupContext.Roberto Raggi2010-05-051-4/+9
* | Deprecated the current LookupContext.Roberto Raggi2010-05-051-1/+1
|/
* Only escape the code tooltip when it is used as rich textThorbjørn Lindeijer2010-04-211-7/+3
* Fixed unwanted wrapping of code editor tooltipsThorbjørn Lindeijer2010-04-151-1/+1
* CppEditor: Fix context sensitive help for namespaced libraries.Christian Kamm2010-04-061-8/+26
* Fixes: Tooltips for hover help didn't show up anymore.con2010-03-231-1/+1
* Avoid pulling in the svg plugin.con2010-03-051-1/+1
* Long live the king!hjk2010-03-051-1/+1
* Set auto save filter to false, it triggers an unnecessary db write.kh12010-03-041-1/+1
* Fix some code scanning issues.Friedemann Kleint2010-02-011-1/+1
* Initial work on the new CPlusPlus::Snapshot.Roberto Raggi2009-12-071-1/+1
* Use const names.Roberto Raggi2009-12-011-6/+6
* Use const literals.Roberto Raggi2009-12-011-2/+2
* some tuning of the layer extra selectionsmae2009-11-301-0/+7
* Get rid off QPair<FullySpecifiedType, Symbol *>. Use LookupItem intead.Roberto Raggi2009-11-171-6/+5
* Check for null scope when hovering.Christian Kamm2009-10-261-1/+2
* Fixed possible crash when building the helpIdRoberto Raggi2009-10-141-1/+1
* Prefer Classes to constructors when building the `help id'Roberto Raggi2009-10-091-1/+12
* long live the kinghjk2009-08-141-1/+1
* Fixed name of local variableThorbjørn Lindeijer2009-07-221-3/+3