← Back to team overview

ubuntu-touch-coreapps team mailing list archive

Re: Issues with Qt Organizer in the Calendar app

 

Hi Kunal,

I'm seeing the qtsjondb plugin here [1]. Could you check if you've got
the *qtdeclarative5-jsondb-plugin
*package installed?

Cheers,
David.

[1]
https://launchpad.net/~ubuntu-sdk-team/+archive/ppa/+packages?field.name_filter=qtjsondb&field.status_filter=published&field.series_filter=raring


On Thu, Aug 15, 2013 at 4:38 AM, kunal parmar <pkunal.parmar@xxxxxxxxx>wrote:

> Hi David,
>
> I forgot to mention,
>
> I am still not seeing Jason DB plugin for QtPim, Am I missing something ?
>
> kunal@kunal-sammy:/usr/lib/i386-linux-gnu/qt5/plugins/organizer$ ll
> total 128
> drwxr-xr-x  2 root root   4096 Aug 15 10:57 ./
> drwxr-xr-x 24 root root   4096 Aug  3 13:58 ../
> -rw-r--r--  1 root root 121152 Aug 13 17:50 libqtorganizer_memory.so
> kunal@kunal-sammy:/usr/lib/i386-linux-gnu/qt5/plugins/organizer$ pwd
> /usr/lib/i386-linux-gnu/qt5/plugins/organizer
> kunal@kunal-sammy:/usr/lib/i386-linux-gnu/qt5/plugins/organizer$
>
> ~Kunal
>
>
>
> On Thu, Aug 15, 2013 at 11:31 AM, kunal parmar <pkunal.parmar@xxxxxxxxx>wrote:
>
>> Hi David,
>>
>> I updated my installation and installed latest qtpim.
>>
>> it looks like working fine. my initial test seems to work.
>>
>> I will continue porting current calendar to use QtPim and will let you
>> know if face any other issue.
>>
>> However, when I currently try to print Organizer model item, using
>> following code
>>
>>         for( var prop in event) {
>>
>>             print(prop +":"+ event[prop]);
>>
>>         }
>>
>>
>> It give me following with output, seems like it require some more changes.
>>
>>
>> QMetaProperty::read: Unable to handle unregistered datatype 'QDeclarativeOrganizerItemPriority::Priority' for property 'QtOrganizer::QDeclarativeOrganizerEvent::priority'
>> priority:undefined
>> QMetaProperty::read: Unable to handle unregistered datatype 'QDeclarativeOrganizerItemType::ItemType' for property 'QtOrganizer::QDeclarativeOrganizerEvent::itemType'
>> itemType:undefined
>>
>>
>> Kunal
>>
>>
>>
>>
>> On Tue, Aug 13, 2013 at 10:12 PM, David Planella <
>> david.planella@xxxxxxxxxx> wrote:
>>
>>> Al 10/08/13 08:17, En/na kunal parmar ha escrit:
>>> > Hi David,
>>> >
>>> > Sure I will create a sample application and submit bugs for problem
>>> > which I am facing.
>>> >
>>> > BTW did you check if 13.04 version has required QtPim patch ?
>>>
>>> Hi Kunal,
>>>
>>> Timo and Renato tell me that the qtpim version has now been upgraded in
>>> 13.04 and it should contain Renato's upstream patches.
>>>
>>> Could you try to upgrade it and report back if it works for you?
>>>
>>> Thanks!
>>>
>>> Cheers,
>>> David.
>>>
>>> > Thanks,
>>> > Kunal
>>> >
>>> > On Fri, Aug 9, 2013 at 7:23 PM, Timo Jyrinki <
>>> timo.jyrinki@xxxxxxxxxxxxx> wrote:
>>> >> Hi,
>>> >>
>>> >> Sure, I'm happy to include patches especially after they've been
>>> >> submitted upstream
>>> >> (https://codereview.qt-project.org/#q,project:qt/qtpim,n,z - if
>>> >> already merged by then, I can then just pull the latest snapshot).
>>> >>
>>> >> We've currently a version of qtpim that includes all commits until the
>>> >> 'Added support to preferredDetails on QML Contact.'.
>>> >>
>>> >> -Timo
>>> >>
>>> >>
>>> >> On Fri, Aug 9, 2013 at 10:41 AM, David Planella
>>> >> <david.planella@xxxxxxxxxx> wrote:
>>> >>> Hi all,
>>> >>>
>>> >>> In yesterday's Calendar IRC meeting [1] Kunal raised some issues that
>>> >>> he's encountered while porting the calendar event storage code to use
>>> >>> the Qt Organizer API.
>>> >>>
>>> >>> Kunal, do you think you could create a simple program to reproduce
>>> the
>>> >>> bugs you're experimenting in the app, submit them upstream and report
>>> >>> back with the bug URLS?
>>> >>>
>>> >>> Renato, Timo, once that's done, could you help us fixing the issues
>>> and
>>> >>> package a working qtpim version that can be used for the Calendar
>>> app?
>>> >>>
>>> >>> Thanks!
>>> >>>
>>> >>> Cheers,
>>> >>> David.
>>> >>>
>>> >>> [1]
>>> >>>
>>> http://ubottu.com/meetingology/logs/ubuntu-touch-meeting/2013/ubuntu-touch-meeting.2013-08-08-14.01.html
>>>
>>>
>>
>

Follow ups

References