Re: [Development] Please help me get my pending review count down

2015-07-29 Thread Martin Klapetek
On Wed, Jul 29, 2015 at 11:47 AM, Marc Mutz wrote: > On Wednesday 29 July 2015 09:04:42 Martin Klapetek wrote: > > Can you perhaps create a single diff against 5.5/dev/master > > which could be easily applied? That should make things > > much easier to help :) > > As

Re: [Development] Please help me get my pending review count down

2015-07-29 Thread Martin Klapetek
Can you perhaps create a single diff against 5.5/dev/master which could be easily applied? That should make things much easier to help :) Cheers -- Martin Klapetek | KDE Developer ___ Development mailing list Development@qt-project.org http://lists.qt

Re: [Development] Qt Quick Controls Calendar

2014-01-10 Thread Martin Klapetek
t your ideas today and give some feedback as well. Cheers -- Martin Klapetek | KDE Developer ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] Qt Quick Controls Calendar

2014-01-10 Thread Martin Klapetek
rid stuff and re-implement the "containsEvents" property to be > filled with data from akonadi. How would that be filled with data if it returns boolean? I mean, what do you want to fill where? :) Overall I like the real model backend, however I think your proposal also could

Re: [Development] Qt Quick Controls Calendar

2014-01-10 Thread Martin Klapetek
still use the base QAbstractCalendarModel implementation for > >> it's grid stuff and re-implement the "containsEvents" property to be > >> filled with data from akonadi. > > > > > > How would that be filled with data if it returns boolean? I mean

Re: [Development] Qt Quick Controls Calendar

2013-12-09 Thread Martin Klapetek
y .. 7 = Sunday. There might be more differences. So you cannot pass direct values between QML and C++ (like passing QDate::month() to JS), passing whole date objects should be fine afaik (eg. passing JS Date to a C++ function expecting QDate). Cheers --