Directory Modules/WFEngineModule/

Directory Created:
2007-03-09 13:20
Directory Deleted:
2009-03-02 12:21
Total Files:
0
Deleted Files:
27
Lines of Code:
0

[root]/Modules/WFEngineModule
            Folder removed from repo WFEngine (0 files, 0 lines)
                Folder removed from repo engine (0 files, 0 lines)
                Folder removed from repo interfaces (0 files, 0 lines)
                    Folder removed from repo direct (0 files, 0 lines)
                    Folder removed from repo network (0 files, 0 lines)
                Folder removed from repo xmlManager (0 files, 0 lines)
            Folder removed from repo workflows (0 files, 0 lines)

Lines of Code

Modules/WFEngineModule/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 133 (100.0%) 1318 (100.0%) 9.9
mike 67 (50.4%) 934 (70.9%) 13.9
hliu 24 (18.0%) 210 (15.9%) 8.7
barre 9 (6.8%) 174 (13.2%) 19.3
tgl 6 (4.5%) 0 (0.0%) 0.0
pieper 27 (20.3%) 0 (0.0%) 0.0

Most Recent Commits

pieper 2009-03-02 12:21 Rev.: 8816

COMP: workflow engine code moved to na-mic sandbox (http://svn.na-mic.org/NAMICSandBox/trunk/WFEngineModule)

0 lines of code changed in 27 files:

  • Modules/WFEngineModule: CMakeLists.txt (del), FindWFEngine.cmake (del), FindXercesC.cmake (del), WFEngine.txt (del), WFEngineModule (del), WFEngineModule.txt (del), WFStateConverter.cxx (del), WFStateConverter.h (del), vtkKWMyWizardWidget.cxx (del), vtkKWMyWizardWidget.h (del), vtkKWMyWizardWorkflow.cxx (del), vtkKWMyWizardWorkflow.h (del), vtkMRMLWFEngineModuleNode.cxx (del), vtkMRMLWFEngineModuleNode.h (del), vtkWFEngineEventHandler.cxx (del), vtkWFEngineEventHandler.h (del), vtkWFEngineHandler.cxx (del), vtkWFEngineHandler.h (del), vtkWFEngineModule.h (del), vtkWFEngineModuleConfigure.h (del), vtkWFEngineModuleConfigure.h.in (del), vtkWFEngineModuleGUI.cxx (del), vtkWFEngineModuleGUI.h (del), vtkWFEngineModuleLogic.cxx (del), vtkWFEngineModuleLogic.h (del), vtkWFEngineModuleWin32Header.h (del), wfConfig.xml (del)
barre 2008-05-27 17:44 Rev.: 6889

ENH: Plugins and Modules have specific location for their binairies/dll, different from the usual bin/ and lib/ (i.e. lib/Slicer3/Plugins, lib/Slicer3/Modules). This was achieved by setting LIBRARY_OUTPUT_PATH and EXECUTABLE_OUTPUT_PATH from the slicer3_set_default_modules_output_path and slicer3_set_default_plugins_output_path macro, but it is a dangerous practice to override a global variable, as it propagates to subtrees. As a result, SlicerTractographySeeding, which combines a module and a CLP in the same CMakeLists, was not built to the proper directory; ExtractSkeleton was not output in the right location either, and several tests ended up in Plugins instead of bin/ (GaussianBlurImageFilterTest, OrientImageTest). Fix this by creating a macro that will set the LIBRARY_OUTPUT_DIRECTORY and RUNTIME_OUTPUT_DIRECTORY explicitly on a *target* basis, using SET_TARGET_PROPERTIES. This removes the side-effects described above.

2 lines of code changed in 1 file:

  • Modules/WFEngineModule: CMakeLists.txt (+2 -3)
barre 2008-05-26 10:17 Rev.: 6851

ENH: added slicer3_install_modules and slicer3_install_plugins macro to hide the big INSTALL() command that was used to install plugins/modules; this is more elegant, and enable us to have better control on installation by modifying just one file.

1 lines of code changed in 1 file:

  • Modules/WFEngineModule: CMakeLists.txt (+1 -5)
barre 2008-05-22 17:31 Rev.: 6833

ENH: more cleanup to allow LoadableModule to be loaded from the Module Search Paths (i.e. outside Slicer3). Provide API to retrieve module's resources paths from either locations (inside or outside a Slicer3's build/installed tree)

