Commit graph

9 commits

Author SHA1 Message Date
srcarter3
e7db089b44 Fix the functionality for locating the cursor using a hotkey
- for some reason this was completely broken in v20
- updated the size and display length for better UI experience
- fixed the drawing and closing of the locate window
2023-11-08 16:12:52 -08:00
srcarter3
5424bfb7d3 Add functionality to delete displays
- update plugin.xml to reference proper class to delete displays (bundles)
- Add in DeleteAWIPSBundle class from v18 (MJ created it originally)
  -update class to remove unused import and update the deprecated method call
2023-10-10 15:30:15 -07:00
srcarter3
f0086719fd Update hotkeys for saving and loading displays 2023-07-06 08:10:19 -07:00
srcarter3
81b15cc7d4 Add hotkeys for saving and loading displays
- this was a request from a user through the beta reporting form
- used 1, 2, 3, because l, o, s, were all used
2023-07-05 18:28:57 -07:00
ucar-tmeyer
aee55a7e74 NSHARP Load (Re)-Implementation and a few NCEP edex plugins
-Added back in the NSHARP button and icon
-Re-implemented Unidata's v18 NSHARP load functionality (instead of loading a file, it queuries the database and provides a map of available soundings at differnt times)
-Had to add the com.raytheon.uf.edex.ncep.nco.feature to the list of uframe features so that a few ncep edex plugins would start up with ingest
2023-06-15 18:32:00 +00:00
srcarter3
470a6bcdfd Continued changes for single pane default view
ChangeD2DLayoutAction:
- set initial side view number to 0
- added comment for side view resizing (from previous commit)

D2D5Pane
- removed the THREE_PANE_WIDTH (not used anymore)
- added a ZERO_PANE_WIDTH
- default to 0 views otherwise use the base views for side views
- use the ZERO_PANE_WIDTH when there are zero views
2022-08-29 17:06:35 -07:00
srcarter3
18aafccd2d Change default d2d startup to 1 pane
plugin.xml
- changed 1panel to have 0 side panes

ChangeD2DLayoutAction
- if 0 side panels, make side panel width 0

D2D5Pane
- change initial start up to have 0 side panes
2022-08-24 22:15:40 -07:00
ucar-tmeyer
17f6cafd49 CAVE GUI-ish Changes
Updated File Menu (com.raytheon.uf.viz.d2d.ui)
    -Added "New Map" (NWS is in CAVE menu)
    -Added "New Projection" (NWS is in CAVE menu)
    -Added "Import" (NWS is in CAVE menu)
    -Added "Export" (NWS is in CAVE menu)
    -Section for "Load Display, Save Display, Save Display Locally, and Delete Displays"
    -Changed wording from "Capture Window" to "Save Image"
    -Didn't add back in "Save KML" (previously in Unidata)
    -Changed wording from "Print..." to "Print Screen"
        -updated the print commandID to com.raytheon.uf.viz.image.export.print

    Updated View Menu (com.raytheon.uf.viz.d2d.ui)
    -Changed menu option "Default" to "1" Pane Layout
    -Changed Pane Layout parameters <-- TO DO: Need to check on this

    No changes to Options menu
    No changes to Tools menu <-- TO DO: Need to check on this

    Changed "Volume" menu label to "Models"
    Removed Local Menu

    TO DO: Check label for Obs/Surface in d2d.obsMenu
    TO DO: Check on Satellitle menu

    Removed SCAN menu
    ---------------------
    Buttons
    -Re-ordered a few
    -Updated Buttons
    -Removed section of buttons (points, lines, layout, print, image combo, image prop)
    -Removed Density
2022-08-05 15:39:36 -05:00
ucar-tmeyer
9b876b5319 Initial commit 2022-05-05 12:34:50 -05:00