Changes between Version 4 and Version 5 of APP_PLUGIN_MANAGER_INSTALL_R0
- Timestamp:
- 01/10/09 15:24:35 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
APP_PLUGIN_MANAGER_INSTALL_R0
v4 v5 8 8 }}} 9 9 The Plugin Manager install provides the installing plugins functionality 10 * An install button on the plugin managertriggers 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. 11 11 * A dialog notifying for broken dependencies shows when the plugin cannot be installed due to dependencies. 12 12 * The dialog lists missing plugins that are required. … … 18 18 * Create the "Broken dependencies" error dialog. (Including the list of dependencies. Unmet dependencies should be marked someway, other font color for example.) 19 19 == Task result == 20 The result of this task is code 20 The result of this task is code. 21 21 == Implementation idea == 22 22 Implement 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.