]> Creatis software - crea.git/commit
Feature #1711
authorDaniel Gonzalez <daniel.gonzalez@creatis.insa-lyon.fr>
Fri, 11 Jan 2013 11:12:19 +0000 (12:12 +0100)
committerDaniel Gonzalez <daniel.gonzalez@creatis.insa-lyon.fr>
Fri, 11 Jan 2013 11:12:19 +0000 (12:12 +0100)
commit4e0312091408bc9bd77f3f70ade44d207365cdbe
tree8a4300fbcf2da8ed3cf9083148bb59ba033e7759
parent9db5150d933dff7a6b833c54847d1c35ac38a9c6
Feature #1711
CreaDevManager application implementation

-Fix Project View help dialog text: it now has a reference to the project model
-Fix Package View help dialog text: it now has a reference to the package model
-Application View help implemented: Still doesn't open CMakeLists files.
-Appli View help implemented: Still doesn't open CMakeLists files.
-BlackBox View help implemented: Still doesn't open CMakeLists files.
-Lib View help implemented: Still doesn't open CMakeLists files.
-Library View help implemented: Still doesn't open CMakeLists files.
-package manager help doesn't open CMakeLists files.
-package help doesn't open CMakeLists files.
21 files changed:
lib/creaDevManagerLib/wxCDMAppliDescriptionPanel.cpp
lib/creaDevManagerLib/wxCDMAppliHelpDialog.cpp [new file with mode: 0644]
lib/creaDevManagerLib/wxCDMAppliHelpDialog.h [new file with mode: 0644]
lib/creaDevManagerLib/wxCDMApplicationDescriptionPanel.cpp
lib/creaDevManagerLib/wxCDMApplicationHelpDialog.cpp [new file with mode: 0644]
lib/creaDevManagerLib/wxCDMApplicationHelpDialog.h [new file with mode: 0644]
lib/creaDevManagerLib/wxCDMBlackBoxDescriptionPanel.cpp
lib/creaDevManagerLib/wxCDMBlackBoxHelpDialog.cpp [new file with mode: 0644]
lib/creaDevManagerLib/wxCDMBlackBoxHelpDialog.h [new file with mode: 0644]
lib/creaDevManagerLib/wxCDMLibDescriptionPanel.cpp
lib/creaDevManagerLib/wxCDMLibHelpDialog.cpp [new file with mode: 0644]
lib/creaDevManagerLib/wxCDMLibHelpDialog.h [new file with mode: 0644]
lib/creaDevManagerLib/wxCDMLibraryDescriptionPanel.cpp
lib/creaDevManagerLib/wxCDMLibraryHelpDialog.cpp [new file with mode: 0644]
lib/creaDevManagerLib/wxCDMLibraryHelpDialog.h [new file with mode: 0644]
lib/creaDevManagerLib/wxCDMPackageDescriptionPanel.cpp
lib/creaDevManagerLib/wxCDMPackageHelpDialog.cpp
lib/creaDevManagerLib/wxCDMPackageHelpDialog.h
lib/creaDevManagerLib/wxCDMProjectDescriptionPanel.cpp
lib/creaDevManagerLib/wxCDMProjectHelpDialog.cpp
lib/creaDevManagerLib/wxCDMProjectHelpDialog.h