Activity
From 05 Aug 2010 to 03 Sep 2010
02 Sep 2010
- 23:18 Bug #725 (Closed): -DSUPPRESS_WARNINGS is kind of hokey
- Closing as duplicate of #614.
See #476 for the current idea to resolve this. This is a long overdue issue and I'd ... - 17:56 Bug #725 (Closed): -DSUPPRESS_WARNINGS is kind of hokey
- I'm having a problem with the -DSUPPRESS_WARNINGS mechanism.
libexiv2 is installed as a system-wide library. But s... - 09:26 Feature #721 (Assigned): Remove IfdId from the published interface
- For the new unified Key required by #585 it is not a good idea to have Exif tag reference functions in ExifKey: Remov...
30 Aug 2010
- 13:24 Patch #724 (Resolved): Avoid undefined symbol warnings on GCC linux
- 13:24 Revision 2337: #724: Avoid warning if _MSC_VER is not defined.
- 12:34 Feature #721 (Resolved): Remove IfdId from the published interface
- 12:33 Revision 2336: #721: Renamed ifdItem to groupName and big internal clean-up: consolidated groups ...
- 02:09 Revision 2335: Changed default type for IFDs to asciiString and use it in ExifKey::defaultTypeId().
29 Aug 2010
- 09:17 Revision 2334: Added known counts for binary arrays, added default type for each tag list and cou...
- 04:21 Revision 2333: Added ExifKey::defaultCount() to access the new count reference information.
- 03:05 Revision 2332: Added count patch by Matthias Baas. Adds a count field to the Exif tag reference d...
28 Aug 2010
- 10:47 Revision 2331: #721: Removed IfdId from the published API. ExifKey now gives access to reference ...
- 06:07 Patch #724: Avoid undefined symbol warnings on GCC linux
- Ok ;)
- 06:05 Patch #724: Avoid undefined symbol warnings on GCC linux
- I think what we mean is
#if defined(_MSC_VER) && (_MSC_VER >= 1400)
...
- 03:29 Patch #724 (Resolved): Avoid undefined symbol warnings on GCC linux
- Currently GCC on linux complains about the undefined symbol _MSC_VER. The attached patch resolves this problem. I do ...
- 03:26 Bug #722: Unit tests do not build with CMake and out of source build
- Hm, I don't really agree to build unit tests against an installed version. Normally you want to use unit tests to che...
- 03:22 Patch #723 (Resolved): Fix pkg-config file
- Applied patch but haven't tested it. Thanks!
- 03:21 Revision 2330: #723: Applied cmake patch for pkg-config file from Johannes Wienke.
- 03:18 Bug #722: Unit tests do not build with CMake and out of source build
- It's important that the samples are built against the installed exiv2. That's part of the test. That way it tests pkg...
- 03:00 Patch #723 (Resolved): Fix pkg-config file
- The current CMake build generates a wrong pkg-config file because ${prefix} in the file is replaced to nothing by cma...
- 02:37 Bug #722 (New): Unit tests do not build with CMake and out of source build
- ...
24 Aug 2010
- 08:54 Revision 2329: Bugfix (Matthias Baas)
- 08:45 Revision 2328: #721: Use Pimpl idiom for class ExifKey in preparation for more changes.
20 Aug 2010
- 21:53 Feature #721: Remove IfdId from the published interface
- Under the hood, the use of IfdId and the group integer constant (namespace Group) should be consolidated at the same ...
- 20:29 Bug #720 (Rejected): Crash while reading ORF image
- 20:28 Feature #721 (Assigned): Remove IfdId from the published interface
- Together with #719, this will allow more changes to the makernotes without affecting API/ABI compatibility in the fut...
19 Aug 2010
18 Aug 2010
- 09:32 Revision 2326: #667: Fixed Exif.CanonPr.ToneCurve (Greg Mansfield)
- 08:38 Revision 2325: #719: Added ExifTags::groupList() to access the list of all Exif groups.
- 06:47 Revision 2324: add new image history XMP tag from digiKam 2.0
16 Aug 2010
- 07:14 Revision 2323: #667: Added support for Canon Processing Info tags (CanonPr binary array). Patch b...
- 06:40 Feature #719 (Resolved): Remove makernote classes and pretty-print functions from the published i...
- 06:38 Revision 2322: #719: Removed standard Exif tag definitions and pretty-print functions from the AP...
- 06:35 Revision 2321: Added tests for TIFF Float and Double values added for #711.
15 Aug 2010
- 08:09 Revision 2320: Bumped version to 0.21 to facilitate testing (soname remains unchanged for now).
- 07:33 Revision 2319: Fixed zlib uncompression of large PNG metadata buffers.
14 Aug 2010
- 06:53 Revision 2318: #719: Removed Canon makernote class and pretty-print functions from the published ...
- 03:42 Bug #720: Crash while reading ORF image
- Sorry, completely unreproducible. I don't even know which image caused this. I recompiled exiv2 with debug symbols an...
- 03:41 Bug #720: Crash while reading ORF image
- Can you please attach or send me the image? (Can you reproduce this with the exiv2 command line tool alone?)
- 03:14 Bug #720 (Rejected): Crash while reading ORF image
- Digikam crash while changing metadata of an ORF image:...
- 01:52 Revision 2317: #719: Removed Olympus makernote class and pretty-print functions from the publishe...
- 01:01 Revision 2316: #719: Removed Fuji makernote class and pretty-print functions from the published i...
13 Aug 2010
- 20:06 Revision 2315: #719: Removed Minolta makernote class and pretty-print functions from the publishe...
- 19:59 Revision 2314: #719: Removed Sony makernote class and pretty-print functions from the published i...
- 19:50 Revision 2313: #719: Removed Sigma makernote class and pretty-print functions from the published ...
- 19:45 Revision 2312: #719: Removed Pentax makernote class and pretty-print functions from the published...
- 19:36 Revision 2311: #719: Removed Panasonic makernote class and pretty-print functions from the publis...
- 10:17 Feature #635: [Wish] Write support for Canon RAW CR2 files
- I would like to second the request for this feature. For instance when I tag my raw files in digiKam its quite tedio...
12 Aug 2010
- 09:40 Revision 2310: #719: Added new ExifTags::tagList() function which returns the taglist for an Exif...
11 Aug 2010
- 08:39 Bug #717: Writing Exif.Image.ImageDescription in ORF file corrupts file
- I was to slow it seems like.... the svn gave me revision 2309 so tried that ;)
The cast is indeed gone and within th...
09 Aug 2010
- 07:54 Revision 2309: fix install of header files
- 03:07 Feature #719: Remove makernote classes and pretty-print functions from the published interface
- The current interface to access makernote taglists becomes internal with this change.
A replacement is required whic...
08 Aug 2010
- 08:21 Feature #719: Remove makernote classes and pretty-print functions from the published interface
- * Makernote header files will be renamed from @*mn.hpp@ to @*mn_int.hpp@ and will not be installed in the include dir...
- 08:11 Revision 2308: #719: Removed Nikon makernote classes and pretty-print functions from the publishe...
- 08:10 Feature #719 (Resolved): Remove makernote classes and pretty-print functions from the published i...
- This will allow more changes to the makernotes without affecting API/ABI compatibility in the future. Since makernote...
- 07:56 Revision 2307: Fixed a few errors.
07 Aug 2010
- 09:36 Revision 2306: Re-added generalized ValueType constructors.
- 06:43 Revision 2305: Made new constructor explicit.
- 04:44 Bug #717 (Resolved): Writing Exif.Image.ImageDescription in ORF file corrupts file
- Can you try again with the latest version from SVN, r2304 and confirm if that works for you as it does here and also ...
- 04:19 Revision 2304: #717: Retain TIFF IFD type when writing, removed unnecessary ValueType constructors.
06 Aug 2010
- 09:11 Bug #717: Writing Exif.Image.ImageDescription in ORF file corrupts file
- > So in Quicklook (the Apple viewer, right?) it still has the cyan cast. I should be able to try this myself at home ...
- 01:47 Bug #717: Writing Exif.Image.ImageDescription in ORF file corrupts file
- Yes, the version in SVN is still 0.20 and from the remaining differences it looks like you're running the SVN version...
05 Aug 2010
- 12:31 Bug #717: Writing Exif.Image.ImageDescription in ORF file corrupts file
- Ok made some time 2day.
I did not get it to behave with macports ... so in the end I just did the make config ./conf... - 01:23 Bug #717: Writing Exif.Image.ImageDescription in ORF file corrupts file
- I will try and install the svn this coming week but I am not 100% sure if I will succeed since I installed the v0.20 ...
Also available in: Atom