Commit Graph

946 Commits

Author SHA1 Message Date
Robert Greene
a51fda792f Preparing for internationalization as well as responding to the tighter
Eclipse 3.0 code checks. As these are tests, the internationalization
piece basically was adding a comment to get rid of warnings.
2004-07-11 15:11:32 +00:00
Robert Greene
3b926360ef Made TestConfig to support different desktops instead of hard-coding
paths.
2004-07-11 15:10:27 +00:00
Robert Greene
289199fa3d Made TextBundle a general utility class. 2004-07-11 15:09:13 +00:00
Robert Greene
8be53ca2b5 Moved S-Leak to test package. 2004-07-11 15:08:23 +00:00
Robert Greene
c4cd2c699b Made TextBundle a general utility class and changed to the
UI-specific UiBundle.
2004-07-11 15:08:10 +00:00
Robert Greene
591924ce53 Preparing for internationalization as well as responding to the tighter
Eclipse 3.0 code checks.
2004-07-11 15:07:56 +00:00
Robert Greene
9629944ab8 Storage (aka domain) text. 2004-07-11 15:06:41 +00:00
Robert Greene
7d0561aa6a Internationalized the compiler. 2004-07-11 15:05:29 +00:00
Robert Greene
5ef7c06fff Eclipse keeps trying to stick this in, so I'll let it. 2004-07-11 15:04:51 +00:00
Robert Greene
d8b3724eef Preparing for internationalization as well as responding to the tighter
Eclipse 3.0 code checks.
2004-07-05 00:24:42 +00:00
Robert Greene
72cb1f2983 Preparing for internationalization as well as responding to the tighter
Eclipse 3.0 code checks.
2004-07-04 23:13:21 +00:00
Robert Greene
b1017674b2 Internationalized the Wizard class, Compare Disks Wizard, and Compile
File Wizard.
2004-07-04 23:13:09 +00:00
Robert Greene
18b0d5f13e Updated to reflect my following of Eclipse 3.0 hints and suggestions. 2004-07-04 22:05:49 +00:00
Robert Greene
5e1382be25 Ignoring TestImage.* files (from image tests). 2004-07-04 22:04:45 +00:00
Robert Greene
03b34ef138 Preparing for internationalization as well as responding to the tighter
Eclipse 3.0 code checks. The i18n may be misplaced as this is test
code...
2004-07-04 22:04:20 +00:00
Robert Greene
d0da779cbe Preparing for internationalization as well as responding to the tighter
Eclipse 3.0 code checks. Added RLE and ICO test. The i18n may be
misplaced as this is test code...
2004-07-04 22:03:55 +00:00
Robert Greene
3eb7adc2a8 getFileExtensions is now a static member - updated code to reflect this. 2004-07-04 22:02:16 +00:00
Robert Greene
4bf1a965d5 Internationalized the Disk Image Wizard. 2004-07-04 22:01:11 +00:00
Robert Greene
b4fa286dab Preparing for internationalization as well as responding to the tighter
Eclipse 3.0 code checks. This also includes an update that allows
BMP, RLE, JPEG, and ICO image types to be written. Probably SWT 3.0
only...
2004-07-04 22:00:43 +00:00
Robert Greene
991316badf Preparing for internationalization as well as responding to the tighter
Eclipse 3.0 code checks.
2004-07-04 21:58:01 +00:00
Robert Greene
7503a1ce86 Fixed usage of static member. 2004-07-04 04:36:11 +00:00
Robert Greene
5b50976f0d Fixed a potential NullPointerException. 2004-07-04 04:35:46 +00:00
Robert Greene
6c80a79824 Preparing for internationalization as well as responding to the tighter
Eclipse 3.0 code checks.
2004-07-04 04:20:43 +00:00
Robert Greene
1abe035cf0 Changed isCodecAvailable to be a static method (as it should have
been).
2004-07-04 04:20:18 +00:00
Robert Greene
513571a919 Updated notes. 2004-07-04 03:41:10 +00:00
Robert Greene
8e021c0446 *** empty log message *** 2004-07-04 03:38:20 +00:00
Robert Greene
d41ab179d2 Preparing for internationalization as well as responding to the tighter
Eclipse 3.0 code checks and the start of sharing dialogs across the
application.
2004-07-04 03:37:53 +00:00
Robert Greene
ad51365d17 Preparing for internationalization as well as responding to the tighter
Eclipse 3.0 code checks.
2004-07-04 03:34:35 +00:00
Robert Greene
e016b966b5 Updated TODO. 2004-06-23 03:48:09 +00:00
Robert Greene
3f1fa1cfb2 Updated to support raw file filter import and fixed a raw file export bug. 2004-06-23 03:47:12 +00:00
Robert Greene
8519134bb1 Added raw file import checkbox. 2004-06-23 03:46:10 +00:00
Robert Greene
f47c2c8ffd Added raw file import indicator. 2004-06-23 03:45:27 +00:00
Robert Greene
7de4fc40e5 Implemented setFileData. 2004-06-23 03:44:47 +00:00
Robert Greene
e9f68ff220 Implemented setFileData. 2004-06-23 03:39:40 +00:00
Robert Greene
0e8e1cff03 Fixed DosFileEntry with respect to ordering of setAddress, so moved
it back to original positioning.
2004-06-22 22:20:01 +00:00
Robert Greene
b3176b8e08 Changed logic around the file address (binary) to make the API
not require a specific order.
2004-06-22 22:18:57 +00:00
Robert Greene
ec560edc1e Updated TODO. 2004-06-22 03:09:38 +00:00
Robert Greene
2771ce9b71 Hex conversion now ignores case. 2004-06-22 03:09:01 +00:00
Robert Greene
753a8ecbf6 Fixed import - need to save the file before setting the address.
This is a specific requirement of how DOS stores addresses.
2004-06-22 03:08:14 +00:00
Robert Greene
8d45503f9a Implemented setAddress. 2004-06-22 03:07:13 +00:00
Robert Greene
7cf6528f3e Common stream-related utilities. 2004-06-20 17:02:23 +00:00
Robert Greene
733ce4f7d2 Changed to use StreamUtil. 2004-06-20 17:02:00 +00:00
Robert Greene
7ceec26d59 Changed disk recognition routines to also check disk size (fixed UniDOS
issues). Extracted some common routines.
2004-06-20 17:01:20 +00:00
Robert Greene
dcd0480c8d Changed threshold at which a graphics image is recognized. 2004-06-20 16:59:24 +00:00
Robert Greene
47c073914e Updated TODO. 2004-06-20 16:58:45 +00:00
Robert Greene
72356eee4e Changed to use a different GCC/GCJ build which has SWT already
compiled and setup.  (The link is in the build notes.)
2004-06-20 16:58:11 +00:00
Robert Greene
83e6f89276 Added dispose to cleanup resource leaks. 2004-06-19 21:17:18 +00:00
Robert Greene
c9a15b0261 Sleak now works. 2004-06-19 21:14:21 +00:00
Robert Greene
d83d8dfbd8 Made duplicate parts reuse code; changed launch to accept a Display
(which, in turn, makes Sleak work).
2004-06-19 21:13:38 +00:00
Robert Greene
02b61f7321 Set VERSION to be 1.3.4pre. 2004-06-19 21:12:47 +00:00