Commit Graph

5470 Commits

Author SHA1 Message Date
Andreas Huggel
d341d507f9 Set svn properties 2006-12-18 16:05:50 +00:00
Andreas Huggel
433b9d7a6b Added fi.po from Mikael Lammentausta 2006-12-18 16:01:11 +00:00
Andreas Huggel
2c82879afe Added second attempt to parse an IPTC field into a string value, if parsing the actual type fails. Fixes bug #501. 2006-12-18 12:44:03 +00:00
Andreas Huggel
11b4817250 Minor fix 2006-12-15 05:07:58 +00:00
Andreas Huggel
0723a62899 Removed trailing whitespace 2006-12-15 05:07:05 +00:00
Andreas Huggel
93b79a26c6 Removed trailing whitespace 2006-12-15 05:03:31 +00:00
Andreas Huggel
d64de39d9f Merged revisions 1006:1014 from trunk into exiv2-tiffparser branch 2006-12-15 05:00:09 +00:00
Andreas Huggel
b9e7c8dd78 Updated Nikon lens info to v2.08 of Robert Rottmerhusen's lens database 2006-12-15 04:40:19 +00:00
Andreas Huggel
287f568b0f Tagged commercial release 12 2006-12-10 15:10:57 +00:00
Andreas Huggel
809bab2bb9 For commercial version: Removed code (c) Robert Rottmerhusen to decode Exif.Nikon3.LensData 2006-12-10 15:09:06 +00:00
Andreas Huggel
906ce415a1 Created branch 12, a copy of 0.12 for use with commercial license. 2006-12-10 14:59:29 +00:00
Andreas Huggel
69aed26fd6 Checks for types disabled, pending investigation (bug #500). 2006-12-10 04:08:03 +00:00
Andreas Huggel
9d0a7b0610 Implemented conversion function to display Windows tags 0x9c9b-0x9c9f. Added configure magic to find iconv. Fixes bug #460. 2006-12-09 12:13:10 +00:00
Andreas Huggel
5af0c96493 Cured a ./configure warning 2006-12-09 12:10:21 +00:00
Andreas Huggel
efc5a86653 Delete temporary file if user does not have write permissions. Completes fix for bug #497. 2006-12-05 16:18:41 +00:00
Andreas Huggel
3a944dfd83 Merged revisions 999:1004 from trunk into exiv2-tiffparser branch 2006-12-03 16:37:07 +00:00
Andreas Huggel
539a7682f9 Merged revisions 909:999 from trunk into exiv2-tiffparser branch 2006-12-03 16:09:26 +00:00
Andreas Huggel
597af997b6 Minor changes 2006-12-03 15:44:55 +00:00
Andreas Huggel
ff49b116b3 Enclosed i18n initialisation in #ifdef block 2006-12-03 14:39:08 +00:00
Andreas Huggel
af19f6f04e Fixed tests for various Nikon, Fujifilm, Panasonic and Olympus tag updates 2006-12-03 09:11:55 +00:00
Andreas Huggel
e44badeaf7 Deleted gettext feature branch 2006-12-03 08:49:22 +00:00
Andreas Huggel
04126e8bb8 Merged revisions 907:999 from gettext branch into trunk 2006-12-03 08:42:50 +00:00
Andreas Huggel
75085fbe43 FileIo::transfer: check if original file is writable, remember file permissions. Fixes bug #497 2006-12-01 08:12:32 +00:00
Andreas Huggel
2b0fc48a83 Tagged release 0.12 2006-11-27 12:11:52 +00:00
Andreas Huggel
fcc4e292c7 Updated ChangeLog 2006-11-26 15:41:14 +00:00
Andreas Huggel
b7e73a2090 Improved pretty-print function for degrees. 2006-11-26 15:40:41 +00:00
Andreas Huggel
61eb48cb35 Changed uint to unsigned int because MINGW does not define uint. Fixes bug #490 2006-11-26 13:04:04 +00:00
Andreas Huggel
f381cb6966 Do not write TIFF header to JPEG images if the Exif data is empty. Fixes bug #498. 2006-11-25 15:38:38 +00:00
Andreas Huggel
592ca5c711 Improved loading of JPEG data in case of problems. Existing Exif data is not modified until the new IFD0 is read successfully. Improved ExifData::clear() 2006-11-25 10:47:52 +00:00
Andreas Huggel
cc38da116d Tweaked test result comparison 2006-11-24 05:33:36 +00:00
Andreas Huggel
f46704d5ae Bumped version to 0.12 2006-11-22 16:06:16 +00:00
Andreas Huggel
195aeb861d Updated ChangeLog 2006-11-22 15:52:17 +00:00
Andreas Huggel
76ddb04eef Updated Nikon lens info to v2.07 of Robert Rottmerhusen's lens database 2006-11-22 14:51:39 +00:00
Andreas Huggel
5c7e414801 Documentation cleanup 2006-11-21 16:51:04 +00:00
Andreas Huggel
ba89716cd6 Added methods to access built-in read-only IPTC datasets 2006-11-21 16:22:56 +00:00
Andreas Huggel
3ff1bf4e13 Added methods to access built-in read-only taglists (Max Lapshin) 2006-11-21 15:43:11 +00:00
Andreas Huggel
757724b5f1 Updated to doxygen 1.5.1 2006-11-21 15:41:32 +00:00
Andreas Huggel
b745ab7977 Fixed doc target 2006-11-16 15:53:25 +00:00
Andreas Huggel
db5426a29e Added RenameAddon1.diff patch from Tobias Jahn, fixes bug #459. 2006-11-16 14:42:38 +00:00
Andreas Huggel
b90529f9f9 Added testcase for bug #495, fixed a few SVN mime-type properties 2006-11-16 12:53:25 +00:00
HumanDynamo
6ab08276ac Exiv2 from gettext branch : Nikon makernote : fix invalid tag print fonction call. 2006-11-16 12:35:51 +00:00
HumanDynamo
07f6069318 Exiv2 from gettext branch : fix invalid conversion in Nikon makernote 2006-11-16 12:28:33 +00:00
Andreas Huggel
02ace626ce Fixed ExifData::op= to update IFD pointers of Nikon3 and Fujifilm makernotes correctly. This solves the issues recreated with exiv2iface-test of #496. 2006-11-16 11:14:18 +00:00
Andreas Huggel
232bc3544e Merged changes 974:976 from trunk 2006-11-16 10:30:57 +00:00
Andreas Huggel
2e82834545 Merged changes 942:943 from trunk 2006-11-16 10:27:12 +00:00
Andreas Huggel
3484fcd43f Fixed bugfixes-test for changes introduced in rev. 894 and 943 2006-11-16 10:14:01 +00:00
Andreas Huggel
973ff7864f Fixed exiv2-test for changes introduced in rev. 894 2006-11-16 10:08:49 +00:00
HumanDynamo
da0a6ead0c Exiv2 from gettext branch : added Canon makernote to i18n for the future 2006-11-15 15:44:12 +00:00
HumanDynamo
7896152fe9 Exiv2 from gettext branch : update Nikon makernote implementation. Now complete. 2006-11-15 15:40:29 +00:00
Andreas Huggel
4560a638b5 Tagged commercial Exiv2 version 11 2006-11-14 15:31:20 +00:00