aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/qmljs/qmljscodeformatter.h
Commit message (Expand)AuthorAgeFilesLines
* Codeformatter: Support indenting of type annotated functionSemih Yavuz2023-04-201-0/+1
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* qmljs: reformat inline componentsFawzi Mohamed2021-03-021-0/+3
* qmljs: correctly handle required and readonly propertiesFawzi Mohamed2021-03-021-1/+4
* Use Q_ENUM instead of obsoleted Q_ENUMSJarek Kobus2020-12-111-1/+1
* Make QmlJS(Tools) build with Qt5 & Qt6Eike Ziller2020-09-171-1/+1
* QmlJS: improve support for enum declarationsMarco Benelli2018-05-231-0/+4
* Wholesale conversion to #pragma oncehjk2016-03-301-4/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* libs/qmljs: s/Q_DECL_OVERRIDE/override/gTobias Hunger2015-06-041-2/+2
* 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
* | Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-09-291-0/+1
|\|
| * Fix the build: add missing #includes3.1Thiago Macieira2014-08-181-0/+1
* | Use Q_DECL_OVERRIDE instead of QTC_OVERRIDEThomas Hartmann2014-09-251-3/+2
|/
* qmljs: using QTC_OVERRIDE consistentlyFawzi Mohamed2014-02-061-2/+3
* 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: indent expression in if condition and indent lambda expressionsFawzi Mohamed2012-12-031-1/+0
* | QmlJS: Revert CodeFormatter::stateToString return type to QStringOrgad Shaneh2012-11-281-1/+1
* | QmlJS: Compile with QT_NO_CAST_FROM_ASCIIOrgad Shaneh2012-11-281-1/+1
|/
* Adjust license headershjk2012-10-051-21/+20
* QmlJS indenter: Fix wrong indentation after list<> typed properties.Christian Kamm2012-09-101-2/+2
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Removed module names from #include directives.Erik Verbruggen2012-02-151-3/+3
* Long live the king!hjk2012-01-261-1/+1
* QmlJS indenter: Fix braceless switch/try/with bindings.Christian Kamm2011-12-021-2/+6
* 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-1/+1
|\|
| * QmlJS indenter: Never touch indent of multi-line strings.Christian Kamm2011-10-311-1/+1
* | QmlJS indenter: Move reusable code to qmljs lib.Christian Kamm2011-10-191-0/+15
|/
* QmlJS indenter: Fix ternary multiline indent.Christian Kamm2011-10-171-0/+1
* QmlJS indenter: Fix labelled statements and break/continue with label.Christian Kamm2011-09-141-1/+4
* QmlJS indenter: Fix indentation for property initializers.Christian Kamm2011-09-081-1/+0
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* QmlJS: Fix object literal indent in property initializers.Christian Kamm2011-04-211-1/+2
* QmlJS: Fix indent of object literals.Christian Kamm2011-04-211-0/+2
* Update license.hjk2011-04-131-14/+13
* Exported header cleanup.Friedemann Kleint2011-01-201-2/+0
* It's 2011 now.con2011-01-121-1/+1
* QmlJS indenter: Only auto-reindent if indent was unchanged.Christian Kamm2011-01-041-0/+1
* Merge branch '2.1'con2010-12-171-7/+11
|\
| * License headers.con2010-12-171-7/+11
* | Removed stray tokens and fixed warnings/errors when compiling with pedantic C...Roberto Raggi2010-12-161-2/+2
|/
* QmlJS indenter: Fix incorrect indent after break/continue.Christian Kamm2010-09-301-1/+2
* QmlJS indenter: Fix break/continue/throw in if statement without braces.Christian Kamm2010-09-271-0/+1