16 | 17 | * The file dialog dropdown should have 1 entry - All files (*.*) - This is for now, later "Image", "Audio", etc things should be added. |
17 | 18 | * The tooltip should say "Import any kind of supported resource, folder or zip with resources." |
18 | 19 | * When a folder is selected the button should not change to "Open" like it does in the other file dialogs. Import should be available instead, which should allow import of a folder with resources |
19 | 20 | * 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 is exported in the corresponding format. |
23 | | * Texts and comments are exported in rtf format. |
24 | | * All the imported resources are not inserted on the page work area but only in the resources palette and can be inserted in the page by drag and drop. |
25 | | * (optioanal) Resources can be exported and imported by drag and drop |
| 21 | * 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. |
| 22 | * Every resource is exported in the corresponding format. |
| 23 | * The "Import" from resources palette should open a file dialog with "All files" entry and correct name suggested. (the same name as the resource) |
| 24 | * (Optional) Multiple export should only ask for folder to export the resources. Not required for this revision |
| 25 | * Texts and comments are exported in rtf format. |
| 26 | * All the imported resources are not inserted on the page work area but only in the resources palette and can be inserted in the page by drag and drop (Drag and drop is not part of this task). |
| 27 | * (optioanal) Resources can be exported and imported by drag and drop |