Summary: | Wish: save multiple account frobs, so we don't have to sign out and reauth each time | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Kevin Brubeck Unhammer <unhammer+dill> |
Component: | Plugin-WebService-Flickr | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | caulier.gilles, lure, shouryasgupta, unhammer+dill |
Priority: | NOR | ||
Version: | 5.6.0 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kipi-plugins/c376dd1bb78dd50b3f89d3385cc595392a09f167 | Version Fixed In: | 4.11.0 |
Sentry Crash Report: |
Description
Kevin Brubeck Unhammer
2009-11-22 17:41:42 UTC
KIPI uses your default browser, so it works fine with firefox or chromium. You just need to set it in System Settings -> Default Applications Kevin, This file still valid using kipi-plugins 2.4 ? Gilles Caulier Kevin, What's news about this file using 2.5.0 release ? Gilles Caulier I still don't see that it lets you keep multiple frobs (I can click "use another account", but it requires authenticating each time). Git commit c376dd1bb78dd50b3f89d3385cc595392a09f167 by Shourya Singh Gupta. Committed on 18/05/2015 at 21:49. Pushed by shouryasinghgupta into branch 'master'. M +9 -5 flickrexport/flickrwidget.cpp M +1 -0 flickrexport/flickrwidget.h M +65 -19 flickrexport/flickrwindow.cpp M +5 -2 flickrexport/flickrwindow.h M +13 -26 flickrexport/plugin_flickrexport.cpp M +5 -0 flickrexport/plugin_flickrexport.h M +19 -5 flickrexport/selectuserdlg.cpp M +2 -0 flickrexport/selectuserdlg.h http://commits.kde.org/kipi-plugins/c376dd1bb78dd50b3f89d3385cc595392a09f167 I have added this functionality in flickr. If there is any further change that needs to be done, please do let me know :) Git commit 25757178c7238a6c7a78c59d633022e9343e6924 by Gilles Caulier. Committed on 19/05/2015 at 04:49. Pushed by cgilles into branch 'frameworks'. sync frameworks branch with git/master M +1 -1 PORT.KF5/FACTORIZE/flickrexport/CMakeLists.txt M +23 -19 PORT.KF5/FACTORIZE/flickrexport/flickrwidget.cpp M +3 -2 PORT.KF5/FACTORIZE/flickrexport/flickrwidget.h M +84 -22 PORT.KF5/FACTORIZE/flickrexport/flickrwindow.cpp M +14 -11 PORT.KF5/FACTORIZE/flickrexport/flickrwindow.h M +30 -20 PORT.KF5/FACTORIZE/flickrexport/plugin_flickrexport.cpp M +11 -6 PORT.KF5/FACTORIZE/flickrexport/plugin_flickrexport.h http://commits.kde.org/kipi-plugins/25757178c7238a6c7a78c59d633022e9343e6924 Git commit 440bd82d0fdc22971c54dd0b4162352cc31a86e7 by Gilles Caulier. Committed on 19/05/2015 at 04:50. Pushed by cgilles into branch 'frameworks'. missing to add new files A +161 -0 PORT.KF5/FACTORIZE/flickrexport/selectuserdlg.cpp [License: GPL (v2+)] A +85 -0 PORT.KF5/FACTORIZE/flickrexport/selectuserdlg.h [License: GPL (v2+)] http://commits.kde.org/kipi-plugins/440bd82d0fdc22971c54dd0b4162352cc31a86e7 |