[pubgit-commits-list] Creatools base library branch creaDevManager updated. 4e0312091408bc9bd77f3f70ade44d207365cdbe
root
root at tux.creatis.insa-lyon.fr
Fri Jan 11 12:12:40 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 4e0312091408bc9bd77f3f70ade44d207365cdbe (commit)
from 9db5150d933dff7a6b833c54847d1c35ac38a9c6 (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=4e0312091408bc9bd77f3f70ade44d207365cdbe
commit 4e0312091408bc9bd77f3f70ade44d207365cdbe
Author: Daniel Gonzalez <daniel.gonzalez at creatis.insa-lyon.fr>
Date: Fri Jan 11 12:12:19 2013 +0100
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.
-----------------------------------------------------------------------
Summary of changes:
.../wxCDMAppliDescriptionPanel.cpp | 12 ++-
...MainHelpDialog.cpp => wxCDMAppliHelpDialog.cpp} | 88 +++++------
...eManagerHelpDialog.h => wxCDMAppliHelpDialog.h} | 27 ++--
.../wxCDMApplicationDescriptionPanel.cpp | 8 +
.../wxCDMApplicationHelpDialog.cpp | 157 +++++++++++++++++++
...geHelpDialog.h => wxCDMApplicationHelpDialog.h} | 30 ++--
.../wxCDMBlackBoxDescriptionPanel.cpp | 8 +
lib/creaDevManagerLib/wxCDMBlackBoxHelpDialog.cpp | 159 ++++++++++++++++++++
...ckageHelpDialog.h => wxCDMBlackBoxHelpDialog.h} | 30 ++--
lib/creaDevManagerLib/wxCDMLibDescriptionPanel.cpp | 8 +
...DMMainHelpDialog.cpp => wxCDMLibHelpDialog.cpp} | 88 +++++------
...ageManagerHelpDialog.h => wxCDMLibHelpDialog.h} | 31 ++--
.../wxCDMLibraryDescriptionPanel.cpp | 8 +
...geHelpDialog.cpp => wxCDMLibraryHelpDialog.cpp} | 79 +++++++----
...ackageHelpDialog.h => wxCDMLibraryHelpDialog.h} | 30 ++--
.../wxCDMPackageDescriptionPanel.cpp | 3 +-
lib/creaDevManagerLib/wxCDMPackageHelpDialog.cpp | 4 +-
lib/creaDevManagerLib/wxCDMPackageHelpDialog.h | 6 +-
.../wxCDMProjectDescriptionPanel.cpp | 2 +-
lib/creaDevManagerLib/wxCDMProjectHelpDialog.cpp | 123 +---------------
lib/creaDevManagerLib/wxCDMProjectHelpDialog.h | 13 +--
21 files changed, 583 insertions(+), 331 deletions(-)
copy lib/creaDevManagerLib/{wxCDMMainHelpDialog.cpp => wxCDMAppliHelpDialog.cpp} (50%)
copy lib/creaDevManagerLib/{wxCDMPackageManagerHelpDialog.h => wxCDMAppliHelpDialog.h} (79%)
create mode 100644 lib/creaDevManagerLib/wxCDMApplicationHelpDialog.cpp
copy lib/creaDevManagerLib/{wxCDMPackageHelpDialog.h => wxCDMApplicationHelpDialog.h} (77%)
create mode 100644 lib/creaDevManagerLib/wxCDMBlackBoxHelpDialog.cpp
copy lib/creaDevManagerLib/{wxCDMPackageHelpDialog.h => wxCDMBlackBoxHelpDialog.h} (77%)
copy lib/creaDevManagerLib/{wxCDMMainHelpDialog.cpp => wxCDMLibHelpDialog.cpp} (51%)
copy lib/creaDevManagerLib/{wxCDMPackageManagerHelpDialog.h => wxCDMLibHelpDialog.h} (75%)
copy lib/creaDevManagerLib/{wxCDMPackageHelpDialog.cpp => wxCDMLibraryHelpDialog.cpp} (50%)
copy lib/creaDevManagerLib/{wxCDMPackageHelpDialog.h => wxCDMLibraryHelpDialog.h} (77%)
hooks/post-receive
--
Creatools base library
More information about the Pubgit-commits-list
mailing list