]> Creatis software - crea.git/commit
Feature #1711
authorDaniel Gonzalez <daniel@daniel.creatis>
Wed, 28 Nov 2012 16:23:32 +0000 (17:23 +0100)
committerDaniel Gonzalez <daniel@daniel.creatis>
Wed, 28 Nov 2012 16:28:03 +0000 (17:28 +0100)
commit58e994c7ddc088821aa0f583354216c6376405c8
tree6ab9383018efa6866a877a725053d99df6a1660e
parent667f8ae6982afb3a65dc1e1fad8c3aabdf0caf80
Feature #1711
CreaDevManager application implementation

Model Adjustment to handle unknown folders and files
Creation of description panels
27 files changed:
lib/creaDevManagerLib/creaDevManagerIds.h
lib/creaDevManagerLib/modelCDMAppli.h
lib/creaDevManagerLib/modelCDMApplication.h
lib/creaDevManagerLib/modelCDMBlackBox.cpp
lib/creaDevManagerLib/modelCDMBlackBox.h
lib/creaDevManagerLib/modelCDMCMakeListsFile.cpp [new file with mode: 0644]
lib/creaDevManagerLib/modelCDMCMakeListsFile.h [new file with mode: 0644]
lib/creaDevManagerLib/modelCDMFile.cpp [new file with mode: 0644]
lib/creaDevManagerLib/modelCDMFile.h [new file with mode: 0644]
lib/creaDevManagerLib/modelCDMFolder.cpp [new file with mode: 0644]
lib/creaDevManagerLib/modelCDMFolder.h [new file with mode: 0644]
lib/creaDevManagerLib/modelCDMLib.h
lib/creaDevManagerLib/modelCDMLibrary.h
lib/creaDevManagerLib/modelCDMPackage.h
lib/creaDevManagerLib/modelCDMProject.h
lib/creaDevManagerLib/wxCDMAppliDescriptionPanel.cpp [new file with mode: 0644]
lib/creaDevManagerLib/wxCDMAppliDescriptionPanel.h [new file with mode: 0644]
lib/creaDevManagerLib/wxCDMApplicationDescriptionPanel.cpp [new file with mode: 0644]
lib/creaDevManagerLib/wxCDMApplicationDescriptionPanel.h [new file with mode: 0644]
lib/creaDevManagerLib/wxCDMBlackBoxDescriptionPanel.cpp [new file with mode: 0644]
lib/creaDevManagerLib/wxCDMBlackBoxDescriptionPanel.h [new file with mode: 0644]
lib/creaDevManagerLib/wxCDMLibDescriptionPanel.cpp [new file with mode: 0644]
lib/creaDevManagerLib/wxCDMLibDescriptionPanel.h [new file with mode: 0644]
lib/creaDevManagerLib/wxCDMLibraryDescriptionPanel.cpp [new file with mode: 0644]
lib/creaDevManagerLib/wxCDMLibraryDescriptionPanel.h [new file with mode: 0644]
lib/creaDevManagerLib/wxCDMPackageDescriptionPanel.cpp [new file with mode: 0644]
lib/creaDevManagerLib/wxCDMPackageDescriptionPanel.h [new file with mode: 0644]