]> Creatis software - cpPlugins.git/commit
Now it's broken :-(
authorLeonardo Florez-Valencia <florez-l@javeriana.edu.co>
Thu, 14 Jan 2016 22:21:57 +0000 (17:21 -0500)
committerLeonardo Florez-Valencia <florez-l@javeriana.edu.co>
Thu, 14 Jan 2016 22:21:57 +0000 (17:21 -0500)
commit46f2cf7aa39bda8301b22fcfddd43daf0dc13770
treebe45ac88b63a77656e7cdecf3b3c9ecf43f579d4
parentc06908465eb6da50572779f423d1e2c9e03b68dd
Now it's broken :-(
30 files changed:
appli/CMakeLists.txt
appli/cpPipelineEditor/App_cpPipelineEditor.cxx [moved from appli/cpPipelineEditor/cpPipelineEditor.cxx with 88% similarity]
appli/cpPipelineEditor/App_cpPipelineEditor.h [moved from appli/cpPipelineEditor/cpPipelineEditor.h with 73% similarity]
appli/cpPipelineEditor/App_cpPipelineEditor.ui [moved from appli/cpPipelineEditor/cpPipelineEditor.ui with 94% similarity]
appli/cpPipelineEditor/CMakeLists.txt
appli/cpPipelineEditor/QNEBlock.h [deleted file]
appli/cpPipelineEditor/QNEConnection.h [deleted file]
appli/cpPipelineEditor/QNEPort.h [deleted file]
appli/cpPipelineEditor/QNodesEditor.cxx [deleted file]
appli/cpPipelineEditor/QNodesEditor.h [deleted file]
appli/cpPipelineEditor/main.cxx
lib/CMakeLists.txt
lib/cpExtensions/DataStructures/Graph.h
lib/cpExtensions/DataStructures/Graph.hxx
lib/cpPipelineEditor/Block.cxx [moved from appli/cpPipelineEditor/QNEBlock.cxx with 54% similarity]
lib/cpPipelineEditor/Block.h [new file with mode: 0644]
lib/cpPipelineEditor/CMakeLists.txt [new file with mode: 0644]
lib/cpPipelineEditor/Canvas.cxx [moved from appli/cpPipelineEditor/QNodesEditorCanvas.cxx with 86% similarity]
lib/cpPipelineEditor/Canvas.h [moved from appli/cpPipelineEditor/QNodesEditorCanvas.h with 57% similarity]
lib/cpPipelineEditor/Connection.cxx [moved from appli/cpPipelineEditor/QNEConnection.cxx with 51% similarity]
lib/cpPipelineEditor/Connection.h [new file with mode: 0644]
lib/cpPipelineEditor/Editor.cxx [new file with mode: 0644]
lib/cpPipelineEditor/Editor.h [new file with mode: 0644]
lib/cpPipelineEditor/Port.cxx [moved from appli/cpPipelineEditor/QNEPort.cxx with 62% similarity]
lib/cpPipelineEditor/Port.h [new file with mode: 0644]
lib/cpPlugins/Interface/Parameters.cxx
lib/cpPlugins/Interface/Parameters.h
lib/cpPlugins/Interface/Workspace.cxx
lib/cpPlugins/Interface/Workspace.h
lib/cpPlugins/Interface/WorkspaceIO.cxx