GNOME Bugzilla – Bug 145191
Gimpressionist Revamp Patch
Last modified: 2004-12-22 21:47:04 UTC
This is a placeholder for the patch that heavily refactors Gimpressionist. Note that this patch includes the functionality provided by the rudimentary Gimpressionist PDB-enabling patch. (which in turn includes some bug-fixes) However, I'd recommend that people apply this patch only after the PDB one, to maintain consistency in the commits.
Created attachment 29114 [details] [review] Revision 43 of the Patch This is revision 43 of the patch. The code is in a better state that it was when the process started, so it can be safely applied. However, there's more coming, so you may wish to wait before applying it. Note that building the modified code in a "make dist"ed version was not yet tested.
Created attachment 29161 [details] [review] Revision 52 of the Patch This is a new patch. Most of the objectives for the initial refactoring have been reached. One bug or two that were encountered and prevented further refactoring were fixed. Let me (Shlomi Fish) know if you have any questions about it. Unfortunately, I did not maintain a detailed changelog, nor did I modify the gimpressionist one. I do have a series of the 52 head->private version patches I prepared if you wish me to construct one.
Fixed in CVS: 2004-07-02 Michael Natterer <mitch@gimp.org> * plug-ins/gimpressionist/Makefile.am * plug-ins/gimpressionist/*.[ch]: applied patch from Shlomi Fish that massively cleans up gimppressionist (touching all files and addding some new ones) and adds a simple PDB interface for selecting one of the previously created presets. Fixes bugs #145191, #144913 and #144922.