log Framework/Loaders/DicomStructureSetLoader.cpp @ 1006:4f28d9459e31 toa2019092001

age author description
Fri, 20 Sep 2019 12:13:10 +0200 Benjamin Golinvaux Fixed unit tests and deprecated classes according to last API changes. UT all run ok. toa2019092001
Fri, 20 Sep 2019 11:59:29 +0200 Benjamin Golinvaux changed RTSTRUCT rendering from polygons to segments
Fri, 06 Sep 2019 09:38:18 +0200 Benjamin Golinvaux Ability to cope with empty "Referenced SOP Instance UID" (dicom path (3006,0039)[i] / (0x3006, 0x0040)[0] / (0x3006, 0x0016)[0] / (0x0008, 0x1155)) + better logs + code formating
Mon, 02 Sep 2019 17:29:26 +0200 Benjamin Golinvaux Added missing Unregister for objects that register by the broker + logs + guard in FetchContext toa2019090201
Thu, 29 Aug 2019 10:40:32 +0200 Benjamin Golinvaux Removed Cache-Control header from POST request toa2019082901
Wed, 28 Aug 2019 10:54:15 +0200 Benjamin Golinvaux Removed pragma-no-cache header that seems to be useless (and even nefarious) toa2019082801
Tue, 27 Aug 2019 14:28:19 +0200 Benjamin Golinvaux Added cache-control headers for POST requests + #ifdef'd tracing logs + trace on context restored toa2019082701
Mon, 19 Aug 2019 17:52:01 +0200 Sebastien Jodogne fix warning
Wed, 31 Jul 2019 10:24:09 +0200 Benjamin Golinvaux Added getters and notifications to allow clients of the loaders (DicomStructureSetLoader, OrthancSeriesVolumeProgressiveLoader and OrthancMultiframeVolumeLoader) to know when the loading is finished + added ability for SDL event loop to execute a callback repeatedly (used to check the view loading state)
Mon, 29 Jul 2019 15:39:11 +0200 Benjamin Golinvaux Added traces in LoaderCache objects dtors + fuse to prevent dead weak ptrs to be calleds in VisitWdigets (in GuiAdapter.h) toa2019072901
Wed, 12 Jun 2019 09:52:25 +0200 Sebastien Jodogne removed some c++11 for older compilers
Tue, 11 Jun 2019 15:41:21 +0200 Benjamin Golinvaux better error reporting in DicomStructureSetLoader + fixed POST request logic
Wed, 29 May 2019 16:15:04 +0200 Benjamin Golinvaux Merge + FusionMprSdl
Tue, 28 May 2019 21:59:20 +0200 Sebastien Jodogne reorganization