Alex Lin
7ecfcad90a
Add batch files to start GUIs under Windows
...
Added a couple of batch files in the java GUI area so they can be used with
Windows. Made an addition in TrickApplication.java to add the .bat suffix
to script calls when using Windows.
Fixes #47
2015-04-29 15:01:45 -05:00
Derek Bankieris
203a1bd31d
Fixes #39 : Added logic to restore missing strip chart properties when loaded from a TV file.
2015-04-02 14:16:13 -05:00
Derek Bankieris
4c5839d437
Merge branch 'master' of https://github.com/nasa/Trick
2015-03-24 07:42:34 -05:00
Derek Bankieris
df6e86e7cb
Made VariableServerConnection autocloseable.
2015-03-24 07:42:07 -05:00
Alex Lin
14a75508a3
Cleaning up once include variables and copyright cleanup.
...
Changed all header file once include variables to follow the same naming
convention and not start with any underscores. Also deleted old
incorrect copyright notices. Also removed $Id: tags from all files.
Fixes #14 . Fixes #22 .
2015-03-23 16:03:14 -05:00
Derek Bankieris
795839dd56
Corrected VSBoolean's toString method to return a value that Python will recognize as a boolean.
2015-03-16 13:20:02 -05:00
Derek Bankieris
ab337c20a8
Made the no-argument constructors of the VS* suite of Java classes public.
2015-03-16 12:51:27 -05:00
Derek Bankieris
d41e7cb937
Genericized the VS* suite of classes, reducing redundancy.
...
Added a <state> element for variables in TV files.
Added a Trick 13 to Trick 15 TV file converter.
Updated .gitignore files.
fixes #21
2015-03-16 11:36:51 -05:00
Derek Bankieris
c7e5ab1139
Merge remote-tracking branch 'origin/master'
2015-03-10 16:05:34 -05:00
Derek Bankieris
71b6b25278
Switched to using jaxb.index instead of enumerating classes in the call to JAXBContent.newInstance.
...
Modified the makefile to copy jaxb.index files into the JAR.
Removed now-unnecessary annotations from TVBean.
Modified and exposed the save/open .tv file framework to subclasses so they can add additional information to .tv files.
fixes #12
2015-03-10 15:49:24 -05:00
Alex Lin
a1fea8a36f
Added code to trick_dp that will check if fxplot exists. If it does then it will
...
add a radio button for it. If it doesn't exist, it will not show up in the plot
menu.
2015-03-04 13:37:20 -06:00
Alex Lin
2fab93da66
Added rules in the makefile to include er7_utils and fermi-ware if they exist. If they don't exist then the code that depends on them will not be compiled.
...
Also added the java GUIs to the default build rule.
Finally I added a lot of .gitignore files to ignore generated files.
Fixes #5
2015-03-03 16:08:54 -06:00
Alex Lin
f0c594f841
Initial commit of everything.
2015-02-26 09:02:31 -06:00