Re: Season of KDE -- please add your ideas

2016-10-09 Thread Aditya Sharma
Regards Aditya On Sun, Oct 9, 2016 at 12:22 AM, Lydia Pintscher wrote: > On Sat, Oct 8, 2016 at 3:43 PM, Aditya Sharma > wrote: > > I happened to create KDE Now during this Summer of Code. There are some > > This makes me super happy :D (Though maybe we want a different n

Re: Season of KDE -- please add your ideas

2016-10-08 Thread Aditya Sharma
> > Hello developers, > > Do you have a project in mind which will help KDE? Season of KDE might > be for you. > > KDE Student Programs has announced the 2016-2017 Season of KDE for > those who want to participate in mentored projects which enhance KDE > in some way. > > Projects from past Seasons

Re: D-Bus signal parameter and incorrect xml generation

2016-08-15 Thread Aditya Sharma
On Tue, Aug 16, 2016 at 2:53 AM, Albert Astals Cid wrote: > El dimecres, 10 d’agost de 2016, a les 23:00:19 CEST, Aditya Sharma va > escriure: > > Hey ! > > > > I'm trying to pass a QVariantMap as a D-Bus signal parameter so that the > > intended application ge

D-Bus signal parameter and incorrect xml generation

2016-08-10 Thread Aditya Sharma
Hey ! I'm trying to pass a QVariantMap as a D-Bus signal parameter so that the intended application gets the updated data every time that signal is emitted. I have a class A, in which I have a Q_SIGNAL, as: void update(QVariantMap map) Inside CMakeLists.txt, I call qt5_generate_dbus_interface w