Changes between Version 23 and Version 24 of RESOURCES_EXPORT_IMPORT_R0


Ignore:
Timestamp:
10/26/09 12:48:24 (16 years ago)
Author:
meddle
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RESOURCES_EXPORT_IMPORT_R0

    v23 v24  
    109109  * ExportFormatDialog : One resource can be exported to one or more formats, so before exporting it the right format should be chosen by the user, this dialog will provide such choice. 
    110110  * ResourceExportLogic : This logic will handle resource exporting... for now there will be only one handler for events from the export button in the resource's tab. The logic will try to find all registered export managers of the selected to export resource and will bring up the ExportFormatDialog. Then a FileDialog with filter for the chosen format will be shown to the user. The user will be notified if the export was succesfull. 
     111 * Filter buttons : They will be registered as extensions and the will have icons as a skin, the icons will be provided by Dido, I guess... 
    111112 
     113 * Our branch is [browser:/branches/private/meddle/resources_export_import] 
     114 * Tests : 
     115  * [browser:/branches/private/meddle/resources_export_import/modules/org.sophie2.main.func.resources/src/test/java/org/sophie2/main/func/resources/exports/ResourceExportManagerTest.java ResourceExportManagerTest] 
     116  * [browser:/branches/private/meddle/resources_export_import/modules/org.sophie2.main.func.resources/src/test/java/org/sophie2/main/func/resources/exports/SophieFormatExportTest.java SophieFormatExportTest] 
     117  * [browser:/branches/private/meddle/resources_export_import/modules/org.sophie2.main.func.resources/src/test/java/org/sophie2/main/func/resources/imports/ResourceImportUtilTest.java ResourceImportUtilTest] 
     118  * [browser:/branches/private/meddle/resources_export_import/modules/org.sophie2.main.func.resources/src/test/java/org/sophie2/main/func/resources/imports/ResourceImportManagerTest.java ResourceImportManagerTest] 
     119  * More with the implementation, there are use cases I want to check/test. 
    112120= Implementation = 
    113121^(Describe and link the implementation results here (from the wiki or the repository).)^