Re: [Gimp-developer] Write basic gegl plugin

2011-04-05 Thread sourav de
On Tue, Apr 5, 2011 at 11:11 AM, Madhav yadav mad.cool.sp...@gmail.comwrote:

 If i have to submit my sample on the gegl master branch then how will i go
 forthh.


 On Mon, Apr 4, 2011 at 8:47 PM, Jon Nordby jono...@gmail.com wrote:

 Get the code, build it on your computer, start working on the plugin.

 On 4 April 2011 17:02, shivani maheshwari shivani.mah...@gmail.com
 wrote:
  Yes i did see that . But I am not able to gather where to begin from??
 
  On Mon, Apr 4, 2011 at 8:09 PM, Tobias Jakobs 
 tobias.jak...@googlemail.com
  wrote:
 
  Have you seen this page?
  http://wiki.gimp.org/index.php/Users:Beginner_Developer%27s_FAQ
 
  On Mon, Apr 4, 2011 at 16:32, Madhav yadav mad.cool.sp...@gmail.com
  wrote:
   Hello,
   I want to write basic gegl pluginCan anybody help me with the
 same..
  
  
   ___
   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
 
 
 
  --
  Shivani Maheshwari
  Under Graduation( BTech.)
  Indian Institute of Information Technology,
  Allahabad (Amethi Campus)
  India
 
  ___
  Gimp-developer mailing list
  Gimp-developer@lists.XCF.Berkeley.EDU
  https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer
 
 



 --
 Jon Nordby - www.jonnor.com
 ___
 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


I'm also facing the same problem. After translating the code using GEGL
operations, how am I supposed to create patch file of it and submit it into
the master branch.

-- 
Sourav De
2nd Year Student
Department of Computer Science and Engineering
IIT KHARAGPUR
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] Write basic gegl plugin

2011-04-05 Thread Alexia Death
On Tue, Apr 5, 2011 at 9:55 AM, sourav de souravde1...@gmail.com wrote:
 I'm also facing the same problem. After translating the code using GEGL
 operations, how am I supposed to create patch file of it and submit it into
 the master branch.

Basic ability to operate git version control system is also expected
of the students. There are plenty of GIT guides on the internet. Basic
commands for git you need to use and understand are clone, pull,
commit, add and format-patch plus if you get accepted, push.

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


Re: [Gimp-developer] Write basic gegl plugin

2011-04-05 Thread Jon Nordby
On 5 April 2011 08:55, sourav de souravde1...@gmail.com wrote:


 On Tue, Apr 5, 2011 at 11:11 AM, Madhav yadav mad.cool.sp...@gmail.com
 wrote:

 If i have to submit my sample on the gegl master branch then how will i go
 forthh.

Use git to commit your changes and create a patch/patches. See
http://wiki.gimp.org/index.php/Hacking:Patches
I also recommend reading a tutorial on general git usage. After that
you create a ticket in bugzilla under the gegl product, and add the
patch(es) there.
We will then review the code, and once everything has been sorted out,
it will be pushed to master.

-- 
Jon Nordby - www.jonnor.com
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] Write basic gegl plugin

2011-04-05 Thread Tobias Jakobs
And if there are some informations are missing in the Wiki, pleas get
an account and add this informations.

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


Re: [Gimp-developer] Write basic gegl plugin

2011-04-05 Thread Madhav yadav
The problem doesn't actually lie in how to submit a patch . A patch is a
file that contains the differences between the current version and the fixed
version but we have to submit a self made plugin. Then how can we submit it
as a patch against a main branch

On Tue, Apr 5, 2011 at 1:36 PM, Tobias Jakobs
tobias.jak...@googlemail.comwrote:

 And if there are some informations are missing in the Wiki, pleas get
 an account and add this informations.

 Regards,
 Tobias
 ___
 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] Write basic gegl plugin

2011-04-05 Thread Alexia Death
On Tue, Apr 5, 2011 at 12:01 PM, Madhav yadav mad.cool.sp...@gmail.com wrote:
 The problem doesn't actually lie in how to submit a patch . A patch is a
 file that contains the differences between the current version and the fixed
 version but we have to submit a self made plugin. Then how can we submit it
 as a patch against a main branch

Git patches can contain whole new files. see the add command and
commit command I talked about earlier.

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


[Gimp-developer] Write basic gegl plugin

2011-04-05 Thread Madhav yadav
Don;t we need to authenticate to add new files to the branch??


On Tue, Apr 5, 2011 at 2:34 PM, Alexia Death alexiade...@gmail.com wrote:

 On Tue, Apr 5, 2011 at 12:01 PM, Madhav yadav mad.cool.sp...@gmail.com
 wrote:
  The problem doesn't actually lie in how to submit a patch . A patch is a
  file that contains the differences between the current version and the
 fixed
  version but we have to submit a self made plugin. Then how can we submit
 it
  as a patch against a main branch

 Git patches can contain whole new files. see the add command and
 commit command I talked about earlier.

 --
 --Alexia

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


Re: [Gimp-developer] Write basic gegl plugin

2011-04-05 Thread Alexia Death
On Tue, Apr 5, 2011 at 12:07 PM, Madhav yadav mad.cool.sp...@gmail.com wrote:
 Don;t we need to authenticate to add new files to the branch??
In git you can do all that locally. You only need to authenticate for
push. This is why I told you to find out about git... Gimp students
are expected to be autonomous and capable of finding out things like
this for themselves once pointed in the right direction.


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


