Version: rev 1027625 (using KDE 4.3.1) Installed from: Ubuntu Packages I've created a patch that allows adding custom tags for each image that's going to be uploaded. It's implemented in a same (somewhat hacky) way as the selection of privacies per image. If there are more things to edit directly in the image list moving to a QTreeView reflecting a proper model would definitely be advisable. I'm not sure if this somehow affects zooomr or 23 functionality as I don't have an account there.
Created attachment 37157 [details] custom tags per image Patch as described above
Pieter, Do you have time to review this patch ? Thanks in advance... Gilles Caulier
I'll put it on my list, I will review it soon and try to figure out the implications for Zooomr and 23. I agree that using the Delegate/View model would be much better, but that will have to wait.
Created attachment 37170 [details] custom tags per image Fixed a segfault caused by my previous patch
SVN commit 1031227 by pieteredelman: Patch by Johannes Wienke to allow for setting extra tags per image in the Flickr/23/Zooomr export plugin. CCBUGS: 208410 M +21 -8 flickrlist.cpp M +20 -4 flickrlist.h M +189 -126 flickrwidget.cpp M +31 -25 flickrwidget.h M +86 -59 flickrwindow.cpp M +4 -2 flickrwindow.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1031227
I took the liberty of reworking the export options tab, because both this tab and the file list became quite cluttered with all the extra options that most users probably don't care about. Therefore, I grouped together the account and photoset, all the tag options, all the publication options, and the resizing options in their own boxes. For the tags and for the publication options, advanced options can be set (for the tags: strip spaces, extra tags for all photos, extra tags for individual photos; for the publication options: content type and safety level). http://farm3.static.flickr.com/2566/3979359351_394f8dc514_o.jpg http://farm4.static.flickr.com/3433/3979359581_fa213824a0_o.jpg Also, I changed the option when specifying extra global or per image tags to use spaces, and the "Remove spaces" option applies to all specified tags, not just the application tags.
Pieter, Please feel Bugzilla file closed title and number to NEWS file to have a complete list of bugs fixed for the release. NEWS file is used later when release is published to internet. Thanks in advance Gilles
Ok, I'll try to remember :P