Skip to content

Commit

Permalink
ENH: Update CTK with visual DICOM browser improvements
Browse files Browse the repository at this point in the history
List of CTK changes:

BUG: Fix issue with proxy server attribute in ctkDICOMServerNodeWidget2.
     Resolved a bug where the proxy server attribute in the servers settings UI was being cleared at startup.
     The fix ensures that the proxy server option is now correctly retained during initialization.
BUG: Fix sorting of Study Widgets in the Visual DICOM Browser.
     Addressed a bug related to the sorting of study widgets in the visual DICOM browser.
     Previously, the sorting mechanism was compromised when studies shared the same date,
     leading to incorrect layout additions and missing study widgets. This issue has been fixed,
     ensuring proper sorting even when studies have identical dates.
BUG: Fix ctkJobScheduler crash when stopping jobs by changing servers
ENH: Clean setting jobs status and firing correlated signals in workers
BUG: Fix studies widget sorting when there are multiple groups studies with same multiple julian days
BUG: Fix memory access to queue list
ENH: Improve failed series fetch mechanism and UI report
ENH: Add force retrieve series as right click menu for study and series widgets
BUG: Fix crash when stopping jobs
  • Loading branch information
Punzo authored and lassoan committed Mar 20, 2024
1 parent d092720 commit 62ec1f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SuperBuild/External_CTK.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ if(NOT DEFINED CTK_DIR AND NOT Slicer_USE_SYSTEM_${proj})

ExternalProject_SetIfNotDefined(
Slicer_${proj}_GIT_TAG
"a0ea618f1af08f7810d36f00e5427ff1b900507d"
"fb72e1aa2b143bb942e6c7cdc5603a676884a80a"
QUIET
)

Expand Down

0 comments on commit 62ec1f5

Please sign in to comment.