13 | | * Create support for selecting multiple items in the file dialogs |
14 | | * This should allow importing a lot of image or other media resources at once. |
15 | | * Create an ability for importing 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. Import 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 |
| 13 | * Create support for selecting multiple items in the file dialogs |
| 14 | * This should allow importing a lot of image or other media resources at once. |
| 15 | * Create an ability for importing any resource. |
| 16 | * The file dialog dropdown should have 1 entry - All files (*.*) - This is for now, later "Image", "Audio", etc things should be added. |
| 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. Import 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 |
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 |
| 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 |