aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/basehoverhandler.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* License headers.con2010-12-171-7/+11
* Add destructor to BaseHoverHandler.Leandro Melo2010-09-241-0/+3
* Tooltips: Make sure tooltip is escaped (for rich text) when appending html.Leandro Melo2010-09-231-1/+3
* Improve editor's tooltip. Wrapping hack should no longer be necessary.Leandro Melo2010-09-011-12/+5
* Remove option to extend tooltips.Leandro Melo2010-08-311-9/+1
* Refactor how base hover handler manipulates the help items (qt docs interacti...Leandro Melo2010-08-311-108/+32
* Better flexibility and extensibility in text editor tooltip's internals.Leandro Melo2010-08-241-1/+2
* Create type hierarchy widget; Refactor code from C++ hover into a simple reus...Leandro Melo2010-08-131-0/+4
* Create a base hover handler.Leandro Melo2010-08-031-0/+260