Re: Using XDnD in extensions

2013-03-21 Thread Joakim Soderlund
Sure, I updated the patches and submitted a bug report. https://bugzilla.gnome.org/show_bug.cgi?id=696321 Regards, Joakim Soderlund On Thu, Mar 21, 2013 at 3:07 AM, Tim wrote: > Joakim, > The best way to submit code/patches is via gnome.bugzilla.org, will more > likely be seen by the releva

Re: Enter-event and leave-event

2013-03-21 Thread Vadim
Jasper, Thank you for quick reply. It seems to work. Though I have no idea what exactly has changed under the hood. I seemed to go through a lot of source code of GS from LookingGlass, PopupMenu and likes down to BoxPointer and stuff and did not notice this subtle difference. So, a more thorough

Re: Enter-event and leave-event

2013-03-21 Thread Jasper St. Pierre
You've discovered the fun of the input shape! The simple answer is to replace: Main.uiGroup.add_actor(box); with: Main.layoutManager.addChrome(box); I'll follow up with a more thorough explanation to the list in a bit. Hopefully for 3.10 we can fix this better. On Thu, Mar 21, 2013 at

Enter-event and leave-event

2013-03-21 Thread Vadim
Hi, everyone, A list new-comer's question. Here's a very simple "extension" to illustrate the problem: const Shell = imports.gi.Shell; const St = imports.gi.St; const Main = imports.ui.main; function init () { } function enable () { let (box = new St.BoxLayout({ reactive: true,

Re: Problem trying to update my extension to work on 3.8

2013-03-21 Thread Evandro Giovanini
On Wed, Mar 20, 2013 at 8:44 PM, Thiago Bellini Ribeiro wrote: > Hi all, > > I want to update my extension [1] to work with 3.8, but I'm having a hard > time. > > First I tried downloading the 3.7.92 iso from [2]. I couldn't run it > on boxes (maybe because my pc's cpu doesn't support hardware >

Re: Problem trying to update my extension to work on 3.8

2013-03-21 Thread Nick Glynn
Hey Alex, That's a great idea - it's what we do when running Linux courses. I had to experiment with the new F18 installer but it's trivial to boot the live CD and install fedora to the thumbstick directly. Not difficult and a surprisingly useful way of testing these things! Regards Nick On 21