aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmleditor/qmlcodeformatter/tst_qmlcodeformatter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Update LicenseEike Ziller2015-01-161-6/+6
* License updateEike Ziller2014-10-091-7/+8
* Use double quotes instead of single quotes as per our guidelines.Christian Kandeler2014-04-221-1/+1
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* 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
* | qmljs: fix tst_qmlcodeformatter for qt5Fawzi Mohamed2012-12-031-1/+1
* | qmljs: indent expression in if condition and indent lambda expressionsFawzi Mohamed2012-12-031-2/+20
|/
* Adjust license headershjk2012-10-051-21/+20
* QmlJS indenter: Fix wrong indentation after list<> typed properties.Christian Kamm2012-09-101-0/+16
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* QmlJS indenter: Improve indentation of function expressions.Christian Kamm2012-03-061-5/+30
* QmlJS indenter: Improve handling of function expressions.Christian Kamm2012-03-011-0/+73
* QmlJS indenter: Fix hang with invalid code.Robert Loehning2012-03-011-0/+23
* Long live the king!hjk2012-01-261-1/+1
* QmlJS indenter: Fix braceless switch/try/with bindings.Christian Kamm2011-12-021-15/+107
* Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-251-0/+15
|\
| * QmlJS indenter: Fix hang when using 'else (a==a) {}'.Christian Kamm2011-11-221-0/+15
* | QmlJS indenter: Fix indent after do-while without semicolon.Christian Kamm2011-11-151-1/+20
* | 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-4/+24
|\|
| * QmlJS indenter: Never touch indent of multi-line strings.Christian Kamm2011-10-311-4/+24
* | QmlJS indenter: Fix hang when using 'else (a==a) {}'.Christian Kamm2011-10-191-0/+15
* | QmlJS indenter: Improve indentation of function literals.Christian Kamm2011-10-191-2/+29
* | QmlJS indenter: Move reusable code to qmljs lib.Christian Kamm2011-10-191-1/+1
* | Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-10-171-0/+24
|\|
| * QmlJS indenter: Fix ternary multiline indent.Christian Kamm2011-10-171-0/+24
* | Json: Fix indenter for json files.Christian Kamm2011-10-121-0/+28
|/
* QmlJS indenter: Fix labelled statements and break/continue with label.Christian Kamm2011-09-141-10/+115
* QmlJS indenter: Fix indentation for property initializers.Christian Kamm2011-09-081-14/+18
* Replace qt-info@nokia.com with info@qt.nokia.comhjk2011-07-061-1/+1
* QmlJS: Fix object literal indent in property initializers.Christian Kamm2011-04-211-0/+26
* QmlJS: Fix indent of object literals.Christian Kamm2011-04-211-2/+58
* Update license.hjk2011-04-131-14/+13
* tests: add licence headersBill King2011-02-181-0/+33
* QmlJS indenter: Fix object bindings with namespaces.Christian Kamm2011-01-201-0/+14
* QmlJS indenter: Fix for expressions starting with numbers or strings.Christian Kamm2010-12-091-2/+33
* QmlJS indenter: Fix incorrect indent after break/continue.Christian Kamm2010-09-301-0/+13
* QmlJS indenter: Fix break/continue/throw in if statement without braces.Christian Kamm2010-09-271-0/+21
* QmlJS indenter: Fix problem with object literals.Christian Kamm2010-09-271-0/+13
* QmlJS indenter: Fix one-line object declarations in array bindings.Christian Kamm2010-09-081-1/+2
* Fixes: Tests should have unique names.Bill King2010-08-191-0/+888