[pubgit-commits-list] Creatools base library branch creaDevManager updated. 5413640f931dc9bc9b3c24a27f42c3cf40c35072
root
root at tux.creatis.insa-lyon.fr
Mon Dec 10 16:23:29 CET 2012
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 5413640f931dc9bc9b3c24a27f42c3cf40c35072 (commit)
from 86ce6b0ef1ebed84436e31abfca5176bb7796159 (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=5413640f931dc9bc9b3c24a27f42c3cf40c35072
commit 5413640f931dc9bc9b3c24a27f42c3cf40c35072
Author: Daniel Gonzalez <daniel at daniel.creatis>
Date: Mon Dec 10 16:23:20 2012 +0100
Feature #1711
CreaDevManager application implementation
December 6, 2012
With:
- Daniel Gonzalez
- Eduardo Davila
Meeting Record:
In general
- Instead of text controls use static text controls. (Done)
- When an attribute can be changed use button "Set" or "Choose" (Done in: project)
- The package name should be shown with its prefix and suffix. (Done)
In Project Description:
- Delete "create Black Box" button. (Done)
- Show "Edit CMakeLists" button. (Done)
In General Project Actions:
- Adjust order and name of buttons: (Done)
1. Configure project
2. Compile Project
3. Plug Packages (BBTK)
- Remove EditCMakeLists Button. (Done)
- Show hints on MouseOver for indicate the order of the actions: (Done)
"This step should be executed after ...".
New Views:
- Package Manager Panel (Done)
1. List all existing packages.
2. Create Package.
3. Edit Project's CMakeLists file.
- Application Manager Panel (Done)
1. List all existing applications.
2. Create application.
3. Edit Appli's CMakeLists file.
- Library Manager Panel (Done)
1. List all existing libraries.
2. Create library.
3. Edit Lib's CMakeLists file.
In Library Description:
- Create Class Button (Done)
In Application Description:
- Create Class Button (Done)
All Description and Manager Panels:
- Create a button to return to the project's description panel. (Except in the project description panel)
Aside:
- Put subtitles on project route in website. (Done)
- Create Google account for CREATIS (named CREATIS or CREATIS-INSA). (Done - account: creatis.insa at gmail.com pass: cr34t1s1ns4)
- Mount videos in CREATIS account and give credentials to Eduardo.
- Update Project Planning.
-----------------------------------------------------------------------
Summary of changes:
lib/creaDevManagerLib/creaDevManagerIds.h | 54 ++++--
lib/creaDevManagerLib/modelCDMAppli.cpp | 5 +
lib/creaDevManagerLib/modelCDMAppli.h | 2 +
lib/creaDevManagerLib/modelCDMLib.cpp | 5 +
lib/creaDevManagerLib/modelCDMLib.h | 3 +
lib/creaDevManagerLib/modelCDMPackage.cpp | 2 +-
lib/creaDevManagerLib/modelCDMProject.cpp | 15 ++
lib/creaDevManagerLib/modelCDMProject.h | 18 ++
.../wxCDMAppliDescriptionPanel.cpp | 47 +++++-
lib/creaDevManagerLib/wxCDMAppliDescriptionPanel.h | 3 +
.../wxCDMApplicationDescriptionPanel.cpp | 13 +-
.../wxCDMApplicationDescriptionPanel.h | 1 +
lib/creaDevManagerLib/wxCDMLibDescriptionPanel.cpp | 57 +++++-
lib/creaDevManagerLib/wxCDMLibDescriptionPanel.h | 3 +
.../wxCDMLibraryDescriptionPanel.cpp | 14 ++-
.../wxCDMLibraryDescriptionPanel.h | 1 +
lib/creaDevManagerLib/wxCDMMainFrame.cpp | 79 ++++++++-
lib/creaDevManagerLib/wxCDMMainFrame.h | 2 +
lib/creaDevManagerLib/wxCDMPackageManagerPanel.cpp | 198 ++++++++++++++++++++
...scriptionPanel.h => wxCDMPackageManagerPanel.h} | 25 ++--
lib/creaDevManagerLib/wxCDMProjectActionsPanel.cpp | 13 +-
.../wxCDMProjectDescriptionPanel.cpp | 140 +++++++-------
.../wxCDMProjectDescriptionPanel.h | 7 +-
23 files changed, 578 insertions(+), 129 deletions(-)
create mode 100644 lib/creaDevManagerLib/wxCDMPackageManagerPanel.cpp
copy lib/creaDevManagerLib/{wxCDMProjectDescriptionPanel.h => wxCDMPackageManagerPanel.h} (81%)
hooks/post-receive
--
Creatools base library
More information about the Pubgit-commits-list
mailing list