[Gimp-developer] wiki down...

2010-03-22 Thread peter sikking
ehm guys,

gui.gimp.org is down, or rather, serving up perfectly empty pages.

 --ps

 founder + principal interaction architect
 man + machine interface works

 http://mmiworks.net/blog : on interaction architecture



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


Re: [Gimp-developer] GIT crash changing gradient

2010-03-22 Thread Alexandre Prokoudine
On Mon, Mar 22, 2010 at 2:42 AM, Michael J. Hammel wrote:
 I ran into a bug that causes a crash while working out of git.  I didn't
 see it in Bugzilla.  It's easy to reproduce:

 1. Choose Gradient Tool
 2. Change the active gradient in the Tool Options dialog.

Confirmed :(

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


Re: [Gimp-developer] GIT crash changing gradient

2010-03-22 Thread Michael J. Hammel
On Tue, 2010-03-23 at 00:08 +1030, David Gowers wrote:
 On Mon, Mar 22, 2010 at 11:44 PM, Alexandre Prokoudine
 alexandre.prokoud...@gmail.com wrote:
  On Mon, Mar 22, 2010 at 2:42 AM, Michael J. Hammel wrote:
  I ran into a bug that causes a crash while working out of git.  I didn't
  see it in Bugzilla.  It's easy to reproduce:
 
  1. Choose Gradient Tool
  2. Change the active gradient in the Tool Options dialog.
 
  Confirmed :(
 
 Also confirmed.

It also showed up with the Text tool font selection drop down list
through I didn't get a stack trace for that one.  You can work around
the text tool issue by using the font selection dialog instead.
-- 
Michael J. HammelPrincipal Software Engineer
mjham...@graphics-muse.org   http://graphics-muse.org
--
Follow the three R's: Respect for self, Respect for others, Responsibility 
for all your actions.  -  Credited to the Dalai Lama.

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


Re: [Gimp-developer] wiki down...

2010-03-22 Thread Omari Stephens
On 03/22/2010 12:44 PM, peter sikking wrote:
 ehm guys,

 gui.gimp.org is down, or rather, serving up perfectly empty pages.

It's an experiment in minimalism.  How does the blank page make you _feel_?

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


Re: [Gimp-developer] PDF import:: Zoom function

2010-03-22 Thread Toby Speight
0 In article 1269213446.26644.17.ca...@bender,
0 Sven Neumann URL:mailto:s...@gimp.org (Sven) wrote:

Sven Given the fact that there are free (as in Open Source) PDF viewers
Sven available,

On all our platforms?  I doubt there's Xpdf or Evince for Macintosh and
Windows platforms...


Sven I don't think adding this functionality to the GIMP PDF import
Sven plug-in is worth the effort.  IMO we should avoid adding more UI
Sven controls to the PDF importer.  It is already slightly more complex
Sven than it should be.

I don't disagree with this however - better to spend the effort on
improving or porting the free viewers.
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


[Gimp-developer] My Gsoc Proposal

2010-03-22 Thread alok mishra
hello everyone

I am Alok Mishra, a student willing to participate in gsoc and I am very
excited about it. I have an idea but not listed on idea page.

I wanted to make gimp multitouch input capable application. That is by this
gimp will become capable of recognizing gestures like zoom-in, zoom-out,
two finger rotate, finger dragging, two finger  and multi-finger inputs for
drawing (more than one finger drawing i.e more than one person can draw on
single canvas or on different canvas, finger sketching).And also drawing by
hands is more intuitive rather than a mouse.

So basically what I wanted to do is whenever zoom-in gesture is recognized
by gesture server, I wanted to use gimp zoom-in function. I did some
searching on how it can be done.

 First I thought it can be done through gimp-python through pdb created to
write plugin for gimp. And I got that it doesn't controls the actions for
gimp. Gimp do what gtk+ and gdk says to it.

So I am currently working on how to make gtk+ to take more than one inputs.
I wanted to use python.

I am newbie and done not much in gtk+ and gimp development.

Please suggest me there is any other way to do this. Where does actually the
gtk+ code resides in gimp source tar. I have created gimp
development environment on ubuntu and successfully be able to compile it.
Please tell me how to setup gtk+ environment for development. Suggest me
some links.

Thank you
Alok Mishra


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


Re: [Gimp-developer] My Gsoc Proposal

2010-03-22 Thread Michael J. Hammel
On Mon, 2010-03-22 at 09:47 -0700, alok mishra wrote:
 hello everyone

Howdy.

 I am Alok Mishra, a student willing to participate in gsoc and I am
 very excited about it. I have an idea but not listed on idea page.
 I wanted to make gimp multitouch input capable application. 

Multitouch (aka Multipointer X) is something that would be supported by
the X.org drivers and then accessed through various layers above that.
Here are some web sites related to it:

X.org announcement for support for Multipointer X:
http://lists.freedesktop.org/archives/xorg-announce/2009-October/001087.html

Some GNOME work on support for multipointer X:
http://live.gnome.org/GTK%2B/MPX

Wikipedia:
http://en.wikipedia.org/wiki/Multi-Pointer_X

Peter Hutterer's original site, with lots of interesting background, is
no longer available.  You might be able to get some info from the
Internet Archive for it:
http://web.archive.org/web/20080719153200/http://wearables.unisa.edu.au/mpx/

It's a cool idea, though it's more of a GTK+ project than GIMP one, I'd
imagine.
-- 
Michael J. HammelPrincipal Software Engineer
mjham...@graphics-muse.org   http://graphics-muse.org
--
Decafalon (n.): The grueling event of getting through the day 
consuming only things that are good for you. 

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


Re: [Gimp-developer] PDF import:: Zoom function

2010-03-22 Thread Alexandre Prokoudine
On 3/22/10, Toby Speight wrote:

 Sven Given the fact that there are free (as in Open Source) PDF viewers
 Sven available,

 On all our platforms?  I doubt there's Xpdf or Evince for Macintosh and
 Windows platforms...

There's not much demand for them. Mac OS X's native viewer opens PDF,
and for Windows there is leightweight Foxit Reader.

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


Re: [Gimp-developer] My Gsoc Proposal

2010-03-22 Thread Sven Neumann
On Mon, 2010-03-22 at 09:47 -0700, alok mishra wrote:

 I am Alok Mishra, a student willing to participate in gsoc and I am
 very excited about it. I have an idea but not listed on idea page.
 
 
 I wanted to make gimp multitouch input capable application. That is by
 this gimp will become capable of recognizing gestures like zoom-in,
 zoom-out, two finger rotate, finger dragging, two finger  and
 multi-finger inputs for drawing (more than one finger drawing i.e more
 than one person can draw on single canvas or on different canvas,
 finger sketching).And also drawing by hands is more intuitive rather
 than a mouse.
 
 
 So basically what I wanted to do is whenever zoom-in gesture is
 recognized by gesture server, I wanted to use gimp zoom-in function. I
 did some searching on how it can be done.
 
 
  First I thought it can be done through gimp-python through pdb
 created to write plugin for gimp. And I got that it doesn't controls
 the actions for gimp. Gimp do what gtk+ and gdk says to it.
 
 
 So I am currently working on how to make gtk+ to take more than one
 inputs. I wanted to use python.
 
 
 I am newbie and done not much in gtk+ and gimp development.

There's the xi2 branch of gtk+, which is, as far as I know, pretty close
to being merged. That would be needed for adding multi-touch support to
GIMP. Not sure if it makes sense to base a Google Summer of Code project
on pending work in another project. But it's certainly an interesting
project.

 Please suggest me there is any other way to do this. Where does
 actually the gtk+ code resides in gimp source tar. I have created gimp
 development environment on ubuntu and successfully be able to compile
 it. Please tell me how to setup gtk+ environment for development. 

The project you are proposing is quite ambiguous as it requires
fundamental changes to the GIMP core. I am afraid that you are not
qualified to tackle this project. Adding multi-touch support to GIMP
requires decent knowledge of GTK+ and GDK, which you are obviously
missing.


Sven



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


Re: [Gimp-developer] PDF import:: Zoom function

2010-03-22 Thread Sven Neumann
On Mon, 2010-03-22 at 16:33 +, Toby Speight wrote:
 0 In article 1269213446.26644.17.ca...@bender,
 0 Sven Neumann URL:mailto:s...@gimp.org (Sven) wrote:
 
 Sven Given the fact that there are free (as in Open Source) PDF viewers
 Sven available,
 
 On all our platforms?  I doubt there's Xpdf or Evince for Macintosh and
 Windows platforms...

There's a link here for a Windows installer for Evince:
http://live.gnome.org/Evince/Downloads


Sven


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


Re: [Gimp-developer] wiki down...

2010-03-22 Thread Sven Neumann
On Mon, 2010-03-22 at 13:44 +0100, peter sikking wrote:
 ehm guys,
 
 gui.gimp.org is down, or rather, serving up perfectly empty pages.

Yes, it's down for a while already. I can't host this service any longer
and already offered a backup on IRC for anyone who wants to take over.
So far no one approached me asking for the data.


Sven


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


Re: [Gimp-developer] wiki down...

2010-03-22 Thread Alexandre Prokoudine
On 3/22/10, Sven Neumann wrote:

 Yes, it's down for a while already. I can't host this service any longer
 and already offered a backup on IRC for anyone who wants to take over.
 So far no one approached me asking for the data.

I have over a gig of free space on my virtual server. What versions of
PHP/MySQL are required?

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


[Gimp-developer] R: PDF import:: Zoom function

2010-03-22 Thread Alchemie foto\grafiche
On all our platforms?  I doubt there's Xpdf or Evince for Macintosh and
Windows platforms...

For Windows there are tons of free PDF viewers


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