]> gerrit.simantics Code Review - simantics/3d.git/commit
latest release (0.41), third attempt
authorluukkainen <luukkainen@ac1ea38d-2e2b-0410-8846-a27921b304fc>
Mon, 29 Sep 2008 11:10:38 +0000 (11:10 +0000)
committerluukkainen <luukkainen@ac1ea38d-2e2b-0410-8846-a27921b304fc>
Mon, 29 Sep 2008 11:10:38 +0000 (11:10 +0000)
commitf9ce67e72c8bebd4683d49a1ac5fa99aacdfa6db
tree003c4ce2aa3352b58a75b96822ad2ba52d94bad2
parent128c7b801a83b51609522ff03e76382257e8f8d9
latest release (0.41), third attempt

git-svn-id: https://www.simantics.org/svn/simantics/3d/trunk@6851 ac1ea38d-2e2b-0410-8846-a27921b304fc
106 files changed:
org.simantics.proconf.processeditor/.classpath [new file with mode: 0644]
org.simantics.proconf.processeditor/.project [new file with mode: 0644]
org.simantics.proconf.processeditor/META-INF/MANIFEST.MF [new file with mode: 0644]
org.simantics.proconf.processeditor/build.properties [new file with mode: 0644]
org.simantics.proconf.processeditor/data/dcp.mtl [new file with mode: 0644]
org.simantics.proconf.processeditor/data/dcp.obj [new file with mode: 0644]
org.simantics.proconf.processeditor/icons/Component.png [new file with mode: 0644]
org.simantics.proconf.processeditor/icons/Component.svg [new file with mode: 0644]
org.simantics.proconf.processeditor/icons/Elbow.png [new file with mode: 0644]
org.simantics.proconf.processeditor/icons/Elbow.svg [new file with mode: 0644]
org.simantics.proconf.processeditor/icons/Nozzle.png [new file with mode: 0644]
org.simantics.proconf.processeditor/icons/Nozzle.svg [new file with mode: 0644]
org.simantics.proconf.processeditor/icons/Straight.png [new file with mode: 0644]
org.simantics.proconf.processeditor/icons/Straight.svg [new file with mode: 0644]
org.simantics.proconf.processeditor/icons/bubble.png [new file with mode: 0644]
org.simantics.proconf.processeditor/icons/bubble.svg [new file with mode: 0644]
org.simantics.proconf.processeditor/icons/crosshair.png [new file with mode: 0644]
org.simantics.proconf.processeditor/icons/crosshair.svg [new file with mode: 0644]
org.simantics.proconf.processeditor/icons/factory.png [new file with mode: 0644]
org.simantics.proconf.processeditor/icons/factory.svg [new file with mode: 0644]
org.simantics.proconf.processeditor/icons/middle.png [new file with mode: 0644]
org.simantics.proconf.processeditor/icons/middle.svg [new file with mode: 0644]
org.simantics.proconf.processeditor/icons/plus.png [new file with mode: 0644]
org.simantics.proconf.processeditor/icons/plus.svg [new file with mode: 0644]
org.simantics.proconf.processeditor/icons/tank.png [new file with mode: 0644]
org.simantics.proconf.processeditor/icons/tank.svg [new file with mode: 0644]
org.simantics.proconf.processeditor/icons/translate_d.png [new file with mode: 0644]
org.simantics.proconf.processeditor/icons/translate_d.svg [new file with mode: 0644]
org.simantics.proconf.processeditor/icons/x-axis.png [new file with mode: 0644]
org.simantics.proconf.processeditor/icons/x-axis.svg [new file with mode: 0644]
org.simantics.proconf.processeditor/icons/x-plane.png [new file with mode: 0644]
org.simantics.proconf.processeditor/icons/x-plane.svg [new file with mode: 0644]
org.simantics.proconf.processeditor/icons/y-axis.png [new file with mode: 0644]
org.simantics.proconf.processeditor/icons/y-axis.svg [new file with mode: 0644]
org.simantics.proconf.processeditor/icons/y-plane.png [new file with mode: 0644]
org.simantics.proconf.processeditor/icons/y-plane.svg [new file with mode: 0644]
org.simantics.proconf.processeditor/icons/z-axis.png [new file with mode: 0644]
org.simantics.proconf.processeditor/icons/z-axis.svg [new file with mode: 0644]
org.simantics.proconf.processeditor/icons/z-plane.png [new file with mode: 0644]
org.simantics.proconf.processeditor/icons/z-plane.svg [new file with mode: 0644]
org.simantics.proconf.processeditor/plugin.xml [new file with mode: 0644]
org.simantics.proconf.processeditor/src/fi/vtt/simantics/processeditor/Activator.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/fi/vtt/simantics/processeditor/ProcessResource.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/fi/vtt/simantics/processeditor/actions/InsertComponentAction.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/fi/vtt/simantics/processeditor/actions/InsertEquipmentAction.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/fi/vtt/simantics/processeditor/actions/InsertNozzleAction.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/fi/vtt/simantics/processeditor/actions/PositionType.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/fi/vtt/simantics/processeditor/actions/ReversePipelineAction.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/fi/vtt/simantics/processeditor/actions/RoutePipeAction.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/fi/vtt/simantics/processeditor/actions/SelectSplitPointAction.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/fi/vtt/simantics/processeditor/actions/SplitPointListener.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/fi/vtt/simantics/processeditor/actions/TranslateElbowAction.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/fi/vtt/simantics/processeditor/actions/TranslateInlineComponentAction.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/fi/vtt/simantics/processeditor/actions/TranslateStraightAction.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/fi/vtt/simantics/processeditor/adapters/InlineComponentConstraintAdapter.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/fi/vtt/simantics/processeditor/adapters/NozzleConstraintAdapter.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/fi/vtt/simantics/processeditor/adapters/TurnComponentConstraintAdapter.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/fi/vtt/simantics/processeditor/animations/PipeAnimationController.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/fi/vtt/simantics/processeditor/animations/PipeFlowAnimation.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/fi/vtt/simantics/processeditor/animations/ResourcePipeAnimationController.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/fi/vtt/simantics/processeditor/common/ControlPointTools.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/fi/vtt/simantics/processeditor/common/PathUtils.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/fi/vtt/simantics/processeditor/common/PipeComponentProvider.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/fi/vtt/simantics/processeditor/common/PipingRules.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/fi/vtt/simantics/processeditor/common/PipingTools.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/fi/vtt/simantics/processeditor/common/PipingTools2.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/fi/vtt/simantics/processeditor/dialogs/ConfigureAnimationDialog.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/fi/vtt/simantics/processeditor/dialogs/ConfigureMonitorDialog.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/fi/vtt/simantics/processeditor/dialogs/ConfigurePipelineAnimationDialog.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/fi/vtt/simantics/processeditor/dialogs/EquipmentDialog.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/fi/vtt/simantics/processeditor/dialogs/LibraryComponentDialog.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/fi/vtt/simantics/processeditor/dialogs/NozzleDialog.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/fi/vtt/simantics/processeditor/dialogs/PipelineComponentDialog.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/fi/vtt/simantics/processeditor/dialogs/PipelineDialog.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/fi/vtt/simantics/processeditor/gizmo/PositionSelectionGizmo.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/fi/vtt/simantics/processeditor/handlers/EquipmentEditorAdapter.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/fi/vtt/simantics/processeditor/handlers/NewComponentHandler.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/fi/vtt/simantics/processeditor/handlers/NewEquipmentHandler.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/fi/vtt/simantics/processeditor/handlers/NewPlantHandler.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/fi/vtt/simantics/processeditor/handlers/PipelineComponentEditorAdapter.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/fi/vtt/simantics/processeditor/handlers/Plant3DEditorAdapter.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/fi/vtt/simantics/processeditor/handlers/Plant3DProjectAdapter.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/fi/vtt/simantics/processeditor/handlers/Plant3DProjectType.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/fi/vtt/simantics/processeditor/monitors/BillboardMonitor.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/fi/vtt/simantics/processeditor/monitors/Monitor.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/fi/vtt/simantics/processeditor/monitors/MonitorTextProvider.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/fi/vtt/simantics/processeditor/monitors/ObjectPropertyProvider.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/fi/vtt/simantics/processeditor/monitors/PathContainer.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/fi/vtt/simantics/processeditor/monitors/ResourcePathPropertyProvider.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/fi/vtt/simantics/processeditor/monitors/TextMonitor.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/fi/vtt/simantics/processeditor/perspectives/Plant3DModellingPerspective.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/fi/vtt/simantics/processeditor/perspectives/ViewpointGenerator.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/fi/vtt/simantics/processeditor/scenegraph/NonVisibleNode.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/fi/vtt/simantics/processeditor/scenegraph/PipeComponentNode.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/fi/vtt/simantics/processeditor/scenegraph/PipeRunNode.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/fi/vtt/simantics/processeditor/scenegraph/PipelineComponentNode.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/fi/vtt/simantics/processeditor/tools/ControlPointContribution.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/fi/vtt/simantics/processeditor/tools/NozzleContribution.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/fi/vtt/simantics/processeditor/tools/PlantEditContribution.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/fi/vtt/simantics/processeditor/tools/PlantVisualizationContribution.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/fi/vtt/simantics/processeditor/views/EquipmentEditorPart.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/fi/vtt/simantics/processeditor/views/PipelineComponentEditorPart.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/fi/vtt/simantics/processeditor/views/PlantStructureOutlinePage.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/fi/vtt/simantics/processeditor/views/PlantStructureView.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/fi/vtt/simantics/processeditor/views/ProcessEditor.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/fi/vtt/simantics/processeditor/views/ProcessEditorPart.java [new file with mode: 0644]