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