Hello community, here is the log from the commit of package libkipi for openSUSE:Factory checked in at 2017-12-18 08:54:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libkipi (Old) and /work/SRC/openSUSE:Factory/.libkipi.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libkipi" Mon Dec 18 08:54:16 2017 rev:87 rq:556270 version:17.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes 2017-11-16 14:30:03.594497860 +0100 +++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes 2017-12-18 08:54:17.481908439 +0100 @@ -1,0 +2,36 @@ +Sat Dec 09 14:59:09 CET 2017 - [email protected] + +- Update to 17.12.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-17.12.0.php +- Changes since 17.11.90: + * None + +------------------------------------------------------------------- +Sat Dec 02 10:12:38 CET 2017 - [email protected] + +- Update to 17.11.90 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-17.12-rc.php +- Changes since 17.11.80: + * None + +------------------------------------------------------------------- +Mon Nov 20 06:59:35 CET 2017 - [email protected] + +- Update to 17.11.80 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-17.12-beta.php +- Changes since 17.08.3: + * fix gcc warning + * cleanup + * polish headers + * polish + * Fix build on Windows + * cleanup + * quiet KExiv2 detection for test purpose + +------------------------------------------------------------------- Old: ---- libkipi-17.08.3.tar.xz New: ---- libkipi-17.12.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libkipi.spec ++++++ --- /var/tmp/diff_new_pack.EdwhXt/_old 2017-12-18 08:54:18.445861905 +0100 +++ /var/tmp/diff_new_pack.EdwhXt/_new 2017-12-18 08:54:18.449861712 +0100 @@ -19,7 +19,7 @@ %define _so 32_0_0 %define libname libKF5Kipi Name: libkipi -Version: 17.08.3 +Version: 17.12.0 Release: 0 %define kf5_version 5.26.0 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) ++++++ libkipi-17.08.3.tar.xz -> libkipi-17.12.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkipi-17.08.3/README new/libkipi-17.12.0/README --- old/libkipi-17.08.3/README 2017-11-04 06:10:17.000000000 +0100 +++ new/libkipi-17.12.0/README 2017-11-04 04:49:30.000000000 +0100 @@ -1,15 +1,12 @@ KIPI Library (KDE Image Program Interface) -This library is a part of digiKam project (http://www.digikam.org) - -- AUTHORS ------------------------------------------------------------ See AUTHORS file for details. -- ABOUT -------------------------------------------------------------- -Libkipi is an interface to use kipi-plugins from a KDE image management -program like digiKam (http://www.digikam.org). +Libkipi is an interface to use kipi-plugins from a KDE image management program. The library documentation is available on header files. @@ -25,7 +22,6 @@ libjpeg >= 6b http://www.ijg.org libtiff >= 3.8.2 http://www.remotesensing.org/libtiff libpng >= 1.2.0 http://www.libpng.org/pub/png/libpng.html -libkdcraw >= 5.0.0 https://projects.kde.org/projects/kde/kdegraphics/libs/libkdcraw libkexiv2 >= 5.0.0 https://projects.kde.org/projects/kde/kdegraphics/libs/libkexiv2 -- INSTALL ------------------------------------------------------------ @@ -39,25 +35,12 @@ "cmake . -DCMAKE_BUILD_TYPE=debug -DCMAKE_INSTALL_PREFIX=`kf5-config --prefix`" --- CONTACT ------------------------------------------------------------ - -If you have questions, comments, suggestions, send an email to: - [email protected] - -IRC channel from freenode.net server: - -#digikam - -- BUGS --------------------------------------------------------------- IMPORTANT : the bugreports and the wishlist are hosted by the KDE bugs report system who can be contacted by the standard Kde help menu of the plugins dialog. -A mail will be automatically sent to the digiKam devel mailing list. -There is no need to contact directly the digiKam mailing list for a bug report -or a devel wish. -The current digiKam bugs and devel wish reported to the Kde bugs report can be seen +The current bugs and devel wish reported to the Kde bugs report can be seen at this url: -http://bugs.kde.org/buglist.cgi?product=digikam&component=libkipi&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED +http://bugs.kde.org/buglist.cgi?product=libkipi&component=general&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkipi-17.08.3/cmake/templates/libkipi.pc.cmake.in new/libkipi-17.12.0/cmake/templates/libkipi.pc.cmake.in --- old/libkipi-17.08.3/cmake/templates/libkipi.pc.cmake.in 2017-11-04 06:10:17.000000000 +0100 +++ new/libkipi-17.12.0/cmake/templates/libkipi.pc.cmake.in 2017-11-04 04:49:30.000000000 +0100 @@ -5,7 +5,7 @@ Name: libkipi Description: KDE Image Plugin Interface, a C++ library to share plugins among graphic applications. -URL: http://www.digikam.org +URL: https://cgit.kde.org/libkipi.git/ Requires: Version: ${KIPI_LIB_VERSION_STRING} Libs: -L${LIB_INSTALL_DIR} -lkipi diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkipi-17.08.3/src/Mainpage.dox new/libkipi-17.12.0/src/Mainpage.dox --- old/libkipi-17.08.3/src/Mainpage.dox 2017-11-04 06:10:17.000000000 +0100 +++ new/libkipi-17.12.0/src/Mainpage.dox 2017-11-04 04:49:30.000000000 +0100 @@ -125,8 +125,4 @@ ownership of pointers to the classes in question. The KIPI::ImageCollectionShared pointer you give to KIPI::ImageCollection constructor will be the owned by the ImageCollection instance. - - digiKam has a full implemented KIPI interface. Look <a href=" - https://projects.kde.org/projects/extragear/graphics/digikam/repository/revisions/master/show/utilities/kipiiface"> - here</a> for details. */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkipi-17.08.3/src/configwidget.cpp new/libkipi-17.12.0/src/configwidget.cpp --- old/libkipi-17.08.3/src/configwidget.cpp 2017-11-04 06:10:17.000000000 +0100 +++ new/libkipi-17.12.0/src/configwidget.cpp 2017-11-04 04:49:30.000000000 +0100 @@ -1,8 +1,8 @@ /** =========================================================== * @file * - * This file is a part of digiKam project - * <a href="http://www.digikam.org">http://www.digikam.org</a> + * This file is a part of KDE project + * * * @date 2012-08-06 * @brief Plugins config widget. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkipi-17.08.3/src/configwidget.h new/libkipi-17.12.0/src/configwidget.h --- old/libkipi-17.08.3/src/configwidget.h 2017-11-04 06:10:17.000000000 +0100 +++ new/libkipi-17.12.0/src/configwidget.h 2017-11-04 04:49:30.000000000 +0100 @@ -1,8 +1,8 @@ /** =========================================================== * @file * - * This file is a part of digiKam project - * <a href="http://www.digikam.org">http://www.digikam.org</a> + * This file is a part of KDE project + * * * @date 2012-08-06 * @brief Plugins config widget. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkipi-17.08.3/src/imagecollection.cpp new/libkipi-17.12.0/src/imagecollection.cpp --- old/libkipi-17.08.3/src/imagecollection.cpp 2017-11-04 06:10:17.000000000 +0100 +++ new/libkipi-17.12.0/src/imagecollection.cpp 2017-11-04 04:49:30.000000000 +0100 @@ -1,8 +1,8 @@ /** =========================================================== * @file * - * This file is a part of digiKam project - * <a href="http://www.digikam.org">http://www.digikam.org</a> + * This file is a part of KDE project + * * * @date 2004-02-01 * @brief image collection diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkipi-17.08.3/src/imagecollection.h new/libkipi-17.12.0/src/imagecollection.h --- old/libkipi-17.08.3/src/imagecollection.h 2017-11-04 06:10:17.000000000 +0100 +++ new/libkipi-17.12.0/src/imagecollection.h 2017-11-04 04:49:30.000000000 +0100 @@ -1,8 +1,8 @@ /** =========================================================== * @file * - * This file is a part of digiKam project - * <a href="http://www.digikam.org">http://www.digikam.org</a> + * This file is a part of KDE project + * * * @date 2004-02-01 * @brief image collection diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkipi-17.08.3/src/imagecollectionselector.cpp new/libkipi-17.12.0/src/imagecollectionselector.cpp --- old/libkipi-17.08.3/src/imagecollectionselector.cpp 2017-11-04 06:10:17.000000000 +0100 +++ new/libkipi-17.12.0/src/imagecollectionselector.cpp 2017-11-04 04:49:30.000000000 +0100 @@ -1,8 +1,8 @@ /** =========================================================== * @file * - * This file is a part of digiKam project - * <a href="http://www.digikam.org">http://www.digikam.org</a> + * This file is a part of KDE project + * * * @date 2008-02-22 * @brief image collection selector template diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkipi-17.08.3/src/imagecollectionselector.h new/libkipi-17.12.0/src/imagecollectionselector.h --- old/libkipi-17.08.3/src/imagecollectionselector.h 2017-11-04 06:10:17.000000000 +0100 +++ new/libkipi-17.12.0/src/imagecollectionselector.h 2017-11-04 04:49:30.000000000 +0100 @@ -1,8 +1,8 @@ /** =========================================================== * @file * - * This file is a part of digiKam project - * <a href="http://www.digikam.org">http://www.digikam.org</a> + * This file is a part of KDE project + * * * @date 2008-02-22 * @brief image collection selector template diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkipi-17.08.3/src/imagecollectionshared.cpp new/libkipi-17.12.0/src/imagecollectionshared.cpp --- old/libkipi-17.08.3/src/imagecollectionshared.cpp 2017-11-04 06:10:17.000000000 +0100 +++ new/libkipi-17.12.0/src/imagecollectionshared.cpp 2017-11-04 04:49:30.000000000 +0100 @@ -1,8 +1,8 @@ /** =========================================================== * @file * - * This file is a part of digiKam project - * <a href="http://www.digikam.org">http://www.digikam.org</a> + * This file is a part of KDE project + * * * @date 2004-02-01 * @brief image collection shared diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkipi-17.08.3/src/imagecollectionshared.h new/libkipi-17.12.0/src/imagecollectionshared.h --- old/libkipi-17.08.3/src/imagecollectionshared.h 2017-11-04 06:10:17.000000000 +0100 +++ new/libkipi-17.12.0/src/imagecollectionshared.h 2017-11-04 04:49:30.000000000 +0100 @@ -1,8 +1,8 @@ /** =========================================================== * @file * - * This file is a part of digiKam project - * <a href="http://www.digikam.org">http://www.digikam.org</a> + * This file is a part of KDE project + * * * @date 2004-02-01 * @brief image collection shared diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkipi-17.08.3/src/imageinfo.cpp new/libkipi-17.12.0/src/imageinfo.cpp --- old/libkipi-17.08.3/src/imageinfo.cpp 2017-11-04 06:10:17.000000000 +0100 +++ new/libkipi-17.12.0/src/imageinfo.cpp 2017-11-04 04:49:30.000000000 +0100 @@ -1,8 +1,8 @@ /** =========================================================== * @file * - * This file is a part of digiKam project - * <a href="http://www.digikam.org">http://www.digikam.org</a> + * This file is a part of KDE project + * * * @date 2004-07-22 * @brief image info diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkipi-17.08.3/src/imageinfo.h new/libkipi-17.12.0/src/imageinfo.h --- old/libkipi-17.08.3/src/imageinfo.h 2017-11-04 06:10:17.000000000 +0100 +++ new/libkipi-17.12.0/src/imageinfo.h 2017-11-04 04:49:30.000000000 +0100 @@ -1,8 +1,8 @@ /** =========================================================== * @file * - * This file is a part of digiKam project - * <a href="http://www.digikam.org">http://www.digikam.org</a> + * This file is a part of KDE project + * * * @date 2004-07-22 * @brief image info diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkipi-17.08.3/src/imageinfoshared.cpp new/libkipi-17.12.0/src/imageinfoshared.cpp --- old/libkipi-17.08.3/src/imageinfoshared.cpp 2017-11-04 06:10:17.000000000 +0100 +++ new/libkipi-17.12.0/src/imageinfoshared.cpp 2017-11-04 04:49:30.000000000 +0100 @@ -1,8 +1,8 @@ /** =========================================================== * @file * - * This file is a part of digiKam project - * <a href="http://www.digikam.org">http://www.digikam.org</a> + * This file is a part of KDE project + * * * @date 2004-02-19 * @brief image info shared diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkipi-17.08.3/src/imageinfoshared.h new/libkipi-17.12.0/src/imageinfoshared.h --- old/libkipi-17.08.3/src/imageinfoshared.h 2017-11-04 06:10:17.000000000 +0100 +++ new/libkipi-17.12.0/src/imageinfoshared.h 2017-11-04 04:49:30.000000000 +0100 @@ -1,8 +1,8 @@ /** =========================================================== * @file * - * This file is a part of digiKam project - * <a href="http://www.digikam.org">http://www.digikam.org</a> + * This file is a part of KDE project + * * * @date 2004-02-19 * @brief image info shared diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkipi-17.08.3/src/interface.cpp new/libkipi-17.12.0/src/interface.cpp --- old/libkipi-17.08.3/src/interface.cpp 2017-11-04 06:10:17.000000000 +0100 +++ new/libkipi-17.12.0/src/interface.cpp 2017-11-04 04:49:30.000000000 +0100 @@ -1,8 +1,8 @@ /** =========================================================== * @file * - * This file is a part of digiKam project - * <a href="http://www.digikam.org">http://www.digikam.org</a> + * This file is a part of KDE project + * * * @date 2004-02-01 * @brief main kipi host application interface diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkipi-17.08.3/src/interface.h new/libkipi-17.12.0/src/interface.h --- old/libkipi-17.08.3/src/interface.h 2017-11-04 06:10:17.000000000 +0100 +++ new/libkipi-17.12.0/src/interface.h 2017-11-04 04:49:30.000000000 +0100 @@ -1,8 +1,8 @@ /** =========================================================== * @file * - * This file is a part of digiKam project - * <a href="http://www.digikam.org">http://www.digikam.org</a> + * This file is a part of KDE project + * * * @date 2004-02-01 * @brief main kipi host application interface @@ -66,8 +66,7 @@ /*! @enum KIPI::Features Not all host applications support the full subset of features that KIPI - allows access to. As an example <a href="http://www.digikam.org">digiKam</a> support comments - for albums. Thus before a plugin expect a decant value for the comment, + allows access to. Thus before a plugin expect a decant value for the comment, it should check whether KIPI::CollectionsHaveComments are set. It does so using KIPI::Interface::hasFeature(). */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkipi-17.08.3/src/libkipi_config.h.cmake.in new/libkipi-17.12.0/src/libkipi_config.h.cmake.in --- old/libkipi-17.08.3/src/libkipi_config.h.cmake.in 2017-11-04 06:10:17.000000000 +0100 +++ new/libkipi-17.12.0/src/libkipi_config.h.cmake.in 2017-11-04 04:49:30.000000000 +0100 @@ -1,7 +1,6 @@ /** =========================================================== * - * This file is a part of digiKam project - * <a href="http://www.digikam.org">http://www.digikam.org</a> + * This file is a part of KDE project * * @date 2004-09-09 * @brief KIPI release ID header diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkipi-17.08.3/src/plugin.cpp new/libkipi-17.12.0/src/plugin.cpp --- old/libkipi-17.08.3/src/plugin.cpp 2017-11-04 06:10:17.000000000 +0100 +++ new/libkipi-17.12.0/src/plugin.cpp 2017-11-04 04:49:30.000000000 +0100 @@ -1,8 +1,8 @@ /** =========================================================== * @file * - * This file is a part of digiKam project - * <a href="http://www.digikam.org">http://www.digikam.org</a> + * This file is a part of KDE project + * * * @date 2004-02-01 * @brief plugin interface diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkipi-17.08.3/src/plugin.h new/libkipi-17.12.0/src/plugin.h --- old/libkipi-17.08.3/src/plugin.h 2017-11-04 06:10:17.000000000 +0100 +++ new/libkipi-17.12.0/src/plugin.h 2017-11-04 04:49:30.000000000 +0100 @@ -1,8 +1,8 @@ /** =========================================================== * @file * - * This file is a part of digiKam project - * <a href="http://www.digikam.org">http://www.digikam.org</a> + * This file is a part of KDE project + * * * @date 2004-02-01 * @brief plugin interface diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkipi-17.08.3/src/pluginloader.cpp new/libkipi-17.12.0/src/pluginloader.cpp --- old/libkipi-17.08.3/src/pluginloader.cpp 2017-11-04 06:10:17.000000000 +0100 +++ new/libkipi-17.12.0/src/pluginloader.cpp 2017-11-04 04:49:30.000000000 +0100 @@ -1,8 +1,8 @@ /** =========================================================== * @file * - * This file is a part of digiKam project - * <a href="http://www.digikam.org">http://www.digikam.org</a> + * This file is a part of KDE project + * * * @date 2004-02-01 * @brief plugin loader diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkipi-17.08.3/src/pluginloader.h new/libkipi-17.12.0/src/pluginloader.h --- old/libkipi-17.08.3/src/pluginloader.h 2017-11-04 06:10:17.000000000 +0100 +++ new/libkipi-17.12.0/src/pluginloader.h 2017-11-04 04:49:30.000000000 +0100 @@ -1,8 +1,8 @@ /** =========================================================== * @file * - * This file is a part of digiKam project - * <a href="http://www.digikam.org">http://www.digikam.org</a> + * This file is a part of KDE project + * * * @date 2004-02-01 * @brief plugin loader @@ -178,9 +178,8 @@ \endcode - For a complete implementation used to manage Kipi-plugins in digiKam, look <a href="https://projects.kde.org/projects/extragear/graphics/digikam/repository/revisions/master/entry/utilities/kipiiface/kipipluginloader.cpp"> - into this class</a>, or you can look the code of the kxmlkipicmd test application - in the "test" folder from libkipi. + For a implementation sample used to manage Kipi-plugins in host application, + look the code of the kxmlkipicmd test application in the "test" folder from libkipi. To configure which plugins should be loaded, simply call PluginLoader::configWidget(), and insert the widget into your normal diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkipi-17.08.3/src/uploadwidget.cpp new/libkipi-17.12.0/src/uploadwidget.cpp --- old/libkipi-17.08.3/src/uploadwidget.cpp 2017-11-04 06:10:17.000000000 +0100 +++ new/libkipi-17.12.0/src/uploadwidget.cpp 2017-11-04 04:49:30.000000000 +0100 @@ -1,8 +1,8 @@ /** =========================================================== * @file * - * This file is a part of digiKam project - * <a href="http://www.digikam.org">http://www.digikam.org</a> + * This file is a part of KDE project + * * * @date 2008-02-26 * @brief template widget to upload items in collection diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkipi-17.08.3/src/uploadwidget.h new/libkipi-17.12.0/src/uploadwidget.h --- old/libkipi-17.08.3/src/uploadwidget.h 2017-11-04 06:10:17.000000000 +0100 +++ new/libkipi-17.12.0/src/uploadwidget.h 2017-11-04 04:49:30.000000000 +0100 @@ -1,8 +1,8 @@ /** =========================================================== * @file * - * This file is a part of digiKam project - * <a href="http://www.digikam.org">http://www.digikam.org</a> + * This file is a part of KDE project + * * * @date 2008-02-26 * @brief template widget to upload items in collection diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkipi-17.08.3/tests/CMakeLists.txt new/libkipi-17.12.0/tests/CMakeLists.txt --- old/libkipi-17.08.3/tests/CMakeLists.txt 2017-11-04 06:10:17.000000000 +0100 +++ new/libkipi-17.12.0/tests/CMakeLists.txt 2017-11-04 04:49:30.000000000 +0100 @@ -1,5 +1,5 @@ # -# Copyright (c) 2010-2016, Gilles Caulier, <caulier dot gilles at gmail dot com> +# Copyright (c) 2010-2017, Gilles Caulier, <caulier dot gilles at gmail dot com> # # Redistribution and use is allowed according to the terms of the BSD license. # For details see the accompanying COPYING-CMAKE-SCRIPTS file. @@ -14,7 +14,7 @@ include_directories(${JPEG_INCLUDE_DIR} ${PNG_INCLUDE_DIR} ${TIFF_INCLUDE_DIR}) -find_package(KF5KExiv2 5.0.0) +find_package(KF5KExiv2 5.0.0 QUIET) if(KF5KExiv2_FOUND) message(STATUS "libkexiv2 detected : test Kipi interface will support Metadata processing") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkipi-17.08.3/tests/common/kipiimagecollectionselector.cpp new/libkipi-17.12.0/tests/common/kipiimagecollectionselector.cpp --- old/libkipi-17.08.3/tests/common/kipiimagecollectionselector.cpp 2017-11-04 06:10:17.000000000 +0100 +++ new/libkipi-17.12.0/tests/common/kipiimagecollectionselector.cpp 2017-11-04 04:49:30.000000000 +0100 @@ -1,8 +1,8 @@ /** =========================================================== * @file * - * This file is a part of kipi-plugins project - * <a href="http://www.digikam.org">http://www.digikam.org</a> + * This file is a part of KDE project + * * * @date 2009-11-21 * @brief kipi host test application diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkipi-17.08.3/tests/common/kipiimagecollectionselector.h new/libkipi-17.12.0/tests/common/kipiimagecollectionselector.h --- old/libkipi-17.08.3/tests/common/kipiimagecollectionselector.h 2017-11-04 06:10:17.000000000 +0100 +++ new/libkipi-17.12.0/tests/common/kipiimagecollectionselector.h 2017-11-04 04:49:30.000000000 +0100 @@ -1,8 +1,8 @@ /** =========================================================== * @file * - * This file is a part of kipi-plugins project - * <a href="http://www.digikam.org">http://www.digikam.org</a> + * This file is a part of KDE project + * * * @date 2009-11-21 * @brief kipi host test application diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkipi-17.08.3/tests/common/kipiimagecollectionshared.cpp new/libkipi-17.12.0/tests/common/kipiimagecollectionshared.cpp --- old/libkipi-17.08.3/tests/common/kipiimagecollectionshared.cpp 2017-11-04 06:10:17.000000000 +0100 +++ new/libkipi-17.12.0/tests/common/kipiimagecollectionshared.cpp 2017-11-04 04:49:30.000000000 +0100 @@ -1,8 +1,8 @@ /** =========================================================== * @file * - * This file is a part of kipi-plugins project - * <a href="http://www.digikam.org">http://www.digikam.org</a> + * This file is a part of KDE project + * * * @date 2009-11-21 * @brief kipi host test application diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkipi-17.08.3/tests/common/kipiimagecollectionshared.h new/libkipi-17.12.0/tests/common/kipiimagecollectionshared.h --- old/libkipi-17.08.3/tests/common/kipiimagecollectionshared.h 2017-11-04 06:10:17.000000000 +0100 +++ new/libkipi-17.12.0/tests/common/kipiimagecollectionshared.h 2017-11-04 04:49:30.000000000 +0100 @@ -1,8 +1,8 @@ /** =========================================================== * @file * - * This file is a part of kipi-plugins project - * <a href="http://www.digikam.org">http://www.digikam.org</a> + * This file is a part of KDE project + * * * @date 2009-11-21 * @brief kipi host test application diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkipi-17.08.3/tests/common/kipiimageinfoshared.cpp new/libkipi-17.12.0/tests/common/kipiimageinfoshared.cpp --- old/libkipi-17.08.3/tests/common/kipiimageinfoshared.cpp 2017-11-04 06:10:17.000000000 +0100 +++ new/libkipi-17.12.0/tests/common/kipiimageinfoshared.cpp 2017-11-04 04:49:30.000000000 +0100 @@ -1,8 +1,8 @@ /** =========================================================== * @file * - * This file is a part of kipi-plugins project - * <a href="http://www.digikam.org">http://www.digikam.org</a> + * This file is a part of KDE project + * * * @date 2009-11-21 * @brief kipi host test application diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkipi-17.08.3/tests/common/kipiimageinfoshared.h new/libkipi-17.12.0/tests/common/kipiimageinfoshared.h --- old/libkipi-17.08.3/tests/common/kipiimageinfoshared.h 2017-11-04 06:10:17.000000000 +0100 +++ new/libkipi-17.12.0/tests/common/kipiimageinfoshared.h 2017-11-04 04:49:30.000000000 +0100 @@ -1,8 +1,8 @@ /** =========================================================== * @file * - * This file is a part of kipi-plugins project - * <a href="http://www.digikam.org">http://www.digikam.org</a> + * This file is a part of KDE project + * * * @date 2009-11-21 * @brief kipi host test application diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkipi-17.08.3/tests/common/kipiinterface.cpp new/libkipi-17.12.0/tests/common/kipiinterface.cpp --- old/libkipi-17.08.3/tests/common/kipiinterface.cpp 2017-11-04 06:10:17.000000000 +0100 +++ new/libkipi-17.12.0/tests/common/kipiinterface.cpp 2017-11-04 04:49:30.000000000 +0100 @@ -1,8 +1,8 @@ /** =========================================================== * @file * - * This file is a part of kipi-plugins project - * <a href="http://www.digikam.org">http://www.digikam.org</a> + * This file is a part of KDE project + * * * @date 2009-11-21 * @brief kipi host test application diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkipi-17.08.3/tests/common/kipiinterface.h new/libkipi-17.12.0/tests/common/kipiinterface.h --- old/libkipi-17.08.3/tests/common/kipiinterface.h 2017-11-04 06:10:17.000000000 +0100 +++ new/libkipi-17.12.0/tests/common/kipiinterface.h 2017-11-04 04:49:30.000000000 +0100 @@ -1,8 +1,8 @@ /** =========================================================== * @file * - * This file is a part of kipi-plugins project - * <a href="http://www.digikam.org">http://www.digikam.org</a> + * This file is a part of KDE project + * * * @date 2009-11-21 * @brief kipi host test application diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkipi-17.08.3/tests/common/kipiuploadwidget.cpp new/libkipi-17.12.0/tests/common/kipiuploadwidget.cpp --- old/libkipi-17.08.3/tests/common/kipiuploadwidget.cpp 2017-11-04 06:10:17.000000000 +0100 +++ new/libkipi-17.12.0/tests/common/kipiuploadwidget.cpp 2017-11-04 04:49:30.000000000 +0100 @@ -1,8 +1,8 @@ /** =========================================================== * @file * - * This file is a part of kipi-plugins project - * <a href="http://www.digikam.org">http://www.digikam.org</a> + * This file is a part of KDE project + * * * @date 2009-11-21 * @brief kipi host test application diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkipi-17.08.3/tests/common/kipiuploadwidget.h new/libkipi-17.12.0/tests/common/kipiuploadwidget.h --- old/libkipi-17.08.3/tests/common/kipiuploadwidget.h 2017-11-04 06:10:17.000000000 +0100 +++ new/libkipi-17.12.0/tests/common/kipiuploadwidget.h 2017-11-04 04:49:30.000000000 +0100 @@ -1,8 +1,8 @@ /** =========================================================== * @file * - * This file is a part of kipi-plugins project - * <a href="http://www.digikam.org">http://www.digikam.org</a> + * This file is a part of KDE project + * * * @date 2009-11-21 * @brief kipi host test application diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkipi-17.08.3/tests/common/kipiwritehelp.cpp new/libkipi-17.12.0/tests/common/kipiwritehelp.cpp --- old/libkipi-17.08.3/tests/common/kipiwritehelp.cpp 2017-11-04 06:10:17.000000000 +0100 +++ new/libkipi-17.12.0/tests/common/kipiwritehelp.cpp 2017-11-04 04:49:30.000000000 +0100 @@ -1,8 +1,7 @@ /** =========================================================== * @file * - * This file is a part of kipi-plugins project - * <a href="http://www.digikam.org">http://www.digikam.org</a> + * This file is a part of KDE project * * Date : 2009-13-11 * Description : Helper functions for writing images @@ -118,7 +117,7 @@ /* Write any data remaining in the buffer */ if (datacount > 0) { - if (dest->outDevice->write((char*)dest->buffer, datacount) != (ssize_t) datacount) + if ((size_t)dest->outDevice->write((char*)dest->buffer, datacount) != (size_t)datacount) ERREXIT(cinfo, JERR_FILE_WRITE); } } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkipi-17.08.3/tests/common/kipiwritehelp.h new/libkipi-17.12.0/tests/common/kipiwritehelp.h --- old/libkipi-17.08.3/tests/common/kipiwritehelp.h 2017-11-04 06:10:17.000000000 +0100 +++ new/libkipi-17.12.0/tests/common/kipiwritehelp.h 2017-11-04 04:49:30.000000000 +0100 @@ -1,8 +1,8 @@ /** =========================================================== * @file * - * This file is a part of kipi-plugins project - * <a href="http://www.digikam.org">http://www.digikam.org</a> + * This file is a part of KDE project + * * * Date : 2009-13-11 * Description : Helper functions for writing images diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkipi-17.08.3/tests/common/kipiwriteimage.cpp new/libkipi-17.12.0/tests/common/kipiwriteimage.cpp --- old/libkipi-17.08.3/tests/common/kipiwriteimage.cpp 2017-11-04 06:10:17.000000000 +0100 +++ new/libkipi-17.12.0/tests/common/kipiwriteimage.cpp 2017-11-04 04:49:30.000000000 +0100 @@ -1,8 +1,8 @@ /** =========================================================== * @file * - * This file is a part of kipi-plugins project - * <a href="http://www.digikam.org">http://www.digikam.org</a> + * This file is a part of KDE project + * * * Date : 2007-19-09 * Description : Interface to write image data to common picture format. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkipi-17.08.3/tests/common/kipiwriteimage.h new/libkipi-17.12.0/tests/common/kipiwriteimage.h --- old/libkipi-17.08.3/tests/common/kipiwriteimage.h 2017-11-04 06:10:17.000000000 +0100 +++ new/libkipi-17.12.0/tests/common/kipiwriteimage.h 2017-11-04 04:49:30.000000000 +0100 @@ -1,8 +1,8 @@ /** =========================================================== * @file * - * This file is a part of kipi-plugins project - * <a href="http://www.digikam.org">http://www.digikam.org</a> + * This file is a part of KDE project + * * * Date : 2007-19-09 * Description : Interface to write image data to common picture format. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkipi-17.08.3/tests/kipicmd/main.cpp new/libkipi-17.12.0/tests/kipicmd/main.cpp --- old/libkipi-17.08.3/tests/kipicmd/main.cpp 2017-11-04 06:10:17.000000000 +0100 +++ new/libkipi-17.12.0/tests/kipicmd/main.cpp 2017-11-04 04:49:30.000000000 +0100 @@ -1,8 +1,8 @@ /** =========================================================== * @file * - * This file is a part of kipi-plugins project - * <a href="http://www.digikam.org">http://www.digikam.org</a> + * This file is a part of KDE project + * * * @date 2009-11-21 * @brief kipi CLI host test application to run kipi tool as stand alone. @@ -314,7 +314,7 @@ QApplication app(argc, argv); app.setApplicationName(QLatin1String("kipicmd")); app.setApplicationVersion(QLatin1String(KIPI_VERSION_STRING)); - app.setOrganizationName(QLatin1String("http://www.digikam.org")); + app.setOrganizationName(QLatin1String("http://www.kde.org")); app.setWindowIcon(QIcon(QStandardPaths::locate(QStandardPaths::GenericDataLocation, QLatin1String(":/images/kipi-icon.svg")))); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkipi-17.08.3/tests/kxmlkipicmd/kipisetup.cpp new/libkipi-17.12.0/tests/kxmlkipicmd/kipisetup.cpp --- old/libkipi-17.08.3/tests/kxmlkipicmd/kipisetup.cpp 2017-11-04 06:10:17.000000000 +0100 +++ new/libkipi-17.12.0/tests/kxmlkipicmd/kipisetup.cpp 2017-11-04 04:49:30.000000000 +0100 @@ -1,8 +1,8 @@ /** =========================================================== * @file * - * This file is a part of kipi-plugins project - * <a href="http://www.digikam.org">http://www.digikam.org</a> + * This file is a part of KDE project + * * * @date 2012-06-28 * @brief kipi host test application using KDE XML-GUI technology diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkipi-17.08.3/tests/kxmlkipicmd/kipisetup.h new/libkipi-17.12.0/tests/kxmlkipicmd/kipisetup.h --- old/libkipi-17.08.3/tests/kxmlkipicmd/kipisetup.h 2017-11-04 06:10:17.000000000 +0100 +++ new/libkipi-17.12.0/tests/kxmlkipicmd/kipisetup.h 2017-11-04 04:49:30.000000000 +0100 @@ -1,8 +1,8 @@ /** =========================================================== * @file * - * This file is a part of kipi-plugins project - * <a href="http://www.digikam.org">http://www.digikam.org</a> + * This file is a part of KDE project + * * * @date 2012-06-28 * @brief kipi host test application using KDE XML-GUI technology diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkipi-17.08.3/tests/kxmlkipicmd/kipitestmainwindow.cpp new/libkipi-17.12.0/tests/kxmlkipicmd/kipitestmainwindow.cpp --- old/libkipi-17.08.3/tests/kxmlkipicmd/kipitestmainwindow.cpp 2017-11-04 06:10:17.000000000 +0100 +++ new/libkipi-17.12.0/tests/kxmlkipicmd/kipitestmainwindow.cpp 2017-11-04 04:49:30.000000000 +0100 @@ -1,8 +1,8 @@ /** =========================================================== * @file * - * This file is a part of kipi-plugins project - * <a href="http://www.digikam.org">http://www.digikam.org</a> + * This file is a part of KDE project + * * * @date 2012-06-20 * @brief kipi host test application diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkipi-17.08.3/tests/kxmlkipicmd/kipitestmainwindow.h new/libkipi-17.12.0/tests/kxmlkipicmd/kipitestmainwindow.h --- old/libkipi-17.08.3/tests/kxmlkipicmd/kipitestmainwindow.h 2017-11-04 06:10:17.000000000 +0100 +++ new/libkipi-17.12.0/tests/kxmlkipicmd/kipitestmainwindow.h 2017-11-04 04:49:30.000000000 +0100 @@ -1,8 +1,8 @@ /** =========================================================== * @file * - * This file is a part of kipi-plugins project - * <a href="http://www.digikam.org">http://www.digikam.org</a> + * This file is a part of KDE project + * * * @date 2012-06-20 * @brief kipi host test application using KDE XML-GUI technology diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkipi-17.08.3/tests/kxmlkipicmd/kipitestpluginloader.cpp new/libkipi-17.12.0/tests/kxmlkipicmd/kipitestpluginloader.cpp --- old/libkipi-17.08.3/tests/kxmlkipicmd/kipitestpluginloader.cpp 2017-11-04 06:10:17.000000000 +0100 +++ new/libkipi-17.12.0/tests/kxmlkipicmd/kipitestpluginloader.cpp 2017-11-04 04:49:30.000000000 +0100 @@ -1,8 +1,8 @@ /** =========================================================== * @file * - * This file is a part of kipi-plugins project - * <a href="http://www.digikam.org">http://www.digikam.org</a> + * This file is a part of KDE project + * * * @date 2012-06-20 * @brief kipi host test application using KDE XML-GUI technology diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkipi-17.08.3/tests/kxmlkipicmd/kipitestpluginloader.h new/libkipi-17.12.0/tests/kxmlkipicmd/kipitestpluginloader.h --- old/libkipi-17.08.3/tests/kxmlkipicmd/kipitestpluginloader.h 2017-11-04 06:10:17.000000000 +0100 +++ new/libkipi-17.12.0/tests/kxmlkipicmd/kipitestpluginloader.h 2017-11-04 04:49:30.000000000 +0100 @@ -1,8 +1,8 @@ /** =========================================================== * @file * - * This file is a part of kipi-plugins project - * <a href="http://www.digikam.org">http://www.digikam.org</a> + * This file is a part of KDE project + * * * @date 2012-06-20 * @brief kipi host test application using KDE XML-GUI technology diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkipi-17.08.3/tests/kxmlkipicmd/main.cpp new/libkipi-17.12.0/tests/kxmlkipicmd/main.cpp --- old/libkipi-17.08.3/tests/kxmlkipicmd/main.cpp 2017-11-04 06:10:17.000000000 +0100 +++ new/libkipi-17.12.0/tests/kxmlkipicmd/main.cpp 2017-11-04 04:49:30.000000000 +0100 @@ -1,8 +1,8 @@ /** =========================================================== * @file * - * This file is a part of kipi-plugins project - * <a href="http://www.digikam.org">http://www.digikam.org</a> + * This file is a part of KDE project + * * * @date 2009-11-21 * @brief kipi host test application @@ -58,7 +58,7 @@ QApplication app(argc, argv); app.setApplicationName(QLatin1String("kxmlkipicmd")); app.setApplicationVersion(QLatin1String(KIPI_VERSION_STRING)); - app.setOrganizationName(QLatin1String("http://www.digikam.org")); + app.setOrganizationName(QLatin1String("http://www.kde.org")); app.setWindowIcon(QIcon(QStandardPaths::locate(QStandardPaths::GenericDataLocation, QLatin1String(":/images/kipi-icon.svg")))); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkipi-17.08.3/tests/plugins/kxmlhelloworld/plugin_kxmlhelloworld.cpp new/libkipi-17.12.0/tests/plugins/kxmlhelloworld/plugin_kxmlhelloworld.cpp --- old/libkipi-17.08.3/tests/plugins/kxmlhelloworld/plugin_kxmlhelloworld.cpp 2017-11-04 06:10:17.000000000 +0100 +++ new/libkipi-17.12.0/tests/plugins/kxmlhelloworld/plugin_kxmlhelloworld.cpp 2017-11-04 04:49:30.000000000 +0100 @@ -1,7 +1,6 @@ /* ============================================================ * - * This file is a part of kipi-plugins project - * http://www.digikam.org + * This file is a part of KDE project * * Date : 2012-02-16 * Description : an Hello World plugin using KDE XML-GUI technology. @@ -209,13 +208,13 @@ addAction(QString::fromLatin1("kxmlhelloworld-actionTools"), d->actionTools, ToolsPlugin); - /** We will get current selected album in the digikam tree view + /** We will get current selected album in the host tree view */ ImageCollection currAlbum = interface()->currentAlbum(); bool enable = currAlbum.isValid() && !currAlbum.images().isEmpty(); d->actionTools->setEnabled(enable); - /** Another action dedicated to be plugged in digiKam Export menu. + /** Another action dedicated to be plugged in host Export menu. */ d->actionExport = new QAction(this); d->actionExport->setText(QLatin1String("KXML Hello World Export...")); @@ -227,7 +226,7 @@ addAction(QString::fromLatin1("kxmlhelloworld-actionExport"), d->actionExport, ExportPlugin); - /** Another action dedicated to be plugged in digiKam Import menu. + /** Another action dedicated to be plugged in host Import menu. */ d->actionImport = new QAction(this); d->actionImport->setText(QLatin1String("KXML Hello World Import...")); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkipi-17.08.3/tests/plugins/kxmlhelloworld/plugin_kxmlhelloworld.h new/libkipi-17.12.0/tests/plugins/kxmlhelloworld/plugin_kxmlhelloworld.h --- old/libkipi-17.08.3/tests/plugins/kxmlhelloworld/plugin_kxmlhelloworld.h 2017-11-04 06:10:17.000000000 +0100 +++ new/libkipi-17.12.0/tests/plugins/kxmlhelloworld/plugin_kxmlhelloworld.h 2017-11-04 04:49:30.000000000 +0100 @@ -1,7 +1,6 @@ /* ============================================================ * - * This file is a part of kipi-plugins project - * http://www.digikam.org + * This file is a part of KDE project * * Date : 2012-02-16 * Description : an Hello World plugin using KDE XML-GUI technology.
