[root]/Modules/BaseClasses
Testing
(0 files, 0 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 64 (100.0%) | 1107 (100.0%) | 17.2 |
| millerjv | 33 (51.6%) | 1070 (96.7%) | 32.4 |
| lorensen | 6 (9.4%) | 29 (2.6%) | 4.8 |
| andy | 1 (1.6%) | 4 (0.4%) | 4.0 |
| malaterre | 1 (1.6%) | 2 (0.2%) | 2.0 |
| barre | 2 (3.1%) | 1 (0.1%) | 0.5 |
| alexy | 4 (6.3%) | 1 (0.1%) | 0.2 |
| pieper | 17 (26.6%) | 0 (0.0%) | 0.0 |
ENH: removed unused class
0 lines of code changed in 12 files:
ENH: Suppress errors about recursive MRML callbacks unless _DEBUG is defined.
2 lines of code changed in 1 file:
BUG: Extraneous include ModuleDecription,h
0 lines of code changed in 1 file:
BUG: no longer depends on ModuleDescriptionParser
0 lines of code changed in 1 file:
ENH: Moved the ModuleFactory to the ModuleDescription library since it no longer has any dependencies on Slicer. The ModuleFactory can be used by other systems to discover modules.
0 lines of code changed in 1 file:
ENH: ModuleFactory no longer depends on Slicer (aside from dll export madness).
131 lines of code changed in 2 files:
ENH: command line module scanning tied to splash screen (need to decouple ModuleFactory from vtkSlicerApplication)
12 lines of code changed in 1 file:
ENH: Switching from direct calls to LogWidget to calls vtkSlicerApplication::InformationMessage()
7 lines of code changed in 1 file:
ENH: fix static build
1 lines of code changed in 1 file:
ENH: fix the log dialog
0 lines of code changed in 1 file:
BUG: Before using the LogWidget, create it if it is not created.
24 lines of code changed in 1 file:
ENH: Use new logging mechanism.
68 lines of code changed in 3 files:
BUG: shared library linkages were not being handled correctly on Windows. Added a ModuleDescriptionParserConfigure.h.in file to correctly handle dll linkages.
1 lines of code changed in 1 file:
BUG: entryPointAsText was not large enough to hold an encoded pointer on some linux systems.
1 lines of code changed in 1 file:
ENH: Removed debugging messages
FIX: parsing the target for determining whether a command line or shared object module
4 lines of code changed in 1 file:
ENH: GetXMLModuleDescription now returns char *.
1 lines of code changed in 1 file:
ENH: Support for shared object plugin modules.
147 lines of code changed in 1 file:
ENH: Warning if two modules have the same title.
21 lines of code changed in 1 file:
ENH: added a Target attribute that can be used to cache a path to a command line module
3 lines of code changed in 1 file:
ENH: Removed debugging messages. Should put these in a debug check.
10 lines of code changed in 1 file:
ENH: added a 5 second timeout on querying an executable to determine if it is a module.
6 lines of code changed in 1 file:
BUG: was not deleting the process
3 lines of code changed in 1 file:
ENH: Slicer specific versions of KWWindow, KWApplicationSettingsInterface so that slicer specific application settings can be stored in the registry.
ENH: Added an advanced tag to a parameter group which we use to control whether a parameter group is displayed collapsed or expanded.
6 lines of code changed in 1 file:
ENH: First version with a gui built for a command line module
28 lines of code changed in 2 files:
ENH: Remove vtkFloatingPointType which is only needed for VTK4.2 compat
2 lines of code changed in 1 file:
ENH: more integration of module descriptions into Slicer.
179 lines of code changed in 2 files:
ENH: stubs for parser
2 lines of code changed in 1 file:
ENH: Moved to where module description parse will live
4 lines of code changed in 1 file:
BUG: typo
1 lines of code changed in 1 file:
ENH: switched to itksys over vtksys
20 lines of code changed in 1 file:
ENH: Module description and parameter classes
418 lines of code changed in 8 files:
ENH: Start integrating packaging code
4 lines of code changed in 1 file:
ENH: clenup for modules
0 lines of code changed in 2 files:
COMP: support for cmake building
0 lines of code changed in 1 file:
COMP: adding cmake support for slicer modules
0 lines of code changed in 4 files:
ENH: module example
1 lines of code changed in 2 files: