summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlcomponent.cpp
Commit message (Expand)AuthorAgeFilesLines
* Abstract expression and binding APIsAaron Kennedy2009-08-101-2/+2
* Remove unused QmlContextPrivate member variablesAaron Kennedy2009-08-041-5/+0
* Make private stuff privateAaron Kennedy2009-07-271-5/+5
* Move import access functions to QmlEnginePrivate.Warwick Allison2009-07-231-0/+1
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-07-231-24/+0
|\
| * Move errorsString to QmlBindableComponent because it's for use in scriptAlan Alpert2009-07-211-24/+0
* | Allow span of versions to be defined, not just one.Warwick Allison2009-07-231-1/+1
* | Move all QML types to Qt/4.6 namespace.Warwick Allison2009-07-231-1/+1
|/
* Move the Script interface of QmlComponent to QmlBindableComponentAlan Alpert2009-07-211-17/+0
* Rename QmlBindableValue to QmlBindingAaron Kennedy2009-07-201-2/+2
* Remove unnecessary global context management stuffAaron Kennedy2009-07-161-6/+4
* Remove pointless QmlCompiledComponent classAaron Kennedy2009-07-151-3/+3
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-07-141-2/+5
|\
| * Start moving debugger out of processAaron Kennedy2009-07-131-2/+5
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-07-121-3/+3
|\ \ | |/
| * DocAaron Kennedy2009-07-071-3/+3
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-07-091-6/+24
|\ \ | |/
| * Improve QmlComponent APIAaron Kennedy2009-07-071-5/+23
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-07-021-0/+23
| |\
| * | Make performance logging classes private.Michael Brasser2009-07-021-1/+1
* | | First conversion to new module handling.Warwick Allison2009-07-021-1/+1
| |/ |/|
* | Beautification of dynamic object example.Alan Alpert2009-07-021-0/+23
|/
* CleanupMichael Brasser2009-06-301-0/+2
* Expose extended type URLs through the QML DOM APIAaron Kennedy2009-06-251-0/+1
* Can now dynamically delete objects as well.Alan Alpert2009-06-091-0/+1
* Add dynamic object creation from Script.Alan Alpert2009-06-091-0/+18
* Remove some pointless perf metricsAaron Kennedy2009-06-011-3/+0
* More testsAaron Kennedy2009-05-121-10/+11
* Handle QmlParserStatus's and QmlBindableValeus being deleted during component...Aaron Kennedy2009-05-111-11/+29
* Beginings of an experimental QML debugger viewAaron Kennedy2009-05-061-0/+5
* DocAaron Kennedy2009-05-061-1/+1
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Smith2009-05-051-2/+1
|\
| * Removed dependency of QmlContext to QmlCompiledComponentKai Koehne2009-05-051-2/+1
* | 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, some...mae2009-04-241-0/+25
* 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