Commit Graph

1946 Commits

Author SHA1 Message Date
Andreas Huggel
0163a4d72f Fixed compiler warning (i686-apple-darwin9-g++-4.0.1). 2009-11-28 14:09:28 +00:00
Andreas Huggel
a175d9a9f2 Updated Nikon Lens lookup table to v4.1.361.01 of Robert Rottmerhusen's fmountlens list. 2009-11-28 14:07:35 +00:00
Andreas Huggel
26cc4713d7 #620: Removed assertion. For decrypted tags, the condition can be false. 2009-11-28 09:41:03 +00:00
Andreas Huggel
9a433a629c Updated Doxyfile for doxygen 1.6.1 and silenced a few doxygen warnings. 2009-11-28 08:28:08 +00:00
Andreas Huggel
0e39032c90 More libtool config updates. 2009-11-27 11:39:59 +00:00
Andreas Huggel
c7ba938135 Updated ltmain.sh, install-sh (from libtool). 2009-11-27 10:39:39 +00:00
Andreas Huggel
e9c27f8184 Updated config.rpath (from gettext). 2009-11-27 10:38:56 +00:00
Andreas Huggel
06ce586d56 Updated config.guess, config.sub. 2009-11-27 10:25:14 +00:00
Andreas Huggel
5deab1f7e5 Updated test results. 2009-11-27 08:32:01 +00:00
Andreas Huggel
d73096f95d Bumped version to 0.18.99. 2009-11-27 08:30:00 +00:00
Andreas Huggel
370af5c8a3 Merged all changes from the unstable branch into the trunk. 2009-11-27 05:59:23 +00:00
Andreas Huggel
f74c3bcca2 Fixes and updated test results for Canon FileInfo change. 2009-11-26 19:04:22 +00:00
Andreas Huggel
e445774e5f Quick fix to prevent exception (need new easyaccess for file number). 2009-11-26 18:08:11 +00:00
Andreas Huggel
3a6205aa25 Added pretty-print function for tag Exif.CanonFi.FileNumber, renamed tag Exif.Canon.ImageNumber to Exif.Canon.FileNumber. 2009-11-26 17:22:23 +00:00
Andreas Huggel
ab7b4982ce Added support for Canon FileInfo tags (Andi Clemens). 2009-11-26 14:43:07 +00:00
Andreas Huggel
abd304d53b Merged c1931 from the trunk. 2009-11-24 16:19:10 +00:00
Andreas Huggel
13b0f761fb #657: Fixed tag name of Exif.Nikon3.0x008d to ColorHue. 2009-11-24 15:01:50 +00:00
Andreas Huggel
564f6f6bca Merged c1927 from the trunk. 2009-11-22 10:08:55 +00:00
Andreas Huggel
5d9b313756 Updated/fixed version in cmake scripts. 2009-11-22 10:08:08 +00:00
Andreas Huggel
6070a2f2f2 More cmake updates (still with debug output). 2009-11-20 16:51:31 +00:00
Andreas Huggel
f1db95c52f #656: Replaced assertions with a proper test. 2009-11-17 14:34:35 +00:00
Andreas Huggel
3c9c0eda35 #653: Merged c1920 from branches/unstable. 2009-11-15 13:55:19 +00:00
Andreas Huggel
fbad73e09f #649: Even more updated test results. 2009-11-14 09:29:49 +00:00
Andreas Huggel
5475a5c99e #649: More updated test results. 2009-11-14 09:11:21 +00:00
Andreas Huggel
a188c4f749 #620: Updated another test result. 2009-11-14 07:30:06 +00:00
Andreas Huggel
63bb1473d1 #620: Updated test results. 2009-11-14 05:20:19 +00:00
Andreas Huggel
e7bdd41f9e Some cmake updates. 2009-11-13 12:41:18 +00:00
Andreas Huggel
7c2a051ce5 #653: Added missing #include (and silenced two unrelated warnings). 2009-11-08 16:27:19 +00:00
Andreas Huggel
cc7030ff2e Fixes for Mac OS X. Not tested on other platforms yet. 2009-11-07 15:15:34 +00:00
Andreas Huggel
cbfb33f567 #617: Changed TiffParser::encode to use an instance of BasicIo instead of a Blob for intrusive writing (API change). 2009-11-07 14:42:19 +00:00
Andreas Huggel
2218d002b5 Doc fix. 2009-11-07 14:17:03 +00:00
Andreas Huggel
bb63efa9a9 Minor fix in MemIo::mmap declaration. 2009-11-07 14:15:47 +00:00
Andreas Huggel
9d404092d9 Fix in FileIo::transfer() for a bug introduced with Windows unicode path support. 2009-11-07 14:15:02 +00:00
Andreas Huggel
323481b712 #652: Better conversion of Exif SubSec tags. 2009-11-07 14:06:59 +00:00
Andreas Huggel
4e82ab6c52 #655: Improved doc. 2009-11-07 07:43:55 +00:00
Andreas Huggel
47bf760367 #646: Added a few Pentax lenses. (mike) 2009-10-18 21:39:21 +00:00
Andreas Huggel
e8d44fdad6 Updated Nikon Lens lookup table to v4.1.357.01 of Robert Rottmerhusen's fmountlens list. 2009-10-18 21:23:12 +00:00
Andreas Huggel
f8d105462d Added Sigma 28-80mm f/3.5-5.6 lens. (jo hanika) 2009-10-18 21:05:57 +00:00
Andreas Huggel
3220260d77 #649: Misc Converter fixes. (Vladimir Nadvornik) 2009-10-18 20:52:52 +00:00
Andreas Huggel
f7abdb75e2 #571: Detect charset and convert to UTF-8 when converting IPTC to XMP; set Iptc.Envelope.CharacterSet when converting from XMP to IPTC. (Vladimir Nadvornik) 2009-10-18 20:31:59 +00:00
Andreas Huggel
c70bb78a8e Windows unicode support now compiles on MinGW and with MSVC 9 (but is still untested). 2009-10-05 14:36:44 +00:00
Andreas Huggel
caff92f3aa Fixed warnings on MinGW. 2009-10-05 14:28:33 +00:00
Andreas Huggel
412842400f Merged c1902 from the trunk. 2009-10-04 10:00:40 +00:00
Andreas Huggel
a0dff2e256 Merged r1896:1900 from the trunk. 2009-10-04 09:58:27 +00:00
Andreas Huggel
013c99794e Remove trailing \0 from iconv-converted text. 2009-10-03 13:15:54 +00:00
Andreas Huggel
215a4ce339 Initialize variables (valgrind complained). 2009-10-03 07:53:49 +00:00
Andreas Huggel
0dbb531f6e Added support for Unicode paths on Windows, based on work by Jonathan Potter, GP Software. Without EXV_UNICODE_PATH defined the interface remains the same, new code not yet tested on Windows. 2009-10-03 02:32:38 +00:00
Andreas Huggel
948bbc5223 #645: Added check for empty GPS coordinate value to prevent out-of-range exception. 2009-09-16 11:27:29 +00:00
Andreas Huggel
5e578f3ef6 #645: Catch XMP-SDK exception from date conversion. (Vladimir Nadvornik) 2009-09-16 11:19:49 +00:00
Andreas Huggel
4ab90e0f60 #647: Extended range check. 2009-09-06 15:44:59 +00:00