summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/rewriter
Commit message (Collapse)AuthorAgeFilesLines
* Update licenseheader text in source filesJyri Tahtela2011-05-132-34/+34
| | | | | | | Updated version of LGPL and FDL licenseheaders. Apply release phase licenseheaders for all source files. Reviewed-by: Trust Me
* Update copyright year to 2011.Jason McDonald2011-01-102-2/+2
| | | | Reviewed-by: Trust Me
* Remove unused, unexported class.Michael Brasser2010-10-043-260/+0
|
* Update #include of private headers in QtDeclarativeThiago Macieira2010-04-023-3/+3
| | | | | Always use private/. The WinSCW compiler doesn't search the current directory, for whatever reason.
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-244-11/+11
| | | | QDeclarativeXXX.
* Fix copyright year.Jason McDonald2010-02-164-4/+4
| | | | Reviewed-by: Trust Me
* fix includesOswald Buddenhagen2009-12-034-8/+10
| | | | | | | | | | | | - include headers from own directory with "" - include headers from own project without private/ - sort includes from most specific to most generic - make headers self-contained - some whitespace unification no attempt was made at making the qt includes consistent regarding the use of module names and forwarding headers. no attempt was made at sorting includes.
* clean up project filesOswald Buddenhagen2009-12-031-2/+0
|
* Undo most of 913dd563064e8047fe738fc9c79135adfb928977Warwick Allison2009-12-024-6/+6
| | | | It seems we're going to have to so a syncqt/configure in Qt modules.
* fix headersWarwick Allison2009-10-294-64/+64
|
* Fixed an include.Erik Verbruggen2009-09-171-1/+1
|
* Fixed the QML parser files to play nice when included in Creator,Erik Verbruggen2009-09-174-8/+10
| | | | when Creator is compiled against Qt with namespaces.
* Fixed project dependenciesRoberto Raggi2009-07-261-0/+2
|
* Small change to make move and replace methods overridable.Erik Verbruggen2009-07-022-3/+9
|
* Renamed the QML front-end.Roberto Raggi2009-06-114-10/+10
|
* Added no_ast_rewriter to rewriter.pri.Roberto Raggi2009-05-261-2/+7
|
* Don't check the QT_MODULE in the text rewriter, there's no need since it's ↵Roberto Raggi2009-05-262-79/+75
| | | | private code.
* Added missing copyright headers.Roberto Raggi2009-05-264-0/+164
|
* roberto: Added support for CSS like numeric literals e.g. 10pAaron Kennedy2009-05-265-0/+407