[Gimp-developer] Canvas Size Margin

2007-05-13 Thread Thorsten Wilms
Hi!

I often use Image: Canvas Size to add a margin.
Recently mainly with mockups, where I want 12 px all around.

Doing the calculations in my head isn't too difficult, but does 
eat time and makes me context switch.

One solution would be allowing calculations in the entrie: 436+24 ...
Typing +24 can be faster than erasing and typing 460.
*2 is faster than switching to percent and 200.
But that should be added on a GTK / per widget level, perhaps?

Another solution would be having fields for the margins or differences.
Would complicate the dialog, but could offer nice possibilities if 
one needs different margins left/right/top/bottom.


-- 
Thorsten Wilms

Thorwil's Design for Free Software:
http://thorwil.wordpress.com
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] Canvas Size Margin

2007-05-13 Thread Sven Neumann
Hi,

On Sun, 2007-05-13 at 11:45 +0200, Thorsten Wilms wrote:

> One solution would be allowing calculations in the entrie: 436+24 ...
> Typing +24 can be faster than erasing and typing 460.
> *2 is faster than switching to percent and 200.

That has been suggested every so often already and everyone agrees that
it makes a lot of sense. Now someone just needs to write the code.


Sven


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


Re: [Gimp-developer] Rule of thirds

2007-05-13 Thread Michael Natterer
On Sat, 2007-05-12 at 16:44 -0700, Eduardo E. Silva wrote:
> Is that supposed to be funny or amusing or what ? I will include my
> disclaimer on all my posting, unless is not legal in the united
> states.

No this is not funny at all and too bad it's not illegal.
Such disclaimers simply are stupid beyond belief.
Stop using them or stop posting to public mailing lists.


> Thanks, 
> 
> ED SILVA 
> Silvex Consulting Inc. 
> [EMAIL PROTECTED] 
> (714) 504-6870 Cell 
> (714) 908-1730 eFax 
> 
> 
> 
> The information contained in this email is confidential, intended
> solely for the addressee, and may be legally privileged. Access to
> this email by other persons is unauthorized. If you are not the
> intended recipient, any disclosure, copying, distribution or any
> action taken or omitted to be taken in reliance on it, is prohibited
> and may be unlawful.
> 
> 
> 
> 
> Michael Natterer wrote: 
> > Sorry, we are unable to read your mail because it's confidential. 
> > Please stop using such silly disclaimers when posting to public 
> > mailing lists. 
> > 
> > Thanks, 
> > --mitch 
> > 
> > 
> > On Sat, 2007-05-12 at 08:55 -0700, Eduardo E. Silva wrote: 
> >> It looks like the crop tool is work in progress (WIP). I would like
> to 
> >> suggest that it includes the rule of thirds in the windows it gets 
> >> created (marching ants). This facilitates fixing composition flaws
> in 
> >> photos. 
> >> 
> >> 
> >>
> __ 
> >> 
> >> Thanks, 
> >> 
> >> EDSILVA 
> >> Silvex Consulting Inc. 
> >> [EMAIL PROTECTED] 
> >> (714) 504-6870 Cell 
> >> (714) 908-1730 eFax 
> >> 
> >> 
> >> 
> >> The information contained in this email is confidential, intended 
> >> solely for the addressee, and may be legally privileged. Access to 
> >> this email by other persons is unauthorized. If you are not the 
> >> intended recipient, any disclosure, copying, distribution or any 
> >> action taken or omitted to be taken in reliance on it, is
> prohibited 
> >> and may be unlawful. 
> >> 
> >> 
> >> 
> >> 
> >> ___ 
> >> 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] Canvas Size Margin

2007-05-13 Thread moller
Sven Neumann wrote:
> Hi,
>
> On Sun, 2007-05-13 at 11:45 +0200, Thorsten Wilms wrote:
>
>   
>> One solution would be allowing calculations in the entrie: 436+24 ...
>> Typing +24 can be faster than erasing and typing 460.
>> *2 is faster than switching to percent and 200.
>> 
>
> That has been suggested every so often already and everyone agrees that
> it makes a lot of sense. Now someone just needs to write the code.
>   

