[pubgit-commits-list] cpPlugins branch master updated. 486e2fd13401f33b2349e023be1dfc01221b0ef3
root
root at tux.creatis.insa-lyon.fr
Sun Jun 12 05:25:45 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 486e2fd13401f33b2349e023be1dfc01221b0ef3 (commit)
from f7d48d6061d5c8020f0614d19d12c1a9a9126948 (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=486e2fd13401f33b2349e023be1dfc01221b0ef3
commit 486e2fd13401f33b2349e023be1dfc01221b0ef3
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date: Sat Jun 11 22:24:44 2016 -0500
...
-----------------------------------------------------------------------
Summary of changes:
lib/cpExtensions/QT/SimpleMPRWidget.cxx | 6 +
lib/cpPlugins/ActorAxesProperties.cxx | 181 +++++++++++++++++++++
lib/cpPlugins/ActorAxesProperties.h | 50 ++++++
lib/cpPlugins/ActorAxesProperties.ui | 157 ++++++++++++++++++
lib/cpPlugins/ActorImageProperties.cxx | 245 ++++++++++++++++++++++++++++
lib/cpPlugins/ActorImageProperties.h | 53 +++++++
lib/cpPlugins/ActorImageProperties.ui | 215 +++++++++++++++++++++++++
lib/cpPlugins/ActorPolyDataProperties.cxx | 254 ++++++++++++++++++++++++++++++
lib/cpPlugins/ActorPolyDataProperties.h | 53 +++++++
lib/cpPlugins/ActorPolyDataProperties.ui | 233 +++++++++++++++++++++++++++
lib/cpPlugins/ActorProperties.cxx | 38 +++++
lib/cpPlugins/ActorProperties.h | 60 +++++++
lib/cpPlugins/ActorPropertiesQtDialog.cxx | 121 +++++++-------
lib/cpPlugins/ActorPropertiesQtDialog.h | 86 +++++-----
lib/cpPlugins/CMakeLists.txt | 11 ++
lib/cpPlugins/Image.cxx | 2 +
16 files changed, 1661 insertions(+), 104 deletions(-)
create mode 100644 lib/cpPlugins/ActorAxesProperties.cxx
create mode 100644 lib/cpPlugins/ActorAxesProperties.h
create mode 100644 lib/cpPlugins/ActorAxesProperties.ui
create mode 100644 lib/cpPlugins/ActorImageProperties.cxx
create mode 100644 lib/cpPlugins/ActorImageProperties.h
create mode 100644 lib/cpPlugins/ActorImageProperties.ui
create mode 100644 lib/cpPlugins/ActorPolyDataProperties.cxx
create mode 100644 lib/cpPlugins/ActorPolyDataProperties.h
create mode 100644 lib/cpPlugins/ActorPolyDataProperties.ui
create mode 100644 lib/cpPlugins/ActorProperties.cxx
create mode 100644 lib/cpPlugins/ActorProperties.h
hooks/post-receive
--
Plugin system to encapsulate pipeline objects (data, filters, sources and sinks)
More information about the Pubgit-commits-list
mailing list