log Framework/Loaders/DicomStructureSetLoader.cpp @ 1339:556b4bc19118 broker

age author description
Fri, 03 Apr 2020 16:47:46 +0200 Benjamin Golinvaux The loaders have been adapter to the nobroker architecture broker
Fri, 03 Apr 2020 16:13:06 +0200 Benjamin Golinvaux Moved the fixed loaders back from the dead broker base Framework/Deprecated/Loaders/DicomStructureSetLoader.cpp@9548a3413836
Mon, 02 Mar 2020 16:31:30 +0100 Sebastien Jodogne replacing std::auto_ptr by std::unique_ptr
Fri, 31 Jan 2020 17:34:29 +0100 Sebastien Jodogne upgrade to year 2020
Tue, 05 Nov 2019 22:39:25 +0100 Sebastien Jodogne removing CustomOracleCommand broker
Fri, 11 Oct 2019 17:08:34 +0200 Sebastien Jodogne replacing MessageBroker by weak_ptr broker
Thu, 10 Oct 2019 14:11:52 +0200 Sebastien Jodogne cleaning up IObservable.h
Mon, 07 Oct 2019 14:05:01 +0200 Benjamin Golinvaux Empty structureNames now means NOTHING will be (initially) displayed
Fri, 27 Sep 2019 13:32:05 +0200 Benjamin Golinvaux Added a way to specificy which structures are to be initially displayed (the
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