Removing CVSROOT folder and moving EBLA folder contents up a level to
Testing commit following git conversion
initial checkin
initial checkin
Initial migration to SourgeForge.
Left over from Java 1.3.
Initial migration to SourceForge.
This commit was manufactured by cvs2svn to create tag 'ebla-0-5-0-alpha'.
Added the jEDISON alias module to allow checkout of jEDISON subset of EBLA.
Changed jEDISON alias to list files & directories to include rather than to exclude.
Removed -d option.
Removed include_code as part of DB restructuring.
Removed null constructor.
Added JAR files in a jars subdirectory for all non-EBLA classes.
Removed sample database connection file. No longer needed with updated DBConnector in utils.jar.
Added .bat files for compiling and running EBLA.
Removed DBConnector within com.greatmindsworking.EBLA. No longer needed with updated DBConnector in utils.jar.
Significant re-structuring of EBLA database splitting some of parameter_data into session_data and adding tables to allow for storage of results for multiple runs.
Compressed sample AVI files using Cinepak Codec by Radius at 80% with no audio.
Rewritten for use with new database structure (e.g. session_data & parameter_experience_data).
Rewritten for use with new database structure (e.g. parameter_experience_data).
Added for use with new database structure.
Added logic to display frames to EBLA GUI during rip if applicable.
Modified to accomidate the new database structure (e.g. parameter_experience_data).
Updated commandline execution instructions.
Significant rewrite to accomodate new database structure allowing for storage of multiple calculations sessions/runs.
Renaming compile_ebla.bat to wincompile.bat and run_ebla.bat to winrun.
Added preliminary version of new GUI for EBLA to SourceForge.
New EBLA compilation, JavaDoc generation, & execution scripts for Windows & Linux.
Started modifying readme file for use with GUI & other new features.
Started writing a user's manual in M$ Word 2000.
Added some discussion on availability of "demo" database along with skeleton for EBLA INTERFACE section.
Code cleanup & documentation.
Code cleanup & documentation.
Fixed forward/backslash issues for linux.
no message
Replacing old swingUtils.jar with new SwingSet JAR.
Updates GUI code to use new SwingSet toolkit and latest Java RowSet reference implementation.
Replaced swingSet.jar with swingSet.jar to reflect change to new SwingSet toolkit.
Fixed bug that was setting the color and spatial radii to the value supplied for the spatial radius. Added a factor to control speed (1.0) vs. quality (0.0) for the high speedup option (added for 4-14-2003 release of C++ EDISON).
Updated Java port to bring code in sync with 4-14-2003 release of original EDISON C++ code (had been based on 4-25-2002 version). The major changes are:
Updated copyright to 2002-2003.
Small JavaDoc fixes to get rid of warnings.
Removed sample segmented image.
Updated readme for 0.6.0 release based on 4-14-2003 C++ EDISON code.
Misc. code formatting changes.
Added default panel dimensions.
JavaDoc and code cleanup.
Widget border tweaks.
Started code cleanup/documentation.
Continued code cleanup.
Small JavaDoc fixes, added version to titlebar, and set application size to 800x600.
Added code to set TextField and TextArea focus when the mouse passes over the corresponding labels.
General clean up. Added JavaDoc and removed explicit coding of labels in favor of automatic labels via EBLAPanel.addRow().
Renamed Params.java to ParameterData.java
Renamed Session.java to SessionData.java
Misc fixes required for renaming of Params.java to ParameterData.java and Session.java to SessionData.java.
Removed unnecessary import statements.
General code cleanup and addition of JavaDoc. Reflected renaming of Session.java to SessionData.java.
Reflected renaming of Session.java to SessionData.java and removed unnecessary import statements.
Fixed typo on widget label.
General code cleanup and addition of JavaDoc.
Code cleanup & JavaDoc.
Finished JavaDoc and code cleanup.
Added close button.
Added "About" dialog box.
Modified for more detailed updating of EBLA Status Screen.
Added more details of EBLA processing and cleaned up layout.
Modified screens so that they are nullifed upon closing and a "fresh" screen is created if a screen is re-opened.
Added speed up factor for high speedup segmentation option in latest release of jEDISON.
Added speed up factor for high speedup segmentation option in latest release of jEDISON.
Removed old database synchronization code and unused fields.
Added listener to save current record if form loses focus.
Removed display video option - doesn't apply to GUI as frames are always displayed during rip.
Fixed various thread synchronization issues.
Added logic to set a default session description based on the parameter description and current date/time.
Added menu items to display a popup under "Reports" and the readme file under "Help"
Added seg_speed_up_factor to parameter_data table to reflect new field in jEDISON for the high speedup option.
Made intermediate images slightly larger and added a blank line following the first status JLabel.
Removed swingSet.jar to make way for SwingSet 0.6.0-beta.
Added more info on PostgreSQL install and how to obtain/install the various JAR files needed for EBLA.
Upgraded to SwingSet 0.6.0-beta.
Upgraded to SwingSet 0.6.0-beta JAR file.
Upgraded to PostgreSQL 7.3 JDBC driver with manifest dated 8-7-2003.
Changed to JMF 2-1-1e (cross-platform) dated 5-1-2003.
Insured that unused objects are set to null for garbage collection.
Added code to recommend garbage collection following ripping of frames and frame analysis.
Created a separate manual for development of the EBLA User's Manual.
Verified that primary key is displayed on each screen and is disabled.
Initial draft of EBLA User's Manual with screen shots.
Updated labels, changed fields for include_code and type_code to SSComboBoxes, and disabled Attribute Type and Attribute Calculation Class fields (not currently used).
Changed program execution instructions, reordered sections, added references to user's manual.
Disabled reduce color depth field.
Upgraded from Postgres 7.3 JDBC driver to 7.4.1 JDBC driver.
Fleshed out first few chapters of User's Manual.
Created more useful message to display when screen is closed.
Modified screens to use a single database connection.
Added content for a few more chapters.
Removed section on parameters & session settings (moved to user's manual).
Completed first draft of user's manual.