Hello again boy and girls
Im here to explain about an exciting new bit of code, the QML Light switch. Why is it exciting you ask? well because it marries the power of the DCE architecture with the slickness and portability of QML
What is QML?
A Javascript-esque markup language for designing and creating user interfaces, thats what!
How was this done
The process to create this device involved more than a few steps, which i will be outlining in the wiki very soon.
-Starting by reading this
http://wiki.linuxmce.org/index.php/Developing_a_DCE_Device <--it outlines the process to creating a device, from creating a template to dce gen and sqlcpp
-create your device. Easier said than done.
-test.
So, what we have is a DCE device that started as a device template which we then
-created device stubs for
-wrote c++ code for (based on the qt toolkit 4.7 and creator 2.0.1)
-this included (badly written) QML
-integrated the two based on lmce_launch_manager_old
http://wiki.linuxmce.org/index.php/Qml - more specifics
http://www.youtube.com/watch?v=KefqZgDFIRUIm posting all of this in the hope that we can get more people involved in the creation of this new user interface. Tschak has been instrumental in guiding me through the creation of the device and navigating the DCE connection, and i feel that once more people can overcome this obstacle, we can really move forward on a lot of things on our wish lists
-golgoj4