Skip to content

Commit

Permalink
ENH: Update CTK to latest
Browse files Browse the repository at this point in the history
The update includes two commits to improve the visual DICOM browser

Revision: 888cdd92b7d5d465ed7e6b378deb99e10a801588
Author: Davide Punzo <punzodavide@hotmail.it>
Date: 2024-01-18 10:06:25 AM
Message:
ENH: Add ctkDICOMJobListWidget for logging jobs activity in the UI

The commit also includes these fixes and improvements:
- fix updates in the series widget when the update signal is from ctkDICOMStoregeListener (i.e. CMOVE)
- fix folder selector in ctkDICOMVisualBrowser, save folder selection to QSettings
- remove unnecessary re-rendering of the thumbnails

Revision: 8d358c696e3cc53bd56dfbdb248174def9889b0f
Author: Davide Punzo <punzodavide@hotmail.it>
Date: 2024-01-22 11:05:50 AM
Message:
PERF: Remove unnecessary logging information from ctkDICOMDatabase class
  • Loading branch information
lassoan committed Jan 25, 2024
1 parent 395f889 commit 5199545
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
"88ff72b9c2b1e57cf4f822ea2e547be5b9a32b98"
"888cdd92b7d5d465ed7e6b378deb99e10a801588"
QUIET
)

Expand Down

0 comments on commit 5199545

Please sign in to comment.