[pubgit-commits-list] cpPlugins branch v1 updated. 33a60875fc809468442cad68b96f59cb541e878f

root root at tux.creatis.insa-lyon.fr
Fri Mar 10 19:47:16 CET 2017


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, v1 has been updated
       via  33a60875fc809468442cad68b96f59cb541e878f (commit)
       via  15d9c7c455b3e20bdab95dd37c2d018b0cfb68d8 (commit)
      from  265b59bcf117e0fbd9cd6742bf53e14e70487c43 (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=33a60875fc809468442cad68b96f59cb541e878f
commit 33a60875fc809468442cad68b96f59cb541e878f
Author: Leonardo Flórez-Valencia <florez-l at javeriana.edu.co>
Date:   Fri Mar 10 13:47:09 2017 -0500

    ...


http://git.creatis.insa-lyon.fr/pubgit/?p=cpPlugins.git;a=commitdiff;h=15d9c7c455b3e20bdab95dd37c2d018b0cfb68d8
commit 15d9c7c455b3e20bdab95dd37c2d018b0cfb68d8
Author: Leonardo Flórez-Valencia <florez-l at javeriana.edu.co>
Date:   Fri Mar 10 10:21:30 2017 -0500

    ...


-----------------------------------------------------------------------

Summary of changes:
 applis/PipelineEditor/PipelineEditor.ui          | 24 ++++++++-
 libs/cpPipelineEditor/Block.cxx                  | 43 +++++++++++++++
 libs/cpPipelineEditor/Block.h                    | 39 ++++++++++++++
 libs/cpPipelineEditor/Canvas.cxx                 | 62 +++++++++++++++++++++
 libs/cpPipelineEditor/Canvas.h                   | 13 ++++-
 libs/cpPipelineEditor/{Canvas.cxx => Editor.cxx} | 16 +++---
 libs/cpPipelineEditor/{Canvas.h => Editor.h}     | 25 +++++----
 libs/cpPipelineEditor/Editor.ui                  | 50 +++++++++++++++++
 libs/cpPipelineEditor/Panel.cxx                  | 69 ++++++++++++++++++++++++
 libs/cpPipelineEditor/{Canvas.h => Panel.h}      | 24 +++++----
 10 files changed, 336 insertions(+), 29 deletions(-)
 create mode 100644 libs/cpPipelineEditor/Block.cxx
 create mode 100644 libs/cpPipelineEditor/Block.h
 copy libs/cpPipelineEditor/{Canvas.cxx => Editor.cxx} (59%)
 copy libs/cpPipelineEditor/{Canvas.h => Editor.h} (51%)
 create mode 100644 libs/cpPipelineEditor/Editor.ui
 create mode 100644 libs/cpPipelineEditor/Panel.cxx
 copy libs/cpPipelineEditor/{Canvas.h => Panel.h} (51%)


hooks/post-receive
-- 
Plugin system to encapsulate pipeline objects (data, filters, sources and sinks)


More information about the Pubgit-commits-list mailing list