aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/qmljs/qmljsindenter.cpp
Commit message (Expand)AuthorAgeFilesLines
* QmlJS: remove old/unused qmljsindenterTim Jenssen2024-03-211-603/+0
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* QmlJS: Replace QRegExp by QRegularExpressionChristian Stenger2020-07-201-5/+5
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* 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
* | Replace QLatin1String("x") with QLatin1Char('x') where possibleKai Koehne2014-09-041-1/+1
|/
* qmljs: switch to the new category loggingFawzi Mohamed2014-07-011-1/+0
* 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-12/+8
* | QmlJS: Compile with QT_NO_CAST_FROM_ASCIIOrgad Shaneh2012-11-281-3/+3
|/
* Adjust license headershjk2012-10-051-21/+20
* rename QtDebug to QDebughjk2012-08-061-1/+1
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Removed module names from #include directives.Erik Verbruggen2012-02-151-2/+2
* Long live the king!hjk2012-01-261-1/+1
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Update license.hjk2011-04-131-14/+13
* Exported header cleanup.Friedemann Kleint2011-01-201-1/+2
* It's 2011 now.con2011-01-121-1/+1
* License headers.con2010-12-171-7/+11
* Moved quick-exit check back to the indenter.Erik Verbruggen2010-04-301-0/+3
* QmlJS: Add CompletionContextFinder to allow context sensitive completionChristian Kamm2010-04-291-6/+2
* QmlJS: Move parts of the indenter to the new LineInfo.Christian Kamm2010-04-291-481/+7
* QmlJS: Fix switch statement indentation.Christian Kamm2010-04-211-7/+12
* QmlJSEditor: Improve indentation of square brackets.Christian Kamm2010-04-141-9/+36
* Long live the king!hjk2010-03-051-1/+1
* Get rid of the QmlJS prefix.Roberto Raggi2010-02-151-1/+1
* Removed useless code.Roberto Raggi2010-01-291-19/+0
* Get rid off unused regexp QmlJSIndenter::label.Roberto Raggi2010-01-291-2/+1
* Removed unused code.Roberto Raggi2010-01-291-2/+1
* Fixed the indentation of if-else statements.Roberto Raggi2010-01-291-2/+6
* Say hello to the new incremental scanner for QML/JS.Roberto Raggi2010-01-281-1/+1
* Insert the semicolon at the end of the trimmed line only when it is stricly n...Roberto Raggi2010-01-261-3/+4
* Inserted a fake semicolon at the end of the trimmed line.Roberto Raggi2010-01-261-4/+11
* Fixed indentation of QML/JS for-statements.Roberto Raggi2010-01-191-20/+25
* Added helper method QmlJSIndenter::tokenText().Roberto Raggi2010-01-191-0/+5
* Moved QmlJSScanner::Token in the QmlJS namespace.Roberto Raggi2010-01-191-36/+36
* Handle comments at the end of braceless control statements.Roberto Raggi2010-01-191-1/+18
* Implemented token-based version of QmlJSIndenter::matchBracelessControlStatem...Roberto Raggi2010-01-181-30/+65
* Renamed classes and files to use the QmlJS prefix.Roberto Raggi2010-01-181-0/+1023