Shifted 1.3.3 completed items to VERSIONS from TODO.

This commit is contained in:
Robert Greene 2004-06-19 04:42:14 +00:00
parent c7bbf2c910
commit 151a4f3561
2 changed files with 30 additions and 30 deletions

30
TODO
View File

@ -2,36 +2,6 @@ THINGS TO DO
============
This is the internal list of items that need to be done.
-- 1.3.3 --
* Repackage code - packages were getting a bit large. The goal is to make class
structure/placement more logical.
GUI:
- Moved the SWT wizards into their own packages;
- Separated utility classes into the util package;
- Main application windows remain in swt package.
Storage:
- Moved OS formats into their respective packages in the "os" package
(dos33, prodos, cpm, rdos, pascal);
- Filters are now in the filters package.
- General storage classes remain under storage (Disk, FormattedDisk, etc).
* Added formatted assembly FileFilter. Understands Merlin format source files.
Need to recognize various formats - T.*, *.S, etc. Need examples for other
formats (Orca, APW, etc).
* File viewer window now scrolls an appropriate amount: PgUp/PgDn, arrows,
mousewheel all work (must select content area first of course).
* Wizard windows no longer show up with the title bar off the screen.
* Refactored FileViewerWindow. Created supporting FilterAdapter classes as well as
(presumably) reusable ContentAdapters. Started caching the filtered content for
a little speed improvement when switching filters (native, hex, raw) in the FileView.
* Hans Otten provided information on Apple Pascal's formatting of ".text" files - they
are now read correctly with appropriate character spacing and header section is ignored.
* Fixed error where viewing an invalid graphics file crashed AppleCommander (typically was
too short). This can be done by context menu -> View As -> Graphics.
* Further automate build (and web site) deployment.
Ant now builds source zip, GUI JAR, command-line jar, javadoc, and website. Website zip
file only needs to be extracted into the web root to be deployed. Windows executable is
scripted but not plugged into the Ant script at this time.
--- FUTURE 1.3.x ---
o Create reusable show dialog messages (they're scattered all over right now) to clean
up code a bit.

View File

@ -1,3 +1,33 @@
1.3.3 (2004-06-18)
* Repackage code - packages were getting a bit large. The goal is to make class
structure/placement more logical.
GUI:
- Moved the SWT wizards into their own packages;
- Separated utility classes into the util package;
- Main application windows remain in swt package.
Storage:
- Moved OS formats into their respective packages in the "os" package
(dos33, prodos, cpm, rdos, pascal);
- Filters are now in the filters package.
- General storage classes remain under storage (Disk, FormattedDisk, etc).
* Added formatted assembly FileFilter. Understands Merlin format source files.
Need to recognize various formats - T.*, *.S, etc. Need examples for other
formats (Orca, APW, etc).
* File viewer window now scrolls an appropriate amount: PgUp/PgDn, arrows,
mousewheel all work (must select content area first of course).
* Wizard windows no longer show up with the title bar off the screen.
* Refactored FileViewerWindow. Created supporting FilterAdapter classes as well as
(presumably) reusable ContentAdapters. Started caching the filtered content for
a little speed improvement when switching filters (native, hex, raw) in the FileView.
* Hans Otten provided information on Apple Pascal's formatting of ".text" files - they
are now read correctly with appropriate character spacing and header section is ignored.
* Fixed error where viewing an invalid graphics file crashed AppleCommander (typically was
too short). This can be done by context menu -> View As -> Graphics.
* Further automate build (and web site) deployment.
Ant now builds source zip, GUI JAR, command-line jar, javadoc, and website. Website zip
file only needs to be extracted into the web root to be deployed. Windows executable is
scripted but not plugged into the Ant script at this time.
1.3.2 (2004-06-05)
* Print file listing or full disk listing (including subdirectories or multiple
volumes).