Changes between Version 8 and Version 9 of APP_PLUGIN_MANAGER_INSTALL_R0
- Timestamp:
- 02/04/09 13:23:03 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
APP_PLUGIN_MANAGER_INSTALL_R0
v8 v9 19 19 * Provide file dialog functionality 20 20 * Provide install plugin functionality 21 * Create the "Broken dependencies" error dialog. (In cluding 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.) 22 22 == Task result == 23 23 The result of this task is code. 24 24 == Implementation idea == 25 Depends on [wiki:PLUGIN_SUPPORT_LIB_CONFIGURING_R0] 25 26 Implement 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. 26 27 == Related == 27 28 [wiki:APP_PLUGIN_MANAGER_ABOUT_R0] [[BR]] 29 [wiki:PLUGIN_SUPPORT_LIB_CONFIGURING] 28 30 29 31 == How to demo == … … 33 35 * Select a plugin from the file dialog 34 36 * 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. 36 38 37 39 = Design =