Re: Geolocation module

2014-02-20 Thread John Layt
On Wednesday 19 Feb 2014 11:22:36 Zeeshan Ali wrote: > Hi John, > > Yes for Qt5.2 onwards the new QtLocation module is the option I > > recommend for general use in KDE Generation 5, as it is just the > > location services api without the mapping api and so is now very > > lightweight, i.e. doesn'

Re: last KWin question from me for long time :-) [connect signals]

2014-02-20 Thread Damian Ivanov
Superb. So if one of you is at openSUSE con in Dubrovnik he'll get the six pack than. But you'll both get one from me sooner or later :-) 2014-02-20 17:41 GMT+01:00 Martin Graesslin : > On Thursday 20 February 2014 17:13:13 Thomas Lübking wrote: >> On Donnerstag, 20. Februar 2014 15:43:35 CEST, Da

Re: last KWin question from me for long time :-) [connect signals]

2014-02-20 Thread Martin Graesslin
On Thursday 20 February 2014 17:13:13 Thomas Lübking wrote: > On Donnerstag, 20. Februar 2014 15:43:35 CEST, Damian Ivanov wrote: > > I try in the creation phase of my class > > connect(KWindowSystem::self(), SIGNAL(windowAdded()), this, SLOT(test())); > > and MyClass::test() should be called when

Re: last KWin question from me for long time :-) [connect signals]

2014-02-20 Thread Thomas Lübking
On Donnerstag, 20. Februar 2014 15:43:35 CEST, Damian Ivanov wrote: I try in the creation phase of my class connect(KWindowSystem::self(), SIGNAL(windowAdded()), this, SLOT(test())); and MyClass::test() should be called when a window is added There's no "windowAdded()" signal - you have to use

last KWin question from me for long time :-) [connect signals]

2014-02-20 Thread Damian Ivanov
How can I connect from my own class (which exposes stuff to QML) to kwindowsystem signals like windowAdded / windowRemoved etc. I try in the creation phase of my class connect(KWindowSystem::self(), SIGNAL(windowAdded()), this, SLOT(test())); and MyClass::test() should be called when a window is a

Re: convert QString to NET::WindowType

2014-02-20 Thread Martin Gräßlin
On Thursday 20 February 2014 13:05:11 Damian Ivanov wrote: > Hi :) > > Sorry maybe it's not the proper place to ask (ask me if I should use > IRC or something) > > I'm using > KWindowSystem::setState(myWindowId, string) ; > I must use a string, I'm calling the function from QML which passes a >

convert QString to NET::WindowType

2014-02-20 Thread Damian Ivanov
Hi :) Sorry maybe it's not the proper place to ask (ask me if I should use IRC or something) I'm using KWindowSystem::setState(myWindowId, string) ; I must use a string, I'm calling the function from QML which passes a string like "NET::SkipPager" PS: Is there somewhere a TODO list for Tier1 pa

Re: Re: Re: Re: KWindowSystem

2014-02-20 Thread Martin Gräßlin
On Thursday 20 February 2014 11:44:32 Damian Ivanov wrote: > ok, they were at some point retrieving the icon using .desktop file > but no more. thanks for the update. > > Paolo Borelli [gedit developer] 2014-02-20 09:39:20 UTC > > this should be fixed in 7ff1b3696fee69a7adfbb82b7a8f5b2a

Re: Re: Re: KWindowSystem

2014-02-20 Thread Damian Ivanov
ok, they were at some point retrieving the icon using .desktop file but no more. Paolo Borelli [gedit developer] 2014-02-20 09:39:20 UTC this should be fixed in 7ff1b3696fee69a7adfbb82b7a8f5b2ae2932bb1 For gnome at some point the icon was retrieved from the desktop file, then in the mean

Re: Re: Re: KWindowSystem

2014-02-20 Thread Damian Ivanov
FYI I'll try it with the gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=724781 2014-02-20 8:41 GMT+02:00 Martin Gräßlin : > On Thursday 20 February 2014 07:36:20 Damian Ivanov wrote: >> It's by design. They will do this for more and more applications. The >> icon is specified in the .deskto