Commit Graph

5470 Commits

Author SHA1 Message Date
Andreas Huggel
2594c52010 [unstable] Merge branch 'master' (svn trunk r2639) into unstable
Conflicts:
	CMakeLists.txt
	README
	config/configure.ac
	contrib/buildForMac
	doc/ChangeLog
	msvc/exiv2lib/exiv2lib.vcproj
	msvc64/ReadMe.txt
	msvc64/exiv2/exiv2.vcproj
	msvc64/exiv2lib/exiv2lib.vcproj
	msvc64/include/exv_msvc.h
	msvc64/runner.py
	msvc64/runner.txt
	msvc64/xmpsdk/xmpsdk.vcproj
	po/de.po
	po/es.po
	po/exiv2.pot
	po/fi.po
	po/fr.po
	po/pl.po
	po/ru.po
	po/sk.po
	src/CMakeLists.txt
	src/actions.cpp
	src/canonmn.cpp
	src/easyaccess.cpp
	src/exiv2.1
	src/exiv2.cpp
	src/jpgimage.cpp
	src/nikonmn.cpp
	src/preview.cpp
	src/properties.cpp
	src/properties.hpp
	src/samsungmn.cpp
	src/samsungmn_int.hpp
	src/tags.cpp
	src/tags.hpp
	src/tiffimage.cpp
	src/xmp.cpp
	test/data/bugfixes-test.out
2012-03-11 07:22:41 +00:00
Andreas Huggel
e5c7c207de #815: Checked-in patch with new Tokina lens by Chris Chiappa. 2012-03-11 03:57:55 +00:00
Andreas Huggel
cd7dd0ca8b #803: Fixed Rational/URational issues on Solaris. 2012-03-11 01:48:45 +00:00
Andreas Huggel
1dd39bacc4 Added cmake patch to fix compilation on MSVC with KDE Windows (Ananta Palani) 2012-03-10 06:13:08 +00:00
Andreas Huggel
ad0d28080c #809: Applied patch by Thomas Beutlich to fix Windows ccompilation error. 2012-03-07 09:56:30 +00:00
Andreas Huggel
d84c70192a #808: Applied patch by Pavel Heimlich. 2012-02-25 08:15:42 +00:00
Andreas Huggel
8caf58bce5 #809: Applied patch by Pavel Heimlich. 2012-02-25 08:07:49 +00:00
Andreas Huggel
6233fa6930 #810: Added sanity-checks for the minimum size of IFD makernotes before parsing. 2012-02-17 15:51:46 +00:00
Andreas Huggel
3153aab461 #806: Fixed typo. (Mark Purcell) 2012-02-15 13:44:13 +00:00
Andreas Huggel
6bfd267f63 #807: Fixed typo. (Mark Purcell) 2012-02-15 13:34:08 +00:00
Andreas Huggel
8b959f9da6 #811: Fixed typos. (Thomas Beutlich) 2012-02-15 13:21:29 +00:00
Andreas Huggel
ffe8209018 #812: Added function to determine the number of hard links on Windows NTFS. (Thomas Beutlich) 2012-02-11 03:58:30 +00:00
HumanDynamo
a16b2c0052 another KIPI xmp tag, this time used with Yandex Fotki web service to identify item uploaded 2012-02-07 09:15:33 +00:00
Andreas Huggel
92b2aac75a #812: Don't destroy files when checking if they are writable; use a memory buffer instead of a temporary file when writing files with hard links to preserve the links. 2012-02-07 04:41:45 +00:00
HumanDynamo
9218b74e18 KIPI PicasaWeb plugin store Item ID in this XMP tag when image are download/uploaded from/to web service. 2012-02-06 11:58:19 +00:00
Andreas Huggel
f0132e3113 Use the new method to set a tag without any value in a test. 2012-01-20 17:02:04 +00:00
Andreas Huggel
fba3644229 Tweaks. 2012-01-20 17:01:08 +00:00
Andreas Huggel
19f165629f Allow to add/set tags without a value with the command line tool. 2012-01-20 13:19:16 +00:00
Andreas Huggel
863772fba1 #799: Improved doc, tweaks. 2012-01-20 08:39:28 +00:00
Andreas Huggel
bf9546f646 #799: Moved check for nested property to XmpProperties::propertyInfo. 2012-01-19 17:52:24 +00:00
Andreas Huggel
e7cf0d7eae #799: Added command file for tests. 2012-01-19 17:50:16 +00:00
vog
8c5cc37882 #800: Restore binary compatibility 2012-01-16 13:56:07 +00:00
Andreas Huggel
a265973245 #799: Added regression test (using the example provided by Benjamin H. in connection with #798). 2012-01-14 04:32:48 +00:00
Andreas Huggel
39f3d3fd0f Fixed property types from undefined to xmpText. 2012-01-14 04:30:49 +00:00
Andreas Huggel
8ebb0281eb #798: Applied RegionTagging.diff patch by Benjamin H. 2012-01-14 02:57:06 +00:00
vog
72013d4147 #800: Added and unified support for multiple IRB types (8BIM, AgHg, DCSR, PHUT) in JPEG and PSD images 2012-01-13 15:32:37 +00:00
vog
2a7fa8b157 Improved readability of diff output for bugfixes-test.sh 2012-01-13 15:32:33 +00:00
Andreas Huggel
4fda7ac1e0 #799: Fixed type-determination for nested properties,
XmpBag::read: don't do anything if the string is empty,
      Added Iptc4xmpCore and Iptc4xmpExt as possible prefixes
