Commit graph

288 commits

Author SHA1 Message Date
Shay Carter
2018593ff6 Merge branch 'unidata_18.2.1' into unidata_18.2.1-windows
Bring over latest 18.2.1 branch changes
2022-03-21 15:39:33 -06:00
Shay Carter
dd2f8851f3 Slight modification to the Drawing Properties dialog for WWAs
- set the current values every time the dialog is opened.  This is to fix a bug when using the 'x' button to close, it was not populating the values properly
2022-03-21 15:14:35 -06:00
Shay Carter
0e86e04c87 Merge branch 'unidata_18.2.1' into unidata_18.2.1-windows
Bring over the latest unidata_18.2.1 branch changes
2022-03-17 14:18:47 -06:00
Shay Carter
7fa836b24c Small change for WWA functionality
SPS.xml
- enabled sampling for SPS

WWADrawingPropertiesAction
- modified isHidden() to only show for watches and warning resources, but not for CWASPSResources
2022-03-17 10:34:59 -06:00
Shay Carter
c5fbae1363 Update for WWA drawing and small update for Warngen
WarngenDialog
- changed the button layout at the bottom to have 2 columns instead of 3, so the buttons are centered now

AbstractWWAResource.java
- Add Default value variables for the outline, shape, text, and time displays for warnings, watches, and advisories
- Add display variables for outline, shape, text, and time displays for warnings, watches, and advisories and initialize them to the default values
- Add an instance of the new DrawingPropertiesDialog so it can be disposed of properly when needed
- modified the paintInternal method
	- set the inital drawing booleans to true
	- if the record is not null and has a sig, set the drawing booleans based on their specific display booleans
	- if the entry is not null, try to draw both the shape and the outline if their respective booleans and objects are not null
	- get both the outline style and outline width from the outline capability and use that to draw the outline
	- use the text and time booleans to set the textToPrint properly and only draw what is selected
- in disposeInternal() if the drawingDialog is not null, hide it and then set it to null so it's disposed of properly when a resource is unloaded
- add setters and getters for all the display booleans and the display dialog as well

WarningsResource.java
- in initShape() add a fill (shadedshape) and outline (wireframeshape) to every entry

WatchesResource.java
- in initShape() add a outline (wireframeshape) to every entry also (already added a fill)

WouWcnWatchesResource.java
- in initShape() add a outline (wireframeshape) to every entry also (already added a fill)

WWAResourceData.java
- added a method to get the resource name (this way you can get the name without the time text appended to the end, which is useful for setting a subtitle in the drawing dialog)

DrawingPropertiesDialog.java
- created a new CAVESWTDialog that is used in the resource menu for WWA resources
- this dialog contains options for outline, fill, text, and time displays for Warnings, Watches, and Advisories

WWADrawingPropertiesAction
- created a new resource menu action that creates and assigns a new DrawingPropertiesDialog to the associated wwa resource

