Changes between Version 8 and Version 9 of APP_PLUGIN_MANAGER_INSTALL_R0


Ignore:
Timestamp:
02/04/09 13:23:03 (16 years ago)
Author:
deyan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • APP_PLUGIN_MANAGER_INSTALL_R0

    v8 v9  
    1919  * Provide file dialog functionality 
    2020 * Provide install plugin functionality 
    21  * Create the "Broken dependencies" error dialog. (Including the list of dependencies. Unmet dependencies should be marked someway, other font color for example.) 
     21 * Create the "Broken dependencies" error dialog. (In later revisions - Including the list of dependencies. Unmet dependencies should be marked someway, other font color for example.) 
    2222== Task result == 
    2323The result of this task is code. 
    2424== Implementation idea == 
     25Depends on [wiki:PLUGIN_SUPPORT_LIB_CONFIGURING_R0] 
    2526Implement all of the Application plugin manager tasks together. They depend on [wiki:PLUGIN_SUPPORT_LIB_CONFIGURING_R0] Implement this task after the [wiki:APP_PLUGIN_MANAGER_ABOUT_R0] as there is a list with the dependencies. Implement this task after [wiki:APP_PLUGIN_MANAGER_LIST_R0] as it is related to the palette implemented there. 
    2627== Related == 
    2728[wiki:APP_PLUGIN_MANAGER_ABOUT_R0] [[BR]] 
     29[wiki:PLUGIN_SUPPORT_LIB_CONFIGURING] 
    2830 
    2931== How to demo == 
     
    3335 * Select a plugin from the file dialog 
    3436 * Click open 
    35  * Show that the plugin is listed as install in the plugin manager list. 
     37 * Show that the plugin is listed as installed in the plugin manager list. 
    3638 
    3739= Design =