2 lines of code changed in 1 file:

  • Modules/WFEngineModule: vtkWFEngineModuleGUI.h (+2 -2)
barre 2008-05-20 02:29 Rev.: 6772

ENH: Slicer3 Spring Installation Clean Up

169 lines of code changed in 6 files:

  • Modules/WFEngineModule: CMakeLists.txt (+110 -98), FindWFEngine.cmake (+32 -17), FindXercesC.cmake (+23 -16), vtkWFEngineModule.h (+2 -2), vtkWFEngineModuleConfigure.h (+1 -10), vtkWFEngineModuleConfigure.h.in (+1 -10)
tgl 2008-05-08 18:50 Rev.: 6666

ENH: adding dependency checking (but not sorting) to LoadableModule lib. Adding EMSegment, MRAblation, RealTimeImaging, VolumeRendering, WFEngineModule, LabelStatistics as loadable modules

0 lines of code changed in 4 files:

  • Modules/WFEngineModule: CMakeLists.txt (changed), FindXercesC.cmake (changed), WFEngineModule.txt (new), vtkWFEngineModuleGUI.cxx (changed)
tgl 2008-04-28 22:05 Rev.: 6570

ENH results of merge with 6049:6469 from branches/tgl_loadable_modules. Adds GenerateLM to create entry points for loadable module support via a text file and CMake macro. WFEngine, NeuroNav, Qdec and GAD are setup, other modules have text files, but the macro in the CMakeLists file is commented out. Updated Slicer3_main, the modules above will only be loaded if the DLL is found at run-time. Lastly made a change to vtkSlicerViewerWidget, check for a NULL ModelHierarchyLogic pointer before continuing, which might not be the right thing to do.

0 lines of code changed in 2 files:

  • Modules/WFEngineModule: CMakeLists.txt (changed), WFEngine.txt (new)
mike 2007-03-26 14:32 Rev.: 3023

BUG: - fixed various bugs, but not finished now!

0 lines of code changed in 6 files:

  • Modules/WFEngineModule: vtkWFEngineEventHandler.cxx (changed), vtkWFEngineEventHandler.h (changed), vtkWFEngineHandler.cxx (changed), vtkWFEngineHandler.h (changed), vtkWFEngineModuleGUI.cxx (changed), vtkWFEngineModuleLogic.cxx (changed)
mike 2007-03-20 13:05 Rev.: 2979

ENH: -added some interface functions into vtkWFEventHandler to directly access the wizard client area
-fixed some more leaks
-abandoned the use of vtkMyWidgetWorkflow class, because of other internal realization

156 lines of code changed in 10 files:

  • Modules/WFEngineModule: CMakeLists.txt (+3 -2), vtkKWMyWizardWidget.cxx (+35 -25), vtkKWMyWizardWidget.h (+4 -4), vtkKWMyWizardWorkflow.cxx (+1 -1), vtkKWMyWizardWorkflow.h (+1 -1), vtkWFEngineEventHandler.cxx (+54 -33), vtkWFEngineEventHandler.h (+7 -9), vtkWFEngineHandler.cxx (+16 -2), vtkWFEngineHandler.h (+6), vtkWFEngineModuleGUI.cxx (+29 -20)
mike 2007-03-19 17:39 Rev.: 2969

ENH: - bugfixing in the new navigation elements, should work now without problems

11 lines of code changed in 3 files:

  • Modules/WFEngineModule: vtkKWMyWizardWidget.cxx (+4 -4), vtkWFEngineHandler.cxx (+1 -7), vtkWFEngineModuleGUI.cxx (+6 -5)
mike 2007-03-16 15:40 Rev.: 2946

ENH: - Workflow navigation (by combobox, next and back button)
- Included user error management (Messagebox)
- fixed many vtkDebugLeaks (all that I could find)

363 lines of code changed in 12 files:

  • Modules/WFEngineModule: WFStateConverter.cxx (+20 -4), WFStateConverter.h (+2 -8), vtkKWMyWizardWidget.cxx (+71 -24), vtkKWMyWizardWidget.h (+1 -2), vtkKWMyWizardWorkflow.cxx (+15 -10), vtkKWMyWizardWorkflow.h (-1), vtkWFEngineEventHandler.cxx (+43 -24), vtkWFEngineEventHandler.h (+7), vtkWFEngineHandler.cxx (+23), vtkWFEngineModuleGUI.cxx (+173 -57), vtkWFEngineModuleGUI.h (+3 -3), vtkWFEngineModuleLogic.cxx (+5 -1)
