Changes between Version 4 and Version 5 of APP_PLUGIN_MANAGER_INSTALL_R0


Ignore:
Timestamp:
01/10/09 15:24:35 (16 years ago)
Author:
deyan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • APP_PLUGIN_MANAGER_INSTALL_R0

    v4 v5  
    88}}} 
    99The Plugin Manager install provides the installing plugins functionality 
    10  * An install button on the plugin manager triggers an "Open File" file dialog that allows choosing a file to install plugin from. 
     10 * An install button from Plugin Manager palette triggers an "Open File" file dialog that allows choosing a file to install plugin from. 
    1111 * A dialog notifying for broken dependencies shows when the plugin cannot be installed due to dependencies. 
    1212  * The dialog lists missing plugins that are required. 
     
    1818 * Create the "Broken dependencies" error dialog. (Including the list of dependencies. Unmet dependencies should be marked someway, other font color for example.) 
    1919== Task result == 
    20 The result of this task is code 
     20The result of this task is code. 
    2121== Implementation idea == 
    2222Implement all of the Application plugin manager tasks together. Implement this task after the [wiki:APP_PLUGIN_MANAGER_ABOUT_R0] as there is a list with the dependencies.