summaryrefslogtreecommitdiff
path: root/src/plugins/qmljseditor
Commit message (Expand)AuthorAgeFilesLines
* Let the Qt Quick Wizard output import QtQuick 1.1 (instead of 1.0)Alessandro Portale2011-11-171-1/+2
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-0359-118/+118
* Remove unnecessary code.Eike Ziller2011-10-312-89/+0
* QmlJS: Remove soft assert that could trigger for multi-line strings.Christian Kamm2011-10-241-3/+9
* QmlJS: Fix build with Qt 4.7.Christian Kamm2011-10-141-1/+1
* QmlJS: Fix QUrl completion with Qt 4.8.Christian Kamm2011-10-131-2/+13
* QmlJS: Clean up completion logic.Christian Kamm2011-10-121-64/+62
* QmlJS highlighter: Highlight name after 'as' in imports.Christian Kamm2011-10-121-0/+6
* QmlJS: Separate metaObjectRevision from minor version number.Christian Kamm2011-09-262-2/+2
* Implement Code Style schemesJarek Kobus2011-09-231-2/+0
* s/error_message/errorMessage/ghjk2011-09-211-3/+3
* Move some settings pages.Eike Ziller2011-09-202-3/+6
* QmlJS: Fix highlighting of property types.Christian Kamm2011-09-191-7/+23
* QmlJS: Fix enum completion with 'as' imports.Christian Kamm2011-09-191-2/+9
* QmlJS: Rework exported C++ type registry.Christian Kamm2011-09-193-138/+146
* QmlJS: Change from QMap to QHash for QString keys.Christian Kamm2011-09-191-2/+2
* QmlProject: Add qmlproject files to x-qml mimetype.Christian Kamm2011-09-161-0/+1
* QmlJS: When completing enums, add Item.Foo instead of "Foo".Christian Kamm2011-09-151-1/+1
* QmlJS highlighter: Remove unused function.Christian Kamm2011-09-141-15/+0
* QmlJS: Improve completion of signals.Christian Kamm2011-09-141-1/+3
* QmlJS highlighting: Use semantics for types and binding names.Christian Kamm2011-09-143-49/+37
* QmlJS: Adjust existing code for updated QML parser.Christian Kamm2011-09-148-84/+84
* QmlJS highlighting: Fix external object property highlight.Christian Kamm2011-09-141-3/+4
* Keep multiple search results in history.Eike Ziller2011-09-142-9/+16
* Move advanced search dialog into search result pane.Eike Ziller2011-09-132-0/+7
* Show more info about a search and move UI for replacingEike Ziller2011-09-131-1/+6
* QmlJS semantic highlighter: Abort when file changes.Christian Kamm2011-09-123-0/+14
* QmlJS: Use mime types to distinguish qml and js files.Christian Kamm2011-09-123-4/+19
* use Core::Id for IEditorFactory::idhjk2011-09-082-15/+4
* Move and cleanup search specific API to SearchResult classEike Ziller2011-09-062-16/+15
* core: rename uniqueidmanager.{cpp,h} as the class UniqueIdManager is gonehjk2011-09-052-2/+2
* Remove some dead stores pointed out by clang.Christian Kamm2011-09-021-0/+2
* QmlJS: Introduce chunk-wise result reporting in semantic highlighter.Christian Kamm2011-09-012-31/+58
* QmlJS: Improve ModelManagerInterface API, add docs.Christian Kamm2011-08-301-1/+1
* QmlJS: Add semantic highlighting.Christian Kamm2011-08-245-11/+521
* Refactoring changes: Cleanup and improvements.Christian Kamm2011-08-197-21/+27
* QmlJS: Fix semantic and non-semantic QML error reporting.Christian Kamm2011-08-182-13/+10
* Utils/Coreplugin: Clean headers.Friedemann Kleint2011-08-171-0/+1
* QmlJS: Show semantic messages on request.Christian Kamm2011-08-165-55/+107
* QmlJS: Allow for more markers than just Qt Quick Toolbar.Christian Kamm2011-08-151-10/+22
* QmlJS: Rename SemanticHighlighter -> SemanticInfoUpdater.Christian Kamm2011-08-126-62/+66
* QmlJS: String literals with file names link to files.Christian Kamm2011-08-101-0/+19
* QmlJS: Make the astPath available.Christian Kamm2011-08-103-63/+112
* QmlJS: Remove Interpreter namespace.Christian Kamm2011-08-0813-111/+103
* QmlJS: Remove LookupContext.Christian Kamm2011-08-0811-81/+90
* QmlJS: Share Context.Christian Kamm2011-08-089-27/+23
* QmlJS: Split Context and ScopeChain.Christian Kamm2011-08-085-57/+59
* QmlJS: Resolve references while evaluating expressions.Christian Kamm2011-08-081-1/+1
* Add mimetype support for system testcases to qml editorShane Bradley2011-08-033-0/+93
* Merge branch '2.3'Oswald Buddenhagen2011-07-292-1/+5
|\