mike 2007-03-14 17:59 Rev.: 2936

BUG: - fixed compile errors again (hopefully fixed now, because I don't get them also when the code is obviously wrong)
ENH: - integrate enhanced navigation, still not fully working

128 lines of code changed in 6 files:

  • Modules/WFEngineModule: vtkKWMyWizardWidget.cxx (+39 -9), vtkKWMyWizardWidget.h (+8 -3), vtkWFEngineHandler.cxx (+25), vtkWFEngineHandler.h (+1), vtkWFEngineModuleGUI.cxx (+54), vtkWFEngineModuleGUI.h (+1)
mike 2007-03-14 12:47 Rev.: 2923

ENH: - fixed compilation problems and version differences

30 lines of code changed in 3 files:

  • Modules/WFEngineModule: vtkKWMyWizardWidget.cxx (+5), vtkKWMyWizardWidget.h (+1), vtkWFEngineHandler.cxx (+24)
mike 2007-03-12 17:04 Rev.: 2920

BUG: - fixed messed up merge, building errors ...

241 lines of code changed in 24 files:

  • Modules/WFEngineModule: CMakeLists.txt (changed), FindWFEngine.cmake (changed), FindXercesC.cmake (changed), WFStateConverter.cxx (changed), WFStateConverter.h (changed), vtkKWMyWizardWidget.cxx (+189 -1), vtkKWMyWizardWidget.h (+30 -2), vtkKWMyWizardWorkflow.cxx (changed), vtkKWMyWizardWorkflow.h (changed), vtkMRMLWFEngineModuleNode.cxx (changed), vtkMRMLWFEngineModuleNode.h (changed), vtkWFEngineEventHandler.cxx (changed), vtkWFEngineEventHandler.h (changed), vtkWFEngineHandler.cxx (changed), vtkWFEngineHandler.h (+2), vtkWFEngineModule.h (changed), vtkWFEngineModuleConfigure.h (changed), vtkWFEngineModuleConfigure.h.in (changed), vtkWFEngineModuleGUI.cxx (+17 -3), vtkWFEngineModuleGUI.h (changed), vtkWFEngineModuleLogic.cxx (changed), vtkWFEngineModuleLogic.h (changed), vtkWFEngineModuleWin32Header.h (changed), wfConfig.xml (+3 -3)
mike 2007-03-12 11:15 Rev.: 2909

BUG: - fixed build problems

4 lines of code changed in 1 file:

  • Modules/WFEngineModule: CMakeLists.txt (+4)
mike 2007-03-12 10:51 Rev.: 2907

ENH: - update to the newest WFEngine Version

0 lines of code changed in 1 file:

  • Modules/WFEngineModule: WFEngineModule (new)
mike 2007-03-12 09:29 Rev.: 2901

BUG: - renamed vtkWFStepHandler.cxx into vtkWFEngineHandler.cxx

1 lines of code changed in 1 file:

  • Modules/WFEngineModule: CMakeLists.txt (+1 -1)
hliu 2007-03-09 13:20 Rev.: 2880

ENH: added WFEngineModule module.

210 lines of code changed in 24 files:

  • Modules/WFEngineModule: CMakeLists.txt (new 93), FindWFEngine.cmake (new 17), FindXercesC.cmake (new 16), WFStateConverter.cxx (new 4), WFStateConverter.h (new 8), vtkKWMyWizardWidget.cxx (new 1), vtkKWMyWizardWidget.h (new 2), vtkKWMyWizardWorkflow.cxx (new 10), vtkKWMyWizardWorkflow.h (new 2), vtkMRMLWFEngineModuleNode.cxx (new), vtkMRMLWFEngineModuleNode.h (new), vtkWFEngineEventHandler.cxx (new 24), vtkWFEngineEventHandler.h (new 2), vtkWFEngineHandler.cxx (new), vtkWFEngineHandler.h (new), vtkWFEngineModule.h (new 2), vtkWFEngineModuleConfigure.h (new 10), vtkWFEngineModuleConfigure.h.in (new 10), vtkWFEngineModuleGUI.cxx (new 3), vtkWFEngineModuleGUI.h (new 2), vtkWFEngineModuleLogic.cxx (new 1), vtkWFEngineModuleLogic.h (new), vtkWFEngineModuleWin32Header.h (new), wfConfig.xml (new 3)
Generated by StatSVN 0.5.0