Changes between Version 3 and Version 4 of RESOURCES_EXPORT_IMPORT_R0


Ignore:
Timestamp:
10/20/09 16:54:23 (16 years ago)
Author:
milen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RESOURCES_EXPORT_IMPORT_R0

    v3 v4  
    77 
    88== Overview == 
    9 The resource palette have only contents, which can be inserted from the main menu "insert". All of them can be imported and exported as while exporting the elements are exported in the corresponding format(if jpg, in jpg; if pdf in pdf; if sjrb, in sjrb and so on).  
     9The resource palette have only contents, which can be inserted from the main menu "insert" without the browser frame. All of them can be imported and exported as while exporting, the elements are exported in the corresponding format(if jpg, in jpg; if pdf in pdf; if sjrb, in sjrb and so on).  
    1010The other goal of this revision is to support import multiple files at once. 
    1111 
    1212== Task requirements == 
    13 ^(List the necessary requirements that the task must fulfill.)^ 
    14  
     13    * Create support for selecting multiple items in the file dialogs 
     14          * This should allow inserting a lot of images or other media at once and optionally multi book opening.  
     15    * Create a menu item in the insert menu that says "Any resource" 
     16          * The file dialog dropdown should have 1 entry - All files (*.*) 
     17          * The tooltip should say "Import any kind of supported resource, folder or zip with resources." 
     18          * When a folder is selected the button should not change to "Open" like it does in the other file dialogs. Insert should be available instead, which should allow import of a folder with resources 
     19          * zip files should be scanned for resources and they should be added to the list with the resources. This should be done carefully, because Sophie internal resources are in zips too.  
     20    * For both, folder and zip, only their supported contents should be added. But if the user has selected an unsupported file, he should be warned by a message box. If multiple files are selected and part of them are unsupported the user should be notified about them, and the supported ones should be imported  
     21     
     22    * Every resource should be able to be exported in the corresponding format. 
     23    * Texts and comments are exported in rtf format.  
     24     
    1525== Task result == 
    1626^(List the end product of the task (for example "Source code", "Wiki page", etc.))^ 
     
    2030 
    2131== Related == 
    22 ^(Add links to related tasks that could be useful or helpful.)^ 
     32APP_RESOURCE_LIST_IMPORT_EXPORT_R0 [[BR]] 
     33APP_RESOURCE_LIST_IMPORT_EXPORT_R1 
    2334 
    2435== How to demo ==