[pubgit-commits-list] cpPlugins branch master updated. 8a5ea31f638e60ee6708667e2dc71bafd0e899ee

root root at tux.creatis.insa-lyon.fr
Fri Sep 16 23:00:57 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  8a5ea31f638e60ee6708667e2dc71bafd0e899ee (commit)
      from  f6e163be0bf2ffeb19239bb31c1df936017cdc8e (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=8a5ea31f638e60ee6708667e2dc71bafd0e899ee
commit 8a5ea31f638e60ee6708667e2dc71bafd0e899ee
Author: Leonardo Flórez-Valencia <florez-l at javeriana.edu.co>
Date:   Fri Sep 16 16:00:40 2016 -0500

    Visualization integration in a single interface.


-----------------------------------------------------------------------

Summary of changes:
 appli/PipelineEditor/PipelineEditorMainWindow.cxx  |   1 +
 appli/PipelineEditor/PipelineEditorMainWindow.ui   |  25 +-
 lib/cpBaseQtApplication/MainWindow.cxx             |  14 +
 lib/cpBaseQtApplication/MainWindow.h               |   1 +
 lib/cpExtensions/QT/ActorsWidgetInterface.h        |  68 +++
 lib/cpExtensions/QT/ConfigurationChooser.cxx       |  24 +-
 lib/cpExtensions/QT/ConfigurationChooser.h         |   6 +-
 lib/cpExtensions/QT/ImageWidget.cxx                | 231 --------
 lib/cpExtensions/QT/ImageWidget.h                  |  33 --
 lib/cpExtensions/QT/MPR3DWidget.cxx                |  89 ---
 lib/cpExtensions/QT/MPR3DWidget.h                  |  15 -
 lib/cpExtensions/QT/RendererWidget.cxx             | 641 ++++++++++++++++++++-
 lib/cpExtensions/QT/RendererWidget.h               |  47 +-
 lib/cpExtensions/QT/SimpleMPRWidget.cxx            | 285 +++++++--
 lib/cpExtensions/QT/SimpleMPRWidget.h              |  58 +-
 lib/cpExtensions/QT/SimpleMPRWidget.ui             |  40 +-
 .../QT/WindowLevelImageConfiguration.cxx           |  41 +-
 .../QT/WindowLevelImageConfiguration.h             |   7 +-
 18 files changed, 1102 insertions(+), 524 deletions(-)
 create mode 100644 lib/cpExtensions/QT/ActorsWidgetInterface.h


hooks/post-receive
-- 
Plugin system to encapsulate pipeline objects (data, filters, sources and sinks)


More information about the Pubgit-commits-list mailing list