Re: Fun with Akonadi Dataengine

2009-02-17 Thread David Baron
On Wednesday 18 February 2009 04:35:50 Sebastian Kügler wrote: > Hi David, > > On Tuesday 17 February 2009 21:47:46 David Baron wrote: > > On Tuesday 17 February 2009 22:01:18 David Baron wrote: > > > Latest from playground SVN. > > > > > > I re-downloaded and compared with the older code. The only

Re: Fun with Akonadi Dataengine

2009-02-17 Thread Sebastian Kügler
Hi David, On Tuesday 17 February 2009 21:47:46 David Baron wrote: > On Tuesday 17 February 2009 22:01:18 David Baron wrote: > > Latest from playground SVN. > > > > I re-downloaded and compared with the older code. The only real > > difference besides the volume of diagnostic printout is that the >

Re: Fun with Akonadi Dataengine

2009-02-17 Thread David Baron
On Tuesday 17 February 2009 22:01:18 David Baron wrote: > Latest from playground SVN. > > I re-downloaded and compared with the older code. The only real difference > besides the volume of diagnostic printout is that the ContactCollection-# > list is made at a completion event rather than immediate

Re: Fun with Akonadi Dataengine

2009-02-17 Thread David Baron
Latest from playground SVN. I re-downloaded and compared with the older code. The only real difference besides the volume of diagnostic printout is that the ContactCollection-# list is made at a completion event rather than immediately on connectSource(ContactCollections). Such could alleviate

Re: Fun with Akonadi Dataengine

2009-02-17 Thread David Baron
Latest from playground SVN. After hand entering stuff like since I do not have the files available, it build OK. My applet's sequence no longer gets to 1st base. I do not get the query() that gives me the ContactCollection-#. In the explorer, I do get it. Possibly connectSource works and Que

Re: Fun with Akonadi Dataengine

2009-02-17 Thread David Baron
On Tuesday 17 February 2009 17:41:38 Sebastian Kügler wrote: > On Tuesday 17 February 2009 14:13:10 David Baron wrote: > > On Tuesday 17 February 2009 14:37:11 you wrote: > > > On Tuesday 17 February 2009 08:01:31 David Baron wrote: > > > > > > 2. At 1st timeout, I do the a query("ContactCollection

Re: Fun with Akonadi Dataengine

2009-02-17 Thread Sebastian Kügler
On Tuesday 17 February 2009 14:13:10 David Baron wrote: > On Tuesday 17 February 2009 14:37:11 you wrote: > > On Tuesday 17 February 2009 08:01:31 David Baron wrote: > > > > > 2. At 1st timeout, I do the a query("ContactCollections") > > > > > then if I find a suitable key, connectSource, i.e to >

Re: Fun with Akonadi Dataengine

2009-02-17 Thread Sebastian Kügler
On Tuesday 17 February 2009 08:01:31 David Baron wrote: > > > 2. At 1st timeout, I do the a query("ContactCollections") > > > then if I find a suitable key, connectSource, i.e to > > > ContentCollection-6. > > > > You can just do that in or from init(). Why use a timer here? > > The panel on which

Re: Fun with Akonadi Dataengine

2009-02-16 Thread David Baron
On Tuesday 17 February 2009 00:44:13 Sebastian Kügler wrote: > On Monday 16 February 2009 19:42:03 David Baron wrote: > > On Monday 16 February 2009 19:08:03 Aaron J. Seigo wrote: > > > On Sunday 15 February 2009, David Baron wrote: > > > > 1. The ContactCollection-# loads all the contacts but they

Re: Fun with Akonadi Dataengine

2009-02-16 Thread Sebastian Kügler
On Monday 16 February 2009 19:42:03 David Baron wrote: > On Monday 16 February 2009 19:08:03 Aaron J. Seigo wrote: > > On Sunday 15 February 2009, David Baron wrote: > > > 1. The ContactCollection-# loads all the contacts but they are not > > > necessarily accessible at this point. I might have to

Re: Fun with Akonadi Dataengine

2009-02-16 Thread David Baron
On Monday 16 February 2009 19:08:03 Aaron J. Seigo wrote: > On Sunday 15 February 2009, David Baron wrote: > > 1. The ContactCollection-# loads all the contacts but they are not > > necessarily accessible at this point. I might have to try > > hm; this sounds rather inefficient for large address bo

Re: Fun with Akonadi Dataengine

2009-02-16 Thread Aaron J. Seigo
On Sunday 15 February 2009, David Baron wrote: > 1. The ContactCollection-# loads all the contacts but they are not > necessarily accessible at this point. I might have to try hm; this sounds rather inefficient for large address books. perhaps it's a good idea to collect use cases for this part o

Re: Fun with Akonadi Dataengine (solved)

2009-02-13 Thread Sebastian Kügler
On Friday 13 February 2009 10:30:22 David Baron wrote: > >Got to try it. > > > >connectSource to ContactCollections. > >dataUpdated() is called and I connectSource to ContactConnection-# that it > >gives me in the data.uniqueKeys() > > > >dataUpdated() is never called again. > > > >The console show

Re: Fun with Akonadi Dataengine

2009-02-13 Thread Sebastian Kügler
On Thursday 12 February 2009 17:49:10 David Baron wrote: > Got to try it. Cool :) > connectSource to ContactCollections. > dataUpdated() is called and I connectSource to ContactConnection-# that it > gives me in the data.uniqueKeys() Yup, that's how it's supposed to work. > dataUpdated() is nev