aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmljseditor/qmljshoverhandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update LicenseEike Ziller2015-01-161-6/+6
* 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-6/+1
* | TextEditor: Rename BaseTextEditorWidget to TextEditorWidgethjk2014-09-291-3/+3
* | TextEditor: More BaseText* -> Text* renamingshjk2014-09-261-1/+1
* | TextEditor: Move some hover handler operation from Editor to Widgethjk2014-09-101-23/+21
* | QmlJSEditor: Use a BaseTextEditorFactory for creationhjk2014-08-261-4/+2
* | QmlJSEditor: Rename QmlJSTextEditorWidget to QmlJSEditorWidgethjk2014-08-261-2/+2
* | Use Qt 5's QStringList::join(QChar)hjk2014-08-251-4/+4
* | QmlJSEditor: General editor related code consolidationhjk2014-08-211-1/+0
* | TextEditor: Merge ITextEditor and BaseTextEditorhjk2014-07-251-3/+2
|/
* QmlJSEditor: Remove functions from widget that delegate to documentEike Ziller2014-02-101-3/+5
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* qmljs: added qmljsconstants.hFawzi Mohamed2013-10-231-5/+5
* Utils: Cleanup of Tooltip interfacehjk2013-09-131-3/+3
* Core/Help: Clean up HelpManager interface and usershjk2013-08-301-7/+7
* Fix coding style for else statementsOrgad Shaneh2013-07-171-11/+4
* QmlJSEditor: Rename QmlJSEditorEditable into QmlJSEditorhjk2013-06-071-5/+10
* qmljs: adding qrc supportFawzi Mohamed2013-06-031-0/+7
* TextEditors: Separate away methods that actually work on a documentEike Ziller2013-04-191-2/+2
* Fix Krazy warnings about includes/header guards in QML-JS-code.Friedemann Kleint2013-03-121-1/+1
* qmljs/qmljshoverhandler: fix possible deref of nullFawzi Mohamed2013-02-191-4/+5
* qmljseditor: Improve speed of QML/JS Editor for large filesFawzi Mohamed2013-02-181-0/+6
* qmljs: fix compilation for qt4Fawzi Mohamed2013-02-121-4/+4
* qmljs: make context help more robustFawzi Mohamed2013-02-121-64/+139
* 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-7/+7
|/
* Adjust license headershjk2012-10-051-21/+20
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Don't add singleton model manager to object pool.Eike Ziller2012-05-041-2/+1
* QmlJsEditor: help - extend lookup rules for helpThomas Hartmann2012-04-171-7/+60
* QmlJS: Move SemanticInfo from qmljseditor to qmljstoolsKai Koehne2012-04-161-1/+1
* Removed module names from #include directives.Erik Verbruggen2012-02-151-1/+1
* Long live the king!hjk2012-01-261-1/+1
* QmlJS editor: Simplify document/semInfo updating significantly.Christian Kamm2011-11-211-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
* | QmlJS tooltips: Avoid unhelpful tooltips.Christian Kamm2011-10-251-2/+3
* | QmlJS: Add more value_casts.Christian Kamm2011-10-121-1/+1
* | QmlJS: Move commonly used functions to qmlutils.h.Christian Kamm2011-10-101-1/+1
|/
* QmlJS: Separate metaObjectRevision from minor version number.Christian Kamm2011-09-261-1/+1
* QmlJS: Adjust existing code for updated QML parser.Christian Kamm2011-09-141-10/+10
* Remove some dead stores pointed out by clang.Christian Kamm2011-09-021-0/+2
* QmlJS: Make the astPath available.Christian Kamm2011-08-101-7/+18
* QmlJS: Remove Interpreter namespace.Christian Kamm2011-08-081-23/+22
* QmlJS: Remove LookupContext.Christian Kamm2011-08-081-25/+27
* QmlJS: Share Context.Christian Kamm2011-08-081-1/+1
* QmlJS: Split Context and ScopeChain.Christian Kamm2011-08-081-3/+3