Scotthew
2a3cb779cb
Moved DynoChartPanel.java to the com.romraider.logger.ecu.ui.tab.dyno package.
...
Formatted ECUEditorMenuBar.java.
2012-06-22 12:06:02 -07:00
Scotthew
0d7c00b6b8
- Added ability to change the clipboard format. Options are Default, Airboys, and Custom. Custom formats are specified in the settings.xml.
...
- Restructured the settings panel to use tabs.
- Formatted Files. We should probably agree on some formatting standards and/or eclipse settings.
2012-06-22 12:06:01 -07:00
Scotthew
a7508828f9
- Added ability to open multiple images
...
- Added ability to save as repository. This basically dumps the tables into a file structure represented by the categories and saves the tables as a text file. I use this for tracking changes made to my ROMs using revision control.
2012-06-22 12:04:40 -07:00
Scotthew
f2cf7f587f
Fixed bug where typing a '-' does not focus on the absolute value text box. This is necessary when inserting values into tables that contain negative values.
...
- now when focusing on the table and typing a '-' focus will switch to the absolute value box and the - will be inserted into that box.
2012-06-22 12:04:37 -07:00
Scotthew
9b3f92b7a4
Added the ability to compare all tables in two ROM images.
...
Usage:
- Open one or more ROM images (The same image can be compared to itself. Will not do much but show "Images are equal.").
- Select edit->Compare Images...
- Select the two images to compare and click the compare button.
- Results are displayed in the results pane.
2012-06-22 12:04:36 -07:00
Dale Schultz
661a21a0e1
New plug-in for the AEM X-Wifi Controller. Additional updates:
...
- Corrected serial connection close() call in all serial plug-ins as exceptions were being thrown
- Changed QueryManager logic to try and deal with duplicate log entries caused by high speed logging, it may still need some work.
2012-06-04 01:03:16 -04:00
Dale Schultz
4fc35be8cc
Testing code for ECU communications using ISO14230 protocol
2012-06-02 11:14:11 -04:00
Dale Schultz
2ddd035829
Updated RomRaider building instructions for use with GitHub
2012-05-18 16:20:30 -04:00
Dale Schultz
45af3acc1b
Remove native DLL, companion to previously removed regirsty.jar
2012-05-18 15:56:55 -04:00
Dale Schultz
5c855bb385
J2534 updates to support searching all available devices and if none found default to serial. J2534 settings are stored and loaded through the settings file.
2012-05-18 00:16:33 -04:00
Dale Schultz
1cd3788486
Removed out dated ECU and Logger definitions. Get the latest from the
...
RomRaider forum.
2012-05-14 23:49:12 -04:00
Dale Schultz
0469010046
More J2534 updates and a few extra LOGGER.debug statements to assist.
2012-05-11 17:47:50 -04:00
Dale Schultz
6fe30d2c22
Created a new J2534DllLocator class based on JNA and removed third-party
...
registry Jar
2012-05-10 00:33:48 -04:00
Dale Schultz
c44fd356a8
Made new JNA and Platform library paths relative to the project.
2012-05-08 18:08:06 -04:00
Dale Schultz
f42670241f
J2534 API updated to remove dependency on J/Invoke
...
J2534 API refactored to use JNA 3.4.0
TXS plugin refactored by nitros@romraider.forum
Removed OpenPort 2.0 specific package (op20) as it is now supported in
the J2534 API
Including com4j-x86.dll to ensure it is present in the install directory
to avoid write permission issues on Win7
Commented out call to macro_svn_revision in build.xml for the time
being, buildnumber will default to 0
2012-05-07 15:08:04 -04:00
Fred Cooke
1763ac9ddc
Add a basic markdown formatted readme to display on github repo page.
2012-05-01 19:33:45 +02:00
Fred Cooke
014e0f70c2
Update permissions to be correct for dist build.
2012-05-01 19:33:30 +02:00
Fred Cooke
fbc89cd0ef
Add git ignore. Tweak build.xml to temporarily run git with describe --always instead of svn. Add two minor fixes to run.sh.
2012-05-01 19:00:28 +02:00
Dale Schultz
a632b818ec
Changed LM-2 MTS plugin from event based data reads to fixed interval data reads.
...
Update Copyright dates on all source files.
Fixed Test App's ability to walk through addresses and cross the f7fff f8000 boundry correctly.
git-svn-id: https://svn2.assembla.com/svn/romraider/trunk@371 38686702-15cf-42e4-a595-3071df8bf5ea
2012-03-24 21:00:33 +00:00
Dale Schultz
30d40ca6d5
Added date to release notes for release 0.5.1 RC1
...
git-svn-id: https://svn2.assembla.com/svn/romraider/trunk@370 38686702-15cf-42e4-a595-3071df8bf5ea
2011-10-28 20:57:37 +00:00
Dale Schultz
b29bbc5c8a
Fixed case of .RomRaider directory in Linux run.sh
...
git-svn-id: https://svn2.assembla.com/svn/romraider/trunk@369 38686702-15cf-42e4-a595-3071df8bf5ea
2011-10-28 16:37:36 +00:00
Dale Schultz
72da36f9fa
Changed Logging to File icon to a red square (with pencil).
...
Fixed up notifications as certain conditions would provide incorrect feedback (Logging to file when not connected...)
git-svn-id: https://svn2.assembla.com/svn/romraider/trunk@368 38686702-15cf-42e4-a595-3071df8bf5ea
2011-10-28 16:33:42 +00:00
Dale Schultz
ed3a7be42a
Added support to reset the TCU. The reset target is selected via the action bar Checkbox items ECU or TCU just like logging.
...
Added post-install scripts to move existing settings and profile backup to the new user directory.
git-svn-id: https://svn2.assembla.com/svn/romraider/trunk@367 38686702-15cf-42e4-a595-3071df8bf5ea
2011-10-28 04:36:30 +00:00
Dale Schultz
de9210e688
Displose of MTS connector properly in all cases.
...
git-svn-id: https://svn2.assembla.com/svn/romraider/trunk@366 38686702-15cf-42e4-a595-3071df8bf5ea
2011-10-24 03:45:40 +00:00
Dale Schultz
f6f2fc3883
Fixed up log4j.properties so it saves the rr_system.log in the /{user.home}/.RomRaider/ directory.
...
git-svn-id: https://svn2.assembla.com/svn/romraider/trunk@365 38686702-15cf-42e4-a595-3071df8bf5ea
2011-10-21 03:26:39 +00:00
Dale Schultz
d915ec4c66
Moved settings.xml & profile_backup.xml to the /.RomRaider/ directory under the users home directory.
...
git-svn-id: https://svn2.assembla.com/svn/romraider/trunk@364 38686702-15cf-42e4-a595-3071df8bf5ea
2011-10-19 03:26:50 +00:00
Dale Schultz
3007ee63dc
Minor changes to startup status window and MTS port selection dialog.
...
git-svn-id: https://svn2.assembla.com/svn/romraider/trunk@363 38686702-15cf-42e4-a595-3071df8bf5ea
2011-10-18 03:40:40 +00:00
Dale Schultz
4c7e7ca553
Made a couple changes to accomodate Linux
...
git-svn-id: https://svn2.assembla.com/svn/romraider/trunk@362 38686702-15cf-42e4-a595-3071df8bf5ea
2011-10-14 02:56:19 +00:00
Dale Schultz
1b6bf5f02f
Added a Checksum recalculation option when saving ROM images that have a bad Checksum
...
(re: Diesel ROMs seem to have an invalid fifth Checksum)
git-svn-id: https://svn2.assembla.com/svn/romraider/trunk@361 38686702-15cf-42e4-a595-3071df8bf5ea
2011-10-13 03:13:26 +00:00
Dale Schultz
455fa71d6f
Update release notes
...
git-svn-id: https://svn2.assembla.com/svn/romraider/trunk@360 38686702-15cf-42e4-a595-3071df8bf5ea
2011-10-07 13:53:41 +00:00
Dale Schultz
35e4629243
Fixed up Logger launch progressbar.
...
Changed ketstroke for Log to file from F1 to Spacebar.
git-svn-id: https://svn2.assembla.com/svn/romraider/trunk@359 38686702-15cf-42e4-a595-3071df8bf5ea
2011-10-07 13:51:22 +00:00
Dale Schultz
540e93d8e6
Added colour to "Log to File" button. Red when recording and green when not.
...
Added colour to "Un-select ALL" button. Yellow so it stands out.
git-svn-id: https://svn2.assembla.com/svn/romraider/trunk@358 38686702-15cf-42e4-a595-3071df8bf5ea
2011-10-06 21:05:22 +00:00
Dale Schultz
48ec4df524
Added a startup status progress bar to the Logger.
...
git-svn-id: https://svn2.assembla.com/svn/romraider/trunk@357 38686702-15cf-42e4-a595-3071df8bf5ea
2011-10-05 22:05:47 +00:00
Dale Schultz
db5be77439
Moved COM port Auto Refresh to Settings menu to free up more control bar space.
...
git-svn-id: https://svn2.assembla.com/svn/romraider/trunk@356 38686702-15cf-42e4-a595-3071df8bf5ea
2011-10-05 03:31:57 +00:00
Dale Schultz
e6938d8c02
Tweaked the MTS plug-in a bit more. It seems to not unload cleanly if there is no MTS stream to read.
...
Added a Debugging Level selection to the Help menu. No more fiddling with the log4j.properties file to get detailed logs.
git-svn-id: https://svn2.assembla.com/svn/romraider/trunk@355 38686702-15cf-42e4-a595-3071df8bf5ea
2011-10-04 21:42:12 +00:00
Dale Schultz
1a7807c4d8
Fixed a couple minor items.
...
git-svn-id: https://svn2.assembla.com/svn/romraider/trunk@354 38686702-15cf-42e4-a595-3071df8bf5ea
2011-10-04 03:28:51 +00:00
Dale Schultz
d28f38d53d
Updates to External converters MinMax gauges. Added Fast poll selection status to query rate status indicator (lower right status bar).
...
git-svn-id: https://svn2.assembla.com/svn/romraider/trunk@353 38686702-15cf-42e4-a595-3071df8bf5ea
2011-10-03 20:42:46 +00:00
Dale Schultz
0ee6bc1031
Minor corrections after some real ECU testing. I think the MTS DLL is crashing Java on RomRaider exit. May have to switch back to non-event driven query handling.
...
git-svn-id: https://svn2.assembla.com/svn/romraider/trunk@352 38686702-15cf-42e4-a595-3071df8bf5ea
2011-10-03 03:18:23 +00:00
Dale Schultz
75d1a7afa3
Moved the Fast Poll checkbox to a selection item in the Settings menu, selected by default.
...
git-svn-id: https://svn2.assembla.com/svn/romraider/trunk@351 38686702-15cf-42e4-a595-3071df8bf5ea
2011-09-30 03:27:36 +00:00
Dale Schultz
ea40138a02
Added an Un-select all selected parameters button to the Logger.
...
git-svn-id: https://svn2.assembla.com/svn/romraider/trunk@350 38686702-15cf-42e4-a595-3071df8bf5ea
2011-09-29 19:59:13 +00:00
Dale Schultz
d8fd3fc576
Minor refactoring in MTS Sensor plug-in.
...
Fixed TableFrame title bar for Mac OS so it is visible.
git-svn-id: https://svn2.assembla.com/svn/romraider/trunk@349 38686702-15cf-42e4-a595-3071df8bf5ea
2011-09-29 03:28:02 +00:00
Dale Schultz
5411569d9c
LM-2 MTS refactoring, almost complete and is in a working state. Also added GaugeMinMax to External sensors but the values chossen may not be optimal.
...
Bumping up to 0.5.4Beta due to the extent of the changes to the logger.
COM4J upgrade to version released 20110322.
git-svn-id: https://svn2.assembla.com/svn/romraider/trunk@348 38686702-15cf-42e4-a595-3071df8bf5ea
2011-09-28 21:34:55 +00:00
Dale Schultz
35a860ad08
LM-2 MTS refactoring. Now plugin loads sensor inputs dynamically. This should be functional enough to test MTS service.
...
git-svn-id: https://svn2.assembla.com/svn/romraider/trunk@347 38686702-15cf-42e4-a595-3071df8bf5ea
2011-09-28 04:50:42 +00:00
Dale Schultz
f776849834
LM-2 MTS plug-in updates, plug-in may still be broken in this check-in.
...
git-svn-id: https://svn2.assembla.com/svn/romraider/trunk@346 38686702-15cf-42e4-a595-3071df8bf5ea
2011-09-27 21:58:01 +00:00
Dale Schultz
58106e629a
LM-2 MTS refactoring, plug-in may be broken in this check-in.
...
git-svn-id: https://svn2.assembla.com/svn/romraider/trunk@345 38686702-15cf-42e4-a595-3071df8bf5ea
2011-09-27 04:39:46 +00:00
Dale Schultz
9eddc34ae1
External convertors complete with profile save and reload.
...
git-svn-id: https://svn2.assembla.com/svn/romraider/trunk@344 38686702-15cf-42e4-a595-3071df8bf5ea
2011-09-26 20:35:32 +00:00
Dale Schultz
17eb5ebd2c
External covertors almost complete.
...
git-svn-id: https://svn2.assembla.com/svn/romraider/trunk@343 38686702-15cf-42e4-a595-3071df8bf5ea
2011-09-26 04:09:48 +00:00
Dale Schultz
0a45682dff
External sensor convertors 80% implemented.
...
git-svn-id: https://svn2.assembla.com/svn/romraider/trunk@342 38686702-15cf-42e4-a595-3071df8bf5ea
2011-09-23 20:35:10 +00:00
Dale Schultz
20c70683ab
More External convertor updates.
...
git-svn-id: https://svn2.assembla.com/svn/romraider/trunk@341 38686702-15cf-42e4-a595-3071df8bf5ea
2011-09-23 03:46:00 +00:00
Dale Schultz
0d5229ac91
More Externals convertor updates.
...
git-svn-id: https://svn2.assembla.com/svn/romraider/trunk@340 38686702-15cf-42e4-a595-3071df8bf5ea
2011-09-22 20:31:24 +00:00