Andreas Huggel
a4a6ca2c08
Merged revisions 472:473 and 481:482 from the trunk
2005-01-16 14:37:45 +00:00
Andreas Huggel
78287beae8
Merged revisions 473:474 from the trunk
2005-01-16 14:34:02 +00:00
Andreas Huggel
db0c10de17
Exiv-0.6 bugfix branch
2005-01-16 14:14:44 +00:00
Andreas Huggel
423825593c
Added CommentValue
2005-01-16 13:48:52 +00:00
brad
9db53c831c
Added iotest to makefile
2005-01-16 10:16:06 +00:00
brad
f57517ea93
added LD_LIB export
2005-01-16 09:55:49 +00:00
brad
10dd91a945
added svn properties
2005-01-16 09:54:19 +00:00
brad
0cab366ec2
Merges all changes from the insideout branch back into trunk. This includes the IO abstraction code, split-up of image.cpp, and inside-out design change ( #402 , #403 , and #404 ).
2005-01-16 09:22:28 +00:00
brad
cbfe3eead2
Merges revisions 473:475 from trunk into insideout branch.
2005-01-16 07:57:32 +00:00
brad
3af03b5a65
This completes the IO abstraction code, split-up of image.cpp, and inside-out design change ( #402 , #403 , and #404 ). Some test cases do not pass, but these problems are apparently caused by unrelated changes. This commit also merges revisions 460:473 from trunk into insideout branch.
2005-01-16 07:51:59 +00:00
Andreas Huggel
a9c25fcbd3
Added "export LD_LIBRARY_PATH"
2005-01-13 16:09:27 +00:00
Andreas Huggel
5ea6544c6d
Fixed bug #407 (that was easier than I first thought)
2005-01-13 15:55:05 +00:00
Andreas Huggel
3a6b642c6a
Added modify action to exiv2 tool. Implements feature #406
2005-01-04 16:28:51 +00:00
Andreas Huggel
01c09f503e
Simple Makefile to run all tests and clean the tmp directory
2004-12-26 05:01:27 +00:00
Andreas Huggel
7f33baf667
Removed raw data buffer from IptcData and modified flag from IptcData and IptcDatum.
...
Allowed copy construction and assignment of IptcData.
2004-12-26 05:00:51 +00:00
Andreas Huggel
72f9786ad3
Added very basic assignment op and copy constructor to ExifData - untested
2004-12-22 10:34:32 +00:00
Andreas Huggel
452e6924f6
Updated Nikon3 tags. Tried to make the embedded thumbnail available, but that needs a bit more work (makernote can currently not have more than one IFD id).
2004-12-20 16:46:04 +00:00
brad
fa327e6f72
Doxygen documentation for BasicIo and subclasses
2004-12-20 09:29:16 +00:00
Andreas Huggel
09ddf6c87d
Minor dox fix
2004-12-19 16:23:55 +00:00
Andreas Huggel
e40038553c
Removed obsolete variable
2004-12-19 12:18:30 +00:00
brad
088cbe82b9
Merged changes 436:460 from trunk into insideout branch
2004-12-17 22:03:58 +00:00
Andreas Huggel
2079a3682d
Release 0.6, tagged as Exiv2-0_6_041212
2004-12-12 09:41:11 +00:00
Andreas Huggel
3c57d8cfbe
Updated doc
2004-12-12 09:10:45 +00:00
Andreas Huggel
861684eb2c
Added preserve flag to metacopy (after all) to make insert and extract work more predictably
2004-12-12 09:10:19 +00:00
Andreas Huggel
72c6c67c34
Fixed test drivers for use in MinGW
2004-12-12 08:37:18 +00:00
brad
875cb0892e
added --strip-trailing-cr to fix test problems on win32
2004-12-11 20:40:56 +00:00
brad
f1be2568ca
minor dependency fix
2004-12-11 20:40:16 +00:00
Andreas Huggel
e09d5c7d1c
Changed all target to not build doc
2004-12-11 18:00:38 +00:00
Andreas Huggel
d03534cc37
Updated according to cleanups from Rev 455
2004-12-11 17:58:01 +00:00
Andreas Huggel
056923aa9f
Final update for 0.6
2004-12-11 17:50:25 +00:00
Andreas Huggel
8939112d5b
Minor cleanups
2004-12-11 17:48:45 +00:00
Andreas Huggel
759328f34a
Fixed doxygen warning
2004-12-11 17:03:45 +00:00
Andreas Huggel
e99ecbd345
Added delete targets for different types of metadata
...
Added insert thumbnail option
Various fixes
2004-12-11 17:01:09 +00:00
Andreas Huggel
10e7d7d86c
Minor change
2004-12-11 15:19:28 +00:00
brad
133e099b94
more svn property fixes
2004-12-11 08:42:31 +00:00
brad
3769cb5601
added svn:eol-style property to text files
2004-12-11 08:38:51 +00:00
Andreas Huggel
b52aec05e0
Exivsimple updated
2004-12-11 08:12:34 +00:00
Andreas Huggel
e09052e2d5
Updated examples for use on website, updated tests accordingly
2004-12-11 05:26:09 +00:00
Andreas Huggel
daac70b5ef
Updated changelog
2004-12-11 05:25:09 +00:00
Andreas Huggel
c8d9fe0b35
Changed operator hack to be more consistent, added op=(const Value&)
2004-12-10 18:04:07 +00:00
Andreas Huggel
0fc84a1a80
Added unknownTag / unknownDataSet structures and replaced exceptions with return values from these where possible
2004-12-10 18:02:31 +00:00
brad
3c71fbe108
Fixed capitalization mistake
2004-12-10 09:11:20 +00:00
brad
b9bf044ee5
IO abstraction code and split-up of image.cpp are basically complete ( #402 and #403 ). Doxygen comments will wait until the full refactoring is done since more changes are likely.
2004-12-10 02:22:13 +00:00
Andreas Huggel
943d942391
Added iptceasy example
2004-12-08 16:54:09 +00:00
Andreas Huggel
dff55f692e
Changed semantic of Iptcdatum::setValue(const std::string&) !!! - it now creates a
...
value of a type determined by the Iptcdatum.
Added IptcData::op[] and Iptcdatum::op=. With this, you can do things like:
iptcData["Iptc.Envelope.TimeSent"] = "14:41:0-05:00"; which creates a TimeValue.
2004-12-08 16:41:08 +00:00
Andreas Huggel
f6e6578bec
Minor changes/updates
2004-12-08 16:28:33 +00:00
Andreas Huggel
127aaddbb5
Simplified header for use on the website
2004-12-07 16:45:38 +00:00
Andreas Huggel
9886477e49
Minor fix
2004-12-07 16:45:04 +00:00
brad
b6a9799d68
oops had some local modifications that needed removal
2004-12-06 03:32:36 +00:00
brad
df80f41f40
Merged changes 422:435 from trunk into insideout branch
2004-12-06 03:12:38 +00:00