Re: [Gimp-developer] Write basic gegl plugin

2011-04-05 Thread Jon Nordby
On 5 April 2011 11:08, Madhav yadav mad.cool.sp...@gmail.com wrote:


 Don;t we need to authenticate to add new files to the branch??
No, with git you primarily work against your local repository. You can
do whatever you like there.
Please read a tutorial or two on git, so that you come to terms with
the basic concepts.

-- 
Jon Nordby - www.jonnor.com
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] Write basic gegl plugin

2011-04-05 Thread gg
On 04/05/11 11:37, Jon Nordby wrote:
 On 5 April 2011 11:08, Madhav yadavmad.cool.sp...@gmail.com  wrote:


 Don;t we need to authenticate to add new files to the branch??
 No, with git you primarily work against your local repository. You can
 do whatever you like there.
 Please read a tutorial or two on git, so that you come to terms with
 the basic concepts.


Why wouldn't you want to work *with* your local repo rather than against 
it ?

Because I'm a cool l33t hack3rz type dude , I drink my coffee against a 
cup. I eat my dinner against a knife and fork.

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


Re: [Gimp-developer] Write basic gegl plugin

2011-04-05 Thread Alexandre Prokoudine
On 4/6/11, gg catking.net wrote:

 No, with git you primarily work against your local repository. You can
 do whatever you like there.

 Why wouldn't you want to work *with* your local repo rather than against
 it ?

 Because I'm a cool l33t hack3rz type dude , I drink my coffee against a
 cup. I eat my dinner against a knife and fork.

 ;)

Right, it's about time somebody did a Speak English properly against
us session :)

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


[Gimp-developer] Write basic gegl plugin

2011-04-04 Thread Madhav yadav
Hello,

I want to write basic gegl pluginCan anybody help me with the same..
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] Write basic gegl plugin

2011-04-04 Thread Tobias Jakobs
Have you seen this page?
http://wiki.gimp.org/index.php/Users:Beginner_Developer%27s_FAQ

On Mon, Apr 4, 2011 at 16:32, Madhav yadav mad.cool.sp...@gmail.com wrote:
 Hello,
 I want to write basic gegl pluginCan anybody help me with the same..


 ___
 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] Write basic gegl plugin

2011-04-04 Thread shivani maheshwari
Yes i did see that . But I am not able to gather where to begin from??

On Mon, Apr 4, 2011 at 8:09 PM, Tobias Jakobs
tobias.jak...@googlemail.comwrote:

 Have you seen this page?
 http://wiki.gimp.org/index.php/Users:Beginner_Developer%27s_FAQ

 On Mon, Apr 4, 2011 at 16:32, Madhav yadav mad.cool.sp...@gmail.com
 wrote:
  Hello,
  I want to write basic gegl pluginCan anybody help me with the same..
 
 
  ___
  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




-- 
Shivani Maheshwari
Under Graduation( BTech.)
Indian Institute of Information Technology,
Allahabad (Amethi Campus)
India
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] Write basic gegl plugin

2011-04-04 Thread Jon Nordby
Get the code, build it on your computer, start working on the plugin.

On 4 April 2011 17:02, shivani maheshwari shivani.mah...@gmail.com wrote:
 Yes i did see that . But I am not able to gather where to begin from??

 On Mon, Apr 4, 2011 at 8:09 PM, Tobias Jakobs tobias.jak...@googlemail.com
 wrote:

 Have you seen this page?
 http://wiki.gimp.org/index.php/Users:Beginner_Developer%27s_FAQ

 On Mon, Apr 4, 2011 at 16:32, Madhav yadav mad.cool.sp...@gmail.com
 wrote:
  Hello,
  I want to write basic gegl pluginCan anybody help me with the same..
 
 
  ___
  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



 --
 Shivani Maheshwari
 Under Graduation( BTech.)
 Indian Institute of Information Technology,
 Allahabad (Amethi Campus)
 India

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





-- 
Jon Nordby - www.jonnor.com
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] Write basic gegl plugin

2011-04-04 Thread Madhav yadav
If i have to submit my sample on the gegl master branch then how will i go
forthh.

On Mon, Apr 4, 2011 at 8:47 PM, Jon Nordby jono...@gmail.com wrote:

 Get the code, build it on your computer, start working on the plugin.

 On 4 April 2011 17:02, shivani maheshwari shivani.mah...@gmail.com
 wrote:
  Yes i did see that . But I am not able to gather where to begin from??
 
  On Mon, Apr 4, 2011 at 8:09 PM, Tobias Jakobs 
 tobias.jak...@googlemail.com
  wrote:
 
  Have you seen this page?
  http://wiki.gimp.org/index.php/Users:Beginner_Developer%27s_FAQ
 
  On Mon, Apr 4, 2011 at 16:32, Madhav yadav mad.cool.sp...@gmail.com
  wrote:
   Hello,
   I want to write basic gegl pluginCan anybody help me with the
 same..
  
  
   ___
   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
 
 
 
  --
  Shivani Maheshwari
  Under Graduation( BTech.)
  Indian Institute of Information Technology,
  Allahabad (Amethi Campus)
  India
 
  ___
  Gimp-developer mailing list
  Gimp-developer@lists.XCF.Berkeley.EDU
  https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer
 
 



 --
 Jon Nordby - www.jonnor.com
 ___
 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