Commit 6af846f
committed
ENH: Updated CTK to latest version
Includes:
Revision: 7210c5bcc37bf1140a04c97bfe1e27142735c6ab
Author: Andras Lasso <[email protected]>
Date: 2020-11-07 9:55:12 PM
Message:
ENH: Reduce storage path length of files stores in DICOM database (Slicer#942)
Study, series, and SOP instance UIDs were used to generate path for data sets copied into the DICOM database.
When database folder path or UIDs were long, this path length could very easily become longer than the file system maximum path limit
(about 256 characters on some systems, for example on Windows or when writing CDs).
Added useShortStoragePath flag so that developers can still switch between full and shortened paths.
---
Revision: 7803ebaeafb241a500ec6072f38b4a343fc5488b
Author: Andras Lasso <[email protected]>
Date: 2020-11-07 9:54:49 PM
Message:
ENH: Allow ctkMessageBox to store any don't-show-again button roles in settings (Slicer#941)
Previously, when dontShowAgain flag was enabled, only buttons with AcceptRole could be saved in settings.
Now the user can customize the list of button roles.
For example Yes and No button choice can be saved, while still not saving anything if user clicks Cancel.1 parent f9bf3ce commit 6af846f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
0 commit comments