]> Creatis software - crea.git/commit
Feature #1711
authorDaniel Gonzalez <daniel@daniel.creatis>
Mon, 10 Dec 2012 15:23:20 +0000 (16:23 +0100)
committerDaniel Gonzalez <daniel@daniel.creatis>
Mon, 10 Dec 2012 15:23:20 +0000 (16:23 +0100)
commit5413640f931dc9bc9b3c24a27f42c3cf40c35072
tree9c7ec9701120c64c645f48a582a92f95145aac93
parent86ce6b0ef1ebed84436e31abfca5176bb7796159
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@gmail.com pass: cr34t1s1ns4)
- Mount videos in CREATIS account and give credentials to Eduardo.
- Update Project Planning.
23 files changed:
lib/creaDevManagerLib/creaDevManagerIds.h
lib/creaDevManagerLib/modelCDMAppli.cpp
lib/creaDevManagerLib/modelCDMAppli.h
lib/creaDevManagerLib/modelCDMLib.cpp
lib/creaDevManagerLib/modelCDMLib.h
lib/creaDevManagerLib/modelCDMPackage.cpp
lib/creaDevManagerLib/modelCDMProject.cpp
lib/creaDevManagerLib/modelCDMProject.h
lib/creaDevManagerLib/wxCDMAppliDescriptionPanel.cpp
lib/creaDevManagerLib/wxCDMAppliDescriptionPanel.h
lib/creaDevManagerLib/wxCDMApplicationDescriptionPanel.cpp
lib/creaDevManagerLib/wxCDMApplicationDescriptionPanel.h
lib/creaDevManagerLib/wxCDMLibDescriptionPanel.cpp
lib/creaDevManagerLib/wxCDMLibDescriptionPanel.h
lib/creaDevManagerLib/wxCDMLibraryDescriptionPanel.cpp
lib/creaDevManagerLib/wxCDMLibraryDescriptionPanel.h
lib/creaDevManagerLib/wxCDMMainFrame.cpp
lib/creaDevManagerLib/wxCDMMainFrame.h
lib/creaDevManagerLib/wxCDMPackageManagerPanel.cpp [new file with mode: 0644]
lib/creaDevManagerLib/wxCDMPackageManagerPanel.h [new file with mode: 0644]
lib/creaDevManagerLib/wxCDMProjectActionsPanel.cpp
lib/creaDevManagerLib/wxCDMProjectDescriptionPanel.cpp
lib/creaDevManagerLib/wxCDMProjectDescriptionPanel.h