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

soc-2006-perspective-clone branch merged and closed

This discussion is connected to the gimp-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.

1 of 1 message available
Toggle history

Please log in to manage your subscriptions.

soc-2006-perspective-clone branch merged and closed Michael Natterer 08 Sep 10:28
Michael Natterer
2006-09-08 10:28:13 UTC (over 17 years ago)

soc-2006-perspective-clone branch merged and closed

Hi all,

right after the 2.3.11 release I merged the "Perspective Clone" branch (soc-2006-perspective-clone) to CVS HEAD. This branch is now officially closed and all further fixes and changes are to be committed to HEAD.

For details, see the ChangeLog entry pasted below.

Thanks a lot to Pedro Alonso Ferrer for this nice contribution!

ciao, --mitch

2006-09-07 Michael Natterer

Merged the "soc-2006-perspective-clone" branch. That branch is now officially closed and all further fixes and changes have to be applied to HEAD.

Did some minor adjustments, mostly small indentation and spacing fixes. Derive the tool from GimpBrushTool and renamed the enum added to paint-enums.h and it values, added stock icon and menu entry.

Thanks a lot to Pedro Alonso Ferrer!

* app/paint/paint-enums.[ch]: new enum GimpPerspectiveCloneMode.

* app/paint/Makefile.am * app/paint/gimpperspectiveclone.[ch] * app/paint/gimpperspectivecloneoptions.[ch]: the perspective clone core and its options.

* app/paint/gimp-paint.c: register it.

* app/tools/Makefile.am * app/tools/gimpperspectiveclonetool.[ch]: the perspective clone tool.

* app/tools/gimp-tools.c: register it.

* app/tools/gimppaintoptions-gui.c: show the widgets that are used by perspective clone.

* app/widgets/gimphelp-ids.h: the help ID.

* themes/Default/images/Makefile.am *themes/Default/images/tools/stock-tool-perspective-clone-16.png *themes/Default/images/tools/stock-tool-perspective-clone-22.png * libgimpwidgets/gimpstock.[ch]: its stock ID and icons.

* menus/image-menu.xml.in: added it to the menu.