2012-01-11 14:24:23 +00:00
Andreas Huggel
d542872228 Added SamsungPictureWizard group with a decoding table for the Mode tag from Pascal de Bruijn. 2011-12-26 17:12:55 +00:00
Andreas Huggel
3eb005623e Updated Samsung lenses to all the lenses
known by ExifTool. (Pascal de Bruijn)
2011-12-15 00:46:13 +00:00
Andreas Huggel
7d8becc8e5 Added -Q option to the utility, set the default log level for LogMsg to "warn", converted debug message about write strategy to an EXV_INFO log message. 2011-12-10 08:51:07 +00:00
Andreas Huggel
df6e17fdae [unstable] #585: Replaced Exifdatum with the new Tag(1). 2011-12-04 10:31:13 +00:00
Andreas Huggel
0544694ff5 Added CreatorContactInfo structure to XMP sample. 2011-11-28 03:18:37 +00:00
Andreas Huggel
fcf3a6badd #792: Applied patch with new Canon lens (Andreas Ferber), updated Canon lens table with new ones from Exiftool. 2011-11-19 05:34:18 +00:00
Andreas Huggel
2abe3dc824 #794: Made flash mode descriptions more consistent. 2011-11-19 05:06:54 +00:00
Andreas Huggel
a558a1d066 #797: Truncate entries with an out-of-bounds upper boundary, rather than trying to adjust their size. 2011-11-17 07:20:52 +00:00
Andreas Huggel
1c32314c10 #797: TiffBinaryArray::doCount(): Replaced assertion with a check for type size which sets it to 1 for unknown types. (Clint Rogers) 2011-11-17 04:30:48 +00:00
Andreas Huggel
58f2d61ecd #795: Fixed decoding of PNG comment. 2011-11-14 16:23:18 +00:00
Robin Mills
6b38c4c705 fixed to buildForMac to work with 0.22 on Leopard and Lion 2011-11-14 04:35:12 +00:00
Andreas Huggel
e646d66f3e Added Canon EF-S 18-55mm f/3.5-5.6 III lens. (Jon Charnas) 2011-11-12 14:43:07 +00:00
Andreas Huggel
8fa8cd7775 [unstable] #585: Replaced Xmpdatum with the new Tag(1) and a couple of ugly (temporary) hacks. 2011-10-26 09:37:08 +00:00
Andreas Huggel
8b8cf8fbbb #585: Replaced Iptcdatum with the new Tag(1). 2011-10-22 05:56:33 +00:00
Andreas Huggel
dc133b82a3 [unstable] Minor comment fixes. 2011-10-22 05:56:23 +00:00
Andreas Huggel
abfb72562b [unstable] Added gitignore file from the trunk. 2011-10-22 05:56:14 +00:00
Andreas Huggel
f89d2821fe Fixed g++ 4.6.1 (Debian) compiler warnings. 2011-10-19 08:32:15 +00:00
Andreas Huggel
f13d076a7a Fixed g++ 4.6.1 (Debian) compiler warning. 2011-10-19 08:31:58 +00:00
Robin Mills
6bf2dbc1e4 Correction to 2624! DevStudio 2010 is _MSC_VER 1600 2011-10-12 06:19:46 +00:00
Robin Mills
4d3231c76d Correction to SVN:2623. DevStudio 2010 is MSVC 1500 (and not 1400) 2011-10-12 05:54:08 +00:00
Robin Mills
dd07a525a6 Added support for stdint.h being available in DevStudio 2010
(Thanks to Ketil Wright for bringing this to our attention)
2011-10-12 04:47:23 +00:00
Andreas Huggel
2a821a52ae #793: Set PNG comment correctly. (Thomas Beutlich) 2011-10-10 15:11:10 +00:00