Andreas Huggel
4983140e11
Updated comments
21 years ago
Andreas Huggel
95d1cd4379
Updated version number and ChangeLog
21 years ago
Andreas Huggel
c5b1cc5274
Propset svn:eol-style native
21 years ago
Andreas Huggel
a9f45190ab
Propset svn:eol-style native
21 years ago
Andreas Huggel
f63974953b
Merged revisions 469:471 from the trunk
21 years ago
Andreas Huggel
a4a6ca2c08
Merged revisions 472:473 and 481:482 from the trunk
21 years ago
Andreas Huggel
78287beae8
Merged revisions 473:474 from the trunk
21 years ago
Andreas Huggel
db0c10de17
Exiv-0.6 bugfix branch
21 years ago
Andreas Huggel
423825593c
Added CommentValue
21 years ago
brad
9db53c831c
Added iotest to makefile
21 years ago
brad
f57517ea93
added LD_LIB export
21 years ago
brad
10dd91a945
added svn properties
21 years ago
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 ).
21 years ago
brad
cbfe3eead2
Merges revisions 473:475 from trunk into insideout branch.
21 years ago
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.
21 years ago
Andreas Huggel
a9c25fcbd3
Added "export LD_LIBRARY_PATH"
21 years ago
Andreas Huggel
5ea6544c6d
Fixed bug #407 (that was easier than I first thought)
21 years ago
Andreas Huggel
3a6b642c6a
Added modify action to exiv2 tool. Implements feature #406
21 years ago
Andreas Huggel
01c09f503e
Simple Makefile to run all tests and clean the tmp directory
21 years ago
Andreas Huggel
7f33baf667
Removed raw data buffer from IptcData and modified flag from IptcData and IptcDatum.
...
Allowed copy construction and assignment of IptcData.
21 years ago
Andreas Huggel
72f9786ad3
Added very basic assignment op and copy constructor to ExifData - untested
21 years ago
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).
21 years ago
brad
fa327e6f72
Doxygen documentation for BasicIo and subclasses
21 years ago
Andreas Huggel
09ddf6c87d
Minor dox fix
21 years ago
Andreas Huggel
e40038553c
Removed obsolete variable
21 years ago
brad
088cbe82b9
Merged changes 436:460 from trunk into insideout branch
21 years ago
Andreas Huggel
2079a3682d
Release 0.6, tagged as Exiv2-0_6_041212
21 years ago
Andreas Huggel
3c57d8cfbe
Updated doc
21 years ago
Andreas Huggel
861684eb2c
Added preserve flag to metacopy (after all) to make insert and extract work more predictably
21 years ago
Andreas Huggel
72c6c67c34
Fixed test drivers for use in MinGW
21 years ago
brad
875cb0892e
added --strip-trailing-cr to fix test problems on win32
21 years ago
brad
f1be2568ca
minor dependency fix
21 years ago
Andreas Huggel
e09d5c7d1c
Changed all target to not build doc
21 years ago
Andreas Huggel
d03534cc37
Updated according to cleanups from Rev 455
21 years ago
Andreas Huggel
056923aa9f
Final update for 0.6
21 years ago
Andreas Huggel
8939112d5b
Minor cleanups
21 years ago
Andreas Huggel
759328f34a
Fixed doxygen warning
21 years ago
Andreas Huggel
e99ecbd345
Added delete targets for different types of metadata
...
Added insert thumbnail option
Various fixes
21 years ago
Andreas Huggel
10e7d7d86c
Minor change
21 years ago
brad
133e099b94
more svn property fixes
21 years ago
brad
3769cb5601
added svn:eol-style property to text files
21 years ago
Andreas Huggel
b52aec05e0
Exivsimple updated
21 years ago
Andreas Huggel
e09052e2d5
Updated examples for use on website, updated tests accordingly
21 years ago
Andreas Huggel
daac70b5ef
Updated changelog
21 years ago
Andreas Huggel
c8d9fe0b35
Changed operator hack to be more consistent, added op=(const Value&)
21 years ago
Andreas Huggel
0fc84a1a80
Added unknownTag / unknownDataSet structures and replaced exceptions with return values from these where possible
21 years ago
brad
3c71fbe108
Fixed capitalization mistake
21 years ago
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.
21 years ago
Andreas Huggel
943d942391
Added iptceasy example
21 years ago
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.
21 years ago