log Framework/Loaders/DicomStructureSetLoader.cpp @ 964:91f827272c1f toa2019082701

age author description
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