[pubgit-commits-list] cpPlugins branch master updated. dd763c7c99bb59edcc7035738ff1ad10255e2525
root
root at tux.creatis.insa-lyon.fr
Fri Dec 11 00:07:42 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 dd763c7c99bb59edcc7035738ff1ad10255e2525 (commit)
from dbc5b32e13cf4a299ce29a5666a8e0a2ff5e62a8 (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=dd763c7c99bb59edcc7035738ff1ad10255e2525
commit dd763c7c99bb59edcc7035738ff1ad10255e2525
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date: Thu Dec 10 18:07:32 2015 -0500
More on PipelineEditor
-----------------------------------------------------------------------
Summary of changes:
appli/cpPipelineEditor/CMakeLists.txt | 6 +-
appli/cpPipelineEditor/Edge.cxx | 166 +++++----
appli/cpPipelineEditor/Edge.h | 108 +++---
.../{GraphWidget.cxx => GraphCanvas.cxx} | 246 ++++++-------
appli/cpPipelineEditor/GraphCanvas.h | 66 ++++
appli/cpPipelineEditor/GraphWidget.h | 100 ------
appli/cpPipelineEditor/Node.cxx | 381 ++++++++++++---------
appli/cpPipelineEditor/Node.h | 119 +++----
appli/cpPipelineEditor/cpPipelineEditor.cxx | 3 +-
appli/cpPipelineEditor/cpPipelineEditor.ui | 6 +-
lib/cpPlugins/Interface/ProcessObject.cxx | 14 +
lib/cpPlugins/Interface/ProcessObject.h | 2 +
12 files changed, 593 insertions(+), 624 deletions(-)
rename appli/cpPipelineEditor/{GraphWidget.cxx => GraphCanvas.cxx} (50%)
create mode 100644 appli/cpPipelineEditor/GraphCanvas.h
delete mode 100644 appli/cpPipelineEditor/GraphWidget.h
hooks/post-receive
--
Plugin system to encapsulate pipeline objects (data, filters, sources and sinks)
More information about the Pubgit-commits-list
mailing list