Commit Graph

930 Commits

Author SHA1 Message Date
Rob Greene 745895d553 Updating error message on number conversion to remind uses that Unix shell quoting can come into play. #91 2023-10-25 18:51:35 -05:00
Rob Greene 5da84ae082 Fixing listing for empty disks to display header and footer in acx; otherwise output is empty. Inspired by this PR: https://github.com/AppleCommander/AppleCommander/pull/95 2023-10-25 18:29:17 -05:00
Rob Greene a91bcec4a9 Bumping version of SWT to max it can go (without upgrading Java version); setting display data to maybe get a better dark mode experience. 2023-10-24 23:25:41 -05:00
Rob Greene e68741cffe Whenever editing the file import, we deselect all items in the list and disable the edit and remove button to prevent errors. #125 2023-10-24 19:11:46 -05:00
Rob Greene 520076abb6 Trying to drop path from resulting set of artifacts. 2023-10-24 17:25:07 -05:00
Rob Greene 98787a87fb Simplifying build. 2023-10-24 17:17:46 -05:00
Rob Greene 8774139a98 An attempt at getting individual attachments. 2023-10-24 16:55:38 -05:00
Rob Greene 1896cbec45 Attaching artifact to build result. Try 1. :-) 2023-10-24 16:37:34 -05:00
Rob Greene bbfad3070c Making SwtImageTest have the ability to be disabled; updated actions to set disable tests. 2023-10-24 16:08:04 -05:00
A2 Geek e2a9a9d8de
Create gradle.yml
Trying default gradle actions.
2023-10-24 15:54:35 -05:00
A2 Geek da8358ee76
Merge pull request #98 from ThomasFok/feature/dump_65c02_support
acx - Dump Command Enhancements
2023-10-24 15:40:52 -05:00
Rob Greene 0c285a7d46 Quick fix for AppleUtil#getWordValue to handle upper edge of buffer correctly. #126 2023-10-24 13:37:07 -05:00
A2 Geek ee981551b9
Merge pull request #110 from btb/rdos33
Add support for "RDOS 3.3" disk format
2023-10-24 13:10:42 -05:00
Rob Greene bdc60cad2c Adding default option for 'acx import' to use raw/binary. #122 2023-10-23 22:08:15 -05:00
Rob Greene 0bccdde28a Disabling edit button as well after removing item from list. #120 2023-10-22 19:52:27 -05:00
Bradley Bell aa9dcd2695 Generalize differences of RDOS 2.1/3.2 vs RDOS 3.3 2023-10-21 16:23:37 -07:00
Bradley Bell 836917b283 document differences between 2.1/3.2 and 3.3 2023-10-21 15:42:23 -07:00
Bradley Bell b4b947dba7 replace test disk for RDOS 3.3 2023-10-21 15:38:36 -07:00
Rob Greene 709ce6b47f Now validating Applesoft import in user interface. #119 2023-10-21 16:59:15 -05:00
Rob Greene 643de4b4b1 Correcting `acx import` from an AppleSingle file to setup binary address correctly. #108 2023-10-21 13:54:04 -05:00
Rob Greene 852fbeb4b3 Pulling in some suggestions from IDE. 2023-10-21 13:52:53 -05:00
Bradley Bell feed5172e0 Display "RDOS 3.3" as format 2023-10-20 23:41:45 -07:00
Bradley Bell 94bf05b57d First item in catalog is OS, use it for disk name 2023-10-20 23:34:44 -07:00
Rob Greene c9dcb73b33 Adding a close listener and validating with user if the file has changed. #117. 2023-10-20 16:58:33 -05:00
Rob Greene e3a0844fbd No longer setting background color. Similar to #116. 2023-10-20 16:57:12 -05:00
Rob Greene b3a5f3e9df No longer setting background color. #116. 2023-10-20 16:14:43 -05:00
Rob Greene 045fc10c62 Ignoring .idea folder. 2023-10-20 16:14:20 -05:00
Rob Greene 9a300d1241 Adjusting font colors for BASIC listings based on dark mode (or not). #115. 2023-10-20 16:02:34 -05:00
Rob Greene d174f2341d Updating text to format better (at least on Linux). Need to check with other OSes. #113 2023-10-20 15:00:24 -05:00
Rob Greene e0e16e5325 Updating title text to match image header. #114 2023-10-20 13:28:09 -05:00
Bradley Bell 2515c3f861 add test for RDOS 3.3 2023-10-14 02:35:59 -07:00
Bradley Bell 66cdbe314c Add support for "RDOS 3.3" disk format
Uses 16 sectors, with ProDOS sector ordering.
2023-10-14 02:06:46 -07:00
A2 Geek 6064b52d41
Merge pull request #99 from ThomasFok/update_acx_readme
Update README.md
2023-02-19 19:16:05 -06:00
A2 Geek 74704f1ba9
Merge pull request #101 from ThomasFok/validate_import_command_options
acx - validation of address and auxtype parameters of import command
2023-02-19 19:14:51 -06:00
A2 Geek 60e30a962b
Merge pull request #100 from ThomasFok/fix/validate_coordinate
acx - validation of the track/sector/block parameters of read/write/dump commands
2023-02-19 17:21:55 -06:00
A2 Geek 1b3a5546ec
Merge pull request #97 from ThomasFok/fix/ignore_deleted_files
acx - Filter out deleted file entries
2023-02-12 12:38:47 -06:00
A2 Geek 09053d699b
Merge pull request #96 from ThomasFok/fix/mkdir
acx - Filter out deleted file entries in MkdirCommand
2023-02-12 12:32:54 -06:00
A2 Geek 801cf68745
Merge pull request #93 from ThomasFok/fix/lock_del_cmd_help_msg
acx - help messages of delete and lock command are wrong
2023-02-11 18:14:51 -06:00
A2 Geek 23ae480321
Merge pull request #92 from ThomasFok/fix/as_import_lock_flag
acx - Imported AppleSingle files are locked
2023-02-11 18:10:54 -06:00
ThomasFok e142bc0be3 Import command - validate address and auxtype options 2023-01-28 20:19:24 +00:00
ThomasFok 27496433eb validation of track/sector/block parameters 2023-01-24 19:51:57 +00:00
ThomasFok 8b082d4258 removal of -raw option 2023-01-23 17:41:00 +00:00
ThomasFok 725d2cee3f
Update README.md 2023-01-23 17:13:10 +00:00
ThomasFok f23aa4b3d3 removal of unnecssary tab 2023-01-23 12:13:25 +00:00
ThomasFok bde23a8197 source code formatting 2023-01-23 12:10:04 +00:00
ThomasFok bde56f4406 source code formatting 2023-01-23 12:07:33 +00:00
ThomasFok c80017e0b6 Dump Command - Add raw binary and instruction set selection 2023-01-23 11:59:49 +00:00
ThomasFok b128ef0c60 ImportCommand - ignore deleted file entries 2023-01-19 13:36:49 +00:00
ThomasFok 1a189d6596 FileUtils::copyDirectory() ignores deleted files 2023-01-18 21:24:18 +00:00
ThomasFok 492d0633d9 FileUtils::copyFile() - ignore deleted files 2023-01-18 20:26:15 +00:00