gimp r22264 - in trunk: . app app/actions app/core app/dialogs app/file app/widgets docs



Author: neo
Date: 2007-04-17 16:54:01 +0100 (Tue, 17 Apr 2007)
New Revision: 22264
ViewCVS link: http://svn.gnome.org/viewcvs/gimp?rev=22264&view=rev

Modified:
   trunk/ChangeLog
   trunk/app/actions/data-commands.c
   trunk/app/actions/documents-commands.c
   trunk/app/actions/file-commands.c
   trunk/app/app.c
   trunk/app/app.h
   trunk/app/core/gimpimagefile.c
   trunk/app/dialogs/file-open-dialog.c
   trunk/app/dialogs/file-open-location-dialog.c
   trunk/app/file/file-open.c
   trunk/app/file/file-open.h
   trunk/app/main.c
   trunk/app/widgets/dbus-service.xml
   trunk/app/widgets/gimpdbusservice.c
   trunk/app/widgets/gimpdbusservice.h
   trunk/app/widgets/gimptoolbox-dnd.c
   trunk/app/widgets/gimptoolbox.c
   trunk/docs/gimp.1.in
Log:
2007-04-17  Sven Neumann  <sven gimp org>

	Allow other applications to open images in GIMP as if they were
	new images (without associating a filename). Fixes bug #423118.

	* app/file/file-open.[ch]: added parameter 'as_new' to
	file_open_image() and its variants.

	* app/actions/data-commands.c
	* app/actions/documents-commands.c
	* app/actions/file-commands.c
	* app/core/gimpimagefile.c
	* app/dialogs/file-open-dialog.c
	* app/dialogs/file-open-location-dialog.c
	* app/widgets/gimptoolbox.c
	* app/widgets/gimptoolbox-dnd.c: changed accordingly.

	* app/app.[ch]
	* app/main.c: added new command-line option '--as-new'.

	* app/widgets/gimpdbusservice.[ch]
	* app/widgets/dbus-service.xml: added new method "OpenAsNew" to the
	D-Bus interface.

	* docs/gimp.1.in: document the new command-line option.






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]