Mercurial > hg > orthanc-stone
view TODO @ 956:a7351ad54960
Made IsContextLost automatically set the flag by checking with the emscripten
WebGL wrapper + added a LOT of logging messages right before throwing
ErrorCode_BadSequenceOfCalls exceptions + increased the http request timeouts
from 60 to 600 sec (big datasets in some recent customer use cases) + added
IsContext lost through the Viewport/Context layer (to make it reachable from
external API) + the same for the underlying device context (for debug)
author | Benjamin Golinvaux <bgo@osimis.io> |
---|---|
date | Wed, 21 Aug 2019 16:16:30 +0200 |
parents | 5d359b115b29 |
children | 7b963bccafef |
line wrap: on
line source
Stone of Orthanc ================ ------- General ------- * Documentation * Interface with DICOMweb * LayoutPetCtFusionApplication: fix initial view --------------------------------- Radiotherapy and nuclear medicine --------------------------------- * Project RT-STRUCT in sagittal + coronal views * Speedup RT-STRUCT loading * Automatic segmentation + manual contouring * Display segments in mask ------------- Optimizations ------------- * Tune number of loading threads in LayeredSceneWidget * LayoutWidget: Do not update full background if only 1 widget has changed * LayoutWidget: Threads to refresh each child * Implement binary search to speed up search for closest slice * Avoid the creation of new threads when updating the frame factory (as seen with gdb) ----------------- Platform-specific ----------------- * Add precompiled headers for Microsoft Visual Studio * Investigate crash in CurlOrthancConnection if using MinGW32 in Release mode --------------------- Source code cosmetics --------------------- * Use "SampleInteractor::AddWidget()" in all samples --------- Packaging --------- * Publish history of code size on Web site ------ Future ------ * Create a wrapper for Python