summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlcomponent.cpp
Commit message (Expand)AuthorAgeFilesLines
* Improve Behavior reliability.Michael Brasser2009-10-111-1/+1
* Reenable types/enums and move scripts into an isolated scopeAaron Kennedy2009-10-051-1/+2
* Make more qmlecmascript tests passAaron Kennedy2009-09-231-25/+43
* Move ComponentInstance functionality into LoaderMartin Jones2009-09-091-2/+3
* Add status and progress properties to Loader.Martin Jones2009-09-071-4/+19
* Add QML enum supportAaron Kennedy2009-09-031-0/+1
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-08-261-1/+1
|\
| * Fix handling of empty strings for URLsWarwick Allison2009-08-261-1/+1
* | Fix compile after merge from 4.6.Michael Brasser2009-08-251-1/+1
|/
* Renaming Rect -> RectangleYann Bodson2009-08-191-1/+1
* 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