plugin.xml
- added the WWADrawingPropertiesAction as an "extension" at the "contextualMenu" for the option to display for WWAResource resource menus
2022-03-16 14:39:50 -06:00
Tiffany Meyer
4974445d8d Updated splash.bmp and .gitignore 2022-03-08 11:00:07 -05:00
Tiffany Meyer
74a1de90b3 Added NationalBlend model to the volume browser sources
*NOTE: this is a CAVE side change
2022-02-11 15:38:03 -05:00
Shay Carter
cd784b0360 Merge branch 'unidata_18.2.1' into unidata_18.2.1-windows
Bring over recent changes from main branch
2021-12-28 08:43:10 -08:00
Shay Carter
63dfffecde Fix one more tooltip issue with procedures menu items 2021-12-28 08:36:38 -08:00
Shay Carter
f904709dd8 Merge branch 'unidata_18.2.1' into unidata_18.2.1-windows
Bring over latest changes from main branch
2021-12-28 08:19:08 -08:00
Tiffany Meyer
98f687e5b3 Update WWA files for new Snow Squall Warning (SQ.W) 2021-12-28 09:11:47 -05:00
Shay Carter
7b36aeab20 Merge branch 'unidata_18.2.1' into unidata_18.2.1-windows
Bring over recent changes from main unidata_18.2.1 branch
2021-12-27 11:59:51 -08:00
Tiffany Meyer
c5ea024b82 CAVE updates to Watches, Warnings, and Advisories
-New bundle created  for Winter WWA
-Updated Surface Menu to add entry for Winter WWA
-Added Winter WWA and Convective WWA to the "All Weather Statements" bundle file
2021-12-27 13:57:19 -05:00
Tiffany Meyer
6294cbaf45 Changed the launcher name from lowercase cave to uppercase CAVE 2021-12-22 14:22:55 -05:00
Shay Carter
7d4a8c2cb2 Merge branch 'unidata_18.2.1' into unidata_18.2.1-windows
Bring over recent changes from main unidata_18.2.1 branch to windows specific branch
2021-12-20 16:15:51 -08:00
Tiffany Meyer
7aa0d1c310 Updating files to version 18.2.1-3 2021-12-20 18:38:01 -05:00
Tiffany Meyer
68a4ca20e9 Add history comment for previous commit 2021-12-20 16:18:03 -07:00
Tiffany Meyer
32d0ffbab9 Small changes to WarngenDialog class:
- check for null before setting the layout data to avoid an exception (only showing up on mac)
- set all the other compenents to false for vertical expansion so when resizing, the priority goes exclusively to the bullet list
2021-12-20 16:14:51 -07:00
Shay Carter
b7303ee249 Merge branch 'unidata_18.2.1' into unidata_18.2.1-windows-merge 2021-12-07 16:28:18 -07:00
Tiffany Meyer
9638cd913b Removed GSD's Ensemble Tool from building in CAVE. (this was only affecting the Mac and Windows builds, but we removed it from the main branch since it shouldn't be there at all). 2021-11-23 16:19:26 -05:00
Shay Carter
6921fd88c6 Merge branch 'unidata_18.2.1' of github.com:Unidata/awips2 into unidata_18.2.1 2021-11-17 13:57:36 -07:00
Shay Carter
4819548d06 Several small WargenDialog gui changes:
- set dialog to a reasonable height (previously way too tall for some screens, with no way to resize)
- allow proper resizing behavior
- change bulletlist behavior so it doesn't scroll to the top every time a user makes a selection
- remove the .setText() call on the instructionsLabel because it's never instantiated (throwing null pointer), and never actually used
2021-11-17 13:55:34 -07:00
Tiffany Meyer
739b1d9659 Reverting code changes submitted by the batch MJ changes to allow the alertview option to be available in the CAVE menu on Windows 2021-11-17 08:13:27 -06:00
Shay Carter
733e32f1b8 Merge branch 'unidata_18.2.1' of github.com:Unidata/awips2 into unidata_18.2.1 2021-11-01 15:47:23 -06:00
Shay Carter
0a972b0720 Changed the size of the GIS Import Dialog:
- made the table portion of the dialog shorter, to accomodate smaller screen sizes and resolutions
- reduced the vertical margin at the bottom of the dialog to also help with this issue
2021-11-01 15:44:30 -06:00
Shay Carter
19c25f3e87 Add "Software History" comments to classes from previous commit ("Bundle" replacement) 2021-11-01 12:48:10 -07:00
tiffanycmeyer13
338f83001c
Merge pull request #372 from srcarter3/unidata_18.2.1
Unidata 18.2.1
2021-11-01 13:43:58 -04:00
Shay Carter
51e8fc5260 One more change for renaming "bundle" items
- changed "Manage Display" to "Delete Displays" because it just opens the delete dialog
2021-10-29 14:53:34 -06:00
Shay Carter
058f622429 Removed "Bundle" wording from CAVE GUI:
- Changed "Delete Bundle" to "Delete Display"
- Changed "Alter Bundle on Loading" to "Alter Procedure Item on Loading"
- Changed History List dialog from "Alter Bundle" to "Alter Procedure Item" (not sure if this one is actually used in CAVE currently)
- Changed "Enter Bundle Name" to "Enter Procedure Item Name"
2021-10-29 14:45:39 -06:00
Tiffany Meyer
33c58d6ac0 Reverted the changes to developer.product - not sure how those changes were made 2021-10-25 16:28:23 -04:00
Tiffany Meyer
89198530bd Lot of updates for our 18.2.1-2 release:
buildEnvironment.sh - changed the release from 1 to 2
build/setup.sh - added code to call awips_spalshscreen_updater jar and update splash.bmp to current build and release
			   - remove copy of rpms from robin to fserv
