changeset 1825:d6b83b4cedcd StoneWebViewer-2.0

StoneWebViewer-2.0
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 27 May 2021 09:11:36 +0200
parents a56bf4c534ef
children fa81bb6378fb 21ccc00839f7
files Applications/StoneWebViewer/NEWS Applications/StoneWebViewer/Version.cmake OrthancStone/Sources/Loaders/LoadedDicomResources.h
diffstat 3 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Applications/StoneWebViewer/NEWS	Wed May 26 21:07:13 2021 +0200
+++ b/Applications/StoneWebViewer/NEWS	Thu May 27 09:11:36 2021 +0200
@@ -1,6 +1,10 @@
 Pending changes in the mainline
 ===============================
 
+
+Version 2.0 (2021-05-27)
+========================
+
 * New tools for annotations: segment length, circle, angle and eraser
 * Patient birth date is now displayed in the overlays
 * New argument "token" to set HTTP header "Authorization: Bearer <token>"
--- a/Applications/StoneWebViewer/Version.cmake	Wed May 26 21:07:13 2021 +0200
+++ b/Applications/StoneWebViewer/Version.cmake	Thu May 27 09:11:36 2021 +0200
@@ -17,7 +17,7 @@
 # along with this program. If not, see <http://www.gnu.org/licenses/>.
 
 
-set(STONE_WEB_VIEWER_VERSION "mainline")
+set(STONE_WEB_VIEWER_VERSION "2.0")
 
 if (STONE_WEB_VIEWER_VERSION STREQUAL "mainline")
   set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "mainline")
--- a/OrthancStone/Sources/Loaders/LoadedDicomResources.h	Wed May 26 21:07:13 2021 +0200
+++ b/OrthancStone/Sources/Loaders/LoadedDicomResources.h	Thu May 27 09:11:36 2021 +0200
@@ -41,7 +41,7 @@
       std::unique_ptr<Json::Value>        sourceJson_;
 
     public:
-      Resource(const Orthanc::DicomMap& dicom);
+      explicit Resource(const Orthanc::DicomMap& dicom);
 
       Resource* Clone() const;