remcoboerma / jbrout

Automatically exported from code.google.com/p/jbrout
0 stars 0 forks source link

[feature request] unify tags #90

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
it would be nice to have a function (perhaps a plugin) in context-menu of
currently selected pictures to unify all their tags.

example: selected are the following pictures with their tags:

picture1.jpg tag1
picture2.jpg      tag2
picture3.jpg tag1      tag3
picture4.jpg      tag2      tag4

after calling the new function the tags will look like:

picture1.jpg tag1 tag2 tag3 tag4
picture2.jpg tag1 tag2 tag3 tag4
picture3.jpg tag1 tag2 tag3 tag4
picture4.jpg tag1 tag2 tag3 tag4

Original issue reported on code.google.com by zaar...@gmail.com on 7 Jul 2009 at 3:44

GoogleCodeExporter commented 9 years ago
Implemented in r199

Original comment by r...@wallace.gen.nz on 8 Jul 2009 at 1:55