[pubgit-commits-list] cpPlugins branch master updated. b5417af22a8c30e05961789f4758c10e0cc1b926
root
root at tux.creatis.insa-lyon.fr
Wed Jun 29 01:30:22 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 b5417af22a8c30e05961789f4758c10e0cc1b926 (commit)
via 1eca6dc8780b7fda231cf03e7ec56c77549bf865 (commit)
via d33ca0ef613a3037614d9729bbea065124b07cce (commit)
via 183830055f401d334889eb83527a000129e45cad (commit)
from e5916bd329611f11ff2f31ff42e853bac21b825a (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=b5417af22a8c30e05961789f4758c10e0cc1b926
commit b5417af22a8c30e05961789f4758c10e0cc1b926
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date: Tue Jun 28 18:30:10 2016 -0500
...
http://git.creatis.insa-lyon.fr/pubgit/?p=cpPlugins.git;a=commitdiff;h=1eca6dc8780b7fda231cf03e7ec56c77549bf865
commit 1eca6dc8780b7fda231cf03e7ec56c77549bf865
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date: Tue Jun 28 16:37:55 2016 -0500
...
http://git.creatis.insa-lyon.fr/pubgit/?p=cpPlugins.git;a=commitdiff;h=d33ca0ef613a3037614d9729bbea065124b07cce
commit d33ca0ef613a3037614d9729bbea065124b07cce
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date: Tue Jun 28 16:01:25 2016 -0500
...
http://git.creatis.insa-lyon.fr/pubgit/?p=cpPlugins.git;a=commitdiff;h=183830055f401d334889eb83527a000129e45cad
commit 183830055f401d334889eb83527a000129e45cad
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date: Tue Jun 28 11:42:40 2016 -0500
...
-----------------------------------------------------------------------
Summary of changes:
appli/PipelineEditor/PipelineEditorMainWindow.cxx | 81 +++++---------
appli/PipelineEditor/PipelineEditorMainWindow.h | 8 --
appli/PipelineEditor/PipelineEditorMainWindow.ui | 9 ++
.../plugins/example_plugins_GuessPlugins.cxx | 2 +-
.../plugins/example_plugins_LoadDirectory.cxx | 2 +-
.../examples/plugins/example_plugins_LoadFile.cxx | 2 +-
.../plugins/example_plugins_LoadPlugin.cxx | 2 +-
.../examples/plugins/example_plugins_ReadImage.cxx | 2 +-
cmake/cpPlugins_Functions.cmake | 20 +++-
lib/cpBaseQtApplication/Editor.cxx | 52 +++++----
lib/cpBaseQtApplication/Editor.h | 6 +-
lib/cpBaseQtApplication/MainWindow.cxx | 107 +++++++++++-------
lib/cpBaseQtApplication/MainWindow.h | 6 +-
lib/cpBaseQtApplication/PathsDialog.cxx | 71 ++++++++++++
lib/cpBaseQtApplication/PathsDialog.h | 45 ++++++++
lib/cpBaseQtApplication/PathsDialog.ui | 119 +++++++++++++++++++++
lib/cpExtensions/DataStructures/Graph.hxx | 9 +-
lib/cpExtensions/QT/SimpleMPRWidget.cxx | 28 +++++
lib/cpExtensions/QT/SimpleMPRWidget.h | 3 +
...ynamicLibrariesFunctions.cxx => DLLManager.cxx} | 2 +-
...oadDynamicLibrariesFunctions.h => DLLManager.h} | 6 +-
lib/cpPlugins/Interface.cxx | 95 ++++++++--------
lib/cpPlugins/Interface.h | 60 +++--------
lib/cpPlugins/ProcessObject.h | 3 +
lib/cpPlugins/ProcessObject.hxx | 16 +++
lib/cpPlugins/Utilities.h | 4 +-
lib/cpPlugins/Workspace.cxx | 63 ++++++++++-
lib/cpPlugins/Workspace.h | 21 ++--
28 files changed, 592 insertions(+), 252 deletions(-)
create mode 100644 lib/cpBaseQtApplication/PathsDialog.cxx
create mode 100644 lib/cpBaseQtApplication/PathsDialog.h
create mode 100644 lib/cpBaseQtApplication/PathsDialog.ui
rename lib/cpPlugins/{LoadDynamicLibrariesFunctions.cxx => DLLManager.cxx} (96%)
rename lib/cpPlugins/{LoadDynamicLibrariesFunctions.h => DLLManager.h} (66%)
hooks/post-receive
--
Plugin system to encapsulate pipeline objects (data, filters, sources and sinks)
More information about the Pubgit-commits-list
mailing list