Summary: | 23HQ should be split from flickr uploader as a new export tool | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Andi Clemens <andi.clemens> |
Component: | Plugin-WebService-Flickr | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | bugzilla, caulier.gilles, elkpichico |
Priority: | NOR | ||
Version: | 5.6.0 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/kde/digikam/commit/1a6f1c02088be95b47957c71c729cf16cbeaa7e3 | Version Fixed In: | 7.0.0 |
Sentry Crash Report: |
Description
Andi Clemens
2011-12-27 10:11:51 UTC
*** Bug 307408 has been marked as a duplicate of this bug. *** Accordingly with wikipedia : https://en.wikipedia.org/wiki/Zooomr Zooomr photo sharing web site is dead. About 23HQ, there is another entry to split code from flickr tool. See this comment: https://bugs.kde.org/show_bug.cgi?id=190315#c10 Gilles Caulier *** Bug 190315 has been marked as a duplicate of this bug. *** WARNING : with digiKam 6.0.0 and later, we will not support kipi interface anymore. All tools are now located in digiKam core as well for a plan to provide a more power-full integration with Batch Queue Manager and to be able to export a workflow on a web-service. All export tools are now available everywhere : album view, Image editor, Light table, and Showfoto. Previously, only album view from digiKam core was able to deal with export tools through libkipi. All export tools are now located here : https://cgit.kde.org/digikam.git/tree/core/utilities/assistants/webservices All export tools use now a dedicated interface to communicate with the application : - digiKam (database) : https://cgit.kde.org/digikam.git/tree/core/libs/database/utils/ifaces/dbinfoiface.h - Showfoto (files metadata) : https://cgit.kde.org/digikam.git/tree/core/utilities/assistants/common/dmetainfoiface.h There is not direct use of digiKam database for compatibility with Showfoto. We plan later to provide a dynamic loading of export tools using a plugins mechanism. This will reduce overloading of the internal core libraries. A dedicated devel branch have been created for that, but it's not yet complete: https://cgit.kde.org/digikam.git/tree/?h=development/dplugins But take a care, digiKam export tools as plugins will not be shared with another external application. API will still private and only shared between Showfoto and digiKam core. The experience with libkipi was bad and complex to maintain/extend in time. Gilles Caulier Git commit 1a6f1c02088be95b47957c71c729cf16cbeaa7e3 by Maik Qualmann. Committed on 13/11/2019 at 21:02. Pushed by mqualmann into branch 'master'. remove service 23 completely from Flickr tool FIXED-IN: 7.0.0 M +2 -1 NEWS M +24 -43 core/dplugins/generic/webservices/flickr/flickrlist.cpp M +3 -3 core/dplugins/generic/webservices/flickr/flickrlist.h M +9 -23 core/dplugins/generic/webservices/flickr/flickrtalker.cpp M +58 -91 core/dplugins/generic/webservices/flickr/flickrwidget.cpp https://invent.kde.org/kde/digikam/commit/1a6f1c02088be95b47957c71c729cf16cbeaa7e3 |