[pubgit-commits-list] cpPlugins branch master updated. 8f73fe60149066b59be7cc39e352f74a1e9e664f
root
root at tux.creatis.insa-lyon.fr
Tue Oct 27 23:15:30 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 8f73fe60149066b59be7cc39e352f74a1e9e664f (commit)
via f1c75e8efd926172e954cd5e7952622c5788b450 (commit)
from 584e1bc8ecb0568639e1843f616408e28d4c6257 (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=8f73fe60149066b59be7cc39e352f74a1e9e664f
commit 8f73fe60149066b59be7cc39e352f74a1e9e664f
Merge: f1c75e8 584e1bc
Author: Jose Luis Guzman <cycopepe at gmail.com>
Date: Tue Oct 27 18:36:26 2015 +0100
Merge ssh://git.creatis.insa-lyon.fr/cpPlugins
http://git.creatis.insa-lyon.fr/pubgit/?p=cpPlugins.git;a=commitdiff;h=f1c75e8efd926172e954cd5e7952622c5788b450
commit f1c75e8efd926172e954cd5e7952622c5788b450
Author: Jose Luis Guzman <cycopepe at gmail.com>
Date: Tue Oct 27 18:34:50 2015 +0100
widget sphere update: works with mouse but is still buggy with key board
-----------------------------------------------------------------------
Summary of changes:
appli/ImageMPR/CMakeLists.txt | 2 +-
appli/ImageMPR/MementoState.cxx | 74 ---------
appli/ImageMPR/MementoState.h | 67 --------
appli/examples/CMakeLists.txt | 8 +-
appli/examples/example_SphereWidget.cxx | 121 ++++++++++++++
appli/examples/example_Test_Memento.cxx | 157 +++++++++++++++++++
lib/cpExtensions/IO/MementoState.cxx | 123 +++++++++++++++
lib/cpExtensions/IO/MementoState.h | 77 +++++++++
lib/cpExtensions/Interaction/SphereWidget.cxx | 173 +++++++++++++++++++++
.../Interaction/{SeedWidget.h => SphereWidget.h} | 28 ++--
10 files changed, 674 insertions(+), 156 deletions(-)
delete mode 100644 appli/ImageMPR/MementoState.cxx
delete mode 100644 appli/ImageMPR/MementoState.h
create mode 100644 appli/examples/example_SphereWidget.cxx
create mode 100644 appli/examples/example_Test_Memento.cxx
create mode 100644 lib/cpExtensions/IO/MementoState.cxx
create mode 100644 lib/cpExtensions/IO/MementoState.h
create mode 100644 lib/cpExtensions/Interaction/SphereWidget.cxx
copy lib/cpExtensions/Interaction/{SeedWidget.h => SphereWidget.h} (61%)
hooks/post-receive
--
Plugin system to encapsulate pipeline objects (data, filters, sources and sinks)
More information about the Pubgit-commits-list
mailing list