Re: [Gimp-developer] Hacking GIMP - Gimp top level menu

2009-06-16 Thread David Gowers
toolrc

On Wed, Jun 17, 2009 at 11:00 AM, Jordan
Stinson wrote:
> Thanks for the quick response. It looks like this will get me closer to what
> i'm actually after. When I use this method to add the hue saturation tool to
> the toolbox, it persists after I close gimp and reopen it. Could anyone tell
> me what file it's saved to?
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] Hacking GIMP - Gimp top level menu

2009-06-16 Thread Jordan Stinson
Thanks for the quick response. It looks like this will get me closer to what
i'm actually after. When I use this method to add the hue saturation tool to
the toolbox, it persists after I close gimp and reopen it. Could anyone tell
me what file it's saved to?

Thanks again,
Jordan

On Tue, Jun 16, 2009 at 8:33 PM, Simon Budig  wrote:

> Jordan Stinson (jordan.stinso...@gmail.com) wrote:
> > Hi,I'm trying (for starters) to make the hue saturation tool visible in
> the
> > toolbox.
>
> Uhm, actually there is no need to start hacking for this:
>
> 1) Go to Windows -> Dockable Dialogs -> Tools
> 2) toggle the "eye" icon next to the hue-saturation tool
> 3) watch it appear in the toolbox.
>
> Hope this helps,
> Simon
>
>
> --
>  si...@budig.de  http://simon.budig.de/
> ___
> Gimp-developer mailing list
> Gimp-developer@lists.XCF.Berkeley.EDU
> https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer
>
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] Hacking GIMP - Gimp top level menu

2009-06-16 Thread Simon Budig
Jordan Stinson (jordan.stinso...@gmail.com) wrote:
> Hi,I'm trying (for starters) to make the hue saturation tool visible in the
> toolbox.

Uhm, actually there is no need to start hacking for this:

1) Go to Windows -> Dockable Dialogs -> Tools
2) toggle the "eye" icon next to the hue-saturation tool
3) watch it appear in the toolbox.

Hope this helps,
 Simon


-- 
  si...@budig.de  http://simon.budig.de/
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] Hacking GIMP - Gimp top level menu

2009-06-16 Thread Jordan Stinson
Hi,I'm trying (for starters) to make the hue saturation tool visible in the
toolbox. I noticed that all tools are registered in the gimp_tools_register
function. In the function a tool info structure is created for each tool and
the tool info visible property is set to true if tool is an image map tool
type. I tried hacking this to set the hue saturation tool info object to be
visible. All well and good, I thought. But when the toolbox is populated in
the tool_box_create tools function, the visible property is set back to
false. I set a memory breakpoint using gdb and it looks like there's a plug
in that's setting the visible property back to false. So far, I haven't been
able to figure out what plug in is doing this. Does anyone have any idea
what plug in may be doing this or where I can find it?

Thanks,
Jordan


On Tue, Jun 2, 2009 at 2:46 PM, Martin Nordholts  wrote:

> Jordan Stinson wrote:
>
>> Thanks for the tips. Just one quick question though. What do you mean by
>> installing the .xml.in  file? What's the difference
>> between that file and the .xml file?
>>
>
> Look in menus/Makefile.am, *.xml.in is processed with xsltproc into *.xml.
> With "installing the menu.xml.in file" I really meant "installing the
> generated menu.xml" file. Sorry for being a bit unprecise ;)
>
> / Martin
>
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] Support for SpaceNavigator

2009-06-16 Thread Alexandre Prokoudine
On Tue, Jun 16, 2009 at 12:48 AM, Sven Neumann wrote:

> Not that I know of. Logitech sent me one of these devices a while ago
> and promised they would contribute code to use it in GIMP. We fixed some
> issues with the Linux Input code then, but never really finished this.
> And there hasn't been any code contributed from Logitech either.

The Logitech guy who was active (in this list too) actually left the
company shortly after that to start his own one from what I remember.

Alexandre
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer