aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/qmljs/qmljsrewriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* QmlJS: Fix superfluous whitespaceChristian Stenger2020-06-091-1/+2
* QmlJS: Fix possible duplicate semicolonChristian Stenger2020-06-091-2/+3
* QmlJSEditor: Support dragging of functionsChristian Stenger2020-06-041-7/+10
* Some clang-tidy -use-modernize-nullptrhjk2019-08-011-13/+13
* Replace QString::null with default constructed QStringOrgad Shaneh2018-09-211-3/+3
* 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
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Fix coding style for else statementsOrgad Shaneh2013-07-171-4/+3
* Clean headers in QmlJs.Friedemann Kleint2013-04-041-2/+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-15/+8
* | QmlJS: Compile with QT_NO_CAST_FROM_ASCIIOrgad Shaneh2012-11-281-1/+1
|/
* Adjust license headershjk2012-10-051-21/+20
* 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
* 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
* | QmlJS: Move commonly used functions to qmlutils.h.Christian Kamm2011-10-101-34/+21
|/
* QmlJS: Adjust existing code for updated QML parser.Christian Kamm2011-09-141-5/+4
* QmlJS: Update to new QmlJS parser.Christian Kamm2011-05-121-3/+3
* Krazy fixes (spelling, single char strings, char constants).Friedemann Kleint2011-05-101-2/+2
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Update license.hjk2011-04-131-14/+13
* It's 2011 now.con2011-01-121-1/+1
* License headers.con2010-12-171-7/+11
* QmlOutline: Fix reordering of array elementsKai Koehne2010-10-201-3/+3
* QmlJS: Fix several crashes when UiQualifiedId::name is 0.Christian Kamm2010-10-141-1/+2
* QmlOutline: Support reparenting into object arrayKai Koehne2010-08-121-0/+56
* QmlJS Rewriter: Remove empty grouped propertiesKai Koehne2010-07-211-0/+20
* QmlJS Rewriter: Unify method namesKai Koehne2010-07-211-6/+6
* QmlJS Rewriter: Return ranges for addX methodsKai Koehne2010-07-211-13/+17
* QmlJS Rewriter: Allow disambiguation of where ObjectMember should be added toKai Koehne2010-07-211-7/+17
* Compile fixKai Koehne2010-07-201-1/+1
* QmlJS: ALlow users of the Rewriter to specify where to insert stuffKai Koehne2010-07-201-6/+9
* QmlJs: Fix corner case in Rewriter (whitespace handling)Kai Koehne2010-07-201-1/+3
* QmlJS: Make rewriter methods staticKai Koehne2010-07-201-13/+13
* qmljsrewriter: fix rewriting issueThomas Hartmann2010-07-091-4/+7
* qmljsrewriter: fixes removing of propertiesThomas Hartmann2010-07-091-4/+6
* qmljsrewriter: adapt rewriter to ChangeSet api changesThomas Hartmann2010-07-071-7/+7
* Created a utility rewriting class from existing visitors.Erik Verbruggen2010-06-301-0/+627