Compare commits

...
Sign in to create a new pull request.

24 commits

Author SHA1 Message Date
tiffanycmeyer13
f00e1365ce
Merge pull request #664 from tiffanycmeyer13/unidata_20.3.2-windows
Unidata 20.3.2 windows
2024-02-13 08:30:34 -06:00
ucar-tmeyer
cb5f57193e Needed to update the name of the .exe from CAVE to no_env to prevent confusion with users running the exectuable instead of the .bat file. 2024-02-13 08:28:19 -06:00
ucar-tmeyer
78e7642c3b Merge branch 'unidata_20.3.2-windows' of github.com:Unidata/awips2 into unidata_20.3.2-windows 2024-02-12 15:33:05 -06:00
tiffanycmeyer13
c544dcf489
Merge pull request #661 from srcarter3/unidata_20.3.2-windows
Unidata 20.3.2 windows
2024-02-09 16:13:05 -06:00
Shay Carter
adce9fa91e Merge branch 'unidata_20.3.2' into unidata_20.3.2-windows
Bring over all recent changes from main 20.3.2 branch into the windows branch
2024-02-08 12:51:33 -07:00
ucar-tmeyer
ab20d25c11 Merge branch 'unidata_20.3.2-windows' of github.com:Unidata/awips2 into unidata_20.3.2-windows 2024-02-07 12:24:18 -06:00
tiffanycmeyer13
59ffad96e3
Merge pull request #645 from srcarter3/unidata_20.3.2-windows
Remove GFE from perspective options
2024-01-09 14:33:02 -06:00
Shay Carter
258e1918c6 Remove GFE from perspective options 2024-01-09 12:28:58 -08:00
srcarter3
6e4195c7e0
Merge pull request #644 from srcarter3/unidata_20.3.2-windows
Bring over main branch changes into windows branch
2024-01-09 13:25:59 -07:00
Shay Carter
5c7d5886fc Merge branch 'unidata_20.3.2' of github.com:Unidata/awips2 into unidata_20.3.2-windows
Bring in latest 20.3.2 branch changes into windows specific branch
2024-01-09 12:03:34 -08:00
ucar-tmeyer
5d75062015 Merge branch 'unidata_20.3.2' of github.com:Unidata/awips2 into unidata_20.3.2-windows 2023-12-12 09:46:56 -06:00
ucar-tmeyer
f4f4677e24 Merge remote-tracking branch 'unidata/unidata_20.3.2' into unidata_20.3.2-windows 2023-12-05 15:47:28 -06:00
ucar-tmeyer
7f5d1c530e Merge remote-tracking branch 'unidata/unidata_20.3.2' into unidata_20.3.2-windows 2023-12-05 15:10:06 -06:00
srcarter3
cfdabb1efa
Merge pull request #573 from tiffanycmeyer13/unidata_20.3.2-windows
Merge unidata_20.3.2 changes into unidata_20.3.2-windows branch
2023-07-07 11:11:52 -06:00
Tiffany Meyer
c59f867f93 Merge branch 'unidata_20.3.2-windows' of github.com:Unidata/awips2 into unidata_20.3.2-windows 2023-07-07 09:54:23 -05:00
Tiffany Meyer
779da31a37 Merge branch 'unidata_20.3.2' of github.com:Unidata/awips2 into unidata_20.3.2-windows 2023-07-07 09:52:05 -05:00
Tiffany Meyer
d29597cb55 Merge branch 'unidata_20.3.2' of github.com:Unidata/awips2 into unidata_20.3.2-windows 2023-07-06 11:08:07 -05:00
srcarter3
94839a5b86
Merge pull request #567 from tiffanycmeyer13/unidata_20.3.2-windows
Merge unidata_20.3.2 branch into unidata_20.3.2-windows
2023-07-05 15:42:43 -06:00
Tiffany Meyer
8eb349561d Merge branch 'unidata_20.3.2' of github.com:Unidata/awips2 into unidata_20.3.2-windows 2023-07-05 16:03:00 -05:00
Tiffany Meyer
300f583fbc Merge branch 'unidata_20.3.2' of github.com:Unidata/awips2 into unidata_20.3.2-windows 2023-04-24 19:51:25 -05:00
Tiffany Meyer
cc21e5bd9f Merge branch 'unidata_20.3.2' of github.com:Unidata/awips2 into unidata_20.3.2-windows 2023-04-17 16:18:17 -05:00
Tiffany Meyer
944bc331be Merge branch 'unidata_20.3.2' of github.com:Unidata/awips2 into unidata_20.3.2-windows 2023-04-05 14:17:11 -05:00
Tiffany Meyer
cf38c53a7c Merge branch 'unidata_20.3.2' of github.com:Unidata/awips2 into unidata_20.3.2-windows 2023-03-24 14:57:27 -05:00
Tiffany Meyer
c6f795a622 Fix to add alertview to the Windows CAVE Menu. 2023-03-21 11:32:55 -05:00
3 changed files with 1 additions and 19 deletions

View file

@ -20,9 +20,6 @@
commandId="com.raytheon.uf.viz.alertview.openAlertView" commandId="com.raytheon.uf.viz.alertview.openAlertView"
label="Open AlertView" label="Open AlertView"
style="push"> style="push">
<visibleWhen>
<systemTest property="alertview.enabled" value="true" />
</visibleWhen>
</command> </command>
</menuContribution> </menuContribution>
</extension> </extension>

View file

@ -1911,21 +1911,6 @@
name="GFEPerspectiveManager"> name="GFEPerspectiveManager">
</perspectiveManager> </perspectiveManager>
</extension> </extension>
<extension point="org.eclipse.ui.perspectives">
<perspective class="com.raytheon.viz.gfe.perspective.GFEPerspective"
icon="icons/gfe.gif" id="com.raytheon.viz.ui.GFEPerspective" name="GFE">
</perspective>
</extension>
<extension point="org.eclipse.ui.perspectiveExtensions">
<perspectiveExtension targetID="com.raytheon.viz.ui.GFEPerspective">
<actionSet id="com.raytheon.viz.gfe.GFEActionSet">
</actionSet>
</perspectiveExtension>
<perspectiveExtension targetID="*">
<perspectiveShortcut id="com.raytheon.viz.ui.GFEPerspective">
</perspectiveShortcut>
</perspectiveExtension>
</extension>
<extension <extension
point="com.raytheon.uf.viz.core.component"> point="com.raytheon.uf.viz.core.component">
<component key="gfeclient" class="com.raytheon.viz.gfe.gfeclient.GfeClient"/> <component key="gfeclient" class="com.raytheon.viz.gfe.gfeclient.GfeClient"/>

View file

@ -52,7 +52,7 @@
startupProgressRect="3,234,413,13" startupProgressRect="3,234,413,13"
startupMessageRect="7,252,445,20" startupMessageRect="7,252,445,20"
startupForegroundColor="000000" /> startupForegroundColor="000000" />
<launcher name="cave"> <launcher name="no_env">
<win useIco="false"> <win useIco="false">
<bmp/> <bmp/>
</win> </win>