GNOME Bugzilla – Bug 336178
Export to folder: export tag icons
Last modified: 2008-06-17 10:58:48 UTC
The tags could be exported at the same time as the pictures, so that one can show which tags were given to which picture. This is limited to HTML static folders, since original does not seem to support (in its design) adding tags. Patch included. Currently, there is no way to choose whether the tags should be included (read: with the patch, they are always included). It could be an option to the export folder dialog.
Created attachment 62111 [details] [review] Patch to implement the request Nb: patch works against 0.1.10+cvs for src/FolderExport.cs+patch for bug 329685+patch for bug 335935. Should be only line-fuzz without these patches. They are mainly independant
*** Bug 350283 has been marked as a duplicate of this bug. ***
http://bugzilla.gnome.org/show_bug.cgi?id=430206 is a duplicate of this bug. Stephane, if the patch is valid, I'll update to current SVN.
*** Bug 430206 has been marked as a duplicate of this bug. ***
it may be good... but exporting tags should be optional
Created attachment 95759 [details] [review] folder-gallery-export-tags.patch This patch integrates Jean-Christophe's code to enable tags export on html galleries. Applies to latest SVN. (OT) I've also added missing accelerated key for "Autorotate". But I've made a mistake in #3. 430206 is not a duplicate of this :-) pardon...
The patch applies, and compiles. But, I can not get this patch to work as advertised. Export to folder - Orig - No Tags --> strings indicate Tags Export to folder - Orig - Tags --> strings indicate Tags Export to folder - Resize - No Tags --> strings indicate NO tags Export to folder - Resize - Tags --> strings indicate NO tags
Created attachment 99592 [details] [review] folder-gallery-export-tag-icons.patch Fixed minor aesthetic issues, like function description in the gui. The problem reported by Bengt (dropping tags on resized export) is another issue and will be fixed in another bug. I'll update bug summary to better reflect the function.
Patch merged with bug 538543 and committed as r4069.