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

root root at tux.creatis.insa-lyon.fr
Thu Nov 5 14:43:03 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  d6f15d4cb764982e2b09060a9c0f38636891590c (commit)
       via  b099c70da465fb2066928a0977899a40bdfff8e3 (commit)
       via  c0627ed97baf80b6751379801fc4d5c377b45467 (commit)
      from  64ee1e8924a88841c1c943fef576860402e0777c (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=d6f15d4cb764982e2b09060a9c0f38636891590c
commit d6f15d4cb764982e2b09060a9c0f38636891590c
Merge: b099c70 64ee1e8
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date:   Wed Nov 4 19:24:09 2015 -0500

    Merge branch 'master' of ssh://git.creatis.insa-lyon.fr/cpPlugins


http://git.creatis.insa-lyon.fr/pubgit/?p=cpPlugins.git;a=commitdiff;h=b099c70da465fb2066928a0977899a40bdfff8e3
commit b099c70da465fb2066928a0977899a40bdfff8e3
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date:   Wed Nov 4 19:23:52 2015 -0500

    MVC pattern finished


http://git.creatis.insa-lyon.fr/pubgit/?p=cpPlugins.git;a=commitdiff;h=c0627ed97baf80b6751379801fc4d5c377b45467
commit c0627ed97baf80b6751379801fc4d5c377b45467
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date:   Tue Nov 3 18:19:55 2015 -0500

    Getting ready for interactive initialization.


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

Summary of changes:
 appli/ImageMPR/ImageMPR.cxx                        | 259 +++----
 appli/ImageMPR/ImageMPR.h                          |  41 +-
 .../Interaction/ImageInteractorStyle.cxx           |  11 +
 .../Interaction/ImageInteractorStyle.h             |   2 +
 lib/cpExtensions/Visualization/MPRObjects.cxx      |   7 +
 lib/cpExtensions/Visualization/MPRObjects.h        |   1 +
 lib/cpPlugins/Interface/BaseMPRWidget.cxx          | 296 +++++--
 lib/cpPlugins/Interface/BaseMPRWidget.h            | 110 ++-
 lib/cpPlugins/Interface/BasePluginsApplication.h   |  27 +
 lib/cpPlugins/Interface/Parameters.cxx             |   8 +
 lib/cpPlugins/Interface/Parameters.h               |   3 +-
 lib/cpPlugins/Interface/ParametersQtDialog.cxx     |  89 ++-
 lib/cpPlugins/Interface/Plugins.cxx                | 856 +++++++++++++++++----
 lib/cpPlugins/Interface/Plugins.h                  | 111 ++-
 lib/cpPlugins/Interface/ProcessObject.cxx          |  98 ++-
 lib/cpPlugins/Interface/ProcessObject.h            |  19 +-
 .../BasicFilters/OtsuThresholdImageFilter.cxx      |   4 +-
 lib/cpPlugins/Plugins/IO/DicomSeriesReader.cxx     |  13 +-
 lib/cpPlugins/Plugins/IO/DicomSeriesReader.h       |   2 +-
 lib/cpPlugins/Plugins/IO/ImageReader.cxx           |   7 +-
 lib/cpPlugins/Plugins/IO/ImageReader.h             |   2 +-
 lib/cpPlugins/Plugins/IO/ImageWriter.cxx           |   7 +-
 lib/cpPlugins/Plugins/IO/ImageWriter.h             |   2 +-
 lib/cpPlugins/Plugins/IO/MeshReader.cxx            |   7 +-
 lib/cpPlugins/Plugins/IO/MeshReader.h              |   2 +-
 lib/cpPlugins/Plugins/IO/MeshWriter.cxx            |   7 +-
 lib/cpPlugins/Plugins/IO/MeshWriter.h              |   2 +-
 27 files changed, 1525 insertions(+), 468 deletions(-)
 create mode 100644 lib/cpPlugins/Interface/BasePluginsApplication.h


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


More information about the Pubgit-commits-list mailing list