summaryrefslogtreecommitdiff
path: root/src/plugins/qmljstools
Commit message (Expand)AuthorAgeFilesLines
* Transform always old code style settingsJarek Kobus2011-11-251-1/+42
* QmlJS: Require Qt >= 4.8.0 to dump builtins.Christian Kamm2011-11-231-2/+3
* String fixesRobert Loehning2011-11-031-1/+1
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-0326-52/+52
* QmlJS indenter: Never touch indent of multi-line strings.Christian Kamm2011-10-314-5/+13
* QmlJS/C++: Fix possible crash on exit.Christian Kamm2011-10-202-7/+26
* QmlJS indenter: Fix ternary multiline indent.Christian Kamm2011-10-171-5/+2
* QmlJS: Fix bug in context property extraction.Christian Kamm2011-10-101-4/+7
* QmlJS: Improve error message.Christian Kamm2011-10-061-3/+2
* tr()-Fixes for 2.4.Friedemann Kleint2011-09-271-3/+3
* tr()-Fixes for 2.4Friedemann Kleint2011-09-261-1/+1
* QmlJS: Separate metaObjectRevision from minor version number.Christian Kamm2011-09-261-3/+3
* Implement Code Style schemesJarek Kobus2011-09-2311-106/+195
* QmlJS: Only try qmldump on Desktop and Simulator Qt.Christian Kamm2011-09-211-14/+23
* s/error_message/errorMessage/ghjk2011-09-211-1/+1
* Move some settings pages.Eike Ziller2011-09-201-2/+2
* QmlJS: Change from QMap to QHash for QString keys.Christian Kamm2011-09-194-9/+9
* utils, qmljstools, vcsbase: s/\bm_d\b/d/ghjk2011-09-152-11/+11
* QmlJS: Adjust existing code for updated QML parser.Christian Kamm2011-09-141-8/+8
* QmlJS: Improve import error messages.Christian Kamm2011-09-141-15/+25
* QmlJS indenter: Fix labelled statements and break/continue with label.Christian Kamm2011-09-141-13/+37
* QmlJS: Use mime types to distinguish qml and js files.Christian Kamm2011-09-123-28/+58
* QmlJS indenter: Fix indentation for property initializers.Christian Kamm2011-09-081-10/+5
* QmlJS: Honor typeinfo lines in qmldir files.Christian Kamm2011-09-082-37/+54
* QmlJS: Find setContextProperty calls in C++ and expose to QML.Christian Kamm2011-09-084-63/+286
* QmlJS: Remove unused function.Christian Kamm2011-09-051-9/+0
* Remove some dead stores pointed out by clang.Christian Kamm2011-09-021-14/+0
* QmlJS: Ensure the C++ model manager is available before using it.Christian Kamm2011-08-311-3/+5
* C++/QmlJS: Warnings if C++ based QML type detection fails.Christian Kamm2011-08-303-14/+49
* QmlJS: Scan for '// @uri Foo' annotations next to qmlRegisterType.Christian Kamm2011-08-301-8/+45
* QmlJS: Ensure project infos are removed when a project closes.Christian Kamm2011-08-302-0/+20
* QmlJS: Improve ModelManagerInterface API, add docs.Christian Kamm2011-08-302-6/+9
* QmlJS: Move the exported-C++-type detection out of C++ code.Christian Kamm2011-08-245-16/+591
* Refactoring changes: Cleanup and improvements.Christian Kamm2011-08-192-55/+78
* QmlJS: Fix semantic and non-semantic QML error reporting.Christian Kamm2011-08-182-13/+22
* Header cleanup in QML/JS and project manager.Friedemann Kleint2011-08-181-1/+5
* QmlJS: Fix warnings about duplicate and empty file watchers.Christian Kamm2011-08-171-4/+10
* Apply code style settings to templatesJarek Kobus2011-08-093-0/+11
* QmlJS: Remove Interpreter namespace.Christian Kamm2011-08-083-12/+11
* Refactor: Get rid of BaseTextEditorWidget from IndenterJarek Kobus2011-08-052-8/+5
* Remove unneeded defines.hjk2011-07-141-1/+1
* QmlJS: Fix basic code model test.Christian Kamm2011-07-122-0/+8
* QmlJS: Dump builtins per Qt version.Christian Kamm2011-07-116-45/+164
* Merge remote-tracking branch 'origin/2.3'Oswald Buddenhagen2011-07-076-15/+174
|\
| * Fix copyright headersJarek Kobus2011-07-063-0/+96
| * Add missing license headers.Christian Kamm2011-07-063-13/+76
| * Replace qt-info@nokia.com with info@qt.nokia.comhjk2011-07-061-2/+2
* | QmlJS: Move Context to its own file.Christian Kamm2011-07-052-2/+2
|/
* QmlJS: Add 'reset code model' action.Christian Kamm2011-06-235-1/+75
* Small refactor, preparation for built-in settingsJarek Kobus2011-06-222-3/+10