summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/rewriter
Commit message (Collapse)AuthorAgeFilesLines
* 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