CVSROOT: /cvs/gnome Module name: gimp Changes by: mitch 05/04/11 17:17:59
Modified files: . : ChangeLog app/config : gimpguiconfig.c gimpguiconfig.h gimprc-blurbs.h app/dialogs : preferences-dialog.c app/gui : gui.c app/tools : gimp-tools.c gimp-tools.h Log message: 2005-04-11 Michael Natterer <[EMAIL PROTECTED]> Let the user decide whether tool options are persistant or not as suggested in bug #165078 [http://bugzilla.gnome.org/show_bug.cgi?id=165078]: * app/config/gimprc-blurbs.h * app/config/gimpguiconfig.[ch]: added "gboolean save_tool_options". * app/tools/gimp-tools.[ch]: implement the same logic as for devicerc and essionrc: added gimp_tools_clear() which deletes the stored tool options and added "save_tool_options" and "always_save" parameters to gimp_tools_save(). Everything affects just the primary tool options, *not* the separately saved presets for each tool. * app/gui/gui.c (gui_exit_callback): changed accordingly. * app/dialogs/preferences-dialog.c: added GUI for the stuff above in the style of the devicerc and seccionrc prefs GUIs. URL : http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=gimp&who=mitch&date=explicit&mindate=2005-04-11%2017:16&maxdate=2005-04-11%2017:18 _______________________________________________ cvs-commits-list mailing list cvs-commits-list@gnome.org http://mail.gnome.org/mailman/listinfo/cvs-commits-list