aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/qmljs/qmljsreformatter.cpp
Commit message (Expand)AuthorAgeFilesLines
* qmljs: fix bug in reformattingMarco Benelli2018-09-111-1/+4
* qmljs: Use C++11’s override and remove virtual where applicableAlessandro Portale2018-06-261-87/+87
* qmljs: handle js directives .pragma and .importMarco Benelli2018-04-121-0/+18
* Qml/js reformatter: use quotes in objects literalsMarco Benelli2018-04-051-0/+2
* QmlJs: better indentation for switch common casesMarco Benelli2017-09-191-1/+2
* QmlJS: user defined style in reformatting fileMarco Benelli2017-09-181-0/+11
* QmlJs: Initialize membersRobert Loehning2017-08-111-5/+5
* QmlJs: fix reformatting of 'signal' statementsMarco Benelli2017-04-071-2/+6
* QmlJs: reformatter for multiline-commentsMarco Benelli2017-01-311-1/+12
* QmlJS: Fix crash in QML reformatterThomas Hartmann2016-11-301-0/+9
* QmlJS: Keep pragma directive when reformatting QML filesVictor Heng2016-05-191-0/+13
* Keep readonly qualifierSune Vuorela2016-04-131-0/+2
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* QmlJs: fixed a regression in reformatter.Marco Benelli2015-11-021-0/+2
* Fixed bug in reformatting QML code (duplicated property name).Marco Benelli2015-10-301-2/+1
* Remove unused functionThiago Macieira2015-08-171-9/+0
* Clean headers in lib qmljs and plugins qmljstools, qmljseditor.Friedemann Kleint2015-03-051-0/+1
* 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
* | Use Qt 5's QStringList::join(QChar)hjk2014-08-251-1/+1
|/
* qmljs: switch to the new category loggingFawzi Mohamed2014-07-011-1/+1
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Remove function acceptIndented that is not used anywhereThiago Macieira2013-12-061-5/+0
* qmljs: use new qml parserFawzi Mohamed2013-11-061-12/+35
* Fix coding style for else statementsOrgad Shaneh2013-07-171-4/+3
* Clean headers in QmlJs.Friedemann Kleint2013-04-041-4/+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-20/+14
* | QmlJS: Compile with QT_NO_CAST_FROM_ASCIIOrgad Shaneh2012-11-281-4/+4
|/
* QmlJS: Fix rewriter for signal parametersThomas Hartmann2012-10-081-1/+17
* Adjust license headershjk2012-10-051-23/+20
* Removed module names from #include directives.Erik Verbruggen2012-02-151-7/+7
* Long live the king!hjk2012-01-261-1/+1
* QmlJS reformatter: Fix object literals.Christian Kamm2011-11-301-3/+1
* QmlJS: Add 'reformat' action which regenerates the whole file.Christian Kamm2011-11-151-0/+1265