Commit Graph

7692 Commits

Author SHA1 Message Date
Andreas Huggel
7d466b3e87 Fixed typo. 2010-04-03 07:02:16 +00:00
Andreas Huggel
42ad10a5f0 #685: Applied iconv fix for cmake config file. (Nikolai Saoukh) 2010-04-03 05:53:05 +00:00
Andreas Huggel
4eea186240 #688: Stronger check for return type of strrerror_r. (Nikolai Saoukh) 2010-04-03 05:41:42 +00:00
Andreas Huggel
c7d5396669 Fixed issues with Unicode paths on Windows. (Thomas Beutlich) 2010-04-03 04:03:15 +00:00
Andreas Huggel
8c7fffdc7d Fixed compilation error on MSVC when SUPPRESS_WARNINGS is defined. (Thomas Beutlich) 2010-04-03 03:21:02 +00:00
Andreas Huggel
8d8a433da5 Updated Nikon Lens lookup table to v4.3.400.01 of Robert Rottmerhusen's fmountlens list. 2010-04-03 02:37:35 +00:00
Andreas Huggel
f8197d8463 #668: In TIFF and TIFF-like images, never modify 'image tags'. This patch implements the basic idea. 2010-04-01 16:20:54 +00:00
Andreas Huggel
d8197c1cfe #690: Fixed typo (Volker Grabsch). 2010-03-25 02:33:48 +00:00
Andreas Huggel
13704dcba4 #684: Extended SubIFD support to 9 SubIFDs. 2010-03-04 14:46:01 +00:00
Andreas Huggel
b8d802c12c #684: Quickfix to prevent the assertion failure. 2010-03-04 13:34:54 +00:00
Robin Mills
4c4955f876 adding EXIV2API to class CharsetInfo to fix the Mac build breaker introduced in revision:2032 2010-03-03 06:37:33 +00:00
Robin Mills
90147a3439 MSVC fixes to
1) remove use of gmtime_r
2) export static DLL method const char* CommentValue::name(CharsetId)
See discussion #419 in the Forum.  http://dev.exiv2.org/boards/3/topics/show/419
2010-03-01 05:10:07 +00:00
Andreas Huggel
3e025435a8 Added iView Media Pro and MS Expression Media XMP schemas. (Steve Wright) 2010-02-17 13:54:41 +00:00
Andreas Huggel
f03af22ccd #683: Fixed -r conversions for weekday and day of year. 2010-02-17 13:42:15 +00:00
Andreas Huggel
ade0b51b79 #671: Fixed error handling for read-only files. 2010-02-15 09:25:25 +00:00
Andreas Huggel
ec9bf9a142 Documented recent utility changes. 2010-02-15 09:10:58 +00:00
Andreas Huggel
6c0ecf66fb #662: Added new option -n and action fixcom to exiv2 utility. 2010-02-12 15:37:28 +00:00
Andreas Huggel
8a827fe979 Updated Nikon Lens lookup table to v4.2.377.1 of Robert Rottmerhusen's fmountlens list. 2010-02-08 14:08:30 +00:00
Andreas Huggel
f01c919e14 Added -g option to exiv2 utility to 'grep' info for individual tags. 2010-02-07 13:53:00 +00:00
Andreas Huggel
6d1da85d63 #666: Bugfix, updated test results. 2010-02-05 10:32:07 +00:00
Andreas Huggel
4c5384936a #666: Added test-case. 2010-02-05 09:42:12 +00:00
Andreas Huggel
5f1d09b6f0 #666: Added configuration setting to concatenate gaps between known tags in binary arrays. Needs testing and a test-case. 2010-02-04 16:41:14 +00:00
Andreas Huggel
ece0a5c0b1 Tweak. 2010-01-31 13:29:15 +00:00
Andreas Huggel
603680b2d1 Various optimizations (side-effect of the analysis for #677). 2010-01-31 13:03:36 +00:00
Andreas Huggel
7a71340247 #677: Reversed changes from r2018. 2010-01-31 06:31:40 +00:00
Andreas Huggel
2d91fb1f6d #677: Avoid deleting Exif metadata from the container when writing. 2010-01-30 10:05:48 +00:00
Andreas Huggel
ed6f195c7f #677: Changed the container for Exif metadata from a std::vector to a std::list (plus an unrelated optimization). 2010-01-30 09:50:03 +00:00
Andreas Huggel
2ce6c3dd00 Compile WError stuff only if Unicode paths are configured. 2010-01-25 15:23:06 +00:00
Andreas Huggel
18f1cc97b7 More W/Error changes to better support w/what(). 2010-01-25 15:00:54 +00:00
Andreas Huggel
50d9dce7af Make sure BasicError<> typeinfo symbol is published in the shared library, provide a test case in exifprint.cpp 2010-01-23 15:31:00 +00:00
Andreas Huggel
0bc517b545 #662: Detect and interpret a BOM. 2010-01-20 12:07:40 +00:00
Andreas Huggel
68f7c00623 #674: Fixed default type for TIFF/EP ShutterSpeedValue (Olivier Tilloy). 2010-01-20 10:44:38 +00:00
Andreas Huggel
e43a11f7b2 #662: Code tweak and updated expected test results. 2010-01-19 14:04:09 +00:00
Andreas Huggel
d00c806e3c #673: Accept XMP sidecars starting with a UTF-8 BOM. 2010-01-19 13:50:20 +00:00
Andreas Huggel
9b4f4f84d6 MinGW and MSVC fixes. 2010-01-18 16:34:16 +00:00
Andreas Huggel
ba5a7b9075 Minor fix. 2010-01-18 12:58:26 +00:00
Andreas Huggel
49e040ee8d Generalized class Error, added class WError for use with Unicode-Paths. 2010-01-17 14:36:08 +00:00
Andreas Huggel
dab01e73e9 #662: Added CommentValue::detectCharset and an optional parameter for the encoding to CommentValue::comment(). 2010-01-15 11:29:55 +00:00
Andreas Huggel
41b3365ad1 #662: Charset conversion on read and write (and if needed on copy). 2010-01-14 16:54:57 +00:00
Andreas Huggel
934c36a5ae #572: Escape special characters in the JPEG comment (using the new function by Leo Sutic. 2010-01-14 02:51:19 +00:00
Andreas Huggel
942d217e89 #662: Fixes by Leo Sutic. Added carriage return to the special characters. 2010-01-14 02:26:15 +00:00
Andreas Huggel
d3068c8c69 #662: Updated expected test results. 2010-01-12 17:07:30 +00:00
Andreas Huggel
3a76ca8ad7 #662: Mostly formatting changes and a few tweaks. Move exifcomment tests to bugfixes-test.sh 2010-01-12 16:29:10 +00:00
Andreas Huggel
52f8c366c2 #662: Patch exiv2-exifcomment-unicode.patch from Leo Sutic (unmodified, without exiv2-bug662.jpg). 2010-01-12 14:06:54 +00:00
Andreas Huggel
0b65033488 #665: Quick-fix for the exiv2 utility to allow inserting Exif data into ORF files. 2010-01-10 16:00:09 +00:00
Andreas Huggel
50c213af9b Published convertStringCharset() in the API (for #662). 2010-01-07 16:55:23 +00:00
Andreas Huggel
7154969383 #672: Needed to compile on systems with lstat. 2010-01-07 14:39:34 +00:00
Andreas Huggel
c2ee400875 #672: Fixed issue with C-string pointer of a temporary. 2010-01-06 16:37:43 +00:00
Andreas Huggel
b986487673 Reverted accidental Makefile changes from r1994. 2010-01-06 14:26:01 +00:00
HumanDynamo
b85909a314 add Kipi xmp namespace used by digiKam kipi-plugins 2010-01-06 12:52:57 +00:00