aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmljseditor/qmloutlinemodel.h
Commit message (Expand)AuthorAgeFilesLines
* QmlJSEditor: Support dragging of functionsChristian Stenger2020-06-041-1/+1
* Update qmljs parser to Qt 5.15 parserFawzi Mohamed2020-03-031-5/+5
* QmlJSEditor: ModernizeAlessandro Portale2018-12-101-8/+8
* qmljs: update parserMarco Benelli2018-11-221-5/+4
* QmlJs: prevent "copy" icon in outline drag and dropMarco Benelli2017-12-051-0/+1
* Add support for new javascript methods to QML/JS outlineVlad Seryakov2016-05-201-0/+4
* Wholesale conversion to #pragma oncehjk2016-03-301-4/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* 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
* | Do not use deprecated Qt functionality.Christian Kandeler2014-08-291-0/+1
|/
* Rename variables that refer to document from editor to documentOrgad Shaneh2014-06-301-1/+1
* QmlOutlineModel: Use document instead of widgetEike Ziller2014-02-101-3/+3
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* qmljs: use new qml parserFawzi Mohamed2013-11-061-2/+4
* Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* Adjust license headershjk2012-10-051-21/+20
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* QmlJS: Move SemanticInfo from qmljseditor to qmljstoolsKai Koehne2012-04-161-2/+2
* Removed module names from #include directives.Erik Verbruggen2012-02-151-1/+1
* Long live the king!hjk2012-01-261-1/+1
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* QmlJS: Remove Interpreter namespace.Christian Kamm2011-08-081-3/+1
* QmlJS: Remove LookupContext.Christian Kamm2011-08-081-1/+0
* QmlJS: Share Context.Christian Kamm2011-08-081-1/+1
* Add mimetype support for system testcases to qml editorShane Bradley2011-08-031-0/+7
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Update license.hjk2011-04-131-14/+13
* texteditor: merge ITextEditable into ITextEditorhjk2011-02-221-2/+2
* QmlJsEditor: Add copyright headerKai Koehne2011-02-181-0/+33
* Header cleanup in src, specify module name.Friedemann Kleint2011-01-241-1/+1
* Fix spelling in commentsTobias Hunger2010-11-031-1/+1
* QmlOutline: Don't use LookupContext due to performance issuesKai Koehne2010-10-221-1/+0
* QmlOutline: Don't allow drag&drop when outline is out of syncKai Koehne2010-10-081-1/+3
* QmlOutline: Show functions in outlineKai Koehne2010-09-281-0/+4
* QmlOutline: Fix QTC_ASSERTsKai Koehne2010-08-311-1/+3
* QmlOutline: Cut down update times considerablyKai Koehne2010-08-251-24/+12
* QmlJS: Allow lookups on const Contexts. Pass const Contexts where ok.Christian Kamm2010-08-251-1/+1
* QmlOutline: Also show values of bindings in outlineKai Koehne2010-08-121-2/+4
* QmlOutline: Show id/name/property values only if filter is activeKai Koehne2010-08-121-1/+1
* QmlOutline: Show non-leaf bindings even when filter is activeKai Koehne2010-08-121-1/+2
* QmlOutline: Add support UiArrayBinding, UiObjectBindingKai Koehne2010-08-101-3/+9
* QmlOutline: Also show 'name', 'target' in addition to 'id'Kai Koehne2010-08-101-1/+3
* QmlOutline: Show id beside type nameKai Koehne2010-08-101-0/+5
* Qml Outline: Support rearrangement of the items via drag&dropKai Koehne2010-07-211-4/+24
* QmlOutline: Move model methods to privateKai Koehne2010-07-211-5/+5
* QmlOutline: Show sensible tooltipsKai Koehne2010-07-191-10/+48
* QmlJSOutline: Optimize performance of QmlOutlineModelKai Koehne2010-07-161-1/+8
* QmlOutline: Add filter for hiding bindings (properties)Kai Koehne2010-07-141-1/+7