[Gimp-developer] an accelerator is not shown physically in Save as JPEG dialog, but works actually

2008-05-20 Thread Cristian Secară
While translating I observed that the string
Show _preview in image window
does not show the underlining under the "p" letter, inspite of the fact
that the accelerator actually works.

Happens the same in the translated string, if on same letter "p".
However, if I move the accelerator to a shorter letter ("r" for
example), then the underline appears, very close to the letter.

I'm on Win32.

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


Re: [Gimp-developer] An idea for resource management

2008-05-20 Thread Brian Vanderburg II
Robert Krawitz wrote:
>Date: Sun, 18 May 2008 18:55:07 -0400
>From: Brian Vanderburg II <[EMAIL PROTECTED]>
>
>I don't know if this has been talked about yet but could be nice for a 
>future version of GIMP.
>
>Currently, in order to use a custom brush/gradient/etc, you must first 
>create it, then edit/save/etc.  Every time you want a new brush you have 
>to create a new one, even if it is a temporary brush.  Instead why not 
>have the 'active' brush (and gradient,etc) always be user editable, 
>saved between sessions.
>
> How would you restore the original version of the brush, in case you
> edited it accidentally?
>
>   
When you double-click on the brush in the brushes dialog (say Brush1),
it would copy that brush's settings to the internal active brush.
Changing the active brush would not change the settings of Brush1.  To
restore the original Brush1 settings, just double-click it again and it
would copy Brush1 to the active brush again.  To save settings you would
just click the save button and type the name of the brush to save to,
even Brush1 to overwrite it with new settings.  The 'active' has all the
settings of a brush, but it is a private brush (it has no name and is
not shown in the brushes list).  As you select a new brush in the
brushes list it just makes a copy of that brush in memory to the active
brush.

The idea is there is a global active brush in memory, all painting is
done with it (or if it is not saved between tools, then each tool has
it's own active brush).  Selecting a brush loads that brush and sets the
settings on the tool's active brush.  Even it the loaded brush is
read-only, the active brush can be edited, and upon closing the program,
would be saved out to a special location in the user data directory, not
back to the brush it was loaded from.  The user can choose to save the
brush, in which case a text entry dialog would appear allowing the user
to save.

The same could be done with gradients,  Loading a gradient simply loads
the selected gradient into an active gradient, which can always be
edited without being saved back out.  Then tools that use a gradient use
the active gradient.  If the user changes to a different gradient it
just loads that gradient into the active gradient.  When closing it
saves it in a special area somewhere.  The user could save the gradient
to a gradient file also.

Just an idea.
Brian Vanderburg II

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


Re: [Gimp-developer] "Created with GIMP" is a user defineable variable, a translatable string, or hardcoded ?

2008-05-20 Thread Sven Neumann
Hi,

On Tue, 2008-05-20 at 09:03 +0300, Cristian Secară wrote:

> Ok, but this is a sting that the user can set globally if so desired
> (under program preferences), or each time a new file is created ?

The user can (and should) set this globally in the Preferences dialog.
This value is then used for newly created images. For an existing image,
the comment can be changed in the Image Properties dialog (Alt-Enter).

I wonder why you need to ask such questions on the gimp-developer list.
Didn't you find the answer in the GIMP user manual?


Sven


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