Re: [MeeGo-dev] Problem in chroot Environment

2011-06-28 Thread Dumez, Christophe
"startmeego-handset &" instead of "startmeego &" I believe. # rpm -q -l meego-simulator-launcher-handset /etc/profile.d/meego-sdk-rc-handset.sh /usr/bin/Wait4XephyrStart /usr/bin/startmeego-debug-handset /usr/bin/startmeego-handset Kr, Chris. On Fri, Jun 24, 2011 at 6:30 AM, kaling ray wrote: >

Re: [MeeGo-dev] KCal-EDS: EDSStorage::objectsModified() Do not iterate over all incidences

2011-06-19 Thread Dumez, Christophe
> Regarding the "This is a lot faster than iterating over all the > incidences in the calendar" comment - is that based on measurements or > the observation in the KCalCore code that one operation is O(n) and the > other O(log(n)), or something like it? Strictly based on complexity. If I had doubt

[MeeGo-dev] KCal-EDS: EDSStorage::objectsModified() Do not iterate over all incidences

2011-06-19 Thread Dumez, Christophe
Hi, Please find attached an optimization patch for KCal-EDS. I would appreciate your input on this. *** EDSStorage::objectsModified() Do not iterate over all incidences We only iterate over the instances for an incidence identified by its uid in order to find the one with the correct

[MeeGo-dev] KCal-EDS: Asynchronous ECal calendar opening

2011-06-17 Thread Dumez, Christophe
Hi, I implemented asynchronous ECal opening in KCal-EDS. I would appreciate if you could review the patch attached. *** EDSStorage: Make ECal calendar opening asynchronous Use e_cal_open_async() instead of e_cal_open() to open the ECal calendar asynchronously and avoid blocking on

Re: [MeeGo-dev] KCal-EDS: Add pkgconfig .pc file

2011-06-14 Thread Dumez, Christophe
Uploaded kcal-eds v0.1.2 to OBS eds repository to provide the pkgconfig .pc file. Kr, Chris. On Tue, Jun 14, 2011 at 10:19 PM, Dumez, Christophe wrote: > Hi, > > Yes, you are right. Please find attached a corrected patch. > > Kr, > Chris. > > On Tue, Jun 14, 2011 at 9:36

Re: [MeeGo-dev] KCal-EDS: Generate HTML documentation

2011-06-14 Thread Dumez, Christophe
Ok, I uploaded kcal-eds v0.1.1 to OBS eds repository with the html documentation included in the *-doc package. Kr, Chris. On Tue, Jun 14, 2011 at 9:27 PM, Patrick Ohly wrote: > On Di, 2011-06-14 at 18:14 +0100, Dumez, Christophe wrote: >> > Looks good, please include it. Reme

Re: [MeeGo-dev] KCal-EDS: Add pkgconfig .pc file

2011-06-14 Thread Dumez, Christophe
Hi, Yes, you are right. Please find attached a corrected patch. Kr, Chris. On Tue, Jun 14, 2011 at 9:36 PM, Patrick Ohly wrote: > On Di, 2011-06-14 at 18:33 +0100, Dumez, Christophe wrote: >> +++ b/libekcal.pc.in >> @@ -0,0 +1,10 @@ >> +prefix=/usr >> +exec_

Re: [MeeGo-dev] KCal-EDS: Add pkgconfig .pc file

2011-06-14 Thread Dumez, Christophe
8:02 PM, Dumez, Christophe wrote: > Hi, > > Please find attached a patch to add a pkgconfig .pc file for libekcal > (kcal-eds). > > *** > > Application developers can simply add the following lines to their project > file: > >     CONFIG += link_pkgconfig >

Re: [MeeGo-dev] KCal-EDS: Generate HTML documentation

2011-06-14 Thread Dumez, Christophe
> Looks good, please include it. Remember to also enable the Doxygen docs > in the OBS package. I think it should go into the -devel .rpm. Really? Doesn't it usually go into a -doc rpm? Kr, -- Dr. Christophe Dumez Linux Software Engineer Intel Finland Oy - Open Source Technology Center _

[MeeGo-dev] KCal-EDS: Add pkgconfig .pc file

2011-06-14 Thread Dumez, Christophe
Hi, Please find attached a patch to add a pkgconfig .pc file for libekcal (kcal-eds). *** Application developers can simply add the following lines to their project file: CONFIG += link_pkgconfig PKGCONFIG += libekcal Then include the libekcal header as follows: #include ***

[MeeGo-dev] QtContact-EDS: QContactOnlineAccount saving restriction

2011-06-10 Thread Dumez, Christophe
Hi, I noticed recently that QtVersit tries to map QContactOnlineAccount to their X-* vCard equivalents (e.g. X-SIP). This is nice for interoperability but carries an important limitation: only the AccountURI field is saved. The other fields (Protocol, capabilities, provider) are simply dropped. T

Re: [MeeGo-dev] KCal-EDS: Support local calendar creation

2011-06-09 Thread Dumez, Christophe
creating the necessary GConf entries. Kr, Chris. On Thu, Jun 9, 2011 at 4:29 PM, Dumez, Christophe wrote: > Hi, > > There is still an issue with EDS. Because the gconf entry is not > created, it will keep creating new calendar storages for the same id / > uri. > > There are

Re: [MeeGo-dev] KCal-EDS: Support local calendar creation

2011-06-09 Thread Dumez, Christophe
t; (default). Kr, Chris. On Thu, Jun 9, 2011 at 3:44 PM, Patrick Ohly wrote: > On Do, 2011-06-09 at 13:10 +0100, Dumez, Christophe wrote: >> Could you please review the attached patch that implements local >> calendar creation in KCal-EDS? >> >> The apps need t

[MeeGo-dev] KCal-EDS: Support local calendar creation

2011-06-09 Thread Dumez, Christophe
Hi, Could you please review the attached patch that implements local calendar creation in KCal-EDS? The apps need to call EStorage::localStorage(KCalCore::IncidenceBase::IncidenceType type, const QString &id, bool create) instead of defaultStorage(KCalCore::IncidenceBase::IncidenceType type) to g

Re: [MeeGo-dev] QtContacts/KCal-EDS

2011-06-08 Thread Dumez, Christophe
On Thu, Jun 9, 2011 at 12:14 AM, Berardi, Connie wrote: > In case I forgot to replay to all. We use QContactGuid. -Connie That's good to know because our qtcontacts-eds backend did not support QContactGuid. I have just uploaded qtcontacts-eds v0.1.6 to support it. Kr, Chris.

Re: [MeeGo-dev] QtContacts: Switch to evolution-data-server

2011-06-06 Thread Dumez, Christophe
Hi, I fixed my patch for the qt-mobility package so that tracker is used as fallback if the qtcontacts-eds package is not installed (patch attached). I have just uploaded the fixed package to devel:meego-ux. Note that qt-mobility has a build dependency on qttracker at the moment for some reason.

Re: [MeeGo-dev] QtContacts/KCal-EDS

2011-06-06 Thread Dumez, Christophe
> > > Whether that'll work in practice depends on other factors, too, like how > well these backends support storing arbitrary X- extensions and their > filtering support. But without hashing, it won't work at all. > > > The other conceptual problem with the patch is the compile > >

[MeeGo-dev] QtContacts: Switch to evolution-data-server

2011-06-06 Thread Dumez, Christophe
Hi, Our EDS packages have been in the devel:meego-ux repository for about a week now but we did not get much feedback. QtContacts was still using tracker as backend by default and app developers would need to explicitly force the use of EDS in their code. To avoid this and to help testing the EDS

Re: [MeeGo-dev] QtContacts/KCal-EDS

2011-06-06 Thread Dumez, Christophe
> These collision-safe hash IDs are not necessarily stable across > reopening QtContacts, are they? > > What I mean is this: > 1. Contact A and B have string IDs "A" and "B" whose hashes >collide. > 2. Contact A gets integer ID 1, B gets 2 (after detecting the >collision). >

Re: [MeeGo-dev] QtContacts/KCal-EDS

2011-05-08 Thread Dumez, Christophe
Hi, Please find attached a few more patches for QtContacts EDS backend: 0001: QContactEBook::removeContact() eContact pointer check 0002: Engine: support for contact change timestamp. Bring support for QContactTimestamp::FieldModificationTimestamp and add unit tests to check it. 0003: QContactEbo

Re: [MeeGo-dev] Howto lock screen orientation in MeeGo/Tablet 1.2 ?

2011-05-06 Thread Dumez, Christophe
Hi, You can use QtMobility::QOrientation sensor. Example code there: http://cdumez.blogspot.com/2010/12/screen-orientation-detection-for-qml.html Kr, Chris. -Original Message- From: meego-dev-boun...@meego.com [mailto:meego-dev-boun...@meego.com] On Behalf Of Cornelius Hald Sent: Frida

Re: [MeeGo-dev] How to keep display on using gconftool-2

2011-04-25 Thread Dumez, Christophe
Hi, I believe the following should work: dbus-send --print-reply --system --dest=com.nokia.mce /com/nokia/mce/request com.nokia.mce.request.req_tklock_mode_change string:unlocked Kr, Chris. -Original Message- From: meego-dev-boun...@meego.com [mailto:meego-dev-boun...@meego.com] On Beh