Releases: JeffersonLab/wedm
v1.2.0
Support for fetching images from remote servers (thanks Kay)
v1.1.1
v1.1.0
v1.0.5
Improved BarMeter handling
- recognize CALC expressions
- recognize border is optional and fixed width
- handle rendering of horizontal bar with value less than origin
- keep bar within bounds if value is greater than max setpoint
v1.0.4
Minor bugfix release:
Don't use colors.list noAlarmColor for alarm sensitive TextupdateClass, RegTextupdateClass, and TextentryClass. Instead use regular user specified foreground color in the event that the widget is alarm sensitive and no alarm is present. This differs from how activeXTextDspClass works, but we want to match how EDM works.
Also fixed a bug where enum labels from .SEVR field (usually "NO_ALARM") was inadvertently being inserted into a text field sometimes (race condition on which update came in first!).
v1.0.3
Improve support for text widgets
Notes:
- The RegTextupdateClass widget is the only widget I've encountered so far that has more than one set of object properties. This makes EDL parsing much more complicated. To make matters worse, the regExpr trait in the examples I've seen is always missing so the additional object properties have all been empty "in the wild". I have no idea what the Regular Expression is supposed to do so it currently doesn't do anything. The "support" for this widget is that parsing doesn't explode when it is encountered and the widget is drawn on the screen as if it was a regular TextupdateClass widget.
- The TextEntry widget is also minimally supported. It is parsed and drawn on the screen essentially as if it was an activeXTextDspClass. This is the first widget that I've encountered that appears to use default screen colors (motif shadow colors aren't specified in the widget properties).
- This release fixes TextupdateClass absence of support for scientific notation. This was due to there being essentially three ways to specific it depending on the widget - displayMode: "exp", displayMode: "engineering", or format: "exponential".
v1.0.2
v1.0.1
v1.0.0
Several months of use in production environment and now multiple deployments and dozens of users has shaken out enough bugs to warrant releasing as "1.0".
v0.23.0
Added support for optionally qualifying application context path with a prefix as to make it easy to deploy multiple instances on unique prefixes on different virtual machines. To use:
- Set environment variable CONTEXT_PREFIX=myprefix
- Rename wedm.war to myprefix#wedm.war and drop in Tomcat webapps directory