Difference between revisions of "Documentation/Nightly/Developers/Tutorials"
From Slicer Wiki
m |
m |
||
Line 4: | Line 4: | ||
* [[Documentation/{{documentation/version}}/Developers/Build_Instructions#Checkout_source_code|Checkout Slicer source]] {{new}} | * [[Documentation/{{documentation/version}}/Developers/Build_Instructions#Checkout_source_code|Checkout Slicer source]] {{new}} | ||
* [[Documentation/{{documentation/version}}/Developers/Build_Instructions#Setup_git-svn_bridge|Commit change sets]] {{new}} | * [[Documentation/{{documentation/version}}/Developers/Build_Instructions#Setup_git-svn_bridge|Commit change sets]] {{new}} | ||
+ | * [[Documentation/{{documentation/version}}/Developers/Tutorials/ContributePatch|Contribute a patch]]{{updated}} | ||
+ | * [[Slicer:git-svn#Integrating_topic_from_external_contributor|Integrate topic from external contributor]]{{new}} | ||
<hr> | <hr> | ||
* [[Documentation/{{documentation/version}}/Developers/Modules#Command_Line_Interface_.28CLI.29|Create a CLI module or extension]] | * [[Documentation/{{documentation/version}}/Developers/Modules#Command_Line_Interface_.28CLI.29|Create a CLI module or extension]] | ||
Line 10: | Line 12: | ||
* [[Documentation/{{documentation/version}}/Developers/EditorExtension|Create an Editor effect]] | * [[Documentation/{{documentation/version}}/Developers/EditorExtension|Create an Editor effect]] | ||
* [[Documentation/{{documentation/version}}/Developers/Tutorials/BundleModulesIntoExtension|Bundle module(s) into a Slicer extension]] | * [[Documentation/{{documentation/version}}/Developers/Tutorials/BundleModulesIntoExtension|Bundle module(s) into a Slicer extension]] | ||
+ | <hr> | ||
* [[Documentation/{{documentation/version}}/Developers/Tutorials/SelfTestModule|Write a Self Test Module]] {{new}} | * [[Documentation/{{documentation/version}}/Developers/Tutorials/SelfTestModule|Write a Self Test Module]] {{new}} | ||
* [[Documentation/{{documentation/version}}/Developers/Tutorials/UploadTestData|Upload test data on Midas]] {{new}} | * [[Documentation/{{documentation/version}}/Developers/Tutorials/UploadTestData|Upload test data on Midas]] {{new}} | ||
− | |||
<hr> | <hr> | ||
* [[Documentation/{{documentation/version}}/Developers/Tutorials/DocumentModule|Document a module]] | * [[Documentation/{{documentation/version}}/Developers/Tutorials/DocumentModule|Document a module]] | ||
* [[Documentation/{{documentation/version}}/Developers/Tutorials/DocumentExtension|Document an extension]] | * [[Documentation/{{documentation/version}}/Developers/Tutorials/DocumentExtension|Document an extension]] | ||
− | |||
− | |||
− | |||
<hr> | <hr> | ||
* [[Documentation/{{documentation/version}}/Developers/Tutorials/BuildTestPackageDistributeExtensions#Obtain an API key to submit on the extension server|Obtain an API key to submit on the extension server]]{{new}} | * [[Documentation/{{documentation/version}}/Developers/Tutorials/BuildTestPackageDistributeExtensions#Obtain an API key to submit on the extension server|Obtain an API key to submit on the extension server]]{{new}} | ||
* [[Documentation/{{documentation/version}}/Developers/Tutorials/BuildTestPackageDistributeExtensions#Upload an extension in the experimental folder|Upload an extension in the experimental folder]]{{new}} | * [[Documentation/{{documentation/version}}/Developers/Tutorials/BuildTestPackageDistributeExtensions#Upload an extension in the experimental folder|Upload an extension in the experimental folder]]{{new}} | ||
* [[Documentation/{{documentation/version}}/Developers/Tutorials/BuildTestPackageDistributeExtensions#Contribute an extension description file|Contribute an extension description file]]{{new}} | * [[Documentation/{{documentation/version}}/Developers/Tutorials/BuildTestPackageDistributeExtensions#Contribute an extension description file|Contribute an extension description file]]{{new}} | ||
+ | |||
+ | <hr> | ||
+ | * [[Documentation/{{documentation/version}}/Developers/Tutorials/PortingCLIToITKv4|Port a CLI to ITKv4]]{{new}} | ||
<hr> | <hr> |
Revision as of 18:00, 14 February 2013
Home < Documentation < Nightly < Developers < TutorialsHow To
- Checkout Slicer source NEW
- Commit change sets NEW
- Contribute a patch UPDATED
- Integrate topic from external contributor NEW
- Create a CLI module or extension
- Create a Loadable module or extension
- Create a Scripted module or extension
- Create an Editor effect
- Bundle module(s) into a Slicer extension
- Obtain an API key to submit on the extension server NEW
- Upload an extension in the experimental folder NEW
- Contribute an extension description file NEW
- Use debugger with Slicer application
- Troubleshoot issues such as crash, or memory leaks
- Prevent memory leaks
- Write a widget for Slicer and Qt Designer
- Use custom widgets in Qt Designer
- Load UI file from python
- Pass data between Slicer and Matlab Experimental