changeset 2258:05df72ca9812

NEWS
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 03 Dec 2025 16:24:24 +0100
parents c2c58aeec40b
children fa76698bb9e0
files Applications/Resources/RunCppCheck-2.1.sh Applications/Resources/RunCppCheck-2.17.1.sh Applications/StoneWebViewer/NEWS
diffstat 3 files changed, 13 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- 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 \
--- 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 \
--- 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)