Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make QmlCompositeTypeData a class instead of a struct | Kai Koehne | 2009-09-23 | 1 | -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 Jones | 2009-09-07 | 1 | -0/+3 |
| | |||||
* | Move errorsString to QmlBindableComponent because it's for use in script | Alan Alpert | 2009-07-21 | 1 | -1/+0 |
| | |||||
* | Move the Script interface of QmlComponent to QmlBindableComponent | Alan Alpert | 2009-07-21 | 1 | -5/+4 |
| | |||||
* | Remove pointless QmlCompiledComponent class | Aaron Kennedy | 2009-07-15 | 1 | -2/+2 |
| | |||||
* | Improve QmlComponent API | Aaron Kennedy | 2009-07-07 | 1 | -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 Alpert | 2009-07-02 | 1 | -0/+1 |
| | | | | | Adds some error handling, and cleans up documentation and the example a little. | ||||
* | Support compile-in-namespace for the declarative module. | Michael Brasser | 2009-06-30 | 1 | -2/+3 |
| | |||||
* | Cleanup | Michael Brasser | 2009-06-30 | 1 | -0/+1 |
| | | | | | Fix up license headers and private warnings, as well as other general cleanups. | ||||
* | Remove unneeded semicolons. | Martin Jones | 2009-06-12 | 1 | -2/+2 |
| | |||||
* | Can now dynamically delete objects as well. | Alan Alpert | 2009-06-09 | 1 | -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 Alpert | 2009-06-09 | 1 | -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 Jones | 2009-05-27 | 1 | -1/+1 |
| | |||||
* | Remove extraneous semicolons. | Martin Jones | 2009-05-26 | 1 | -1/+1 |
| | | | | Caused massive number of warnings with winscw | ||||
* | Improve error handling consistency | Aaron Kennedy | 2009-05-05 | 1 | -2/+3 |
| | |||||
* | Removed a fiew compilation warnings on MSVC | Thierry Bastian | 2009-04-30 | 1 | -1/+1 |
| | |||||
* | The signal should emit the namespace as well otherwise a connect will | Alexis Menard | 2009-04-23 | 1 | -1/+1 |
| | | | | be not trivial. | ||||
* | Merge in changes to old kinetic-dui branch. | Michael Brasser | 2009-04-23 | 1 | -14/+21 |
| | |||||
* | Initial import of kinetic-dui branch from the old kinetic | Michael Brasser | 2009-04-22 | 1 | -0/+102 |