Commit Graph

  • 7d61186520 Removed getFiles as that will be covered by DirectoryEntry, if it is implemented. Robert Greene 2003-03-06 03:53:07 +0000
  • e30264593c Updated to adhere to the DirectoryEntry interface; subdirectories can now be "extended" (additional blocks allocated to the directory); started to add variables for constants in the hopes of making the code a bit more obvious in its intent. Robert Greene 2003-03-06 03:52:18 +0000
  • 563ebe4593 Added OPTS flag to identify GCJ compile flags. Robert Greene 2003-03-06 03:45:56 +0000
  • 8494c31989 Updated to adhere to the DirectoryEntry interface; removed entries covered by DirectoryEntry. Robert Greene 2003-03-06 03:45:21 +0000
  • 5ef9a886b1 Added structure to MinGW/Win32 compile. Robert Greene 2003-03-06 03:43:50 +0000
  • a9ea9738c0 Updated to adhere to the DirectoryEntry interface. Robert Greene 2003-03-06 03:43:21 +0000
  • cd8af8fc82 First full-compile attempt for AppleCommander. Robert Greene 2003-03-06 03:42:02 +0000
  • 0a74d116f5 Initial build script to compile native Windows executable. Robert Greene 2003-03-06 03:40:00 +0000
  • 5fccf74422 Shred interface for any directory type. This may be the main catalog or a subdirectory of some sort. The main catalog applies to all disk formats while the subdirectory currently is only used by ProDOS. Robert Greene 2003-03-06 03:39:41 +0000
  • 57661933c9 Updated to reflect Windows build status. Robert Greene 2003-03-06 03:38:38 +0000
  • 3253db5000 Updated completed list for directory and added some new TODO items. Robert Greene 2003-03-06 03:37:54 +0000
  • c2832e4b5d Juggled FUTURE list a bit and added 1.2.2 completed list. Robert Greene 2003-03-02 23:12:39 +0000
  • 603774e3cb Updated VERSION number (1.2.2pre). Robert Greene 2003-03-02 23:11:48 +0000
  • d14399a834 Now enables/disables the address component as appropriate. Robert Greene 2003-03-02 23:11:23 +0000
  • 0d233deaf3 Added comments; added create/delete/create sequence to verify that file entries are re-used once the file has been deleted. Robert Greene 2003-03-02 23:10:46 +0000
  • c37fb4307a Fixed filetype initialization; getFiles now tests if a file entry is empty (in which case it is not returned); createFile now checks for deleted files and re-uses the file entry. Robert Greene 2003-03-02 23:09:46 +0000
  • 4652ac9f63 Added test to indicate if this entry is empty. Used to determine if this is a valid entry or unused space. Robert Greene 2003-03-02 23:07:50 +0000
  • ced0fba9f2 Updated code to be 1.2.1. v1-2-1 Robert Greene 2003-03-01 23:00:35 +0000
  • f1efba4bf9 Moved 1.2.1 updates from the TODO file to the VERSIONS file. Robert Greene 2003-03-01 22:59:29 +0000
  • 257836c4a0 DiskInfo tab is now updated whenever it is displayed. Up until this point, the information was static - so file imports or deletes never updated the information. Robert Greene 2003-03-01 22:58:56 +0000
  • ca9a3236c8 Moved Import menu from file popup to the directory popup. Robert Greene 2003-03-01 22:57:49 +0000
  • 43ad0bd2f3 Was not computing offset correctly for DOS format images of 800K. Primarily, this affected UniDOS. Robert Greene 2003-03-01 22:56:59 +0000
  • 390cb9e438 Updated fixed issues for DOS 3.3. Robert Greene 2003-03-01 16:07:54 +0000
  • 1a23a3a7cb Saving disks is now univerally optional; added tests for OzDOS as well as UniDOS. Robert Greene 2003-03-01 16:06:52 +0000
  • d83defddc7 Fixed a bug where freeSectors and setFileData were not working appropriately with deleted files (with an initial track of 255). Robert Greene 2003-03-01 16:04:42 +0000
  • ec47243efe Fixed setSectorsUsed to set a word (two bytes) instead of a byte. Robert Greene 2003-03-01 16:03:20 +0000
  • ae1a101db2 Update of TODO indicating some file management issues as being fixed as well as additional ideas. Robert Greene 2003-02-27 04:39:49 +0000
  • e0d6a78c37 Added tests to create and delete large files to help uncover issues with large file management under ProDOS. Also identified a problem with DOS disks. Robert Greene 2003-02-27 04:38:52 +0000
  • fc9214e886 Resolved issues with freeBlocks (was freeing index block even if that block number was 0); setFileData now writes files of 128K correctly. Robert Greene 2003-02-27 04:38:07 +0000
  • b9b0806a15 Updated TODO listing; specifically AppleWorks Spread Sheet files. Robert Greene 2003-02-26 01:32:46 +0000
  • 3a6b962807 Added *.jpage. Robert Greene 2003-02-26 01:31:43 +0000
  • c825b36dff Added AppleWorks Spread Sheet files export wizard. Robert Greene 2003-02-26 01:31:05 +0000
  • 6cfda661ac Added AppleWorks Spread Sheet files to getSuggestedFilter. Robert Greene 2003-02-26 01:30:35 +0000
  • dcb6dd79db This FileFilter exports AppleWorks Spread Sheet (ASP) files. Robert Greene 2003-02-26 01:30:04 +0000
  • b5296d8f15 Updated comments to include a reference to gno.org. Robert Greene 2003-02-26 01:29:31 +0000
  • 71ae6cd4f9 Added getSaneNumber and getSignedWordValue. Robert Greene 2003-02-26 01:29:12 +0000
  • 08a70ca7ab Added & for ALT+key presses. Robert Greene 2003-02-23 20:52:53 +0000
  • 3e2a6aa899 Fixed date and time handling. Robert Greene 2003-02-19 12:27:19 +0000
  • 0b0d975dd0 Updated list of items that are part of the 1.2.1 release. Robert Greene 2003-02-17 04:44:40 +0000
  • be1ec16966 Missed an item from the 1.2.0 release. Robert Greene 2003-02-17 04:44:17 +0000
  • 9e5b15ceb4 Added filetype guessing to the import wizard. Robert Greene 2003-02-17 04:43:51 +0000
  • 1c4f1de543 Added AppleWorks Data Base file as an option to the filetype list. Robert Greene 2003-02-17 04:43:17 +0000
  • 61d3875500 Added new constructure that additionally allows the filetype to be specified. Robert Greene 2003-02-17 04:42:39 +0000
  • d7ede02518 Tagged code as 1.2.1pre during development. Robert Greene 2003-02-17 04:42:05 +0000
  • 97b4854d2b Added AppleWorksDataBaseFileFilter to the list of suggested filters. Robert Greene 2003-02-17 04:41:42 +0000
  • ba4243a591 Added getSuggestedFiletype along with code reorganizations to support this method. Robert Greene 2003-02-17 04:41:06 +0000
  • 93d73755db Now carries margin setting through, sets font to Courier New (more realistic formatting), and fixes boldface not being turned off correctly. Robert Greene 2003-02-17 04:37:38 +0000
  • 6abc7610ad FileFilter to handle AppleWorks Data Base files and export to CSV format. Robert Greene 2003-02-17 04:32:39 +0000
  • e3b44972f8 Consolidates all version-related information. Robert Greene 2003-02-12 04:06:55 +0000
  • 600459e48f Updated TODO list to remove 1.2.0 and prepare for 1.2.1. Robert Greene 2003-02-12 04:06:24 +0000
  • 52b605e7af Added a few wishes that were noticed in the 1.2.0 release. v1-2-0 Robert Greene 2003-02-11 04:57:40 +0000
  • f6e1319a41 Development TODO. Robert Greene 2003-02-11 04:44:02 +0000
  • be65fee7b9 Added TODO.html. Robert Greene 2003-02-11 04:43:43 +0000
  • c3cee4f38b First attempt at setting appropriate default button. Added getDialog. Robert Greene 2003-02-11 04:43:23 +0000
  • 72a4dd01cd Many fixes - primarily one is to implement editSelection. Robert Greene 2003-02-11 04:42:45 +0000
  • ef77760bc6 Added ability to import files. Robert Greene 2003-02-11 04:41:39 +0000
  • 4684395b20 Added hasFiletype. Robert Greene 2003-02-11 04:41:01 +0000
  • 69a2013ea4 Updated to 1.2.0. Robert Greene 2003-02-11 04:40:42 +0000
  • b52fca61a8 Added needsAddress and setAddress along with ProDOS-specific setAuxiliaryType. Moved ProdosFileType inner class to ProdosFormattedDisk. Robert Greene 2003-02-11 04:40:28 +0000
  • ee700cf995 Added indicators for filetypes that require an address. Robert Greene 2003-02-11 04:37:50 +0000
  • 541df2d2f8 Added getFiletypes (all possible filetypes) and needsAddress plus ProDOS specific findFiletype and getFiletype. The ProdosFileType inner class was moved from ProdosFileEntry into this class. Robert Greene 2003-02-11 04:37:27 +0000
  • 6c8dad1ea7 Added getFiletypes (all possible filetypes) and needsAddress. Robert Greene 2003-02-11 04:35:04 +0000
  • ecf6f16a83 Added needsAddress and setAddress. Robert Greene 2003-02-11 04:34:28 +0000
  • d5089727f9 Enhanced RTF code generated. Robert Greene 2003-02-11 04:33:55 +0000
  • 080f0a9ab1 Added convertFormattedWord. Robert Greene 2003-02-11 04:33:01 +0000
  • d1f736bd1b Removed unused code, fixed getFileData when reading large files (tree files) and fixed a bug when writing to a file and calculating the offset for the index block for tree files (position would get larger than 256, which caused an array out of bounds exception). Robert Greene 2003-02-08 16:45:52 +0000
  • 216b34549d Fixed a minor bug in the format routine. Only the first catalog sector could be found up to this point. Robert Greene 2003-02-08 16:43:08 +0000
  • 0ca49a89f2 Added RTF export option. Changed format choice to be done via select methods - to avoid dependence upon the internal code of the filter. Currently, a contant integer is used, but that is leading to multiple switch statements. This may be changed to some form of innner class in the future. The change to a select method will hide this internal state from the world (a good thing!). Robert Greene 2003-02-08 16:42:07 +0000
  • a554a1d445 Modified test to reflect the fact that DOS 3.3 "T" (text) files do not store a length, so a comparison after writing and then reading the text file cannot be done. This affected the writeFile methods as well as all invocations of the methods. Robert Greene 2003-02-08 16:38:25 +0000
  • 7a1b14dae7 Removed unused code and made imageCanvas a class-level object and updated code appropriately. Robert Greene 2003-02-08 16:37:06 +0000
  • 86c9586bbc Removed unused code, removed unused imports, made imageCanvas a class-level object and updated code appropriately. Robert Greene 2003-02-08 16:36:34 +0000
  • 955aea6c24 Removed unused code. Robert Greene 2003-02-08 16:35:44 +0000
  • aaea5ee874 Updated to for AppleWorksFileExportFilter enhancements. Changed to use select methods. Robert Greene 2003-02-08 16:35:19 +0000
  • f346a0ac28 Updated to for AppleWorksFileExportFilter enhancements. Added RTF as an export option and changed to use select methods. Robert Greene 2003-02-08 16:34:41 +0000
  • 2a17b2c722 Organized imports (removing unused imports). Robert Greene 2003-02-08 16:31:10 +0000
  • 52827b142a General directions for configuring Eclipse for AppleCommander development. Robert Greene 2003-02-07 22:48:17 +0000
  • ce5920e4c1 Changed swt.jar location to be pulled from a variable instead of hard-coded. Robert Greene 2003-02-07 22:47:57 +0000
  • 9a82a9e465 Updated copyright date to extend into 2003. Robert Greene 2003-02-05 03:57:31 +0000
  • 02b7bea850 Updated VERSION and COPYRIGHT. VERSION is temporary (1.2.0pre) while COPYRIGHT now extends into 2003. Robert Greene 2003-02-05 03:55:59 +0000
  • 919535f2f3 Allow user to select files to import. Robert Greene 2003-02-05 03:55:00 +0000
  • 26e6890727 Import Wizard main class. Robert Greene 2003-02-05 03:54:36 +0000
  • 9b0a0286c3 Some early updates to make Import available in the file explorer tab. Robert Greene 2003-02-05 03:53:19 +0000
  • 710ec905d0 This class represents the Import specification for a single file. Robert Greene 2003-02-05 03:52:29 +0000
  • 4076e8f59f Widened logo to accomodate user-interface layout. Robert Greene 2003-02-05 03:51:39 +0000
  • eeb43618a6 Fixed getSuggestedFilename to base the length of the suggested filename from the original filename. Robert Greene 2003-02-05 03:50:55 +0000
  • 2e7e67eb54 Removed the two argument constructor, as it was not used as is a problem for GCJ compiles at this time. Robert Greene 2003-02-05 03:49:15 +0000
  • 55d60a93bb Increased width of logo. Robert Greene 2003-02-05 03:47:57 +0000
  • 4839761470 Implemented null methods to fix compile errors: delete, setFileData, setFilename, setFiletype, setLocaked. Robert Greene 2003-01-26 02:41:29 +0000
  • 74a45b9f68 Added getSuggestedFilename and a null createFile (to get rid of error messages; will be implemented later). Minor comment fix. Robert Greene 2003-01-26 02:40:04 +0000
  • d6867f61db Added getSuggestedFilename and a null createFile (to get rid of error messages; will be implemented later). Robert Greene 2003-01-26 02:39:39 +0000
  • 0ce42f9f7e Added getSuggestedFilename. Robert Greene 2003-01-26 02:38:30 +0000
  • fc02bbc6e8 Added the ".uml" directory used by EclipseUML. Robert Greene 2003-01-23 05:59:10 +0000
  • fe26da9146 New UML diagrams. Robert Greene 2003-01-23 05:55:40 +0000
  • 70f5149d18 Added getMaximumFilenameLength. This is used by the ImportWizard to keep names a sensible length. Robert Greene 2003-01-21 05:14:46 +0000
  • c1fd274559 Looks like many changes, but the only one that is real (AFAIK) is the RDOS entry had a minor word switch. Robert Greene 2003-01-21 05:13:21 +0000
  • b1be88945f Updated constructor to get an ImageManager intead of the image itself. It is more sensible that the wizard knows what logo it requires instead of the caller! Robert Greene 2003-01-21 05:11:05 +0000
  • 5f179d871e Updated to use new constructor for DiskImageWizard and uses the global COPYRIGHT text. Robert Greene 2003-01-21 05:10:01 +0000
  • da6f02c555 Updated copyright date. Robert Greene 2003-01-18 02:05:10 +0000
  • c8c9b6f376 Added ImportWizard logo. Robert Greene 2003-01-18 02:04:50 +0000
  • 0bd753ae16 Removed unused private variable. Robert Greene 2003-01-18 02:04:37 +0000