Commit Graph

800 Commits

Author SHA1 Message Date
Rob Greene
bc931fdaa0 Test filterPath for a null before preserving the setting. If user
cancels the FileDialog, it is not always set. #60
2021-12-12 15:53:33 -06:00
Rob Greene
febe3d9f75 Noticed this SWT API call had been deprecated. #51 2020-11-24 19:34:29 -06:00
Rob Greene
b78253175d First round of updates. Leaving publication for later. #51 2020-11-24 19:34:01 -06:00
Rob Greene
0a2c2fd435 Adding the capability to specify disks when launching AppleCommander GUI
from the commandline. #47
2020-11-21 16:30:50 -06:00
Rob Greene
8a6a777d69 Large refactoring to bring in CSV and JSON extracts to 'ac'. #42 2020-11-21 14:59:45 -06:00
Rob Greene
0305f2bafd Adding long date to the long format listings for ProDOS. This is similar
to CAT versus CATALOG, and should really have been that format in the
first place. #42
2020-11-17 23:16:20 -06:00
Rob Greene
f46e4edce0 Removing the "fancy" regex builder for OS X as well. #46 2020-11-16 12:21:03 -06:00
Rob Greene
8c7bfb1ad4 Making local cache of SWT libraries; bumping to SWT 4.17 for everything
but the Raspberry Pi. Seems to resolve the NPE! #49.
2020-11-16 07:57:35 -06:00
Rob Greene
237e518d31 Restructured CPM a little bit to enable deletes. #41 2020-10-07 21:03:48 -05:00
Rob Greene
a281a50640 Setting pre-1.7.0 version. 2020-10-07 21:03:15 -05:00
Rob Greene
85763a3dcc Changing the error routine to exit with a 1 and to not display help as
it seems to hide the error message.  #44
2020-10-07 19:46:53 -05:00
Rob Greene
3cf8c4a9b5 Adding ability to compile for Raspberry Pi. #45 2020-10-07 16:13:13 -05:00
Rob Greene
33492f949f Applying patch per #40 2020-01-30 18:16:16 -06:00
Rob Greene
17f15daa92 Updating developer notes to include info on building for Java 5. 2020-01-20 16:18:37 -06:00
Rob Greene
92fe612991 bumping to new minor release due to one new feature added 2020-01-20 14:52:49 -06:00
Rob Greene
75b5396940 adding -v option; otherwise run in quiet mode #29 2020-01-20 14:49:35 -06:00
Rob Greene
c6bb6c68f6 adding retrolamba based on script supplied by gungwald #29 2020-01-20 14:39:38 -06:00
Rob Greene
9e7019e245 bumping bastools version #36 2020-01-20 14:18:53 -06:00
Rob Greene
253ad08520 using new constructor mechanism #36 2020-01-20 14:18:28 -06:00
Rob Greene
9151c49983 updating to use #36 2020-01-20 14:15:43 -06:00
Rob Greene
78d72989e4 bumping copyright date #36 2020-01-20 14:14:30 -06:00
A2 Geek
26812111dc
Merge pull request #38 from david-schmidt/patch-1
Apple /// Business BASIC INSTR is not INSTR$
2019-10-28 21:02:06 -05:00
David Schmidt
aa13824994
Apple /// Business BASIC INSTR is not INSTR$ 2019-10-28 09:31:02 -04:00
Rob Greene
2699b3cea6 Went through and did a pass on spell checking. #36 2019-10-06 19:40:19 -05:00
Rob Greene
711df891a9 Reverting some of the changes as the interfaces bleed outside of the
implementation. #36
2019-10-06 15:44:08 -05:00
Rob Greene
8fa9f64b6c Revamping AppleImage creation a bit. #36. 2019-10-06 13:43:44 -05:00
Rob Greene
f1202a1c66 This should clean up all the TextBundle#format with array references.
#36
2019-10-06 13:17:46 -05:00
Rob Greene
d54b14f797 Both TextBundle changes and DirectoryEntry change. #36
This is a change to the API, so bumping minor version as well. 1.6.0!
2019-10-06 13:09:17 -05:00
Rob Greene
c82571df3c Unused code (for real this time!). #36 2019-10-06 13:07:24 -05:00
Rob Greene
f8eef28cf6 Unused code. #36 2019-10-06 13:05:10 -05:00
Rob Greene
668547ad25 Noticed new Gradle projects have a newer structure; making changes to
reflect this. #36
2019-10-06 13:03:43 -05:00
Rob Greene
3b31a9385d Detecting Windows and disabling case insensitive file filters as they
aren't supported (or needed!). #35
2019-10-05 15:26:11 -05:00
Rob Greene
3187d016af Setting default filter index. #35 2019-10-01 19:07:05 -05:00
Rob Greene
608b222426 Updating a bit per comments in #30. 2019-09-30 19:58:02 -05:00
Rob Greene
4a3b00d226 Bumping version. 2019-09-29 18:13:01 -05:00
Rob Greene
c26a8b0844 Adding a -ptx flag to load a text file with high bit cleared. #33 2019-09-29 18:11:41 -05:00
Rob Greene
aa3e8ae22f Updating Gradle version. #30 2019-09-29 15:50:38 -05:00
Rob Greene
4406c705aa Bumping version. 2018-11-24 00:36:04 -06:00
Rob Greene
39fc60fc8b Ensuring bastools gets added into resulting JAR files. 2018-11-24 00:35:56 -06:00
Rob Greene
26ff14e0ea Resolving issue for API change in bastools. 2018-11-24 00:35:34 -06:00
Rob Greene
c5ff4fb97d Adding '-pt' switch to import text with appropriate assumptions #27 2018-11-23 22:38:06 -06:00
Rob Greene
a0a0c1ce74 Removing some files that have either moved or no longer apply. 2018-11-21 21:56:44 -06:00
Rob Greene
4942f1fdbc Bumping version/packaging of bastools. 2018-11-21 21:51:07 -06:00
Rob Greene
b14b72476e Patching file extensions to include upper/lower case in filters. 2018-06-12 21:42:35 -05:00
Rob Greene
6915ada616 Moved tokenizer out to the bastokenizer project; GUI now recognizes and
utilizes an AppleSingle on import.
2018-06-08 22:18:41 -05:00
Rob Greene
6b1bdab366 Disabling SwtImage tests for Mac as they fail with 'Invalid thread access'. 2018-05-29 10:59:22 -05:00
Rob Greene
5a313bf9b8 Gradle tweak: fix for Oracle javadoc doclint strictness. 2018-05-29 10:58:23 -05:00
Rob Greene
061846dc96 Bumping applesingle version. 2018-05-28 22:40:39 -05:00
Rob Greene
7b65c2fc7b Switching to applesingle library. Closes #25. 2018-05-26 21:29:30 -05:00
Rob Greene
70c715bed9 Trying to remove signing dependencies when not signing. #24. 2018-05-09 21:57:24 -05:00