[pubgit-commits-list] cpPlugins branch master updated. e9143845b476fc8b86c1706fb140ebee770a650b
root
root at tux.creatis.insa-lyon.fr
Sat Oct 10 01:34:40 CEST 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 e9143845b476fc8b86c1706fb140ebee770a650b (commit)
from 48363731d62d46ffad8ca257326cc147a92ab681 (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=e9143845b476fc8b86c1706fb140ebee770a650b
commit e9143845b476fc8b86c1706fb140ebee770a650b
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date: Fri Oct 9 18:34:23 2015 -0500
Widget integration (step 5/6): Interactive plugins now supported, widgets updates, quadsplitter for MPRs added.
-----------------------------------------------------------------------
Summary of changes:
appli/ImageMPR/CMakeLists.txt | 8 +-
appli/ImageMPR/MementoState.cxx | 8 +-
appli/examples/CMakeLists.txt | 21 +-
appli/examples/example_TestParameters.cxx | 273 +++++----
appli/examples/example_TestQuadSplitter.cxx | 24 +
lib/cpExtensions/CMakeLists.txt | 33 ++
lib/cpExtensions/Config.h.in | 18 +
lib/cpExtensions/QT/QuadSplitter.cxx | 70 +++
lib/cpExtensions/QT/QuadSplitter.h | 53 ++
lib/cpPlugins/Interface/BaseMPRWindow.cxx | 66 +++
lib/cpPlugins/Interface/BaseMPRWindow.h | 80 +++
.../cpPlugins/Interface/BaseMPRWindow.ui | 18 +-
lib/cpPlugins/Interface/CMakeLists.txt | 4 +
lib/cpPlugins/Interface/Config.h.in | 1 -
lib/cpPlugins/Interface/Parameters.cxx | 651 ++++++++++-----------
lib/cpPlugins/Interface/Parameters.h | 227 ++++---
lib/cpPlugins/Interface/Parameters.hxx | 270 +++++++--
lib/cpPlugins/Interface/ParametersQtDialog.cxx | 35 +-
lib/cpPlugins/Interface/ParametersQtDialog.h | 2 +-
lib/cpPlugins/Interface/ProcessObject.cxx | 24 +-
lib/cpPlugins/Interface/ProcessObject.h | 9 +-
lib/cpPlugins/Plugins/CMakeLists.txt | 2 +-
lib/cpPlugins/Plugins/IO/ImageReader.cxx | 16 +-
lib/cpPlugins/Plugins/IO/ImageReader.h | 5 +-
lib/cpPlugins/Plugins/IO/ImageWriter.cxx | 9 +-
lib/cpPlugins/Plugins/IO/MeshReader.cxx | 34 +-
lib/cpPlugins/Plugins/IO/MeshWriter.cxx | 6 +-
27 files changed, 1232 insertions(+), 735 deletions(-)
create mode 100644 appli/examples/example_TestQuadSplitter.cxx
create mode 100644 lib/cpExtensions/Config.h.in
create mode 100644 lib/cpExtensions/QT/QuadSplitter.cxx
create mode 100644 lib/cpExtensions/QT/QuadSplitter.h
create mode 100644 lib/cpPlugins/Interface/BaseMPRWindow.cxx
create mode 100644 lib/cpPlugins/Interface/BaseMPRWindow.h
copy appli/ImageMPR/ImageMPR.ui => lib/cpPlugins/Interface/BaseMPRWindow.ui (92%)
hooks/post-receive
--
Plugin system to encapsulate pipeline objects (data, filters, sources and sinks)
More information about the Pubgit-commits-list
mailing list