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

root root at tux.creatis.insa-lyon.fr
Fri Dec 28 12:50:03 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  cfa883d25e73975f73c20fefc1ec2c947d827938 (commit)
      from  2c45094f8403883f8fb52c1801f1d96a35a471bf (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=cfa883d25e73975f73c20fefc1ec2c947d827938
commit cfa883d25e73975f73c20fefc1ec2c947d827938
Author: Daniel Gonzalez <daniel.gonzalez at creatis.insa-lyon.fr>
Date:   Fri Dec 28 12:49:47 2012 +0100

    Feature #1711
    CreaDevManager application implementation
    
    -Fixed windows path slash
    -Name of classes passed as parameter in constructor
    -Creation of New BlackBox Dialog


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

Summary of changes:
 lib/creaDevManagerLib/CDMUtilities.cpp             |    4 +-
 lib/creaDevManagerLib/CDMUtilities.h               |   11 +
 lib/creaDevManagerLib/modelCDMAppli.cpp            |   38 ++---
 lib/creaDevManagerLib/modelCDMAppli.h              |    5 +-
 lib/creaDevManagerLib/modelCDMApplication.cpp      |   52 ++---
 lib/creaDevManagerLib/modelCDMApplication.h        |    4 +-
 lib/creaDevManagerLib/modelCDMBlackBox.cpp         |  167 ++++++++++------
 lib/creaDevManagerLib/modelCDMBlackBox.h           |    2 +-
 lib/creaDevManagerLib/modelCDMCMakeListsFile.cpp   |   23 ++-
 lib/creaDevManagerLib/modelCDMCMakeListsFile.h     |    2 +-
 lib/creaDevManagerLib/modelCDMFile.cpp             |   16 +-
 lib/creaDevManagerLib/modelCDMFile.h               |    2 +-
 lib/creaDevManagerLib/modelCDMFolder.cpp           |   28 +--
 lib/creaDevManagerLib/modelCDMFolder.h             |    2 +-
 lib/creaDevManagerLib/modelCDMLib.cpp              |   36 ++--
 lib/creaDevManagerLib/modelCDMLib.h                |    5 +-
 lib/creaDevManagerLib/modelCDMLibrary.cpp          |   36 ++--
 lib/creaDevManagerLib/modelCDMLibrary.h            |    2 +-
 lib/creaDevManagerLib/modelCDMMain.cpp             |   37 ++--
 lib/creaDevManagerLib/modelCDMPackage.cpp          |  109 +++--------
 lib/creaDevManagerLib/modelCDMPackage.h            |    6 +-
 lib/creaDevManagerLib/modelCDMPackageSrc.cpp       |   39 +++--
 lib/creaDevManagerLib/modelCDMPackageSrc.h         |   13 ++-
 lib/creaDevManagerLib/modelCDMProject.cpp          |   46 ++---
 lib/creaDevManagerLib/modelCDMProject.h            |    2 +-
 lib/creaDevManagerLib/wxCDMNewBlackBoxDialog.cpp   |  209 ++++++++++++++++++++
 ...NewPackageDialog.h => wxCDMNewBlackBoxDialog.h} |   49 +++--
 27 files changed, 579 insertions(+), 366 deletions(-)
 create mode 100644 lib/creaDevManagerLib/wxCDMNewBlackBoxDialog.cpp
 copy lib/creaDevManagerLib/{wxCDMNewPackageDialog.h => wxCDMNewBlackBoxDialog.h} (64%)


hooks/post-receive
-- 
Creatools base library


More information about the Pubgit-commits-list mailing list