Difference between revisions of "Developer Meetings/20160719"

From Slicer Wiki
Jump to: navigation, search
Line 30: Line 30:
 
ViewControllers
 
ViewControllers
 
Data -> SH implement this functionality.
 
Data -> SH implement this functionality.
 +
</pre>
 +
 +
List of core modules originally grabbed using:
 +
<pre>
 +
mm = slicer.app.moduleManager()
 +
for name in mm.modulesNames():
 +
  if mm.module(name).categories[0] == '':
 +
    print(name)
 
</pre>
 
</pre>
  

Revision as of 14:49, 19 July 2016

Home < Developer Meetings < 20160719



To Discuss

Volumes
SubjectHierarchy
DICOM
DataStore
Markups
Segmentations
Transforms
VolumeRendering
Welcome

# Remove from list of "core" modules:
Annotations -> Merge with Markups
Editor -> Segmentation implement the feature
Models -> SH module list them
SceneViews
ViewControllers
Data -> SH implement this functionality.

List of core modules originally grabbed using:

mm = slicer.app.moduleManager()
for name in mm.modulesNames():
  if mm.module(name).categories[0] == '':
    print(name)
  • SciPy conference

Updates

  • Transition to [Documentation/Labs/VTK7|VTK7] - DONE Check.svg
    • Switch to OpenGL2 backend: Making good progress

Conclusion

Idea:

  • Create vectorial font for "concept" in Slicer:
    • Glyph for "Core function"
    • Glyph for existing modules
    • Glyph for actions
    • Licensed under
  • Add icon to target different users:
    • User
    • Developer
  • Csaba:
    • Will add New_User page to the main page
  • Jc:
    • Ask Greb about module search
    • Start update of Main_Page
    • Merge concept of "Core" and "Favorite" Editor. Give the option to update them.