Re: QML Analog Clock

2011-12-07 Thread Viranch Mehta
On Mon, Nov 14, 2011 at 4:41 PM, Viranch Mehta wrote: > > On Mon, Nov 14, 2011 at 1:35 PM, Marco Martin wrote: > >> On Friday 11 November 2011, Viranch Mehta wrote: >> > On Fri, Nov 11, 2011 at 1:00 PM, todd rme >> wrote: >> > > Is there a QML version of the calendar widget yet? >> > > >> > > No

Re: QML Analog Clock

2011-11-14 Thread Viranch Mehta
On Mon, Nov 14, 2011 at 1:35 PM, Marco Martin wrote: > On Friday 11 November 2011, Viranch Mehta wrote: > > On Fri, Nov 11, 2011 at 1:00 PM, todd rme wrote: > > > Is there a QML version of the calendar widget yet? > > > > > > Nope. > > > > Viranch > > that can go for grades as well. > replacing

Re: QML Analog Clock

2011-11-14 Thread Viranch Mehta
On Mon, Nov 14, 2011 at 12:50 PM, Aaron J. Seigo wrote: > > the point is so that we can eventually one day move off of QGraphicsView > and > onto the QML-only, OpenGL-accelerated QML SceneGraph :) > > Right! I totally missed the point about moving away from qgraphicsview ;) makes sense. Viranch

Re: QML Analog Clock

2011-11-14 Thread Marco Martin
On Friday 11 November 2011, Viranch Mehta wrote: > On Fri, Nov 11, 2011 at 1:00 PM, todd rme wrote: > > Is there a QML version of the calendar widget yet? > > > > Nope. > > Viranch that can go for grades as well. replacing the internal clock leaving the calendar, then redoing the calendar for

Re: QML Analog Clock

2011-11-14 Thread Marco Martin
On Saturday 12 November 2011, Viranch Mehta wrote: > On Sat, Nov 12, 2011 at 8:10 PM, Marco Martin wrote: > > how does this sound? > > That's helpful! But what about loading of the multiple custom config uis? > If that part > will also be taken care of by the c++ part, I don't see the point of do

Re: QML Analog Clock

2011-11-13 Thread Aaron J. Seigo
On Sunday, November 13, 2011 01:04:57 Viranch Mehta wrote: > will also be taken care of by the c++ part, I don't see the point of doing > this applet in qml at all. the point is so that we can eventually one day move off of QGraphicsView and onto the QML-only, OpenGL-accelerated QML SceneGraph :

Re: QML Analog Clock

2011-11-12 Thread Viranch Mehta
On Sat, Nov 12, 2011 at 8:10 PM, Marco Martin wrote: > > how does this sound? > > That's helpful! But what about loading of the multiple custom config uis? If that part will also be taken care of by the c++ part, I don't see the point of doing this applet in qml at all. All that qml part does is

Re: QML Analog Clock

2011-11-12 Thread Marco Martin
On Fri, Nov 11, 2011 at 8:21 AM, Viranch Mehta wrote: > Hi, > I have recently started working on the QML analog clock plasmoid. I adapted > basic > code from declarative-plasmoids repo. I added and implemented the config > dialog and > options, and showing the timezone. > Wha

Re: QML Analog Clock

2011-11-11 Thread Viranch Mehta
On Fri, Nov 11, 2011 at 1:00 PM, todd rme wrote: > > Is there a QML version of the calendar widget yet? > > Nope. Viranch ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: QML Analog Clock

2011-11-10 Thread todd rme
On Fri, Nov 11, 2011 at 8:21 AM, Viranch Mehta wrote: > Hi, > I have recently started working on the QML analog clock plasmoid. I adapted > basic > code from declarative-plasmoids repo. I added and implemented the config > dialog and > options, and showing the timezone. > Wha

QML Analog Clock

2011-11-10 Thread Viranch Mehta
Hi, I have recently started working on the QML analog clock plasmoid. I adapted basic code from declarative-plasmoids repo. I added and implemented the config dialog and options, and showing the timezone. What I'm stuck at: I saw the original analog clock uses clockapplet from libs/plasma