summaryrefslogtreecommitdiff
path: root/src/plugins/texteditor/basehoverhandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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