[pubgit-commits-list] crea branch master updated. 0cc6a7e002ad79de9453517108d7456fd44ddfdb
root
root at tux.creatis.insa-lyon.fr
Tue Apr 23 14:31:59 CEST 2013
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 0cc6a7e002ad79de9453517108d7456fd44ddfdb (commit)
via 37ce00fd14679d7e7bf61cd5e7b5ba9919319387 (commit)
via e5db5721e091541b11e8cff659e5832fa0b5c563 (commit)
via eadb37661531b59bf98dd976e29c5c5dba682bb7 (commit)
via e622abafafec5f3887413020502eebf8631cd853 (commit)
via a6e8677c636898738b30193a367263610f7a49a2 (commit)
via 67757af5e4c42450a232987519be5daa2d8b6654 (commit)
via 849573af00f0997944cdc7d4c42365091cd17d13 (commit)
via a26a54f4555934ed0f3720bea6bb95913d7f02d6 (commit)
via 1841853d0641ad2c482ab8a2a6814fc05b2f6eba (commit)
via 23d2c5e812c884873668fc3c78ff3fac5fe08214 (commit)
via a7d910c07f6ef2ab39e9bf1ba3b031126de8b41c (commit)
via af0573a9a5de497abe1036167fecedbcc354950d (commit)
via 175a81477d0476f53162766202df7be421afe3aa (commit)
via c385404aec170d7626492d5de54a8e40c1bfc903 (commit)
via 96c6ccdac4c0db2047e0a7302dcb14fbfb091e3c (commit)
via 38fb78e3930c8ba01021536630624e4b0b03dd87 (commit)
via 9877d27eb9a1339d97bc8e13ec5f1f75a5dc9e3f (commit)
via 5a424b13e6083c6d64db181e5c4b3022e56193e7 (commit)
via 632f2dfd01d620008c9b15a136e9ac3d4b96614b (commit)
via ef630179c0efdb37f43994958b727f585cf2c3ec (commit)
via 5a17d994576296f2a5a85f3a01ad5631786a0c56 (commit)
via 35dd4d1ddf73a91d308cc49fc394104169936055 (commit)
via 71c071fbb1e2af618f6caa489351b966e1a54b1a (commit)
via 11ddb2799cdae68c7220b71e6836b97498b6ce62 (commit)
via 2f886b3dbdc87d142f8363272b2bd226209b8b06 (commit)
via 9f11db34cb1acacf545f819d6b552a95835d93bd (commit)
from e308b316bca88bedb8fb0aa3f4fabc33bc070b78 (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=0cc6a7e002ad79de9453517108d7456fd44ddfdb
commit 0cc6a7e002ad79de9453517108d7456fd44ddfdb
Merge: e308b31 37ce00f
Author: unknown <gonzalez at EI-ED-345.creatis.insa-lyon.fr>
Date: Tue Apr 23 14:31:47 2013 +0200
Merge remote-tracking branch 'refs/remotes/origin/creaDevManagerCMake'
-----------------------------------------------------------------------
Summary of changes:
appli/creaDevManager/creaDevManager.cpp | 2 +-
lib/creaDevManagerLib/CDMUtilities.cpp | 192 ++++++++
lib/creaDevManagerLib/CDMUtilities.h | 57 +++
lib/creaDevManagerLib/CMakeLists.txt | 4 +-
lib/creaDevManagerLib/creaDevManagerIds.h | 60 ++-
lib/creaDevManagerLib/modelCDMAppli.cpp | 108 +++++
lib/creaDevManagerLib/modelCDMAppli.h | 17 +-
lib/creaDevManagerLib/modelCDMApplication.cpp | 502 ++++++++++++++++++++-
lib/creaDevManagerLib/modelCDMApplication.h | 24 +
lib/creaDevManagerLib/modelCDMLib.cpp | 101 +++++
lib/creaDevManagerLib/modelCDMLib.h | 17 +-
lib/creaDevManagerLib/modelCDMLibrary.cpp | 445 ++++++++++++++++++
lib/creaDevManagerLib/modelCDMLibrary.h | 24 +
lib/creaDevManagerLib/modelCDMPackage.cpp | 450 ++++++++++++++++++
lib/creaDevManagerLib/modelCDMPackage.h | 24 +
lib/creaDevManagerLib/modelCDMProject.cpp | 111 ++++-
lib/creaDevManagerLib/modelCDMProject.h | 17 +-
.../wxCDMAppliDescriptionPanel.cpp | 60 ++-
lib/creaDevManagerLib/wxCDMAppliDescriptionPanel.h | 8 +-
.../wxCDMApplicationDescriptionPanel.cpp | 161 ++++++-
.../wxCDMApplicationDescriptionPanel.h | 14 +-
.../wxCDMBlackBoxDescriptionPanel.cpp | 7 +-
.../wxCDMBlackBoxDescriptionPanel.h | 3 +-
.../wxCDMCMakeListsDescriptionPanel.cpp | 3 +
.../wxCDMCMakeListsDescriptionPanel.h | 3 +-
.../wxCDMFileDescriptionPanel.cpp | 9 +-
lib/creaDevManagerLib/wxCDMFileDescriptionPanel.h | 3 +-
.../wxCDMFolderDescriptionPanel.cpp | 3 +
.../wxCDMFolderDescriptionPanel.h | 3 +-
lib/creaDevManagerLib/wxCDMLibDescriptionPanel.cpp | 59 ++-
lib/creaDevManagerLib/wxCDMLibDescriptionPanel.h | 8 +-
.../wxCDMLibraryDescriptionPanel.cpp | 158 ++++++-
.../wxCDMLibraryDescriptionPanel.h | 13 +-
.../wxCDMMainDescriptionPanel.cpp | 30 +-
lib/creaDevManagerLib/wxCDMMainDescriptionPanel.h | 3 +-
lib/creaDevManagerLib/wxCDMMainFrame.cpp | 204 ++++++++-
lib/creaDevManagerLib/wxCDMMainFrame.h | 16 +
.../wxCDMPackageConfigurationDialog.cpp | 239 ++++++++++
...pDialog.h => wxCDMPackageConfigurationDialog.h} | 61 ++-
.../wxCDMPackageDescriptionPanel.cpp | 22 +-
.../wxCDMPackageDescriptionPanel.h | 7 +-
lib/creaDevManagerLib/wxCDMPackageManagerPanel.cpp | 60 ++-
lib/creaDevManagerLib/wxCDMPackageManagerPanel.h | 8 +-
lib/creaDevManagerLib/wxCDMProjectActionsPanel.cpp | 4 +-
lib/creaDevManagerLib/wxCDMProjectActionsPanel.h | 3 +-
.../wxCDMProjectDescriptionPanel.cpp | 30 +-
.../wxCDMProjectDescriptionPanel.h | 7 +-
47 files changed, 3192 insertions(+), 172 deletions(-)
create mode 100644 lib/creaDevManagerLib/wxCDMPackageConfigurationDialog.cpp
copy lib/creaDevManagerLib/{wxCDMMainHelpDialog.h => wxCDMPackageConfigurationDialog.h} (69%)
hooks/post-receive
--
Creatools base library
More information about the Pubgit-commits-list
mailing list