# HG changeset patch # User Sebastien Jodogne # Date 1764775464 -3600 # Node ID 05df72ca9812079bfbe5302aab7bee9e5c1b4d81 # Parent c2c58aeec40bd5f1d932d4a10247f3760786f0c7 NEWS diff -r c2c58aeec40b -r 05df72ca9812 Applications/Resources/RunCppCheck-2.1.sh --- a/Applications/Resources/RunCppCheck-2.1.sh Wed Dec 03 15:59:54 2025 +0100 +++ b/Applications/Resources/RunCppCheck-2.1.sh Wed Dec 03 16:24:24 2025 +0100 @@ -33,8 +33,8 @@ assertWithSideEffect:../../OrthancStone/Sources/Loaders/OrthancMultiframeVolumeLoader.cpp:342 constParameter:../../RenderingPlugin/Sources/Plugin.cpp:778 stlFindInsert:../../Applications/Samples/WebAssembly/SingleFrameViewer/SingleFrameViewerApplication.h -stlFindInsert:../../Applications/StoneWebViewer/WebAssembly/StoneWebViewer.cpp:1080 -stlFindInsert:../../Applications/StoneWebViewer/WebAssembly/StoneWebViewer.cpp:1813 +stlFindInsert:../../Applications/StoneWebViewer/WebAssembly/StoneWebViewer.cpp:1095 +stlFindInsert:../../Applications/StoneWebViewer/WebAssembly/StoneWebViewer.cpp:1828 unpreciseMathCall:../../OrthancStone/Sources/Scene2D/Internals/CairoFloatTextureRenderer.cpp unpreciseMathCall:../../OrthancStone/Sources/Scene2D/LookupTableTextureSceneLayer.cpp unreadVariable:../../OrthancStone/Sources/Platforms/Sdl/SdlViewport.cpp:159 @@ -42,7 +42,11 @@ unusedFunction EOF -${CPPCHECK} --enable=all --quiet --std=c++11 \ +CPPCHECK_BUILD_DIR=/tmp/cppcheck-build-dir-stone-2.1/ +mkdir -p ${CPPCHECK_BUILD_DIR} + +${CPPCHECK} -j8 --enable=all --quiet --std=c++11 \ + --cppcheck-build-dir=${CPPCHECK_BUILD_DIR} \ --suppressions-list=/tmp/cppcheck-suppressions.txt \ -DHAS_ORTHANC_EXCEPTION=1 \ -DORTHANC_BUILDING_FRAMEWORK_LIBRARY=1 \ diff -r c2c58aeec40b -r 05df72ca9812 Applications/Resources/RunCppCheck-2.17.1.sh --- a/Applications/Resources/RunCppCheck-2.17.1.sh Wed Dec 03 15:59:54 2025 +0100 +++ b/Applications/Resources/RunCppCheck-2.17.1.sh Wed Dec 03 16:24:24 2025 +0100 @@ -17,11 +17,11 @@ constVariableReference:../../OrthancStone/Sources/Scene2D/GrayscaleWindowingSceneTracker.cpp:53 knownConditionTrueFalse:../../Applications/StoneWebViewer/Plugin/Plugin.cpp:99 knownConditionTrueFalse:../../OrthancStone/Sources/Toolbox/ImageGeometry.cpp:184 -stlFindInsert:../../Applications/StoneWebViewer/WebAssembly/StoneWebViewer.cpp:1813 +stlFindInsert:../../Applications/StoneWebViewer/WebAssembly/StoneWebViewer.cpp:1828 unusedStructMember:../../OrthancStone/Sources/Platforms/WebAssembly/WebAssemblyOracle.cpp:293 EOF -CPPCHECK_BUILD_DIR=/tmp/cppcheck-build-dir-stone-2.7.1/ +CPPCHECK_BUILD_DIR=/tmp/cppcheck-build-dir-stone-2.17.1/ mkdir -p ${CPPCHECK_BUILD_DIR} ${CPPCHECK} -j8 --enable=all --quiet --std=c++03 \ diff -r c2c58aeec40b -r 05df72ca9812 Applications/StoneWebViewer/NEWS --- a/Applications/StoneWebViewer/NEWS Wed Dec 03 15:59:54 2025 +0100 +++ b/Applications/StoneWebViewer/NEWS Wed Dec 03 16:24:24 2025 +0100 @@ -1,9 +1,9 @@ Pending changes in the mainline =============================== +* Added support to display DICOM-SR as textual reports * Added support for pinch/zoom and panning gestures -* Experimental support for DICOM SR, display of textual reports -* Experimental support for DICOM SR "Measurement Report" (TID 1500 - only polylines) +* Experimental support for DICOM-SR "Measurement Report" (TID 1500 - only polylines) * Added "Print" and "Download" buttons in the PDF viewer toolbar * New configuration option "ScreenshotTemplate" to define the filename generated by the "Download as JPEG" button. New default value is: @@ -12,14 +12,14 @@ * New configuration options "AnnotationsColor" and "HighlightedAnnotationsColor" to change the color of annotations - Maintenance ----------- * Automatically stretch to whole range for images without windowing preset +* Support of US series whose instances have varying "SequenceOfUltrasoundRegions" (0018,6011) * Improved support of the (0028,9132) tag for Philips multiframe images -* Fix loading of US images with a negative PhyiscalDeltaX value * Use "ImagerPixelSpacing" (0018,1164) tag if "PixelSpacing" is missing +* Added safeguard against US images containing regions with negative "PhysicalDeltaX" value Version 2.6 (2024-08-31)