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

Re: Plasma, ARGB and 4.5

2009-02-13 Thread Marco Martin
On Friday 13 February 2009, Marco Martin wrote: > it seems to reset window flags, so must be applied before saying for > instance that this window is frameless or a dock (will try to make a small > test case to see if it's a qt bug) > > junk again in kde4 systemmtray icons :p hmm, after a reboot th

Re: Plasma and KWin Integration

2009-02-13 Thread Marco Martin
On Friday 13 February 2009, Chani wrote: > On February 13, 2009 03:32:03 Marco Martin wrote: > > On Thursday 12 February 2009, Michael Jansen wrote: > > > a. Same widgets on all virtual desktops > > > b. Different widgets on all virtual desktops > > > c. Associating a set of widget with

Plasma, ARGB and 4.5

2009-02-13 Thread Marco Martin
Hi all, right now plasma enables argb visuals with that magin X11 code pasted in many places... since 4.5 now can handle it by setting Qt::WA_TranslucentBackground on the top level window we want transparent we can make it in a prettier way and since there seems to be some problems lately, like

Re: Qt 4.5 and KDE 4.2

2009-02-13 Thread Chani
On February 13, 2009 02:59:03 Alexis Ménard wrote: > 2009/2/13 Chani > > > > Therefore, in order to provide the best possible user experience, > > > please let us know of issues you encounter, especially in Plasma > > > combined with > > > > Qt > > > > > 4.5. The Plasma team is willing to work out

Re: Plasma and KWin Integration

2009-02-13 Thread Chani
On February 13, 2009 03:32:03 Marco Martin wrote: > On Thursday 12 February 2009, Michael Jansen wrote: > > > > a. Same widgets on all virtual desktops > > b. Different widgets on all virtual desktops > > c. Associating a set of widget with virtual desktops, like widget set > > a on vi

Re: Plasma and KWin Integration

2009-02-13 Thread Marco Martin
On Thursday 12 February 2009, Michael Jansen wrote: > > There's some experimental code right now, but we > > need to find a good metaphor to translate it into something that makes > > sense to the user. > > My mind immediately translated that to "Have solution, seek problem". > > I never got the ha

Re: Plasma and KWin Integration

2009-02-13 Thread Chani
[resending, sorry, forgot to check cc's] > But i have some ideas what i would like to have. And because i don't care > how it is named in the end i just put my wishes into this thread. :) > The following has nothing to do with activities in my opinion. I would like > to be able to configure my vi

Re: Plasma and KWin Integration

2009-02-13 Thread Chani
> But i have some ideas what i would like to have. And because i don't care > how it is named in the end i just put my wishes into this thread. :) > The following has nothing to do with activities in my opinion. I would like > to be able to configure my virtual desktop/widgets > > a. Same wid

Re: Qt 4.5 and KDE 4.2

2009-02-13 Thread Alexis Ménard
2009/2/13 Chani > > > > > Therefore, in order to provide the best possible user experience, please > > let us know of issues you encounter, especially in Plasma combined with > Qt > > 4.5. The Plasma team is willing to work out the kinks that might be > there, > > but we'll need help testing the

Re: Qt 4.5 and KDE 4.2

2009-02-13 Thread Chani
> > Therefore, in order to provide the best possible user experience, please > let us know of issues you encounter, especially in Plasma combined with Qt > 4.5. The Plasma team is willing to work out the kinks that might be there, > but we'll need help testing the fixes. The good news is that the

Fun with Akonadi Dataengine (solved)

2009-02-13 Thread David Baron
>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 shows all the contacts being added int but the program never sees >them. >1.