Difference between revisions of "Slicer3:Extensions:TODO-2009-06-16"
From Slicer Wiki
(New page: * search vtkSlicerApplication::ModulePaths when consructing the installed extension listings * warn user if cache path is not writable) |
|||
(13 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
* search vtkSlicerApplication::ModulePaths when consructing the installed extension listings | * search vtkSlicerApplication::ModulePaths when consructing the installed extension listings | ||
* warn user if cache path is not writable | * warn user if cache path is not writable | ||
+ | * check that ModulePaths disable/enable is not inadvertantly set | ||
+ | * what happens when the Desktop is used as the "module cache path" | ||
+ | * add vtkSlicerApplication::ModulePaths if found downloaded extensions are not there | ||
+ | * "Slicer3-install-bin/../lib/Slicer3/Modules" in ModulesPath | ||
+ | * define all paths | ||
+ | ** ModulePaths | ||
+ | ** ModuleCachePath | ||
+ | ** ExtensionDownloadDirectory | ||
+ | ** ??? | ||
+ | * ApplicationSettings | ||
+ | ** relabel "Module Cache Path" to "Extensions Install Directory" | ||
+ | ** use Temporary Directory as the download location for zip files | ||
+ | |||
+ | == 2009 Summer Project Week == | ||
+ | |||
+ | ------------------------------------------------------------------------ | ||
+ | r9763 | tgl | 2009-06-23 11:04:34 -0400 (Tue, 23 Jun 2009) | 1 line | ||
+ | Changed paths: | ||
+ | M /trunk/Applications/GUI/Slicer3.cxx | ||
+ | M /trunk/Base/GUI/vtkSlicerApplication.cxx | ||
+ | M /trunk/Base/GUI/vtkSlicerApplication.h | ||
+ | M /trunk/Base/GUI/vtkSlicerApplicationSettingsInterface.cxx | ||
+ | M /trunk/Base/GUI/vtkSlicerApplicationSettingsInterface.h | ||
+ | M /trunk/Base/GUI/vtkSlicerModulesConfigurationStep.cxx | ||
+ | M /trunk/Base/GUI/vtkSlicerModulesStep.cxx | ||
+ | M /trunk/Base/GUI/vtkSlicerModulesStep.h | ||
+ | |||
+ | ENH rename ModuleCachePath to ExtensionsInstallPath | ||
+ | ------------------------------------------------------------------------ | ||
+ | |||
+ | |||
+ | ------------------------------------------------------------------------ | ||
+ | r9766 | tgl | 2009-06-23 11:49:19 -0400 (Tue, 23 Jun 2009) | 1 line | ||
+ | Changed paths: | ||
+ | M /trunk/Base/GUI/vtkSlicerApplication.cxx | ||
+ | M /trunk/Base/GUI/vtkSlicerApplication.h | ||
+ | M /trunk/Base/GUI/vtkSlicerModulesStep.cxx | ||
+ | M /trunk/Base/GUI/vtkSlicerModulesStep.h | ||
+ | |||
+ | ENH remove ExtensionsDownloadDirectory, obsolete, use TemporaryDirectory | ||
+ | ------------------------------------------------------------------------ | ||
+ | |||
+ | ------------------------------------------------------------------------ | ||
+ | r9771 | tgl | 2009-06-23 15:07:28 -0400 (Tue, 23 Jun 2009) | 1 line | ||
+ | Changed paths: | ||
+ | M /trunk/Base/GUI/vtkSlicerModulesStep.cxx | ||
+ | |||
+ | BUG set potential module paths, enabling the new modules | ||
+ | ------------------------------------------------------------------------ |
Latest revision as of 19:10, 23 June 2009
Home < Slicer3:Extensions:TODO-2009-06-16- search vtkSlicerApplication::ModulePaths when consructing the installed extension listings
- warn user if cache path is not writable
- check that ModulePaths disable/enable is not inadvertantly set
- what happens when the Desktop is used as the "module cache path"
- add vtkSlicerApplication::ModulePaths if found downloaded extensions are not there
- "Slicer3-install-bin/../lib/Slicer3/Modules" in ModulesPath
- define all paths
- ModulePaths
- ModuleCachePath
- ExtensionDownloadDirectory
- ???
- ApplicationSettings
- relabel "Module Cache Path" to "Extensions Install Directory"
- use Temporary Directory as the download location for zip files
2009 Summer Project Week
------------------------------------------------------------------------ r9763 | tgl | 2009-06-23 11:04:34 -0400 (Tue, 23 Jun 2009) | 1 line Changed paths: M /trunk/Applications/GUI/Slicer3.cxx M /trunk/Base/GUI/vtkSlicerApplication.cxx M /trunk/Base/GUI/vtkSlicerApplication.h M /trunk/Base/GUI/vtkSlicerApplicationSettingsInterface.cxx M /trunk/Base/GUI/vtkSlicerApplicationSettingsInterface.h M /trunk/Base/GUI/vtkSlicerModulesConfigurationStep.cxx M /trunk/Base/GUI/vtkSlicerModulesStep.cxx M /trunk/Base/GUI/vtkSlicerModulesStep.h ENH rename ModuleCachePath to ExtensionsInstallPath ------------------------------------------------------------------------
------------------------------------------------------------------------ r9766 | tgl | 2009-06-23 11:49:19 -0400 (Tue, 23 Jun 2009) | 1 line Changed paths: M /trunk/Base/GUI/vtkSlicerApplication.cxx M /trunk/Base/GUI/vtkSlicerApplication.h M /trunk/Base/GUI/vtkSlicerModulesStep.cxx M /trunk/Base/GUI/vtkSlicerModulesStep.h ENH remove ExtensionsDownloadDirectory, obsolete, use TemporaryDirectory ------------------------------------------------------------------------
------------------------------------------------------------------------ r9771 | tgl | 2009-06-23 15:07:28 -0400 (Tue, 23 Jun 2009) | 1 line Changed paths: M /trunk/Base/GUI/vtkSlicerModulesStep.cxx BUG set potential module paths, enabling the new modules ------------------------------------------------------------------------