feature.xml (edex dataplugins feature) - remove reference to sports glmdecoder which is depricated
wrapper.conf - this is the file that has been dumping heap logs to /data/fxa so I changed the path to /awips2/data/fxa so it didn't fill up the main / mount
ldmd.conf - added GLMF entry (this is for the ISatSS gridded GLM data - for local use only, but won't hurt to have in)
		  - commented out GLM data from Eric Bruning
pqact.conf - Commented out Eric Bruning GLM entry since it's depricated
		   - Added new entry for ISatSS gridded GLM data
pqact.goesr - updated to match the pqact.conf
			- updated comments to relfect which products were available
parameters.xml - changed all references of 1/s to /s
2021-10-25 15:46:21 -04:00
Shay Carter
631c211123 Add java class history comments for WWA change 2021-10-22 13:53:12 -06:00
Shay Carter
49327f3312 Small follow up commit
WarningsResource:
- remove an unused import
2021-10-21 16:43:30 -06:00
Shay Carter
50af7eed4b Changings to WWA resources to show warings and watches properly
WWAResourceData
- Simplified the constructResource to always create and return a WarningsResource
- the actual implementation of the constructResource method doesn't quite align with how it originally seemed to be designed. None of the data is actually in the PluginDataObject at this point, all the data is in the LoadProperties.  Because of that, differentiating between WatchResources and WarningResources doesn't work the way you would think it does.  You end up going through this method once, for the entire load of the WWAs.  Also, for some reason the way the WatchResource populated and eventually passed on its records for drawing, actually eliminated the watches.  So, by using the WarningsResource class all the time, all the watches, warnings, and advisories are persisted.

WarningsResource
- the proper convention is for watches to show up as a shaded (thatched) area, and the warnings and advisories to show up with an outline
- in the initShape method, look to see what the significance of the record is, and if it's a watch, then create and set the shadedShape (logic taken from the WatchesResource), otherwise create and set the wireframeShape
2021-10-21 16:36:42 -06:00
Tiffany Meyer
7796afd6cf Added banner and dialog jpg's needed to build the MSI 2021-08-16 13:42:37 -05:00
Tiffany Meyer
bb3d8a45ea Had to add a try/catch exception for jep after updating to 3.8.2 2021-06-09 09:55:30 -05:00
Tiffany Meyer
b2634c2f9f Removed the following plugins that aren't being used in windows
-com.raytheon.uf.viz.ohd.feature
-gov.noaa.nws.ncep.swpc.viz.feature.
-edu.ucar.unidata.uf.viz.feature.
2021-06-08 11:06:41 -05:00
Tiffany Meyer
dbef831d66 Removed gfe perspective from D2D menu for windows build 2021-06-08 10:53:35 -05:00
Tiffany Meyer
9242d26b3d One more change to remove NCP from the perspective list when creating RPM's - had to be removed from the awips.product file 2021-06-08 10:01:02 -04:00
Tiffany Meyer
9374d108e7 Removed NCEP from the list of perspectives
-For Eclipse (Mac/Windows) builds removed from:
  cave/com.raytheon.viz.feature.awips.developer/feature.xml
-For RPM builds removed from:
  cave/build/p2-build.xml
  cave/build/features.txt
2021-06-04 17:54:31 -04:00
Tiffany Meyer
dc271ce71c Changed the cave version to 18.2.1-1 2021-06-02 15:40:20 -04:00
Tiffany Meyer
f05553a0df Added awips2-cimss repo back into the build process for the probSevere plugins
build/repos - had to add awips2-cimss to the list of repos to look at
build/rsync.cave - had to add the awips2-cimss directories to sync into the docker (common, edex, features, viz)
build/rsync.dirs - had to add the awips2-cimss directories to sync into the docker (common, edex, features, viz)
cave/build/features.txt - had to add the viz feature to this file
cave/build/p2-build.xml - had to add the viz feature to this file
cave/com.raytheon.viz.feature.awips.developer/feature.xml - had to add the viz feature to this file
cave/com.raytheon.viz.product.awips/awips.product - had to add the viz feature to this file
edexOsgi/build.edex/build.xml - had to add the edex feature to this file
	NOTE: I tried adding it to the edexOsgi/com.raytheon.edex.feature.uframe/feature.xml but that ended up not working, so I removed it
edexOsgi/build.edex/edex/common.properties - had to create the awips2-cimss repo, add it to the optional repos, and then add the previx edu.wisc
2021-05-17 21:40:26 -04:00
Tiffany Meyer
bb662ae7e0 Remove "Gempak" button in CAVE 2021-05-07 14:47:29 -04:00
Tiffany Meyer
ed6f3eb531 Added menu option to load Convective Warnings 2021-05-04 13:47:46 -04:00
Tiffany Meyer
03eea9ac7a This is a 19.2.1 change being added to unidata_18.2.1 to allow string variables for satellite data in the product legend 2021-04-28 15:29:01 -04:00
Tiffany Meyer
494e06c812 Merge branch 'unidata_18.2.1' of github.com:Unidata/awips2 into unidata_18.2.1
Merging in updates from unidata_18.2.1 on github locally
2021-04-28 15:23:47 -04:00
Tiffany Meyer
ef7e102d38 Updated GLM menu in the Surface Menu to match what is in the Satellite menu and moved the Volume Browser files back to awips2/cave/com.raytheon.viz.volumebrowser/localization from edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base since they weren't accessible. 2021-04-28 15:19:26 -04:00
Shay Carter
7d3c2fa776 Brought over MJ's Change from Teller (but it's not mac specific):
- make surface winds be white by default
2021-04-20 15:15:52 -06:00
Tiffany Meyer
df889150a1 Minor update - forgot to delete the mrms bundles/menus from the cave plugin (after I had moved it to the edex plugin) 2021-03-23 19:07:46 -04:00
Tiffany Meyer
ec1546e2a5 Moved all grid and volumebrowser menus, bundles, scales from cave volumebrowser plugin to edex grid plugin so future changes can be made on edex server
Original location of menus, bundles, scales, volumebrowser awips2/cave/com.raytheon.viz.volumebrowser/localization
New location edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base
2021-03-15 12:11:17 -04:00