source: tmcsimulator-scriptbuilder/trunk/src/scriptbuilder/gui @ 175

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @172   6 years sdanthin IncidentTimelinePanel?.java changed time addition/removal message
(edit) @163   6 years sdanthin ScriptBuilderFrame?.java wrote out some comments of what I thought a color …
(edit) @160   6 years sdanthin IncidentEditorFrame?.java removed Audio button from GUI and removed …
(edit) @158   6 years jdalbey ScriptBuilderFrame?.java added new helper method loadCHPunits(). …
(edit) @157   6 years sdanthin ScriptBuilderFrame?.java updated units_template.xml location accordingly
(edit) @155   6 years sdanthin units.xml moved to Incidents folder
(edit) @151   6 years sdanthin ScriptBuilderFrame?.form changed units menu title
(edit) @150   6 years sdanthin IncidentTimelinePanel?.java added right-click menu popup functionality to …
(edit) @146   6 years jdalbey Remove reference to JUnit 3 from TimelineTickPanel?.java, remove junit 3.8 …
(edit) @145   6 years sdanthin Move from Git to Svn (LARGE COMMIT)
(edit) @144   7 years jdalbey multi-file commit: Add color attribute, Add ScriptOverviewWindow?
(edit) @139   8 years bmcguffin Incident properties frame now displays color hex code of currently …
(edit) @137   9 years bmcguffin Commented out my previous attempts at finding the incident directory.
(edit) @136   9 years jdalbey IncidentPalleteFrame?: Hard code name of incident directory to …
(edit) @135   9 years jdalbey IncidentEditorFrame?: Change "15:00" to "15" in order to fit in panel on …
(edit) @134   9 years bmcguffin The event-add dropdown menus in the event editor window now function …
(edit) @133   9 years jdalbey IncidentTImelinePanel.java: Added mousereleased event handler for …
(edit) @132   9 years bmcguffin Name of current working file is now visible in the title bar of the main …
(edit) @130   9 years bmcguffin Changed implementation of save function for event editor panels. Instead …
(edit) @129   9 years bmcguffin Added link to quickstart page on TMC wiki.
(edit) @128   9 years bmcguffin Created stubs for un-implemented features. These features now present a …
(edit) @127   9 years bmcguffin Location of incidents folder now settable in application.properties file. …
(edit) @124   9 years jdalbey IncidentEditorFrame?.java: Make text fields in "Incident Information" panel …
(edit) @123   9 years bmcguffin Fixed a bug in saveIncidentActionPerformed() which caused a null pointer …
(edit) @122   9 years bmcguffin Added message panel warning user, if the first event placed in an incident …
(edit) @121   9 years bmcguffin Removed select button. Added ability to deselect event buttons by clicking …
(edit) @118   9 years bmcguffin Added a pair of radio buttons under the +15 button on IncidentEditorFrame?
(edit) @117   9 years bmcguffin Redesigned the method by which the first event in an event is added to …
(edit) @115   9 years bmcguffin Fixed a bug that prevented more time from being added to the end of the …
(edit) @114   9 years bmcguffin Set visibility of +15:00 button in ScriptBuilderFrame? to false. This …
(edit) @113   9 years bmcguffin Added constructor to IncidentTimelinePanel? with a boolean parameter to …
(edit) @112   9 years bmcguffin Changed newIncidentActionPerformed() method to find the lowest new …
(edit) @111   9 years bmcguffin Annotated these files. Fixed a bug that caused newly created incidents to …
(edit) @110   9 years bmcguffin Annotated this file. Refactored various swing objects to have …
(edit) @109   9 years bmcguffin Annotated this file. Refactored various swing objects to have …
(edit) @108   9 years bmcguffin Removed JSpinner "addIncidentLength" in JFrame "incidentFrame". Replaced …
(edit) @107   9 years bmcguffin Fixed a bug where deleting the first timeslice of an incident would not …
(edit) @106   9 years bmcguffin Fixed a bug which prevented the length of an incident from being properly …
(edit) @105   9 years jdalbey ScriptBuilderFrame?: removed Edit Incident and Incident Details from the …
(edit) @104   9 years jdalbey IncidentEditor?: Changed text in title bar from "Script Builder" to …
(edit) @103   9 years bmcguffin Individual incident editor window now shows the relevant incident as …
(edit) @101   9 years bmcguffin Added text field, txtEventStart, to bottom of event editor screen. This …
(edit) @100   9 years bmcguffin Added statements to disable zoom slider, zoom icons, and add time button …
(edit) @99   9 years bmcguffin Added statements to disable zoom slider, zoom icons, and add time button …
(edit) @98   9 years bmcguffin Added "Add 15 minutes" button, btnAddTime, to both Script Builder and …
(edit) @96   9 years bmcguffin Removed "Delete" option from popup context menu. Incidents can still be …
(edit) @95   9 years bmcguffin When the "new incident" properties screen is closed, the relevant incident …
(edit) @93   9 years bmcguffin Moved classes which represent elements of the main event editor frame to …
(edit) @91   9 years bmcguffin Added functionality for popup menu options: "Events", "Properties", …
(edit) @90   9 years bmcguffin Removed the call to Editor.java from mouseClicked() when the parent window …
(edit) @89   9 years bmcguffin Added dropdown menu item to ScriptBuilderFrame?: "Delete Incident". When …
(edit) @88   9 years jdalbey IncidentTimelinePanel?.java: Added right-click context menu ("popup") with …
(edit) @87   9 years bmcguffin Fixed a bug in which editing an incident in the incident details screen, …
(edit) @86   9 years jdalbey Add new file OverviewWinSpike?.java to experiment with Overview Window …
(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) @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) @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) @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) @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) @49   9 years bmcguffin Updated menu dropdowns; added functionality for Save, Save As, and Open …
(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) @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) @23   9 years bmcguffin
(edit) @18   9 years bmcguffin Resolved issue where a new event failed to be added to the incident when …
(edit) @15   9 years jdalbey Add Jar files for Junit 3.8.2 and Mockito 1.10.19. Update project …
(edit) @11   9 years jdalbey ScriptBuilderFrame?.java: Add comments for About handler, change file …
(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/scriptbuilder/gui:
(add) @1   9 years bmcguffin 2017/07/18: Uploaded entire prototype to SVN repo.
Note: See TracRevisionLog for help on using the revision log.