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

root root at tux.creatis.insa-lyon.fr
Thu Jan 17 20:06:16 CET 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, creaDevManager has been updated
       via  2fb5dd9262993efaf56bfc731f4297fdb96bf63e (commit)
      from  40c574d86b82c2afc5a351f1ad96cc0254008306 (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=2fb5dd9262993efaf56bfc731f4297fdb96bf63e
commit 2fb5dd9262993efaf56bfc731f4297fdb96bf63e
Author: Daniel Gonzalez <daniel.gonzalez at creatis.insa-lyon.fr>
Date:   Thu Jan 17 20:05:53 2013 +0100

    Feature #1711
    CreaDevManager application implementation
    
    -Project structure report implemented! available in project actions panel
    -fixed bug when refreshing project with no open project.


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

Summary of changes:
 CMakeLists.txt                                     |    2 +-
 appli/creaDevManager/CMakeLists.txt                |    8 +-
 appli/creaDevManager/about.html                    |   31 ++
 install/CMakeLists.txt                             |    3 +-
 lib/creaDevManagerLib/creaDevManagerIds.h          |    2 +
 lib/creaDevManagerLib/modelCDMAppli.cpp            |   74 +++
 lib/creaDevManagerLib/modelCDMAppli.h              |    3 +
 lib/creaDevManagerLib/modelCDMApplication.cpp      |   88 +++
 lib/creaDevManagerLib/modelCDMApplication.h        |    3 +
 lib/creaDevManagerLib/modelCDMLib.cpp              |   74 +++
 lib/creaDevManagerLib/modelCDMLib.h                |    3 +
 lib/creaDevManagerLib/modelCDMLibrary.cpp          |   98 +++-
 lib/creaDevManagerLib/modelCDMLibrary.h            |    3 +
 lib/creaDevManagerLib/modelCDMPackage.cpp          |  106 ++++
 lib/creaDevManagerLib/modelCDMPackage.h            |    3 +
 lib/creaDevManagerLib/modelCDMProject.cpp          |  189 ++++++-
 lib/creaDevManagerLib/modelCDMProject.h            |   12 +-
 lib/creaDevManagerLib/wxCDMMainFrame.cpp           |  157 ++----
 lib/creaDevManagerLib/wxCDMMainFrame.h             |    9 -
 lib/creaDevManagerLib/wxCDMProjectActionsPanel.cpp |   25 +-
 lib/creaDevManagerLib/wxCDMProjectActionsPanel.h   |    1 +
 .../wxCDMProjectStructureReportDialog.cpp          |  558 ++++++++++++++++++++
 ...ialog.h => wxCDMProjectStructureReportDialog.h} |   31 +-
 23 files changed, 1293 insertions(+), 190 deletions(-)
 create mode 100644 appli/creaDevManager/about.html
 create mode 100644 lib/creaDevManagerLib/wxCDMProjectStructureReportDialog.cpp
 copy lib/creaDevManagerLib/{wxCDMProjectHelpDialog.h => wxCDMProjectStructureReportDialog.h} (74%)


hooks/post-receive
-- 
Creatools base library


More information about the Pubgit-commits-list mailing list