aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/qmljs/qmljscodeformatter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update LicenseEike Ziller2015-01-161-6/+6
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | Remove logging wrapper code for Qt 4 compatibilityhjk2014-08-271-6/+3
|/
* qmljs: put file specific logs in anonymous namespaceFawzi Mohamed2014-07-071-2/+4
* qmljs: switch to the new category loggingFawzi Mohamed2014-07-011-11/+16
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Clean headers in QmlJs.Friedemann Kleint2013-04-041-1/+0
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | Remove braces for single lines of conditionsOrgad Shaneh2013-01-081-5/+3
* | qmljs: indent expression in if condition and indent lambda expressionsFawzi Mohamed2012-12-031-9/+2
* | QmlJS: Revert CodeFormatter::stateToString return type to QStringOrgad Shaneh2012-11-281-2/+2
* | Fix: build failure for qmljscheck an qmljscodeformatterDavid Schulz2012-11-281-9/+9
* | QmlJS: Compile with QT_NO_CAST_FROM_ASCIIOrgad Shaneh2012-11-281-5/+5
|/
* Adjust license headershjk2012-10-051-21/+20
* QmlJS indenter: Fix wrong indentation after list<> typed properties.Christian Kamm2012-09-101-4/+4
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* QmlJS indenter: Improve indentation of function expressions.Christian Kamm2012-03-061-20/+3
* QmlJS indenter: Improve handling of function expressions.Christian Kamm2012-03-011-8/+17
* QmlJS indenter: Fix hang with invalid code.Robert Loehning2012-03-011-3/+13
* Removed module names from #include directives.Erik Verbruggen2012-02-151-5/+5
* Long live the king!hjk2012-01-261-1/+1
* QmlJS indenter: Fix braceless switch/try/with bindings.Christian Kamm2011-12-021-28/+56
* QmlJS indenter: Fix indent after do-while without semicolon.Christian Kamm2011-11-151-1/+2
* Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-111-2/+2
|\
| * all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* | Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-011-7/+12
|\|
| * QmlJS indenter: Never touch indent of multi-line strings.Christian Kamm2011-10-311-4/+5
* | QmlJS indenter: Fix hang when using 'else (a==a) {}'.Christian Kamm2011-10-191-2/+8
* | QmlJS indenter: Improve indentation of function literals.Christian Kamm2011-10-191-0/+4
* | QmlJS indenter: Move reusable code to qmljs lib.Christian Kamm2011-10-191-0/+317
* | Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-10-171-13/+10
|\|
| * QmlJS indenter: Fix ternary multiline indent.Christian Kamm2011-10-171-13/+10
* | Json: Fix indenter for json files.Christian Kamm2011-10-121-0/+1
|/
* 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
|/