summaryrefslogtreecommitdiff
path: root/src/plugins/qmljseditor/qmloutlinemodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* QmlJS: Adjust existing code for updated QML parser.Christian Kamm2011-09-141-7/+8
* Refactoring changes: Cleanup and improvements.Christian Kamm2011-08-191-3/+4
* QmlJS: Remove Interpreter namespace.Christian Kamm2011-08-081-4/+4
* QmlJS: Remove LookupContext.Christian Kamm2011-08-081-4/+4
* QmlJS: Share Context.Christian Kamm2011-08-081-1/+1
* Add mimetype support for system testcases to qml editorShane Bradley2011-08-031-0/+85
* QmlJS: Rename range-related functions.Christian Kamm2011-07-051-1/+1
* QmlJS: Move Context to its own file.Christian Kamm2011-07-051-2/+1
* QmlJS: Rename Interpreter::Engine -> ValueOwnerChristian Kamm2011-07-051-1/+2
* QmlJS: Update to new QmlJS parser.Christian Kamm2011-05-121-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-1/+1
* QmlJsEditor: Add copyright headerKai Koehne2011-02-181-0/+33
* QmlOutline: Make QTC_ASSERT more meaningfulKai Koehne2010-12-161-0/+1
* Move shared code to a new QmlJSTools plugin.Christian Kamm2010-11-111-1/+2
* QmlOutline: Speed up updatesKai Koehne2010-10-291-0/+6
* QmlOutline: Don't use LookupContext due to performance issuesKai Koehne2010-10-221-25/+10
* QmlOutline: Don't allow drag&drop when outline is out of syncKai Koehne2010-10-081-5/+22
* QmlJS: Fix instances of using lookupContext() on invalid info.Christian Kamm2010-10-041-1/+1
* QmlOutline: Show functions in outlineKai Koehne2010-09-281-1/+43
* QmlOutline: Fix QTC_ASSERTs (finally)Kai Koehne2010-09-141-37/+18
* Introduced SemanticInfo::isValid().Roberto Raggi2010-09-081-0/+2
* Quieten gcc compiler warnings.Friedemann Kleint2010-09-071-1/+1
* QmlOutline: Show annotation in filtered modeKai Koehne2010-09-031-1/+1
* QmlOutline: Fix QTC_ASSERTsKai Koehne2010-08-311-36/+51
* Fix krazy issues: Use explicit constructorsTobias Hunger2010-08-271-1/+1
* QmlJS: Refactor LookupContext creation for speed.Christian Kamm2010-08-261-8/+4
* QmlOutline: Cut down update times considerablyKai Koehne2010-08-251-142/+123
* QmlOutline: Always reset viewsKai Koehne2010-08-251-0/+3
* QmlJS: Allow lookups on const Contexts. Pass const Contexts where ok.Christian Kamm2010-08-251-1/+1
* QmlOutline: Support reparenting into object arrayKai Koehne2010-08-121-6/+30
* QmlOutline: Also show values of bindings in outlineKai Koehne2010-08-121-15/+19
* QmlOutline: Show non-leaf bindings even when filter is activeKai Koehne2010-08-121-5/+5
* QuickFix: Migrate to a nicer API for cross-file quick fixes.Christian Kamm2010-08-121-3/+3
* QmlOutline: Add support UiArrayBinding, UiObjectBindingKai Koehne2010-08-101-8/+93
* QmlOutline: Also show 'name', 'target' in addition to 'id'Kai Koehne2010-08-101-13/+34
* QmlOutline: Show id beside type nameKai Koehne2010-08-101-6/+12
* QmlOutline: Store relative path instead of pointer in mimetypeKai Koehne2010-08-101-8/+21
* Fixed possible crash in the outline view when processing incomplete documents.Roberto Raggi2010-08-021-1/+2
* QmlOutline: Treat grouped property items as propertiesKai Koehne2010-07-221-9/+17
* QmlOutline: Replace dynamic_casts by specific AST castsKai Koehne2010-07-221-11/+8
* Qml Outline: Support rearrangement of the items via drag&dropKai Koehne2010-07-211-12/+287
* QmlOutline: Show sensible tooltipsKai Koehne2010-07-191-122/+185
* Show e.g. 'anchors' again in the OutlineKai Koehne2010-07-161-13/+1
* QmlJSOutline: Optimize performance of QmlOutlineModelKai Koehne2010-07-161-43/+49
* QmlOutline: Add filter for hiding bindings (properties)Kai Koehne2010-07-141-0/+18
* QmlOutline: Disable debugging outputKai Koehne2010-07-141-1/+1
* QmlOutline: Also show custom propertiesKai Koehne2010-07-141-14/+32
* QmlOutline: Show icons for known typesKai Koehne2010-07-141-17/+60