[pubgit-commits-list] Creatools base library branch creaDevManager updated. 73787c5a26e6b218b9e6c716dafc7d16330441e7
root
root at tux.creatis.insa-lyon.fr
Mon Dec 3 19:15:28 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, creaDevManager has been updated
via 73787c5a26e6b218b9e6c716dafc7d16330441e7 (commit)
via 5dc4f3d992f59df3b049458a00d8d3071f434a50 (commit)
from f0d6beb7af51921d5245cd04e307e69993044dfc (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=73787c5a26e6b218b9e6c716dafc7d16330441e7
commit 73787c5a26e6b218b9e6c716dafc7d16330441e7
Author: Daniel Gonzalez <daniel at daniel.creatis>
Date: Mon Dec 3 19:15:21 2012 +0100
Feature #1711
CreaDevManager application implementation
creation of library fully implemented.
modelProject refresh method implemented.
http://git.creatis.insa-lyon.fr/pubgit/?p=crea.git;a=commitdiff;h=5dc4f3d992f59df3b049458a00d8d3071f434a50
commit 5dc4f3d992f59df3b049458a00d8d3071f434a50
Author: Daniel Gonzalez <daniel at daniel.creatis>
Date: Mon Dec 3 11:31:58 2012 +0100
Feature #1711
CreaDevManager application implementation
Showing slected items' description panels.
-----------------------------------------------------------------------
Summary of changes:
lib/creaDevManagerLib/creaDevManagerIds.h | 3 +
.../images/{LbIcon.xpm => FdIcon.xpm} | 226 +++++++-------
.../images/{BBIcon.xpm => FlIcon.xpm} | 222 ++++++-------
lib/creaDevManagerLib/modelCDMAppli.cpp | 8 -
lib/creaDevManagerLib/modelCDMFile.cpp | 6 +
lib/creaDevManagerLib/modelCDMFolder.cpp | 11 +
lib/creaDevManagerLib/modelCDMFolder.h | 1 +
lib/creaDevManagerLib/modelCDMIProjectTreeNode.cpp | 5 +
lib/creaDevManagerLib/modelCDMIProjectTreeNode.h | 2 +
lib/creaDevManagerLib/modelCDMLib.cpp | 89 ++++--
lib/creaDevManagerLib/modelCDMLib.h | 2 +-
lib/creaDevManagerLib/modelCDMMain.cpp | 2 +-
lib/creaDevManagerLib/modelCDMPackage.cpp | 8 -
lib/creaDevManagerLib/modelCDMProject.cpp | 262 ++++++++++++++-
lib/creaDevManagerLib/modelCDMProject.h | 8 +-
.../wxCDMAppliDescriptionPanel.cpp | 4 +-
.../wxCDMApplicationDescriptionPanel.cpp | 4 +-
.../wxCDMBlackBoxDescriptionPanel.cpp | 2 +-
...nel.cpp => wxCDMCMakeListsDescriptionPanel.cpp} | 48 ++--
...onPanel.h => wxCDMCMakeListsDescriptionPanel.h} | 26 +-
...tionPanel.cpp => wxCDMFileDescriptionPanel.cpp} | 80 +++---
...criptionPanel.h => wxCDMFileDescriptionPanel.h} | 24 +-
...onPanel.cpp => wxCDMFolderDescriptionPanel.cpp} | 48 ++--
...iptionPanel.h => wxCDMFolderDescriptionPanel.h} | 24 +-
lib/creaDevManagerLib/wxCDMLibDescriptionPanel.cpp | 4 +-
lib/creaDevManagerLib/wxCDMMainFrame.cpp | 346 +++++++++++++++++++-
lib/creaDevManagerLib/wxCDMMainFrame.h | 5 +
.../wxCDMProjectDescriptionPanel.cpp | 42 ++-
.../wxCDMProjectDescriptionPanel.h | 3 +-
lib/creaDevManagerLib/wxCDMProjectsTreeCtrl.h | 1 +
30 files changed, 1068 insertions(+), 448 deletions(-)
copy lib/creaDevManagerLib/images/{LbIcon.xpm => FdIcon.xpm} (58%)
copy lib/creaDevManagerLib/images/{BBIcon.xpm => FlIcon.xpm} (50%)
copy lib/creaDevManagerLib/{wxCDMLibDescriptionPanel.cpp => wxCDMCMakeListsDescriptionPanel.cpp} (63%)
copy lib/creaDevManagerLib/{wxCDMAppliDescriptionPanel.h => wxCDMCMakeListsDescriptionPanel.h} (80%)
copy lib/creaDevManagerLib/{wxCDMBlackBoxDescriptionPanel.cpp => wxCDMFileDescriptionPanel.cpp} (50%)
copy lib/creaDevManagerLib/{wxCDMBlackBoxDescriptionPanel.h => wxCDMFileDescriptionPanel.h} (82%)
copy lib/creaDevManagerLib/{wxCDMAppliDescriptionPanel.cpp => wxCDMFolderDescriptionPanel.cpp} (61%)
copy lib/creaDevManagerLib/{wxCDMLibDescriptionPanel.h => wxCDMFolderDescriptionPanel.h} (83%)
hooks/post-receive
--
Creatools base library
More information about the Pubgit-commits-list
mailing list