[pubgit-commits-list] cpPlugins branch master updated. 83e946f1e96c001dde06a2785473d08468e28b2e
root
root at tux.creatis.insa-lyon.fr
Sun Jan 3 03:54:52 CET 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 83e946f1e96c001dde06a2785473d08468e28b2e (commit)
via f4aeff15ebb41183d4b89f41b29ec26043848722 (commit)
from 9c75dcecf566cc567583caf4687ce523a2af586d (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=83e946f1e96c001dde06a2785473d08468e28b2e
commit 83e946f1e96c001dde06a2785473d08468e28b2e
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date: Sat Jan 2 21:54:25 2016 -0500
Kind of bored: graph editor debugged
http://git.creatis.insa-lyon.fr/pubgit/?p=cpPlugins.git;a=commitdiff;h=f4aeff15ebb41183d4b89f41b29ec26043848722
commit f4aeff15ebb41183d4b89f41b29ec26043848722
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date: Sat Jan 2 13:56:31 2016 -0500
More on graph editor
-----------------------------------------------------------------------
Summary of changes:
appli/cpPipelineEditor/QNEBlock.cxx | 188 ++++----
appli/cpPipelineEditor/QNEBlock.h | 54 ++-
appli/cpPipelineEditor/QNEConnection.cxx | 51 +-
appli/cpPipelineEditor/QNEConnection.h | 5 +-
appli/cpPipelineEditor/QNEPort.cxx | 195 +++++---
appli/cpPipelineEditor/QNEPort.h | 158 ++++++-
appli/cpPipelineEditor/QNodesEditor.cxx | 525 ++++++++++++++++++---
appli/cpPipelineEditor/QNodesEditor.h | 27 +-
appli/cpPipelineEditor/QNodesEditorCanvas.cxx | 91 +---
appli/cpPipelineEditor/QNodesEditorCanvas.h | 17 +-
appli/cpPipelineEditor/cpPipelineEditor.cxx | 38 +-
appli/cpPipelineEditor/cpPipelineEditor.h | 1 +
appli/examples/example_TestParameters.cxx | 14 +-
lib/cpPlugins/Interface/Parameters.cxx | 126 +++--
lib/cpPlugins/Interface/Parameters.h | 38 +-
lib/cpPlugins/Interface/Parameters.hxx | 75 +--
lib/cpPlugins/Interface/WorkspaceIO.cxx | 216 ++++-----
.../BasicFilters/BinaryErodeImageFilter.cxx | 3 +-
.../BasicFilters/BinaryThresholdImageFilter.cxx | 13 +-
.../BasicFilters/DoubleFloodImageFilter.cxx | 18 +-
.../BasicFilters/ExtractSliceImageFilter.cxx | 7 +-
.../Plugins/BasicFilters/FloodFillImageFilter.cxx | 16 +-
.../Plugins/BasicFilters/MacheteFilter.cxx | 11 +-
.../Plugins/BasicFilters/MacheteImageFilter.cxx | 16 +-
.../Plugins/BasicFilters/MedianImageFilter.cxx | 3 +-
.../BasicFilters/OtsuThresholdImageFilter.cxx | 10 +-
.../Plugins/BasicFilters/SphereMeshSource.cxx | 13 +-
lib/cpPlugins/Plugins/IO/DicomSeriesReader.h | 4 +-
lib/cpPlugins/Plugins/IO/ImageReader.cxx | 3 +-
lib/cpPlugins/Plugins/IO/ImageReader.h | 4 +-
lib/cpPlugins/Plugins/IO/ImageWriter.cxx | 3 +-
lib/cpPlugins/Plugins/IO/ImageWriter.h | 4 +-
lib/cpPlugins/Plugins/IO/MeshReader.cxx | 6 +-
lib/cpPlugins/Plugins/IO/MeshReader.h | 4 +-
lib/cpPlugins/Plugins/IO/MeshWriter.cxx | 3 +-
lib/cpPlugins/Plugins/IO/MeshWriter.h | 4 +-
36 files changed, 1274 insertions(+), 690 deletions(-)
hooks/post-receive
--
Plugin system to encapsulate pipeline objects (data, filters, sources and sinks)
More information about the Pubgit-commits-list
mailing list