RSS/Atom feed Twitter
Site is read-only, email is disabled

Gegl Developer's Document patch

This discussion is connected to the gegl-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

4 of 4 messages available
Toggle history

Please log in to manage your subscriptions.

Gegl Developer's Document patch Henrik Akesson 23 Mar 18:25
  Gegl Developer's Document patch Martin Nordholts 24 Mar 21:12
   Gegl Developer's Document patch Henrik Akesson 25 Mar 18:20
    Gegl Developer's Document patch Martin Nordholts 26 Mar 21:05
Henrik Akesson
2009-03-23 18:25:33 UTC (almost 16 years ago)

Gegl Developer's Document patch

I've started on a "Gegl Developer's Document". I'll let you be the judge if you want to add it to subversion already. It might be a good idea if others would like to add stuff as well. It also includes an autogenerated gobject inheritance diagram.

----------------------------------------------------------------- A first version of a "Gegl Developer's Document" * docs/development.txt

Linked new document with the main one * docs/index-static.txt.in

A ruby script that extracts the gobject inheritance diagram (going via graphviz) from the code.
* tools/gobj2dot.rb

Incorporated the generation of the diagram in the make, however it's slightly slow
* docs/Makefile.am

Added an example of the output generated by gegl-dot.c. * docs/images/gaussian-blur-graph.png -----------------------------------------------------------------

Any feedback is welcome

Henrik

Martin Nordholts
2009-03-24 21:12:06 UTC (almost 16 years ago)

Gegl Developer's Document patch

Henrik Akesson wrote:

I've started on a "Gegl Developer's Document". I'll let you be the judge if you want to add it to subversion already. It might be a good idea if others would like to add stuff as well. It also includes an autogenerated gobject inheritance diagram.

I think this is much nicer than nothing at all, and the inheritance tree gives a nice overview, so I would like to commit this. The patch does not pass 'make distcheck' however which needs to be addressed first. I will eventually do it, but it would be much appreciated if you could do it instead.

BR,
Martin

Henrik Akesson
2009-03-25 18:20:53 UTC (almost 16 years ago)

Gegl Developer's Document patch

Fixed !

2009/3/24 Martin Nordholts :

Henrik Akesson wrote:

I've started on a "Gegl Developer's Document". I'll let you be the judge if you want to add it to subversion already. It might be a good idea if others would like to add stuff as well. It also includes an autogenerated gobject inheritance diagram.

I think this is much nicer than nothing at all, and the inheritance tree gives a nice overview, so I would like to commit this. The patch does not pass 'make distcheck' however which needs to be addressed first. I will eventually do it, but it would be much appreciated if you could do it instead.

BR,
Martin

Martin Nordholts
2009-03-26 21:05:18 UTC (almost 16 years ago)

Gegl Developer's Document patch

Henrik Akesson wrote:

Fixed !

Thanks, commited:

2009-03-26 Martin Nordholts

Apply patch from Henrik Akesson that adds initial how-to-hack-on-GEGL documentation, including a ruby script to generate a graphviz graph of the class inheritance trees in the core.

* docs/Makefile.am * docs/development.txt
* docs/images/gaussian-blur-graph.png * docs/index-static.txt.in
* tools/gobj2dot.rb