Robert Greene
a31c317740
Modified viewFile to accept a given file filter - this allows context
...
menus to change to a non-default file view. (For example, show a
binary file as text.) Additionally added a couple of show___Dialog
methods. Will need to incorporate these further for code cleanup.
2004-06-06 02:12:39 +00:00
Robert Greene
60647d3f09
Fixed logo for compare disk images wizard.
2004-06-05 01:42:17 +00:00
Robert Greene
b5735107f4
Added logo fo compare disk images wizard.
2004-06-05 01:41:47 +00:00
Robert Greene
21880c271b
Updated TODO list.
2004-06-05 01:41:03 +00:00
Robert Greene
c3d8641f3e
*** empty log message ***
2004-06-05 01:40:01 +00:00
Robert Greene
0ae3959071
Compare disk images wizard.
2004-06-05 01:39:49 +00:00
Robert Greene
2bccc79c8e
Updated TODO list.
2004-06-04 05:00:51 +00:00
Robert Greene
2133a2367b
Updated copyright date to be 2002-2004.
2004-06-04 04:59:35 +00:00
Robert Greene
6acf406d81
Added Compare Disks option.
2004-06-04 04:58:43 +00:00
Robert Greene
f7ef98a861
Initial Compare Disk Wizard implementation.
2004-06-04 04:57:52 +00:00
Robert Greene
a97e1a1557
Updated status.
2004-06-03 03:35:05 +00:00
Robert Greene
d9a4bce127
Moved tests to a separate source folder.
2004-06-03 03:34:22 +00:00
Robert Greene
89a4b67498
Added methods to change disk image ordering as well as to compare
...
two disks to see if they are identical.
2004-06-03 03:33:59 +00:00
Robert Greene
a49349b9b5
Added new icons: ICON_COMPARE_DISKS,
...
ICON_CHANGE_IMAGE_ORDER.
2004-06-03 03:32:31 +00:00
Robert Greene
5256249f1c
Added ability to change disk image order.
2004-06-03 03:31:56 +00:00
Robert Greene
74bcb6f8ff
New icon.
2004-06-03 03:29:07 +00:00
Robert Greene
7ba84fbf97
Moved tests to a separate source folder.
2004-06-03 03:28:26 +00:00
Robert Greene
51623c2d42
Added changeImageOrder.
2004-06-03 03:22:09 +00:00
Robert Greene
aa0475a802
Added setFilename, made setImageOrder public, added some
...
constants.
2004-06-03 03:15:32 +00:00
Robert Greene
e41de0c2fd
Changed readSector in an attempt to handle wrapping within a
...
track appropriately. Prior to this change, if the sector wrapped
to the beginning of the track, it would throw an exception.
2004-06-03 03:13:38 +00:00
Robert Greene
119297dfa1
Added getSectorsPerDisk.
2004-06-03 03:12:00 +00:00
Robert Greene
0caa8011e1
Added changeImageOrder.
2004-06-03 03:11:24 +00:00
Robert Greene
557179b32f
Updated tasks from a number of email conversations; also fixed a bit
...
of spelling; juggled priorities.
2004-05-21 02:42:12 +00:00
Robert Greene
2957d3809a
Updates to TODO list.
2004-02-21 21:12:32 +00:00
Robert Greene
1dc46b41d3
Updated TODO list.
2004-01-18 19:06:20 +00:00
Robert Greene
600ebbe55d
Added QuickDraw II Icon to export list.
2004-01-18 19:06:12 +00:00
Robert Greene
276b19ac6b
Updated menus.
2004-01-18 19:05:45 +00:00
Robert Greene
93784072c6
Added forceActive.
2004-01-18 19:04:50 +00:00
Robert Greene
0ad58032bb
Updated TODO list.
2003-12-29 17:48:28 +00:00
Robert Greene
b9ed5212ee
Fixed file viewing so directories navigate into the directory and
...
deleted files just give a warning.
2003-12-29 17:48:13 +00:00
Robert Greene
106dc7daf6
Updated TODO list.
2003-12-28 20:42:59 +00:00
Robert Greene
7915d468da
Made physical size be an indicator of DOS vs ProDOS formats.
2003-12-28 20:42:51 +00:00
Robert Greene
c45ecdd56b
With the new image order and layout, needed to fix these specialized
...
formats.
2003-12-28 20:42:13 +00:00
Robert Greene
61bb8a76b5
Updated TODO list.
2003-12-26 21:45:35 +00:00
Robert Greene
33cd86911f
These classes support the image order and image layout concept.
2003-12-26 21:43:31 +00:00
Robert Greene
b8d0a62183
Converted to support image order and image layout instead of a simple
...
byte array. Removed byte-level operations.
2003-12-26 21:41:14 +00:00
Robert Greene
3bae1f3c87
Converted to support image order and image layout instead of a simple
...
byte array.
2003-12-26 21:40:10 +00:00
Robert Greene
b3a72347d8
Loosened DOS format checks to allow more disks to be detected.
2003-12-22 23:03:14 +00:00
Robert Greene
4dc90d5165
Handles file size of 0 appropriately.
2003-12-22 23:01:22 +00:00
Robert Greene
a739924dd6
Updated TODO list.
2003-12-22 17:25:07 +00:00
Robert Greene
b5147523f7
Improved support for CP/M disk images. Can now view files. There are
...
a few bugs remaining, however.
2003-12-22 17:24:57 +00:00
Robert Greene
24c2eee291
Added supportsDiskMap.
2003-12-22 07:14:48 +00:00
Robert Greene
b4951201b5
CP/M disk detection - if the first 256 bytes of the file entries contained
...
an empty file entry, the routine would loop indefinately.
2003-12-22 07:14:10 +00:00
Robert Greene
d1f9e3a395
Further expansion of CP/M disk support.
2003-12-22 07:12:58 +00:00
Robert Greene
01a1917d15
Uses supportsDiskMap to check if a disk map can/should be added.
2003-12-22 07:12:12 +00:00
Robert Greene
2926f343ff
Printing exception when a disk is not recognized.
2003-12-22 07:11:17 +00:00
Robert Greene
2b51a7469f
Began adding CP/M support.
2003-12-22 04:41:50 +00:00
Robert Greene
60e20e1782
Added support for QuickDraw II icon detection; reorganized the
...
file filter recognition logic a bit; minor enhancement to show the
file structure value if not recognized (tree, sapling, etc).
2003-12-22 01:22:35 +00:00
Robert Greene
bc4773e4b6
Added support for QuickDraw II icon.
2003-12-22 01:20:37 +00:00
Robert Greene
d662a42c0d
Added getPoint, getWidth, getHeight.
2003-12-22 01:19:39 +00:00