[pubgit-commits-list] crea branch master updated. e992e2085f2a767ab390c3168599047de2ef1d3b

root root at tux.creatis.insa-lyon.fr
Tue Jun 25 10:47:08 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  e992e2085f2a767ab390c3168599047de2ef1d3b (commit)
       via  dd9de710df141a074f10d0cab27b217425ecab20 (commit)
      from  e5da2a095f1be871a0489b38a060f9bfb4beb598 (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=e992e2085f2a767ab390c3168599047de2ef1d3b
commit e992e2085f2a767ab390c3168599047de2ef1d3b
Merge: e5da2a0 dd9de71
Author: Daniel Gonzalez <daniel at daniel.laptop>
Date:   Tue Jun 25 10:47:02 2013 +0200

    Merge branch 'codeFilesHandling'


http://git.creatis.insa-lyon.fr/pubgit/?p=crea.git;a=commitdiff;h=dd9de710df141a074f10d0cab27b217425ecab20
commit dd9de710df141a074f10d0cab27b217425ecab20
Author: Daniel Gonzalez <daniel at daniel.laptop>
Date:   Tue Jun 25 10:45:02 2013 +0200

    Feature #1711 CreaDevManager application implementation
    
    Feature: Now Code Files can be directly opened in the text editor


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

Summary of changes:
 lib/creaDevManagerLib/images/CFIcon20.xpm          | 134 +++++++++++
 .../images/{BBGIcon64.xpm => CFIcon64.xpm}         | 255 +++++++++++----------
 lib/creaDevManagerLib/modelCDMAppli.cpp            |  33 ++-
 lib/creaDevManagerLib/modelCDMApplication.cpp      | 133 ++++++-----
 lib/creaDevManagerLib/modelCDMApplication.h        |   1 +
 ...lCDMCMakeListsFile.cpp => modelCDMCodeFile.cpp} |  18 +-
 ...modelCDMCMakeListsFile.h => modelCDMCodeFile.h} |  32 +--
 lib/creaDevManagerLib/modelCDMFolder.cpp           |  36 ++-
 lib/creaDevManagerLib/modelCDMFolder.h             |   1 +
 lib/creaDevManagerLib/modelCDMLib.cpp              |  34 ++-
 lib/creaDevManagerLib/modelCDMLibrary.cpp          |  33 ++-
 lib/creaDevManagerLib/modelCDMPackage.cpp          |  36 ++-
 lib/creaDevManagerLib/modelCDMPackageSrc.cpp       |  28 ++-
 lib/creaDevManagerLib/modelCDMProject.cpp          |  36 ++-
 lib/creaDevManagerLib/modelCDMProject.h            |   1 +
 ...Panel.cpp => wxCDMCodeFileDescriptionPanel.cpp} |  83 ++++---
 ...tionPanel.h => wxCDMCodeFileDescriptionPanel.h} |  34 +--
 lib/creaDevManagerLib/wxCDMMainFrame.cpp           |  61 +++--
 lib/creaDevManagerLib/wxCDMProjectsTreeCtrl.cxx    |  20 +-
 lib/creaDevManagerLib/wxCDMProjectsTreeCtrl.h      |   4 +
 20 files changed, 718 insertions(+), 295 deletions(-)
 create mode 100644 lib/creaDevManagerLib/images/CFIcon20.xpm
 copy lib/creaDevManagerLib/images/{BBGIcon64.xpm => CFIcon64.xpm} (57%)
 copy lib/creaDevManagerLib/{modelCDMCMakeListsFile.cpp => modelCDMCodeFile.cpp} (81%)
 copy lib/creaDevManagerLib/{modelCDMCMakeListsFile.h => modelCDMCodeFile.h} (69%)
 copy lib/creaDevManagerLib/{wxCDMFileDescriptionPanel.cpp => wxCDMCodeFileDescriptionPanel.cpp} (68%)
 copy lib/creaDevManagerLib/{wxCDMCMakeListsDescriptionPanel.h => wxCDMCodeFileDescriptionPanel.h} (81%)


hooks/post-receive
-- 
Creatools base library


More information about the Pubgit-commits-list mailing list