summaryrefslogtreecommitdiff
path: root/src/libs/qmljs
Commit message (Expand)AuthorAgeFilesLines
* Removed module names from #include directives.Erik Verbruggen2012-02-1555-133/+133
* Fix compilation with Qt5.Friedemann Kleint2012-02-091-0/+1
* Fix header inclusionLeandro Melo2012-02-082-2/+2
* Introduce JSON validationLeandro Melo2012-02-085-6/+549
* Long live the king!hjk2012-01-2672-79/+79
* tr()-Fixes.Friedemann Kleint2011-12-131-6/+11
* Qt Creator: Compile with Qt 5.Friedemann Kleint2011-12-121-0/+21
* Doc: Add documentation stubs for all existing QmlJS checks.Christian Kamm2011-12-082-1/+6
* QmlJS: Automate patching of generated parser.Christian Kamm2011-12-072-1/+251
* QmlJS: Merge new parser from Qt 5.Christian Kamm2011-12-0718-1310/+1366
* QmlJS: Fix scoping for non-js files without scope objects.Christian Kamm2011-12-071-1/+1
* QmlJS: Fix highlighting and completion for property declarations.Christian Kamm2011-12-071-1/+13
* QmlJS checks: Disable warnings about expression statements in bindings.Christian Kamm2011-12-022-14/+12
* QmlJS indenter: Fix braceless switch/try/with bindings.Christian Kamm2011-12-022-30/+62
* QmlJS reformatter: Fix object literals.Christian Kamm2011-11-301-3/+1
* QmlJS: Fix lazy initialization of CppComponentValue::signalScopes.Christian Kamm2011-11-291-1/+1
* QmlJS checks: Don't warn for fallthrough on the last clause.Christian Kamm2011-11-291-6/+3
* QmlJS: Add protection against attached types attaching to themselves.Christian Kamm2011-11-291-1/+1
* QmlJS checks: Accept 'fallthrough' comment to terminate case blocks.Christian Kamm2011-11-292-12/+42
* QmlJS: Speed up ValueOwner construction.Christian Kamm2011-11-258-732/+412
* Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-252-2/+5
|\
| * QmlJS indenter: Fix hang when using 'else (a==a) {}'.Christian Kamm2011-11-221-2/+8
| * QmlJS: Fix crash when reading malformed qmltypes files.Christian Kamm2011-11-211-1/+5
| * centralize setting of "CONFIG += shared dll" for librariesOswald Buddenhagen2011-11-181-1/+0
* | QmlJS: Add documentation for ScopeChain.Christian Kamm2011-11-242-5/+30
* | QmlJS: Make Evaluate understand more expressions.Christian Kamm2011-11-241-2/+88
* | QmlJS: Add documentation for Evaluate.Christian Kamm2011-11-241-0/+25
* | QmlJS check: Extend "don't use var" performance warning.Christian Kamm2011-11-222-43/+54
* | QmlJS: Remove unused code.Christian Kamm2011-11-212-10/+0
* | QmlJS: Improve completion and hints for functions.Christian Kamm2011-11-164-50/+154
* | QmlJS: Add 'reformat' action which regenerates the whole file.Christian Kamm2011-11-153-2/+1313
* | QmlJS: Add documentation for QmlJS::Value.Christian Kamm2011-11-155-18/+46
* | QmlJS indenter: Fix indent after do-while without semicolon.Christian Kamm2011-11-151-1/+2
* | 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-1167-155/+145
|\ \ | |/
| * QmlJS: Fixed attached objects.Christian Kamm2011-11-072-17/+7
| * all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-0367-138/+138
* | QmlJS checks: Fix // @disable-check at beginning of line.Christian Kamm2011-11-081-1/+1
* | QmlJS: Make Document::Ptr point to a const Document.Christian Kamm2011-11-084-12/+13
* | QmlJS: Documentation.Christian Kamm2011-11-078-23/+49
* | QmlJS: Handle inner ids in 'Wrap in Loader' quick fix.Christian Kamm2011-11-042-4/+12
* | Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-014-16/+38
|\ \ | |/
| * QmlJS: Avoid an infinite loop if a qmltypes file has a cycle.Christian Kamm2011-10-312-8/+25
| * QmlJS indenter: Never touch indent of multi-line strings.Christian Kamm2011-10-312-5/+6
* | QmlJS checks: Add @enable-all-checks annotation.Christian Kamm2011-10-312-4/+10
* | QmlJS checks: Change suppression annotation to @disable-check.Christian Kamm2011-10-313-2/+12
* | QmlJS: Clean up idOfObject() and folding text code.Christian Kamm2011-10-282-26/+15
* | Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-10-281-2/+1
|\ \ | |/
| * QmlJS checks: Make 'unintentional empty block' warning less annoying.Christian Kamm2011-10-241-2/+1
* | QmlJS: Fix build.Christian Kamm2011-10-212-3/+3