gimp/app/file
Michael Natterer 220b28677b Bug 676566 - Window title becomes "Untitled" after exporting without saving
Fix this and other issues more globally by moving the logic that
formats the image's display name into the GimpImage object, and return
the properly formatted name, e.g. "Foo.xcf", or "[Foo] (imported)"
from gimp_image_get_display_name().

Also add gimp_image_get_display_path() which returns the full path
instead. Use the two functions for formatting the image title, and
apply various other fixes that make sure the UI always uses the same
string to identify the image.

Call gimp_object_name_changed() whenever the save/export status
changes, so the image's cached display name and path get cleared.
2012-07-17 22:52:49 +02:00
..
.gitignore Added .gitignore files generated with git svn create-ignore. 2009-01-31 11:37:44 +00:00
Makefile.am Remove the makefile.msc build system, it is unmaintained since 2008 2011-12-16 15:53:56 +01:00
file-open.c Bug 676566 - Window title becomes "Untitled" after exporting without saving 2012-07-17 22:52:49 +02:00
file-open.h app: return a format, not image type from file_open_thumbnail() 2012-05-02 17:51:03 +02:00
file-procedure.c app: Don't overload head_size with different meanings 2011-10-02 18:42:16 +05:30
file-procedure.h app: Add file_procedure_in_group() 2009-05-16 09:47:36 +02:00
file-save.c Bug 676566 - Window title becomes "Untitled" after exporting without saving 2012-07-17 22:52:49 +02:00
file-save.h app: make file_save() aware of the difference between overwrite and export 2012-05-18 18:57:58 +02:00
file-utils.c app: Add and use gimp_image_get_uri() 2011-01-26 08:19:39 +01:00
file-utils.h app: Support default types for save and export 2009-05-16 13:02:54 +02:00
gimp-file.h app: gimp_image_get/set_imported/exported/save_a_copy_uri() 2011-02-02 22:28:46 +01:00