summaryrefslogtreecommitdiff
path: root/src/libs/qmljs/qmljscodeformatter.cpp
Commit message (Expand)AuthorAgeFilesLines
* QmlJS indenter: Fix hang when using 'else (a==a) {}'.Christian Kamm2011-11-221-2/+8
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* QmlJS indenter: Never touch indent of multi-line strings.Christian Kamm2011-10-311-4/+5
* QmlJS indenter: Fix ternary multiline indent.Christian Kamm2011-10-171-13/+10
* QmlJS indenter: Fix labelled statements and break/continue with label.Christian Kamm2011-09-141-3/+31
* QmlJS indenter: Fix indentation for property initializers.Christian Kamm2011-09-081-16/+1
* QmlJS: Fix uses of Scanner::state().Christian Kamm2011-06-031-2/+2
* Make C++ code style configurable.Christian Kamm2011-05-241-1/+2
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* QmlJS: Fix object literal indent in property initializers.Christian Kamm2011-04-211-2/+17
* QmlJS: Fix indent of object literals.Christian Kamm2011-04-211-2/+19
* Fix more krazy warnings.Friedemann Kleint2011-04-191-1/+1
* Update license.hjk2011-04-131-14/+13
* QmlJS indenter: Fix object bindings with namespaces.Christian Kamm2011-01-201-1/+3
* It's 2011 now.con2011-01-121-1/+1
* QmlJS indenter: Only auto-reindent if indent was unchanged.Christian Kamm2011-01-041-0/+12
* Merge branch '2.1'con2010-12-171-7/+11
|\
| * License headers.con2010-12-171-7/+11
* | QmlJS indenter: Fix for expressions starting with numbers or strings.Christian Kamm2010-12-091-0/+2
|/
* QmlJS indenter: Fix incorrect indent after break/continue.Christian Kamm2010-09-301-0/+1
* QmlJS indenter: Fix break/continue/throw in if statement without braces.Christian Kamm2010-09-271-0/+8
* QmlJS indenter: Fix problem with object literals.Christian Kamm2010-09-271-1/+10
* QmlJS: Introduce a new indenter that works similarly to the new C++ one.Christian Kamm2010-08-101-0/+910