log Framework/Loaders/DicomStructureSetLoader.h @ 1416:d959bc8f6c1b loader-injection-feature

age author description
Mon, 11 May 2020 17:37:30 +0200 Benjamin Golinvaux Instance lookup is now performed in a separate class through an interface. Another implementation can be injected (SetInstanceLookupHandler) loader-injection-feature
Mon, 27 Apr 2020 16:47:46 +0200 Benjamin Golinvaux Added LoadInstanceFullVisibility for default-visible RTSTRUCT
Wed, 22 Apr 2020 14:05:47 +0200 Benjamin Golinvaux Branch broker is now the new default
Mon, 06 Apr 2020 08:42:40 +0200 Benjamin Golinvaux New StructuresUpdated message that is sent broker
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.h@5a30abd0cb21
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
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 11:59:29 +0200 Benjamin Golinvaux changed RTSTRUCT rendering from polygons to segments
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
Tue, 28 May 2019 21:59:20 +0200 Sebastien Jodogne reorganization