date | project | content | link |
|---|
| 20:08 on Jan 01, 2009 | KDE | Commit by jaiva :: r904285 kipi-plugins/trunk/extragear/graphics/kipi-plugins/flickrexport/flickrnewphotosetdialog.h: Adding the missing file, which cause compilations error because of previous checkin. | # |
| 18:24 on Jan 01, 2009 | KDE | Commit by jaiva :: r904255 kipi-plugins/trunk/extragear/graphics/kipi-plugins/flickrexport/flickralbumdialog.ui: Changing the UI label for Create Photo Set dialog setting title as required instead of optional. | # |
| 18:14 on Jan 01, 2009 | KDE | Commit by jaiva :: r904250 kipi-plugins/trunk/extragear/graphics/kipi-plugins/flickrexport/ (7 files): Adding support for PhotoSets. User can now select which of his photosets the photo should go to. A new photo set can be created from the plugin too. If there is no photoset in the users flickr account the behaviour of upload is same as earlier.
BUGS:129623 | # |
| 06:04 on Dec 24, 2008 | KDE | Commit by jaiva :: r900960 kipi-plugins/trunk/extragear/graphics/kipi-plugins/picasawebexport/ (4 files): Fixing the Album creation bugs. The timestamp will be correct now and the "unlisted" albums creation possible.
BUGS: 175219, 175222 | # |
| 19:01 on Nov 15, 2008 | KDE | Commit by jaiva :: r884771 kipi-plugins/trunk/extragear/graphics/kipi-plugins/picasawebexport/ (picasaweblogin.cpp picasawebtalker.cpp): Fixing the bug with non-gmail.com user names. Earlier the code used to append @gmail.com to a username if not already present. As I learned from others Google login doesn't need to be a gmail.com id. Now the user name field needs to be complete Google Login. This change has been made in the LoginWindow code to show "Google Login" instead of "Username:" but it will need translation changes to show up. | # |
| 14:59 on Nov 02, 2008 | KDE | Commit by jaiva :: r879161 kipi-plugins/trunk/extragear/graphics/kipi-plugins/flickrexport/ (flickrtalker.cpp mpform.cpp mpform.h): Fixing the mpform removing use of the TextStream replacing it with simply QByteArray everywhere. Checked the uploader to be working fine again. | # |
| 12:38 on Nov 02, 2008 | KDE | Commit by jaiva :: r879072 kipi-plugins/trunk/extragear/graphics/kipi-plugins/picasawebexport/ (picasawebtalker.cpp picasawebtalker.h): Fixes in the way the Checking of Token was handled, now the token will be stored properly for resuse. One optimization which still can be done is to use the list of albums fetched by checktoken method instead of re-requesting the same. | # |
| 18:44 on Nov 01, 2008 | KDE | Commit by jaiva :: r878753 kipi-plugins/trunk/extragear/graphics/kipi-plugins/picasawebexport/ (2 files): Removing the unused class from the code base. | # |
| 18:42 on Nov 01, 2008 | KDE | Commit by jaiva :: r878752 kipi-plugins/trunk/extragear/graphics/kipi-plugins/picasawebexport/ (10 files): More changes to remove Q3Support dependencies and the warnings because of the deprecated methods. The checktoken method is currently not functional and user has to enter the password everytime he lauanches the plugin. Will be fixing that soon. | # |
| 11:33 on Nov 01, 2008 | KDE | Commit by jaiva :: r878471 kipi-plugins/trunk/extragear/graphics/kipi-plugins/picasawebexport/ (6 files): Changes to fix the problem with QTextStream replacing the use by simple QByteArrays. Also porting some more of QT3 code to QT4 removing some use of Q3Support depdencies. | # |
| 23:12 on Sep 02, 2008 | KDE | Commit by jaiva :: r856472 kipi-plugins/trunk/extragear/graphics/kipi-plugins/picasawebexport/ (picasawebtalker.cpp picasawebwindow.cpp): Backporting change 853437 from KDE3 to KDE4, fixing the upload to albums with spaces or special characters in the name.
Command used: svn merge -c 853437 svn://anonsvn.kde.org/home/kde/branches/extragear/kde3/libs/kipi-plugins/picasawebexport | # |
| 18:13 on Aug 27, 2008 | KDE | Commit by jaiva :: r853437 kipi-plugins/branches/extragear/kde3/libs/kipi-plugins/picasawebexport/ (picasawebtalker.cpp picasawebwindow.cpp): Fixing the upload photo to allow uploading in albums with spaces in the album name, basically changed the upload post url to use album id instead of album name.
BUG:1501912 | # |
| 18:52 on Jun 09, 2008 | KDE | Commit by jaiva :: r818820 kipi-plugins/trunk/extragear/graphics/kipi-plugins/picasawebexport/: Copying from trunk at revision: 818818 Command used: svn copy svn://anonsvn.kde.org/home/kde/branches/extragear/kde3/libs/kipi-plugins/picasawebexport picasawebexport | # |
| 15:27 on Jun 06, 2008 | KDE | Commit by jaiva :: r817676 kipi-plugins/branches/extragear/kde3/libs/kipi-plugins/picasawebexport/ (3 files): Added listAllAlbums() replacing listAlbums() which now uses authenticated call to fetch the list of all albums for the user including the unlisted albums.
BUG:162994 | # |
| 18:06 on Jul 17, 2007 | KDE | Commit by jaiva :: r689130 /branches/extragear/kde3/ (30 files in 3 dirs): First release PicasaWeb Exporter plugin. Features include Uploading photos, Creating Albums and support Tags and resize on photos. Some more GUI improvements would be done soon. | # |
| 23:35 on Jul 07, 2007 | KDE | Commit by jaiva :: r685033 /branches/extragear/kde3/libs/kipi-plugins/flickrexport/ (5 files): Some unreported bug fixes. adding flickrwindow::slotClose and fixing flickrtalker::checktoken. | # |
| 18:05 on Jul 18, 2006 | KDE | Commit by jaiva :: r563874 kipi-plugins/trunk/extragear/libs/kipi-plugins/flickrexport/flickrwindow.cpp: Removed the check for HostSupportsTags feature to be compatible with old libkipi and digikam | # |
| 20:22 on Jul 17, 2006 | KDE | Commit by jaiva :: r563548 libkipi/trunk/extragear/libs/libkipi/libkipi/ (imageinfo.cpp interface.cpp interface.h): HostSupportsTags feature added to features enum, documentation for "tags" attribute added in imageinfo CCMAIL: blackie at blackie dot dk | # |
| 20:06 on Jul 17, 2006 | KDE | Commit by jaiva :: r563539 kipi-plugins/trunk/extragear/libs/kipi-plugins/flickrexport/ (4 files): Application tags export support added. Digikam tags export works now. | # |
| 19:51 on Jul 17, 2006 | KDE | Commit by jaiva :: r563537 digikam/trunk/extragear/graphics/digikam/digikam/kipiinterface.cpp: Tags export support added, features() updated to have KIPI::HostSupportsTags | # |