[pubgit-commits-list] cpPlugins branch master updated. 7d58e3b62da920a493101d78d2929645ed98c8f9
root
root at tux.creatis.insa-lyon.fr
Thu Dec 17 16:42:46 CET 2015
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 7d58e3b62da920a493101d78d2929645ed98c8f9 (commit)
via 2c372f652bce67b347cd91737916504a054604a3 (commit)
via ef8b6e12859181d3faa8019ce7319c539c0f86ec (commit)
from 49ccd98bd1a735c6cf787853addb4ff2a2bfd2e1 (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=7d58e3b62da920a493101d78d2929645ed98c8f9
commit 7d58e3b62da920a493101d78d2929645ed98c8f9
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date: Thu Dec 17 10:42:32 2015 -0500
...
http://git.creatis.insa-lyon.fr/pubgit/?p=cpPlugins.git;a=commitdiff;h=2c372f652bce67b347cd91737916504a054604a3
commit 2c372f652bce67b347cd91737916504a054604a3
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date: Wed Dec 16 18:43:20 2015 -0500
...
http://git.creatis.insa-lyon.fr/pubgit/?p=cpPlugins.git;a=commitdiff;h=ef8b6e12859181d3faa8019ce7319c539c0f86ec
commit ef8b6e12859181d3faa8019ce7319c539c0f86ec
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date: Tue Dec 15 17:54:08 2015 -0500
More on graph editor
-----------------------------------------------------------------------
Summary of changes:
appli/cpPipelineEditor/CMakeLists.txt | 17 +-
appli/cpPipelineEditor/GraphCanvas.cxx | 318 --------------------
appli/cpPipelineEditor/GraphCanvas.h | 66 ----
appli/cpPipelineEditor/QNEBlock.cxx | 260 ++++++++++++++++
appli/cpPipelineEditor/QNEBlock.h | 82 +++++
appli/cpPipelineEditor/QNEConnection.cxx | 155 ++++++++++
appli/cpPipelineEditor/QNEConnection.h | 76 +++++
appli/cpPipelineEditor/QNEMainWindow.cxx | 112 +++++++
appli/cpPipelineEditor/QNEMainWindow.h | 55 ++++
appli/cpPipelineEditor/QNEMainWindow.ui | 73 +++++
appli/cpPipelineEditor/QNEPort.cxx | 191 ++++++++++++
appli/cpPipelineEditor/QNEPort.h | 92 ++++++
appli/cpPipelineEditor/QNodesEditor.cxx | 201 +++++++++++++
appli/cpPipelineEditor/QNodesEditor.h | 74 +++++
appli/cpPipelineEditor/QNodesEditorCanvas.cxx | 418 ++++++++++++++++++++++++++
appli/cpPipelineEditor/QNodesEditorCanvas.h | 62 ++++
appli/cpPipelineEditor/cpPipelineEditor.cxx | 134 +++++++++
appli/cpPipelineEditor/cpPipelineEditor.h | 5 +
appli/cpPipelineEditor/cpPipelineEditor.ui | 149 ++++++++-
lib/cpExtensions/DataStructures/Graph.h | 2 +
lib/cpExtensions/DataStructures/Graph.hxx | 10 +
lib/cpPlugins/Interface/Workspace.cxx | 63 +++-
lib/cpPlugins/Interface/Workspace.h | 8 +-
lib/cpPlugins/Interface/WorkspaceIO.cxx | 40 ++-
lib/cpPlugins/Plugins/IO/ImageReader.cxx | 2 +-
25 files changed, 2267 insertions(+), 398 deletions(-)
delete mode 100644 appli/cpPipelineEditor/GraphCanvas.cxx
delete mode 100644 appli/cpPipelineEditor/GraphCanvas.h
create mode 100644 appli/cpPipelineEditor/QNEBlock.cxx
create mode 100644 appli/cpPipelineEditor/QNEBlock.h
create mode 100644 appli/cpPipelineEditor/QNEConnection.cxx
create mode 100644 appli/cpPipelineEditor/QNEConnection.h
create mode 100644 appli/cpPipelineEditor/QNEMainWindow.cxx
create mode 100644 appli/cpPipelineEditor/QNEMainWindow.h
create mode 100644 appli/cpPipelineEditor/QNEMainWindow.ui
create mode 100644 appli/cpPipelineEditor/QNEPort.cxx
create mode 100644 appli/cpPipelineEditor/QNEPort.h
create mode 100644 appli/cpPipelineEditor/QNodesEditor.cxx
create mode 100644 appli/cpPipelineEditor/QNodesEditor.h
create mode 100644 appli/cpPipelineEditor/QNodesEditorCanvas.cxx
create mode 100644 appli/cpPipelineEditor/QNodesEditorCanvas.h
hooks/post-receive
--
Plugin system to encapsulate pipeline objects (data, filters, sources and sinks)
More information about the Pubgit-commits-list
mailing list