[pubgit-commits-list] Creatools base library branch creaDevManager updated. 667f8ae6982afb3a65dc1e1fad8c3aabdf0caf80

root root at tux.creatis.insa-lyon.fr
Wed Nov 28 13:03: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  667f8ae6982afb3a65dc1e1fad8c3aabdf0caf80 (commit)
      from  62dfbfc86db5ed98a2272d0b6620af1711791c27 (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=667f8ae6982afb3a65dc1e1fad8c3aabdf0caf80
commit 667f8ae6982afb3a65dc1e1fad8c3aabdf0caf80
Author: Daniel Gonzalez <daniel at daniel.creatis>
Date:   Wed Nov 28 13:03:18 2012 +0100

    Feature #1711
    CreaDevManager application implementation
    
    Instantiation of Libraries and Applications in modelProject
    Fixes in UI when opening and closing Projects


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

Summary of changes:
 lib/creaDevManagerLib/images/AIcon.xpm             |  295 ++++++++++++++++++
 lib/creaDevManagerLib/images/ApIcon.xpm            |  314 ++++++++++++++++++++
 lib/creaDevManagerLib/images/BBIcon.xpm            |  271 +++++++++++++++++
 lib/creaDevManagerLib/images/CMIcon.xpm            |  305 +++++++++++++++++++
 .../images/{Cicon64.xpm => Cicon.xpm}              |    0
 lib/creaDevManagerLib/images/LIcon.xpm             |  233 +++++++++++++++
 lib/creaDevManagerLib/images/LbIcon.xpm            |  274 +++++++++++++++++
 lib/creaDevManagerLib/images/PkIcon.xpm            |  284 ++++++++++++++++++
 lib/creaDevManagerLib/images/PrIcon.xpm            |  276 +++++++++++++++++
 lib/creaDevManagerLib/modelCDMAppli.cpp            |   35 +++
 lib/creaDevManagerLib/modelCDMApplication.cpp      |   19 +-
 lib/creaDevManagerLib/modelCDMApplication.h        |    5 +-
 lib/creaDevManagerLib/modelCDMLib.cpp              |   35 +++
 lib/creaDevManagerLib/modelCDMLibrary.cpp          |   19 +-
 lib/creaDevManagerLib/modelCDMLibrary.h            |    5 +-
 lib/creaDevManagerLib/modelCDMPackage.cpp          |    8 +
 lib/creaDevManagerLib/modelCDMPackage.h            |    2 +-
 lib/creaDevManagerLib/modelCDMProject.cpp          |   25 +-
 .../wxCDMMainDescriptionPanel.cpp                  |    2 +-
 lib/creaDevManagerLib/wxCDMMainFrame.cpp           |  129 +++++++--
 .../wxCDMProjectDescriptionPanel.cpp               |   26 +-
 21 files changed, 2505 insertions(+), 57 deletions(-)
 create mode 100644 lib/creaDevManagerLib/images/AIcon.xpm
 create mode 100644 lib/creaDevManagerLib/images/ApIcon.xpm
 create mode 100644 lib/creaDevManagerLib/images/BBIcon.xpm
 create mode 100644 lib/creaDevManagerLib/images/CMIcon.xpm
 copy lib/creaDevManagerLib/images/{Cicon64.xpm => Cicon.xpm} (100%)
 create mode 100644 lib/creaDevManagerLib/images/LIcon.xpm
 create mode 100644 lib/creaDevManagerLib/images/LbIcon.xpm
 create mode 100644 lib/creaDevManagerLib/images/PkIcon.xpm
 create mode 100644 lib/creaDevManagerLib/images/PrIcon.xpm


hooks/post-receive
-- 
Creatools base library


More information about the Pubgit-commits-list mailing list