Commit graph

10 commits

Author SHA1 Message Date
ucar-tmeyer
2acf13c1ed Updated the frames menu to have more options 2023-11-20 19:14:52 +00:00
srcarter3
3e446ab784 A few more small hotkey changes
- from conflicts found on the mac, change show history and image combination to ctrl+shift+h and ctrl+shift+i, respectively
2023-11-09 14:21:33 -08:00
srcarter3
381f67b096 Update hotkeys (shortcuts) for V20
| Function                     | Keys         |
|------------------------------|--------------|
| Open New Map                 | Ctrl+T       |
| Open a Display               | Ctrl+Shift+L |
| Save Display                 | Ctrl+S       |
| Save Display Locally         | Ctrl+Shift+S |
| Save KML                     | Ctrl+K       |
| New Procedure                | Ctrl+N       |
| Open Procedure               | Ctrl+O       |
| Delete Procedure             | Ctrl+D       |
| Copy Display to Procedure(s) | Ctrl+B       |
| History List                 | Ctrl+H       |
| Clear Data                   | Ctrl+Shift+C |
| First Frame                  | Ctrl+← |
| Last Frame                   | Ctrl+→ |
| Step Back                    | ←      |
| Step Forward                 | →      |
| Increase Loop Speed          | Page Up      |
| Decrease Loop Speed          | Page Down    |
| Toggle Time Options          | Ctrl+Shift+T |
| Toggle Image Combination     | Insert       |
| Open Loop Properties         | Ctrl+L       |
| Open Image Properties        | Ctrl+I       |
| Show Print Dialog            | Ctrl+P       |
| Locate Cursor                | F12          |
2023-11-08 16:00:09 -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
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