Re: QML Calendar stuff

2014-01-15 Thread Kevin Krammer
On Wednesday, 2014-01-15, 16:19:43, Mitch Curtis wrote: > On 01/15/2014 02:27 PM, Kevin Krammer wrote: > > On Wednesday, 2014-01-15, 00:14:37, Martin Klapetek wrote: > >> On Wed, Jan 15, 2014 at 12:09 AM, Mark Gaiser wrote: > >>> Just events? No todo, journal and holiday? > >>> Or is "everything"

Re: QML Calendar stuff

2014-01-15 Thread Mitch Curtis
On 01/15/2014 04:19 PM, Mitch Curtis wrote: On 01/15/2014 02:27 PM, Kevin Krammer wrote: On Wednesday, 2014-01-15, 00:14:37, Martin Klapetek wrote: On Wed, Jan 15, 2014 at 12:09 AM, Mark Gaiser wrote: Just events? No todo, journal and holiday? Or is "everything" a "event"? Yes, everything

Re: QML Calendar stuff

2014-01-15 Thread Mitch Curtis
On 01/15/2014 02:27 PM, Kevin Krammer wrote: On Wednesday, 2014-01-15, 00:14:37, Martin Klapetek wrote: On Wed, Jan 15, 2014 at 12:09 AM, Mark Gaiser wrote: Just events? No todo, journal and holiday? Or is "everything" a "event"? Yes, everything is an event which has a type property, which

Re: QML Calendar stuff

2014-01-15 Thread David Edmundson
The QtQuickControls goal is just to recreate QCalendarWidget which is more or less a data picker. We don't want to make all calendar widgets super complex. David ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/pla

Re: QML Calendar stuff

2014-01-15 Thread Kevin Krammer
On Wednesday, 2014-01-15, 00:14:37, Martin Klapetek wrote: > On Wed, Jan 15, 2014 at 12:09 AM, Mark Gaiser wrote: > > Just events? No todo, journal and holiday? > > Or is "everything" a "event"? > > Yes, everything is an event which has a type property, which can be todo, > journal or holiday (o

Re: QML Calendar stuff

2014-01-14 Thread Martin Klapetek
On Wed, Jan 15, 2014 at 12:09 AM, Mark Gaiser wrote: > > Just events? No todo, journal and holiday? > Or is "everything" a "event"? > Yes, everything is an event which has a type property, which can be todo, journal or holiday (or whatever). Cheers -- Martin Klapetek | KDE Developer __

Re: QML Calendar stuff

2014-01-14 Thread Mark Gaiser
On Mon, Jan 13, 2014 at 11:40 AM, Martin Klapetek wrote: > Hi, > > at the Plasma sprint we discussed the next-gen calendar plasmoid, we had > Mitch from Digia here, who is working on QtQuickControls calendar stuff. > > The idea is to share as much code as possible between our plasmoid and > upstre