Re: Help on some Plasma methods

2013-07-13 Thread Heena Mahour
>Is there a plan to move the digital clock to QML? Ofcourse it is ! You may like to check out branch heenamahour/gsoc in kde-workspace . On Sat, Jul 13, 2013 at 2:22 PM, Leonardo Giordani < giordani.leona...@gmail.com> wrote: > Good to know :-) > > Is there a plan to move the digital clock to QM

Re: Help on some Plasma methods

2013-07-13 Thread Leonardo Giordani
Good to know :-) Is there a plan to move the digital clock to QML? Sadly, I started my Plasma hacking adventure from the need of change the way current Plasma digital clock shows date and timezone, that is the reason of my C++ questions. Il giorno 13/lug/2013 10:04, "Sebastian Kügler" ha scritt

Re: Help on some Plasma methods

2013-07-13 Thread Sebastian Kügler
On Friday, July 12, 2013 20:27:30 Leonardo Giordani wrote: > Ah! You are prematurely kiiling my carreer as a C++ Plasma hacker =) =) > Thank you for the tips! Don't worry about that. We have ample C++ work coming up, especially towards Plasma 2 :) UIs are done in QML though. -- sebas http://ww

Re: Help on some Plasma methods

2013-07-12 Thread Leonardo Giordani
Ah! You are prematurely kiiling my carreer as a C++ Plasma hacker =) =) Thank you for the tips! Leonardo Giordani Author of The Digital Cat My profile on About.me 2013/7/12 Aaron J. Seigo > On Friday, July 12, 2013 19:03:54 Leo

Re: Help on some Plasma methods

2013-07-12 Thread Kai Uwe Broulik
Talking about the Digital Clock, I'm curious how that gradient text will work like with QML - or can we simply apply a gradient to Text in Qml2? If so that would make that super easy compared to the way it's currently done. "Aaron J. Seigo" schrieb: >On Friday, July 12, 2013 19:03:54 Leonardo

Re: Help on some Plasma methods

2013-07-12 Thread Aaron J. Seigo
On Friday, July 12, 2013 19:03:54 Leonardo Giordani wrote: > Hi all, > > I'm a little puzzled by the following methods I see implemented in > digital-clock: > > * paintInterface() > * constraintsEvent() You do not want to use either of these things. You should be using QML for new development.

Help on some Plasma methods

2013-07-12 Thread Leonardo Giordani
Hi all, I'm a little puzzled by the following methods I see implemented in digital-clock: * paintInterface() * constraintsEvent() what are they supposed to do exactly and when are they called? Thanks Leonardo Giordani Author of The Digital Cat My profile on About