Re: Help for porting to QML

2015-08-12 Thread Olivier Churlaud
Btw I forgot to say, on irc, I'm ochurlaud :) Le 12/08/2015 12:09, Olivier Churlaud a écrit : Hi, Could someone help me to port, say Context::Applet (src/context/applet.{cpp|h}) ? I don't know how to begin. Since I can't test it directly, I'm afraid to break something if I start from scratch

Help for porting to QML

2015-08-12 Thread Olivier Churlaud
Hi, Could someone help me to port, say Context::Applet (src/context/applet.{cpp|h}) ? I don't know how to begin. Since I can't test it directly, I'm afraid to break something if I start from scratch. If I see the structure of the porting (what should be C++, JS, or QML) I'll be able to do the