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

root root at tux.creatis.insa-lyon.fr
Fri May 27 00:48:59 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  c2678ab6df323b2bdb41217673ed60bc29642166 (commit)
       via  e6f0b27971bbd8175ec5e8615e90b8fba9fa07c9 (commit)
       via  28f9b7dc84eb4b09e985ad7e43a9f0001a6be928 (commit)
      from  ebbbc4c90ed0e4814d360686e8d4b6aab509914c (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=c2678ab6df323b2bdb41217673ed60bc29642166
commit c2678ab6df323b2bdb41217673ed60bc29642166
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date:   Thu May 26 17:48:48 2016 -0500

    Almost there...


http://git.creatis.insa-lyon.fr/pubgit/?p=cpPlugins.git;a=commitdiff;h=e6f0b27971bbd8175ec5e8615e90b8fba9fa07c9
commit e6f0b27971bbd8175ec5e8615e90b8fba9fa07c9
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date:   Thu May 26 12:21:04 2016 -0500

    Actors updated


http://git.creatis.insa-lyon.fr/pubgit/?p=cpPlugins.git;a=commitdiff;h=28f9b7dc84eb4b09e985ad7e43a9f0001a6be928
commit 28f9b7dc84eb4b09e985ad7e43a9f0001a6be928
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date:   Wed May 25 20:51:42 2016 -0500

    MVC integration at 50%


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

Summary of changes:
 appli/PipelineEditor/PipelineEditor.cxx            | 112 ++++-----
 lib/cpExtensions/QT/PropertyWidget.cxx             | 176 ---------------
 lib/cpExtensions/QT/PropertyWidget.h               |  63 ------
 lib/cpExtensions/QT/PropertyWidget.ui              | 160 -------------
 lib/cpExtensions/QT/SimpleMPRWidget.cxx            | 250 +++++++++++++++------
 lib/cpExtensions/QT/SimpleMPRWidget.h              |  25 ++-
 lib/cpExtensions/QT/SimpleMPRWidget.ui             |  10 +-
 .../Visualization/ImageSliceActors.cxx             |  16 ++
 lib/cpExtensions/Visualization/ImageSliceActors.h  |   1 +
 lib/cpPipelineEditor/BaseQtMainWindow.cxx          |   2 +-
 lib/cpPlugins/DataObject.cxx                       |  78 ++-----
 lib/cpPlugins/DataObject.h                         |  30 +--
 lib/cpPlugins/DataObjectVisualizationQtDialog.cxx  |  16 ++
 lib/cpPlugins/Image.cxx                            |  21 ++
 lib/cpPlugins/Image.h                              |   2 +
 lib/cpPlugins/Mesh.cxx                             |  20 ++
 lib/cpPlugins/Mesh.h                               |   2 +
 lib/cpPlugins/Workspace.cxx                        |  22 ++
 lib/cpPlugins/Workspace.h                          |   6 +
 19 files changed, 386 insertions(+), 626 deletions(-)
 delete mode 100644 lib/cpExtensions/QT/PropertyWidget.cxx
 delete mode 100644 lib/cpExtensions/QT/PropertyWidget.h
 delete mode 100644 lib/cpExtensions/QT/PropertyWidget.ui


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


More information about the Pubgit-commits-list mailing list