Re: [Unity-dev] python lens question

2012-05-10 Thread Mikkel Kamstrup Erlandsen
On 05/10/2012 02:29 AM, Sean Dague wrote: On 05/07/2012 03:56 AM, Mikkel Kamstrup Erlandsen wrote: This is definitely possible. You need to connect to the "activate-uri" signal on your Unity.Scope object (http://developer.ubuntu.com/api/ubuntu-12.04/python/Unity-5.0.html#Unity.Scope). Then d

Re: [Unity-dev] python lens question

2012-05-09 Thread Sean Dague
On 05/07/2012 03:56 AM, Mikkel Kamstrup Erlandsen wrote: This is definitely possible. You need to connect to the "activate-uri" signal on your Unity.Scope object (http://developer.ubuntu.com/api/ubuntu-12.04/python/Unity-5.0.html#Unity.Scope). Then do what you must with the passed in URI and r

Re: [Unity-dev] python lens question

2012-05-07 Thread Mikkel Kamstrup Erlandsen
On 05/04/2012 03:48 AM, Sean Dague wrote: I'm working on a python lens for Unity in 12.04 for pidgin. The idea being that online buddies are searchable and by activating them a window will pop up to message them. I've got the search part of the scope pretty well under control, nice list of users

[Unity-dev] python lens question

2012-05-03 Thread Sean Dague
I'm working on a python lens for Unity in 12.04 for pidgin. The idea being that online buddies are searchable and by activating them a window will pop up to message them. I've got the search part of the scope pretty well under control, nice list of users with their buddy icons displayed, thanks