[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:37:06 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=55aebc0

The following commit has been merged in the master branch:
commit 55aebc0686d69da05ac573385dd9c574d5b07bc2
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Sun Apr 17 11:51:32 2005 +0000

    Overhauled exception handling. The new class Error has a list of error messages, which is selected based on the error code provided in the constructor.
    Image::read/writeMetadata and ImageFactory::open now throw Error in case of failure. Applications therefore now need an exception handler for the error handling of such function calls. This should result in shorter and simpler application code.
---
 src/Makefile                      |   9 +-
 src/actions.cpp                   | 295 ++++++++++++--------------------------
 src/addmoddel.cpp                 |  21 +--
 src/basicio.cpp                   |  55 ++++---
 src/basicio.hpp                   |  76 +++++-----
 src/dataarea-test.cpp             |  23 +--
 src/datasets.cpp                  |  14 +-
 src/datasets.hpp                  |  52 +++----
 src/error.cpp                     | 121 ++++++++++++++++
 src/error.hpp                     | 103 +++++++++++--
 src/exif.cpp                      |  75 +++-------
 src/exif.hpp                      |  50 +++----
 src/exifcomment.cpp               |  26 +---
 src/exifdata-test.cpp             |  43 ++----
 src/exifprint.cpp                 |  20 +--
 src/exiv2.cpp                     |  28 ++--
 src/{metadatum.cpp => futils.cpp} |  70 ++++-----
 src/{error.hpp => futils.hpp}     |  63 ++++----
 src/ifd-test.cpp                  |   2 +-
 src/ifd.cpp                       |  19 ++-
 src/ifd.hpp                       |  15 +-
 src/image.cpp                     |  77 +++-------
 src/image.hpp                     |  64 +++------
 src/iotest.cpp                    |  32 ++---
 src/iptc.cpp                      |  42 ------
 src/iptc.hpp                      |  22 +--
 src/iptceasy.cpp                  |  22 +--
 src/iptcprint.cpp                 |  20 +--
 src/iptctest.cpp                  |  38 ++---
 src/jpgimage.cpp                  | 157 ++++++++++----------
 src/jpgimage.hpp                  |  37 ++---
 src/metacopy.cpp                  |  48 ++-----
 src/metadatum.hpp                 |   2 +-
 src/taglist.cpp                   |   4 +-
 src/tags.cpp                      |  22 ++-
 src/tags.hpp                      |  27 ++--
 src/utils.cpp                     |  19 +--
 src/utils.hpp                     |  17 ---
 src/utiltest.cpp                  |  12 --
 src/value.cpp                     |  18 +--
 src/value.hpp                     |  15 +-
 src/write-test.cpp                |  37 ++---
 src/write2-test.cpp               |  46 ++----
 43 files changed, 836 insertions(+), 1122 deletions(-)

The diff has been stripped from this email because it exceeds 50KB


-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list