[pubgit-commits-list] Creatools base library branch master updated. e2223b619fa37daaf6103b34b39e789efc1a0b94
root
root at tux.creatis.insa-lyon.fr
Fri Nov 23 19:21:52 CET 2012
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 "Creatools base library".
The branch, master has been updated
via e2223b619fa37daaf6103b34b39e789efc1a0b94 (commit)
from 39ca49498425bb3e3372604e9321dfe3a38e8874 (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=crea.git;a=commitdiff;h=e2223b619fa37daaf6103b34b39e789efc1a0b94
commit e2223b619fa37daaf6103b34b39e789efc1a0b94
Author: Daniel Gonzalez <daniel at daniel.creatis>
Date: Fri Nov 23 19:21:30 2012 +0100
new model classes
-----------------------------------------------------------------------
Summary of changes:
appli/CMakeLists.txt | 4 +-
lib/CMakeLists.txt | 2 +-
lib/creaDevManagerLib/CDMUtilities.cpp | 90 ++++++++++++
.../{controlCDMMain.h => CDMUtilities.h} | 60 +++++----
.../ControlCreaDevManagerMain.cpp | 132 ------------------
.../ControlCreaDevManagerProject.cpp | 9 +-
.../ControlCreaDevManagerProject.h | 4 +-
lib/creaDevManagerLib/creaDevManagerIds.h | 4 +-
.../{controlCDMMain.cpp => modelCDMAppli.cpp} | 59 ++++-----
...ControlCreaDevManagerMain.h => modelCDMAppli.h} | 62 +++++----
...{controlCDMMain.cpp => modelCDMApplication.cpp} | 65 +++++----
.../{modelCDMProject.h => modelCDMApplication.h} | 62 ++++++---
lib/creaDevManagerLib/modelCDMBlackBox.cpp | 119 ++++++++++++++++
...delCDMProjectsTreeNode.h => modelCDMBlackBox.h} | 71 +++++-----
lib/creaDevManagerLib/modelCDMIProjectTreeNode.h | 44 ++----
.../{controlCDMMain.cpp => modelCDMLib.cpp} | 59 ++++-----
.../{ControlCreaDevManagerMain.h => modelCDMLib.h} | 62 +++++----
.../{controlCDMMain.cpp => modelCDMLibrary.cpp} | 57 ++++----
.../{modelCDMProject.h => modelCDMLibrary.h} | 56 +++++---
lib/creaDevManagerLib/modelCDMMain.cpp | 144 ++++++++++++++++++--
lib/creaDevManagerLib/modelCDMMain.h | 31 ++++-
lib/creaDevManagerLib/modelCDMPackage.cpp | 116 ++++++++++++++++
lib/creaDevManagerLib/modelCDMPackage.h | 82 +++++++++++
lib/creaDevManagerLib/modelCDMProject.cpp | 136 +++++++++++++++++--
lib/creaDevManagerLib/modelCDMProject.h | 66 ++++++++-
lib/creaDevManagerLib/modelCDMProjectsTree.cpp | 6 +-
lib/creaDevManagerLib/modelCDMProjectsTree.h | 4 +-
lib/creaDevManagerLib/modelCDMProjectsTreeNode.cpp | 4 +-
lib/creaDevManagerLib/modelCDMProjectsTreeNode.h | 4 +-
.../wxCDMMainDescriptionPanel.cpp | 4 +-
lib/creaDevManagerLib/wxCDMMainDescriptionPanel.h | 4 +-
lib/creaDevManagerLib/wxCDMMainFrame.cpp | 100 +++++++-------
lib/creaDevManagerLib/wxCDMMainFrame.h | 6 +-
lib/creaDevManagerLib/wxCDMNewProjectDialog.cpp | 30 ++--
lib/creaDevManagerLib/wxCDMNewProjectDialog.h | 8 +-
lib/creaDevManagerLib/wxCDMProjectActionsPanel.cpp | 4 +-
lib/creaDevManagerLib/wxCDMProjectActionsPanel.h | 4 +-
lib/creaDevManagerLib/wxCDMProjectsTreeCtrl.cxx | 4 +-
lib/creaDevManagerLib/wxCDMProjectsTreeCtrl.h | 4 +-
39 files changed, 1191 insertions(+), 591 deletions(-)
create mode 100644 lib/creaDevManagerLib/CDMUtilities.cpp
rename lib/creaDevManagerLib/{controlCDMMain.h => CDMUtilities.h} (59%)
delete mode 100644 lib/creaDevManagerLib/ControlCreaDevManagerMain.cpp
copy lib/creaDevManagerLib/{controlCDMMain.cpp => modelCDMAppli.cpp} (62%)
copy lib/creaDevManagerLib/{ControlCreaDevManagerMain.h => modelCDMAppli.h} (58%)
copy lib/creaDevManagerLib/{controlCDMMain.cpp => modelCDMApplication.cpp} (54%)
copy lib/creaDevManagerLib/{modelCDMProject.h => modelCDMApplication.h} (55%)
create mode 100644 lib/creaDevManagerLib/modelCDMBlackBox.cpp
copy lib/creaDevManagerLib/{modelCDMProjectsTreeNode.h => modelCDMBlackBox.h} (50%)
mode change 100755 => 100644
copy lib/creaDevManagerLib/{controlCDMMain.cpp => modelCDMLib.cpp} (62%)
rename lib/creaDevManagerLib/{ControlCreaDevManagerMain.h => modelCDMLib.h} (59%)
rename lib/creaDevManagerLib/{controlCDMMain.cpp => modelCDMLibrary.cpp} (60%)
copy lib/creaDevManagerLib/{modelCDMProject.h => modelCDMLibrary.h} (59%)
create mode 100644 lib/creaDevManagerLib/modelCDMPackage.cpp
create mode 100644 lib/creaDevManagerLib/modelCDMPackage.h
hooks/post-receive
--
Creatools base library
More information about the Pubgit-commits-list
mailing list