[Kde-imaging] [Bug 199145] tags not exported to picasaweb
Siu Chung Cheung (Clement)
clement.cc at gmail.com
Mon Nov 23 02:00:34 CET 2009
https://bugs.kde.org/show_bug.cgi?id=199145
Siu Chung (Clement) Cheung <clement.cc at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |clement.cc at gmail.com
--- Comment #8 from Siu Chung (Clement) Cheung <clement cc gmail com> 2009-11-23 02:00:34 ---
This is because the Picasa plugin currently doesn't use the tags at all, even
when explicitly told to:
picasawebwindow.cpp:
425 void PicasawebWindow::slotUploadImages()
477 if(m_exportApplicationTags->isChecked())
478 {
479 // tagsFromDatabase=attribs["tags"].asStringList();
480 }
Now, I don't know who put that there. Maybe there was a good reason back then.
But if I just copy over whatever the flickr plugin is doing there right now,
everything seems to work.
Also, I haven't done a lot of Qt programming. But I'm pretty sure you guys
meant a checkbox instead of that radiobox with just one choice. And it should
probably default to on like they do for the flickr plugin since most people
will probably want that.
The patch attached fixes both #199145 and #205903.
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Kde-imaging
mailing list