source: tmcsimulator-scriptbuilder/trunk/src @ 85

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @85   9 years jdalbey ScriptBuilderFrame? - added explanatory comments in …
(edit) @84   9 years jdalbey RangeSlider?: Fix defect that was allowing slider thumb to be dragged too …
(edit) @83   9 years bmcguffin Fixed a bug in which adding a new incident didn't increment the counter …
(edit) @82   9 years bmcguffin Fixed a bug that prevented the script builder frame from updating when the …
(edit) @81   9 years bmcguffin Renamed ScriptBuilderTimelinePanel? to IncidentTimelinePanel?. Renamed …
(edit) @80   9 years bmcguffin Renamed allSlices() method to arrangeAllSlices().
(edit) @79   9 years bmcguffin Renamed ScriptBuilderTimelinePanel? to IncidentTimelinePanel?. Renamed …
(edit) @78   9 years bmcguffin Changed algorithm that calculated minimum possible zoom.
(edit) @77   9 years jdalbey ScriptBuilderTimelinePanel?.java: change title bar text, adjust logic …
(edit) @76   9 years bmcguffin Added javadoc for several files.
(edit) @75   9 years jdalbey ScriptBuilderTimelinePanel?.java: Add local main to display this panel …
(edit) @74   9 years jdalbey TimelineTickPanel?.java: Added a local main to display just this panel (as …
(edit) @73   9 years bmcguffin Updated details in incident editor window allowing editor to more …
(edit) @72   9 years bmcguffin Added utility method to determine whether the event is an evaluation …
(edit) @71   9 years bmcguffin Updated tooltip text call to get proper text in incident editor window.
(edit) @70   9 years bmcguffin Removed some redundant, never-used classes.
(edit) @69   9 years bmcguffin Updated palette to describe number of incidents currently in script as …
(edit) @67   9 years jdalbey TimeSlice?.java: improved implementation. TimeSliceTest?.java added a test.
(edit) @65   9 years bmcguffin Moved the "add incident" statement set into its own publicly accessible …
(edit) @64   9 years bmcguffin Created the repeatable panel for the Incident Palette. The primary …
(edit) @63   9 years bmcguffin Created Incident Selection Palette window. Incident files in a given …
(edit) @62   9 years bmcguffin Added functionality to "load incident" dropdown item.
(edit) @61   9 years bmcguffin Made a few cosmetic changes to the code. Added a statement in the update …
(edit) @60   9 years bmcguffin Filled out test cases for SimulationScript?.
(edit) @59   9 years bmcguffin Created new method incidentCount() for testing purposes. Added call to …
(edit) @58   9 years bmcguffin Updated setOffset() method to actually shift timeslices. Changed scope of …
(edit) @57   9 years bmcguffin Added test cases for TimeSlice? class. Added a reference file containing a …
(edit) @56   9 years bmcguffin Added test files and began filling them out. Added an integration test for …
(edit) @55   9 years bmcguffin Removed most of the panels and buttons from the Script Builder frame. Left …
(edit) @54   9 years bmcguffin Duplicated main ScriptBuilder? window. The new window will become the …
(edit) @53   9 years bmcguffin Duplicated main ScriptBuilder? window. The new window will become the …
(edit) @52   9 years bmcguffin Duplicated main ScriptBuilder? window. The new window will become the …
(edit) @51   9 years bmcguffin Added functionality to File>New Script menu option.
(edit) @50   9 years bmcguffin Added action listeners and functionality to all editor windows. Changes …
(edit) @49   9 years bmcguffin Updated menu dropdowns; added functionality for Save, Save As, and Open …
(edit) @48   9 years bmcguffin Added guards to protect against null pointer errors when dealing with CAD …
(edit) @47   9 years bmcguffin Updated toXML behaviors for several classes to bring final adjustments in …
(edit) @46   9 years bmcguffin Added file: XMLWriter, in package Scriptbuilder.structures. It holds …
(edit) @45   9 years bmcguffin Changed storage structure for units from a TreeMap? to an ArrayList?. Also …
(edit) @44   9 years bmcguffin Filled out toXML method of LocationInfo? object.
(edit) @43   9 years bmcguffin Filled out toXML method of CadData? object.
(edit) @42   9 years bmcguffin Fixed a bug which caused null evaluation events to be improperly …
(edit) @41   9 years bmcguffin Added parsing support for CAD data elements.
(edit) @40   9 years bmcguffin Added handling methods for injecting CAD data into timeslices.
(edit) @39   9 years bmcguffin Added new data structures to hold CAD data for each TimeSlice?.
(edit) @38   9 years bmcguffin Removed the newLine at the end of each openTag method.
(edit) @37   9 years bmcguffin Updated XML methods to more accurately export data.
(edit) @36   9 years bmcguffin Added toXML implementation for all remaining event classes.
(edit) @35   9 years bmcguffin Added toXML implementation for Audio, CAD detail, Unit, Paramics, …
(edit) @34   9 years bmcguffin Added functionality to "Save Incident" menu dropdown button. Program now …
(edit) @33   9 years bmcguffin Added functionality to "Export to XML" menu dropdown button. Program now …
(edit) @32   9 years bmcguffin Added a constant representing the maximum simulation length in seconds. …
(edit) @31   9 years bmcguffin Fixed bug in which event icons failed to be rendered past the end of an …
(edit) @30   9 years bmcguffin Made TimeSlice?, ScriptIncident?, and SimulationScript? all implement …
(edit) @29   9 years bmcguffin Added an interface to allow objects to return their held data in an …
(edit) @28   9 years bmcguffin Made Maintenance Radio events XML-compliant.
(edit) @27   9 years jdalbey RangeSliderUI.java: Hacked so only lower thumb is displayed and dragging …
(edit) @26   9 years jdalbey RangeSliderUI.java: Added popup menu (with stubs for actions)
(edit) @25   9 years jdalbey RangeSlider? added to drawers package.
(edit) @24   9 years bmcguffin
(edit) @23   9 years bmcguffin
(edit) @22   9 years bmcguffin Moved enum of XML elements to its own file.
(edit) @21   9 years bmcguffin Filled out toXML() method of TimeSlice? class; method now generates a …
(edit) @20   9 years bmcguffin Added new interface for objects which can be converted to DTD-compliant …
(edit) @19   9 years bmcguffin Moved enum of XML elements to its own file.
(edit) @18   9 years bmcguffin Resolved issue where a new event failed to be added to the incident when …
(edit) @16   9 years jdalbey project.properties updated so as to not show "Project Problems need …
(edit) @15   9 years jdalbey Add Jar files for Junit 3.8.2 and Mockito 1.10.19. Update project …
(edit) @12   9 years bmcguffin Added a variable to track total number of events in the incident. Removed …
(edit) @11   9 years jdalbey ScriptBuilderFrame?.java: Add comments for About handler, change file …
(edit) @10   9 years jdalbey SelectingToggle?.java. Demo program added to 'old' package. Shows how to …
(edit) @9   9 years bmcguffin Decoupled ScriptIncident? from the observer-observable pattern. …
(edit) @8   9 years jdalbey ScriptBuilderFrame?.java updated to add svn revision number to About box. …
(edit) @7   9 years bmcguffin Renamed Interfaces in structures.events package from "*Interface" to …
(copy) @5   9 years jdalbey move project files to trunk
copied from src:
(add) @1   9 years bmcguffin 2017/07/18: Uploaded entire prototype to SVN repo.
Note: See TracRevisionLog for help on using the revision log.