Version 2 (modified by deyan, 16 years ago) (diff) |
---|
Analysis
Overview
The goal of this revision is to support import multiple files at once.
Task requirements
- Create support for selecting multiple items in the file dialogs
- This should allow multi book opening and inserting a lot of images or other media at once.
- Create a menu item in the insert menu that says "Any resource"
- The file dialog dropdown should have 1 entry - All files (*.*)
- The tooltip should say "Import any kind of supported resource, folder or zip with resources."
- 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
- 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.
- For both, folder and zip, only their supported contents should be added. But if the user has selected an unsupported file, Sophie should try to import it.
Task result
Code.
Implementation idea
(Provide some rough implementation idea(s).)
Related
(Add links to related tasks that could be useful or helpful.)
How to demo
(Provide instructions for demonstration of the task.)
Design
(Describe your design here.)
Implementation
(Describe and link the implementation results here (from the wiki or the repository).)
Testing
(Place the testing results here.)
Comments
(Write comments for this or later revisions here.)