aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/qmljs/qmljsrewriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-111-2/+2
|\
| * all: s/[email protected]/[email protected]/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