[pubgit-commits-list] cpPlugins branch master updated. 46f2cf7aa39bda8301b22fcfddd43daf0dc13770
root
root at tux.creatis.insa-lyon.fr
Thu Jan 14 23:22:13 CET 2016
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Plugin system to encapsulate pipeline objects (data, filters, sources and sinks)".
The branch, master has been updated
via 46f2cf7aa39bda8301b22fcfddd43daf0dc13770 (commit)
from c06908465eb6da50572779f423d1e2c9e03b68dd (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.creatis.insa-lyon.fr/pubgit/?p=cpPlugins.git;a=commitdiff;h=46f2cf7aa39bda8301b22fcfddd43daf0dc13770
commit 46f2cf7aa39bda8301b22fcfddd43daf0dc13770
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date: Thu Jan 14 17:21:57 2016 -0500
Now it's broken :-(
-----------------------------------------------------------------------
Summary of changes:
appli/CMakeLists.txt | 6 +-
...PipelineEditor.cxx => App_cpPipelineEditor.cxx} | 42 +-
.../{cpPipelineEditor.h => App_cpPipelineEditor.h} | 16 +-
...cpPipelineEditor.ui => App_cpPipelineEditor.ui} | 12 +-
appli/cpPipelineEditor/CMakeLists.txt | 129 ++---
appli/cpPipelineEditor/QNEBlock.h | 111 ----
appli/cpPipelineEditor/QNEConnection.h | 75 ---
appli/cpPipelineEditor/QNEPort.h | 215 --------
appli/cpPipelineEditor/QNodesEditor.cxx | 596 ---------------------
appli/cpPipelineEditor/QNodesEditor.h | 158 ------
appli/cpPipelineEditor/main.cxx | 4 +-
lib/CMakeLists.txt | 6 +
lib/cpExtensions/DataStructures/Graph.h | 79 ++-
lib/cpExtensions/DataStructures/Graph.hxx | 66 ++-
.../QNEBlock.cxx => lib/cpPipelineEditor/Block.cxx | 145 ++---
lib/cpPipelineEditor/Block.h | 80 +++
.../Pluma => cpPipelineEditor}/CMakeLists.txt | 32 +-
.../cpPipelineEditor/Canvas.cxx | 60 +--
.../cpPipelineEditor/Canvas.h | 27 +-
.../cpPipelineEditor/Connection.cxx | 58 +-
lib/cpPipelineEditor/Connection.h | 50 ++
lib/cpPipelineEditor/Editor.cxx | 510 ++++++++++++++++++
lib/cpPipelineEditor/Editor.h | 111 ++++
.../QNEPort.cxx => lib/cpPipelineEditor/Port.cxx | 122 ++---
lib/cpPipelineEditor/Port.h | 190 +++++++
lib/cpPlugins/Interface/Parameters.cxx | 117 ++++
lib/cpPlugins/Interface/Parameters.h | 5 +
lib/cpPlugins/Interface/Workspace.cxx | 230 +++++---
lib/cpPlugins/Interface/Workspace.h | 75 ++-
lib/cpPlugins/Interface/WorkspaceIO.cxx | 152 ++----
30 files changed, 1702 insertions(+), 1777 deletions(-)
rename appli/cpPipelineEditor/{cpPipelineEditor.cxx => App_cpPipelineEditor.cxx} (88%)
rename appli/cpPipelineEditor/{cpPipelineEditor.h => App_cpPipelineEditor.h} (73%)
rename appli/cpPipelineEditor/{cpPipelineEditor.ui => App_cpPipelineEditor.ui} (94%)
delete mode 100644 appli/cpPipelineEditor/QNEBlock.h
delete mode 100644 appli/cpPipelineEditor/QNEConnection.h
delete mode 100644 appli/cpPipelineEditor/QNEPort.h
delete mode 100644 appli/cpPipelineEditor/QNodesEditor.cxx
delete mode 100644 appli/cpPipelineEditor/QNodesEditor.h
rename appli/cpPipelineEditor/QNEBlock.cxx => lib/cpPipelineEditor/Block.cxx (54%)
create mode 100644 lib/cpPipelineEditor/Block.h
copy lib/{third_party/Pluma => cpPipelineEditor}/CMakeLists.txt (66%)
rename appli/cpPipelineEditor/QNodesEditorCanvas.cxx => lib/cpPipelineEditor/Canvas.cxx (86%)
rename appli/cpPipelineEditor/QNodesEditorCanvas.h => lib/cpPipelineEditor/Canvas.h (57%)
rename appli/cpPipelineEditor/QNEConnection.cxx => lib/cpPipelineEditor/Connection.cxx (51%)
create mode 100644 lib/cpPipelineEditor/Connection.h
create mode 100644 lib/cpPipelineEditor/Editor.cxx
create mode 100644 lib/cpPipelineEditor/Editor.h
rename appli/cpPipelineEditor/QNEPort.cxx => lib/cpPipelineEditor/Port.cxx (62%)
create mode 100644 lib/cpPipelineEditor/Port.h
hooks/post-receive
--
Plugin system to encapsulate pipeline objects (data, filters, sources and sinks)
More information about the Pubgit-commits-list
mailing list