Updated completed list for directory and added some new TODO items.

This commit is contained in:
Robert Greene 2003-03-06 03:37:54 +00:00
parent c2832e4b5d
commit 3253db5000

11
TODO
View File

@ -11,12 +11,16 @@ This is the internal list of items that need to be done.
* Import file specification should only allow address editing if the filetype * Import file specification should only allow address editing if the filetype
requires it. requires it.
* Fixed parsing of filetype definitions for ProDOS volumes. * Fixed parsing of filetype definitions for ProDOS volumes.
* Need to be able to import into a directory in ProDOS. This will most
--- FUTURE 1.2.x ---
o Need to be able to import into a directory in ProDOS. This will most
likely involve adding an interface indicating a (writable) directory. likely involve adding an interface indicating a (writable) directory.
This interface would be applied to both disks as well as file entries, This interface would be applied to both disks as well as file entries,
if appropriate. if appropriate.
* ProDOS subdirectories need to allocate another block as they fill up; otherwise
the directory is limited to the number of entries the fit within the allocated
space.
--- FUTURE 1.2.x ---
o Import could use a progress indicator.
o Save does not allow the disk image location to be chosen for new images. (Maybe o Save does not allow the disk image location to be chosen for new images. (Maybe
the wizard should pay more attention?) the wizard should pay more attention?)
o Work on identifying why GCJ introduces slow performance to some areas. o Work on identifying why GCJ introduces slow performance to some areas.
@ -28,6 +32,7 @@ o HDV disks are not always created to their full capacity. AppleCommander, howe
amount of space and AppleCommander just assumes that the data exists. amount of space and AppleCommander just assumes that the data exists.
o Compile into native executable (hopefully Linux and Windows). o Compile into native executable (hopefully Linux and Windows).
o Short-cut keys would be nice. o Short-cut keys would be nice.
o Need to update preferences with import location, disk creation location.
--- FUTURE 1.3.x (or later) --- --- FUTURE 1.3.x (or later) ---
o Add drag-and-drop capability. o Add drag-and-drop capability.