[pubgit-commits-list] cpPlugins branch master updated. ebbbc4c90ed0e4814d360686e8d4b6aab509914c

root root at tux.creatis.insa-lyon.fr
Tue May 24 02:29:38 CEST 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  ebbbc4c90ed0e4814d360686e8d4b6aab509914c (commit)
      from  b2bb173d0feca93ca889a80280a1f5d2a87de402 (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=ebbbc4c90ed0e4814d360686e8d4b6aab509914c
commit ebbbc4c90ed0e4814d360686e8d4b6aab509914c
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date:   Mon May 23 19:29:26 2016 -0500

    Windows compilation is broken.


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

Summary of changes:
 appli/PipelineEditor/PipelineEditor.cxx            |  46 +-
 lib/cpExtensions/QT/SimpleMPRWidget.cxx            |  35 ++
 lib/cpExtensions/QT/SimpleMPRWidget.h              |   4 +-
 .../Visualization/ImageSliceActors.cxx             |  14 +
 lib/cpExtensions/Visualization/ImageSliceActors.h  |   3 +
 lib/cpPipelineEditor/Block.cxx                     |  16 +
 lib/cpPipelineEditor/Block.h                       |   3 +
 lib/cpPipelineEditor/Port.cxx                      |  19 +-
 lib/cpPlugins/CMakeLists.txt                       |   2 +
 lib/cpPlugins/DataObject.cxx                       |  83 +++
 lib/cpPlugins/DataObject.h                         |  26 +
 lib/cpPlugins/DataObjectVisualizationQtDialog.cxx  | 566 +++++++++++++++++++++
 lib/cpPlugins/DataObjectVisualizationQtDialog.h    |  94 ++++
 lib/cpPlugins/Mesh.cxx                             |   1 +
 14 files changed, 893 insertions(+), 19 deletions(-)
 create mode 100644 lib/cpPlugins/DataObjectVisualizationQtDialog.cxx
 create mode 100644 lib/cpPlugins/DataObjectVisualizationQtDialog.h


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


More information about the Pubgit-commits-list mailing list