summaryrefslogtreecommitdiff
path: root/src/plugins/qmljseditor
Commit message (Expand)AuthorAgeFilesLines
* Long live the king!hjk2012-01-2661-61/+61
* Replace Q_WS_MAC with Q_OS_MAC.Morten Johan Sorvig2012-01-261-1/+1
* Use new static ICore interface.hjk2012-01-246-13/+12
* QML: Fix crash when calling reformat fileLeandro Melo2012-01-231-1/+1
* Wizards: allows filtering of wizards based on Qt versionThomas Hartmann2012-01-182-0/+7
* Set focus to the editor after selection change in outlineDavid Schulz2012-01-181-0/+1
* tr()-Fixes.Friedemann Kleint2011-12-132-8/+9
* QmlJS: Disable unhelpful completion in imports.Christian Kamm2011-12-071-3/+9
* QmlJS: Fix highlighting and completion for property declarations.Christian Kamm2011-12-071-0/+4
* QmlJS: Fix semantic info update triggering updates.Christian Kamm2011-12-024-46/+37
* QmlJS: Fix potential crash in find usages.Christian Kamm2011-11-291-4/+5
* compile fix with namespaceshjk2011-11-241-11/+1
* UI files: Do not polute the global Ui namespaceTobias Hunger2011-11-242-6/+12
* QmlJS editor: Simplify document/semInfo updating significantly.Christian Kamm2011-11-217-158/+95
* Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-181-1/+2
|\
| * Let the Qt Quick Wizard output import QtQuick 1.1 (instead of 1.0)Alessandro Portale2011-11-171-1/+2
* | QmlJS: Improve completion and hints for functions.Christian Kamm2011-11-162-24/+69
* | QmlJS: Add 'reformat' action which regenerates the whole file.Christian Kamm2011-11-155-14/+56
* | more s/info@qt.nokia.com/qt-info@nokia.com/Eike Ziller2011-11-112-4/+4
* | Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-1159-118/+118
|\ \ | |/
| * all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-0359-118/+118
* | more Id type fixeshjk2011-11-109-17/+17
* | Small include header fixesHarald Fernengel2011-11-091-0/+1
* | QmlJS: Make Document::Ptr point to a const Document.Christian Kamm2011-11-083-9/+13
* | QmlJS: Handle inner ids in 'Wrap in Loader' quick fix.Christian Kamm2011-11-041-2/+50
* | more style fixes of string literal accesshjk2011-11-021-21/+20
* | Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-012-89/+0
|\ \ | |/
| * Remove unnecessary code.Eike Ziller2011-10-312-89/+0
* | QmlJS: Clean up idOfObject() and folding text code.Christian Kamm2011-10-281-21/+9
* | Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-10-281-3/+9
|\ \ | |/
| * QmlJS: Remove soft assert that could trigger for multi-line strings.Christian Kamm2011-10-241-3/+9
* | QmlJS tooltips: Avoid unhelpful tooltips.Christian Kamm2011-10-251-2/+3
* | QmlEditor: show the id name when folding a block.Nicolas Arnaud-Cormos2011-10-222-0/+29
* | QmlJS checks: Suppression of static analysis messages.Christian Kamm2011-10-194-3/+91
* | QmlJS: Add quick fix to wrap element in Loader.Christian Kamm2011-10-197-5/+210
* | QmlJS indenter: Move reusable code to qmljs lib.Christian Kamm2011-10-191-1/+1
* | Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-10-172-66/+81
|\ \ | |/
| * 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: Another compile fix for wrong rebase.Christian Kamm2011-10-121-0/+1
* | Json: Use the javascript editor for json files.Christian Kamm2011-10-127-14/+23
* | QmlJS: Add more value_casts.Christian Kamm2011-10-125-8/+8
* | QmlJS: Rename QmlObjectValue -> CppComponentValue.Christian Kamm2011-10-122-3/+3
* | QmlJS: Always allow changing name in 'make component' quickfix.Christian Kamm2011-10-121-10/+5
* | QmlJS checks: Add severity and unique id to messages.Christian Kamm2011-10-102-1/+11
* | QmlJS: Move commonly used functions to qmlutils.h.Christian Kamm2011-10-105-70/+9
* | QmlJS: Allow 'var' property type.Christian Kamm2011-10-061-0/+2
|/
* QmlJS: Separate metaObjectRevision from minor version number.Christian Kamm2011-09-262-2/+2