summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlcomponent.cpp
Commit message (Collapse)AuthorAgeFilesLines
* More testsAaron Kennedy2009-05-121-10/+11
|
* Handle QmlParserStatus's and QmlBindableValeus being deleted during ↵Aaron Kennedy2009-05-111-11/+29
| | | | component creation
* Beginings of an experimental QML debugger viewAaron Kennedy2009-05-061-0/+5
|
* DocAaron Kennedy2009-05-061-1/+1
|
* Merge branch 'kinetic-declarativeui' of ↵Martin Smith2009-05-051-2/+1
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Removed dependency of QmlContext to QmlCompiledComponentKai Koehne2009-05-051-2/+1
| | | | | | | | | | | | Store component url directly in context, instead of referencing the associated QmlCompiledComponent. In addition, allow to explicitly set the base url to a context. This is needed for Bauhaus.
* | qdoc: Corrected some qdoc warnings.Martin Smith2009-05-051-8/+18
|/
* More doc cleanup.Michael Brasser2009-05-051-3/+3
|
* Remove QML XML supportAaron Kennedy2009-05-051-11/+0
|
* Fix QmlComponent::isError() after QmlComponent::create()Aaron Kennedy2009-05-051-2/+2
|
* QmlError docAaron Kennedy2009-05-051-0/+4
|
* Improve error handling consistencyAaron Kennedy2009-05-051-16/+8
|
* docWarwick Allison2009-05-011-10/+14
|
* Coding style refactor, changing 'if(' and 'for(' to 'if (' and 'for ('Leonardo Sobral Cunha2009-04-281-21/+21
|
* Use the DUI language.Roberto Raggi2009-04-241-1/+0
|
* support comma for lists, better parser error outputmae2009-04-241-14/+0
|
* support both *.qml and *.whatever with autodetection. Some debug output, ↵mae2009-04-241-0/+25
| | | | some fixes. Some stuff works now, biggest omission is UiObjectBinding to get the more complex examples working.
* Initial work on the qfx front-end.Roberto Raggi2009-04-241-0/+1
|
* qdoc: Edited the documentation to remove numerous qdoc warnings.Martin Smith2009-04-231-4/+4
|
* Component and ComponentInstance documentation.Martin Jones2009-04-231-0/+24
|
* Merge in changes to old kinetic-dui branch.Michael Brasser2009-04-231-65/+153
|
* Initial import of kinetic-dui branch from the old kineticMichael Brasser2009-04-221-0/+405