From fb6785cf37966c1d795f276c30d4e98dfc9bc939 Mon Sep 17 00:00:00 2001 From: Robert Greene Date: Thu, 6 Mar 2003 13:56:49 +0000 Subject: [PATCH] Updated 1.2.2 completed list to contain the progress indicator on import and window centering. Added subdirectory creation as a 1.2.x TODO as well as a (possible) filter that decodes a binary file into a hex dump. The future was also expanded with early ideas for a file preview - see the entry on SourceForge where a discussion is currently going on. --- TODO | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index 21e574f..bcea366 100644 --- a/TODO +++ b/TODO @@ -16,16 +16,20 @@ This is the internal list of items that need to be done. This interface would be applied to both disks as well as file entries, 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 + the directory is limited to the number of entries that fit within the allocated space. +* Import now sports a progress indicator and identifies which file is being + imported. +* Popup dialogs are now centered above the controlling window instead of popping + up randomly. --- 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 the wizard should pay more attention?) o Work on identifying why GCJ introduces slow performance to some areas. o Add RDOS writing capability. o Add Apple Pascal writing capability. +o Create subdirectories as appropriate (ProDOS). o HDV disks are not always created to their full capacity. AppleCommander, however, assumes that the size of the file on disk is the size of the disk. (Really!) This is likely an issue because the ProDOS bitmap indicates there is a certain @@ -33,6 +37,7 @@ o HDV disks are not always created to their full capacity. AppleCommander, howe o Compile into native executable (hopefully Linux and Windows). o Short-cut keys would be nice. o Need to update preferences with import location, disk creation location. +o Add export filter for binary that decodes to hex dump format. --- FUTURE 1.3.x (or later) --- o Add drag-and-drop capability. @@ -47,3 +52,5 @@ o Open SHK files? Similar operation to zip files. o Open SDK files? Opens directly into a Disk Window. o Make formatted images bootable. May need user to supply a "master" disk from which files or data is copied. +o File preview - hex, text, image. Use FileFilters to convert file to the + appropriate format?