summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlcomponent.h
Commit message (Collapse)AuthorAgeFilesLines
* Make QmlCompositeTypeData a class instead of a structKai Koehne2009-09-231-1/+1
| | | | | | | | This fixes a warning of msvc that apparently doesn't like a struct (QmlCompositeTypeData) extending a class (QmlRefCount): "warning C4099: 'QmlCompositeTypeData' : type name first seen using 'class' now seen using 'struct'"
* Add status and progress properties to Loader.Martin Jones2009-09-071-0/+3
|
* Move errorsString to QmlBindableComponent because it's for use in scriptAlan Alpert2009-07-211-1/+0
|
* Move the Script interface of QmlComponent to QmlBindableComponentAlan Alpert2009-07-211-5/+4
|
* Remove pointless QmlCompiledComponent classAaron Kennedy2009-07-151-2/+2
|
* Improve QmlComponent APIAaron Kennedy2009-07-071-2/+3
| | | | Having to use QUrl::fromLocalFile() is crummy. Add appropriate overloads the QmlComponent, and resolve relative paths against a "base url" set on the QmlEngine.
* Beautification of dynamic object example.Alan Alpert2009-07-021-0/+1
| | | | | Adds some error handling, and cleans up documentation and the example a little.
* Support compile-in-namespace for the declarative module.Michael Brasser2009-06-301-2/+3
|
* CleanupMichael Brasser2009-06-301-0/+1
| | | | | Fix up license headers and private warnings, as well as other general cleanups.
* Remove unneeded semicolons.Martin Jones2009-06-121-2/+2
|
* Can now dynamically delete objects as well.Alan Alpert2009-06-091-0/+1
| | | | | | The QtScript object wrapper now has a destroy function. This should work for all QML objects. This commit also has some clean up in the dynamic creation code, which still has a bug regarding path resolution.
* Add dynamic object creation from Script.Alan Alpert2009-06-091-4/+7
| | | | | | Can now create, inside script, objects from qml snippets and files. These objects can then be manipulated from script. Deleting these items is still being looked into.
* Remove more unneeded semicolons.Martin Jones2009-05-271-1/+1
|
* Remove extraneous semicolons.Martin Jones2009-05-261-1/+1
| | | | Caused massive number of warnings with winscw
* Improve error handling consistencyAaron Kennedy2009-05-051-2/+3
|
* Removed a fiew compilation warnings on MSVCThierry Bastian2009-04-301-1/+1
|
* The signal should emit the namespace as well otherwise a connect willAlexis Menard2009-04-231-1/+1
| | | | be not trivial.
* Merge in changes to old kinetic-dui branch.Michael Brasser2009-04-231-14/+21
|
* Initial import of kinetic-dui branch from the old kineticMichael Brasser2009-04-221-0/+102