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
Andreas Huggel
f6e6578bec
Minor changes/updates
21 years ago
Andreas Huggel
127aaddbb5
Simplified header for use on the website
21 years ago
Andreas Huggel
9886477e49
Minor fix
21 years ago
brad
b6a9799d68
oops had some local modifications that needed removal
21 years ago
brad
df80f41f40
Merged changes 422:435 from trunk into insideout branch
21 years ago
brad
6c90d9a8d8
fixed various build problems on linux
21 years ago
brad
5266ffd263
added svn properties and LD_PATH
21 years ago
brad
f69cf9c06a
Checkpoint on the way to new IO abstraction and split-up of image.cpp ( #402 and #403 ). Code is working, but not complete or commented.
21 years ago
Andreas Huggel
1bdad3afa6
exiv2-test.sh with expected output, finally
21 years ago
Andreas Huggel
1d2f133f81
Added local change of LD_LIBRARY_PATH
21 years ago
Andreas Huggel
fd26330280
Replaced std::cout << "\n" with std::endl to flush and get the sequence with error output right
21 years ago
Andreas Huggel
b257fff76d
Bumped version to 0.6
21 years ago