Hmmm,   It looks like those values are set in a GtkSpinButton wrapped up
in gimp_spin_button_new().  If that's the case, my guess is that the
right solution is to either extend GtkSpinButton to include a little
expression evaluator or, since there appears to be only the one instance
of gtk_spin_button_new() in libgimpwidgets/gimpwidgets.c, create a new
widget--maybe GtkEvaluatedSpinButton, or some such--that provides that
capability. 

Might be fun to tinker with...

Chris Moller
>
> Sven
>
>
> ___
> 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


[Gimp-developer] Cannot build GIMP from SVN

2007-05-13 Thread Renan Birck
Hello,

I downloaded latest SVN snapshot of GIMP and am unable to compile it.
When I run 'make' it dies after a while with:

.libs/gimpenv.o: In function `gimp_user_directory':
/home/renan/gimp/libgimpbase/gimpenv.c:490: undefined reference to
`_xdg_user_dir_lookup'
/home/renan/gimp/libgimpbase/gimpenv.c:475: undefined reference to
`_xdg_user_dir_lookup'
/home/renan/gimp/libgimpbase/gimpenv.c:487: undefined reference to
`_xdg_user_dir_lookup'
/home/renan/gimp/libgimpbase/gimpenv.c:484: undefined reference to
`_xdg_user_dir_lookup'
/home/renan/gimp/libgimpbase/gimpenv.c:481: undefined reference to
`_xdg_user_dir_lookup'
.libs/gimpenv.o:/home/renan/gimp/libgimpbase/gimpenv.c:478: more
undefined references to `_xdg_user_dir_lookup' follow
/usr/bin/ld: .libs/libgimpbase-2.0.so.0.317.0: hidden symbol
`_xdg_user_dir_lookup' isn't defined
/usr/bin/ld: final link failed: Nonrepresentable section on output
collect2: ld returned 1 exit status
make[2]: ** [libgimpbase-2.0.la] Erro 1
make[2]: Saindo do diretório `/home/renan/gimp/libgimpbase'
make[1]: ** [all-recursive] Erro 1
make[1]: Saindo do diretório `/home/renan/gimp'
make: ** [all] Erro 2

This is Ubuntu 7.04, I used to be able to build from SVN a few days ago.

How can I fix it? Google finds null results.

Thanks!

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


Re: [Gimp-developer] Cannot build GIMP from SVN

2007-05-13 Thread Michael Natterer
On Sun, 2007-05-13 at 19:21 -0300, Renan Birck wrote:
> Hello,
> 
> I downloaded latest SVN snapshot of GIMP and am unable to compile it.
> When I run 'make' it dies after a while with:
> 
> .libs/gimpenv.o: In function `gimp_user_directory':
> /home/renan/gimp/libgimpbase/gimpenv.c:490: undefined reference to
> `_xdg_user_dir_lookup'
> /home/renan/gimp/libgimpbase/gimpenv.c:475: undefined reference to
> `_xdg_user_dir_lookup'
> /home/renan/gimp/libgimpbase/gimpenv.c:487: undefined reference to
> `_xdg_user_dir_lookup'
> /home/renan/gimp/libgimpbase/gimpenv.c:484: undefined reference to
> `_xdg_user_dir_lookup'
> /home/renan/gimp/libgimpbase/gimpenv.c:481: undefined reference to
> `_xdg_user_dir_lookup'
> .libs/gimpenv.o:/home/renan/gimp/libgimpbase/gimpenv.c:478: more
> undefined references to `_xdg_user_dir_lookup' follow
> /usr/bin/ld: .libs/libgimpbase-2.0.so.0.317.0: hidden symbol
> `_xdg_user_dir_lookup' isn't defined
> /usr/bin/ld: final link failed: Nonrepresentable section on output
> collect2: ld returned 1 exit status
> make[2]: ** [libgimpbase-2.0.la] Erro 1
> make[2]: Saindo do diretório `/home/renan/gimp/libgimpbase'
> make[1]: ** [all-recursive] Erro 1
> make[1]: Saindo do diretório `/home/renan/gimp'
> make: ** [all] Erro 2
> 
> This is Ubuntu 7.04, I used to be able to build from SVN a few days ago.
> 
> How can I fix it? Google finds null results.

Use autogen.sh and *never* reconfigure without passing
--enable-maintainer-mode

ciao,
--mitch

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