Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |