aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/basehoverhandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix wrong context help if tool tip was not shown for focus widgetEike Ziller2015-09-301-9/+3
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | Utils: Start simplification of tooltip handlinghjk2014-12-081-2/+1
|/
* 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-31/+11
* | TextEditor: Rename BaseTextEditorWidget to TextEditorWidgethjk2014-09-291-2/+2
* | TextEditor: More BaseText* -> Text* renamingshjk2014-09-261-1/+1
* | TextEditor: Move some hover handler operation from Editor to Widgethjk2014-09-101-26/+13
* | Do not use deprecated Qt functionality.Christian Kandeler2014-08-291-2/+2
* | TextEditor: Merge ITextEditor and BaseTextEditorhjk2014-07-251-10/+9
|/
* QString(QLatin1String()) -> QString::fromLatin1()Alessandro Portale2014-05-091-3/+3
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* BaseHoverHandler: Code cosmeticshjk2013-10-111-12/+25
* Utils: Cleanup of Tooltip interfacehjk2013-09-131-3/+3
* EditorManager: Use interface directly instead of going through ICorehjk2013-08-301-1/+1
* Clean headers in TextEditor.Friedemann Kleint2013-03-271-5/+0
* 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
* | Move TextEditor::ToolTip to UtilsDaniel Teske2013-01-111-5/+5
|/
* Adjust license headershjk2012-10-051-21/+20
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* 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