X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=ChangeLog;h=724cba702a90d32ceeab703b4a4978297392b7f3;hb=dbc92f87b973167727a5cc1d97e9518d1ed46249;hp=dea2eff9a45f2af0727fc7a60826e3fd8e97b806;hpb=ed96b11a44a8e6ee7c3d091d069a04a683cdf2f6;p=gdcm.git diff --git a/ChangeLog b/ChangeLog index dea2eff9..724cba70 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,36 @@ -2005-01-11 Benoit Regrain +2005-01-13 Benoit Regrain + * src/gdcmDictSet.h : set the default output to the os variable + * src/gdcmDictEntry.[h|cxx] : add the Print method + * gdcmPython/demo/ : add a new test + +2005-01-13 Jean-Pierre Roux + * merging of Test/PrintDicomDir and Test/TestDicomDir + * removal of now redundant Test/PrintDicomDir + * enhancement of Example/PrintDicomDir + +2005-01-13 Benoit Regrain + * Now, python test might work on systems + * Add the PrintDicomDir test + +2005-01-13 Jean-Pierre Roux + * FIX : First entry following group 0002 was lost for + Explicit Big Endian Transfer Syntax files + (group and elem not swaped) + +2005-01-12 Jean-Pierre Roux + * FIX : Old quick and dirty 'optimistic' heuristic to deal with + Big Endian Transfer Syntax supposed the group following 0002 + begins always by element 0000 (element 0000 is *optional*) + To avoid further troubles, let's be pessimistic, and use + Document::HandleOutOfGroup0002() method + * FIX : comparison between GDCM_NOTLOADED and Transfer Syntax + (related pb not yet solved) + +2005-01-12 Benoit Regrain * Bug fix for the python part use - -2005-01-11 Benoit Regrain + * Now, PrintHeader.py pass... but outside the ctest use. shit ! + +2005-01-12 Benoit Regrain * gdcmPython/gdcm.i : bug fix when compiling with MSCV 2005-01-11 Mathieu Malaterre @@ -847,10 +876,10 @@ 2004-09-13 Eric Boix * Preparation of writing a gdcmHeader iterator: generalisation of gdcmTagKey - The following is the doxygen comment of the typedef declaration - of gdcmagKey in src/gdcmCommon.h: + of gdcmTagKey in src/gdcmCommon.h: gdcmTagKey is made to old an "universal" (as in URL, Universal Ressource Locator) key to a gdcmDocEntry i.e. a dicom tag. - A dicom tag allways has a group and an element, but a set of tags + A dicom tag always has a group and an element, but a set of tags embeded in various (optionally nested) sequences and sharing the same group and element all share the same (group, element) "identifier". Hence the (group, element) cannot be used as an @@ -928,7 +957,7 @@ * TODO updated * gdcmPython/testSuite.py checks on CR-MONO1-10-chest.dcm moved to gdcmData/TestAllEntryVerifyReference.txt - * Test/TestAllEntryVerify.cxx is now effective (used allways return true) + * Test/TestAllEntryVerify.cxx is now effective (used always return true) * src/gdcmDocument.[cxx|h]: constructors no longer use the bool exception_on_error parameter. - src/gdcmFile.[cxx|h], src/gdcmHeader.[cxx|h] changed accordingly, @@ -1080,7 +1109,7 @@ image. * Test/CmakeList.txt: 8BitsRunLengthColor.dcm is now blacklisted (because TestWriteRead breaks on it, after a non conformal commit?). - ctest now runs properly, except for MakeDicomDir (which was allways + ctest now runs properly, except for MakeDicomDir (which was always broken) and the Python related stuff (still not fixed). 2004-06-24 Jean-Pierre Roux @@ -2947,7 +2976,7 @@ that we can import de shadow classes without errors]. 2002-10-29 Eric Boix - * hashtest.cxx removed (since allready in Test) + * hashtest.cxx removed (since already in Test) * src/gdcmlib.h renamed to src/gdcm.h * src/dcm.i renamed to src/gdcm.i * src/Makefile prepared for python wrapping