[pubgit-commits-list] cpPlugins branch master updated. 0276214a7bcbb028cb23fa510184a4d0e92c416a
root
root at tux.creatis.insa-lyon.fr
Thu Jun 2 00:07:34 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 0276214a7bcbb028cb23fa510184a4d0e92c416a (commit)
via 6e554087c1bd5e77c1e954e97b9eb2f9282c0ddb (commit)
via b9fd406b0196ce00c4152da45572b8be3cb3c805 (commit)
from e857c52ab67b603ed2230e6e64d1225150fb8d6d (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=0276214a7bcbb028cb23fa510184a4d0e92c416a
commit 0276214a7bcbb028cb23fa510184a4d0e92c416a
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date: Sun May 29 22:35:06 2016 -0500
Line width and point size added.
http://git.creatis.insa-lyon.fr/pubgit/?p=cpPlugins.git;a=commitdiff;h=6e554087c1bd5e77c1e954e97b9eb2f9282c0ddb
commit 6e554087c1bd5e77c1e954e97b9eb2f9282c0ddb
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date: Sun May 29 20:19:50 2016 -0500
Old MPR objects removed.
http://git.creatis.insa-lyon.fr/pubgit/?p=cpPlugins.git;a=commitdiff;h=b9fd406b0196ce00c4152da45572b8be3cb3c805
commit b9fd406b0196ce00c4152da45572b8be3cb3c805
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date: Sun May 29 20:01:01 2016 -0500
Visual properties dialog finished.
-----------------------------------------------------------------------
Summary of changes:
appli/PipelineEditor/PipelineEditor.cxx | 88 +---
appli/PipelineEditor/PipelineEditor.h | 2 +
.../QT/example_MPRViewer/example_MPRViewer.cxx | 3 +-
lib/cpExtensions/QT/SimpleMPRWidget.cxx | 52 +-
lib/cpExtensions/QT/SimpleMPRWidget.h | 84 +---
lib/cpExtensions/Visualization/MPRActors.cxx | 502 --------------------
lib/cpExtensions/Visualization/MPRActors.h | 130 -----
lib/cpExtensions/Visualization/MPRObjects.cxx | 526 ---------------------
lib/cpExtensions/Visualization/MPRObjects.h | 139 ------
lib/cpPipelineEditor/BaseQtMainWindow.cxx | 129 ++++-
lib/cpPipelineEditor/BaseQtMainWindow.h | 12 +
lib/cpPipelineEditor/Port.cxx | 19 +-
...ionQtDialog.cxx => ActorPropertiesQtDialog.cxx} | 276 +++++++----
...izationQtDialog.h => ActorPropertiesQtDialog.h} | 49 +-
lib/cpPlugins/CMakeLists.txt | 4 +-
lib/cpPlugins/DataObject.cxx | 19 -
lib/cpPlugins/DataObject.h | 4 -
plugins/cpPluginsWidgets/SeedWidget.cxx | 1 +
18 files changed, 448 insertions(+), 1591 deletions(-)
delete mode 100644 lib/cpExtensions/Visualization/MPRActors.cxx
delete mode 100644 lib/cpExtensions/Visualization/MPRActors.h
delete mode 100644 lib/cpExtensions/Visualization/MPRObjects.cxx
delete mode 100644 lib/cpExtensions/Visualization/MPRObjects.h
rename lib/cpPlugins/{DataObjectVisualizationQtDialog.cxx => ActorPropertiesQtDialog.cxx} (70%)
rename lib/cpPlugins/{DataObjectVisualizationQtDialog.h => ActorPropertiesQtDialog.h} (55%)
hooks/post-receive
--
Plugin system to encapsulate pipeline objects (data, filters, sources and sinks)
More information about the Pubgit-commits-list
mailing list