D2D import/export menu reorganization + Save Bundle Locally addition
Conflicts: cave/com.raytheon.viz.geotiff/plugin.xml cave/com.raytheon.viz.lpi/plugin.xml cave/com.raytheon.viz.spi/plugin.xml
This commit is contained in:
parent
40afaeb6f0
commit
f8340af9a0
9 changed files with 87 additions and 93 deletions
|
@ -85,12 +85,10 @@
|
||||||
label="New Window"
|
label="New Window"
|
||||||
style="push">
|
style="push">
|
||||||
</command>
|
</command>
|
||||||
|
|
||||||
<separator
|
<separator
|
||||||
name="saveSeparator"
|
name="saveSeparator"
|
||||||
visible="true">
|
visible="true">
|
||||||
</separator>
|
</separator>
|
||||||
|
|
||||||
<command
|
<command
|
||||||
commandId="com.raytheon.viz.ui.loadSerialized"
|
commandId="com.raytheon.viz.ui.loadSerialized"
|
||||||
label="Open Bundle"
|
label="Open Bundle"
|
||||||
|
@ -101,79 +99,28 @@
|
||||||
label="Save Bundle"
|
label="Save Bundle"
|
||||||
style="push">
|
style="push">
|
||||||
</command>
|
</command>
|
||||||
|
|
||||||
<separator
|
|
||||||
name="importSeparator"
|
|
||||||
visible="true">
|
|
||||||
</separator>
|
|
||||||
|
|
||||||
<command
|
|
||||||
commandId="com.raytheon.uf.viz.image.file.rsc"
|
|
||||||
label="Import Image"
|
|
||||||
style="push">
|
|
||||||
</command>
|
|
||||||
<command
|
|
||||||
commandId="com.raytheon.uf.viz.image.file.rsc"
|
|
||||||
label="Import Background"
|
|
||||||
style="push">
|
|
||||||
<parameter
|
|
||||||
name="imageImportMode"
|
|
||||||
value="Background">
|
|
||||||
</parameter>
|
|
||||||
</command>
|
|
||||||
<command
|
|
||||||
commandId="com.raytheon.uf.viz.gisdatastore.actions.ImportGis"
|
|
||||||
label="Import GIS Data"
|
|
||||||
style="push">
|
|
||||||
</command>
|
|
||||||
<command
|
|
||||||
commandId="com.raytheon.viz.bcd.openBCD"
|
|
||||||
label="Import BCD File"
|
|
||||||
style="push">
|
|
||||||
</command>
|
|
||||||
<command
|
|
||||||
commandId="com.raytheon.viz.geotiff.openGeoTiff"
|
|
||||||
label="Import GeoTIFF"
|
|
||||||
style="push">
|
|
||||||
</command>
|
|
||||||
<command
|
|
||||||
commandId="com.raytheon.viz.lpi.openLPI"
|
|
||||||
label="Import LPI File"
|
|
||||||
style="push">
|
|
||||||
</command>
|
|
||||||
<command
|
|
||||||
commandId="com.raytheon.viz.spi.openSPI"
|
|
||||||
label="Import SPI File"
|
|
||||||
style="push">
|
|
||||||
</command>
|
|
||||||
|
|
||||||
<separator
|
|
||||||
name="exportSeparator"
|
|
||||||
visible="true">
|
|
||||||
</separator>
|
|
||||||
|
|
||||||
<command
|
<command
|
||||||
commandId="com.raytheon.viz.ui.saveBundle"
|
commandId="com.raytheon.viz.ui.saveBundle"
|
||||||
label="Export Bundle"
|
label="Save Bundle Locally"
|
||||||
style="push">
|
style="push">
|
||||||
</command>
|
</command>
|
||||||
|
<separator
|
||||||
|
name="importExportSeparator"
|
||||||
|
visible="true">
|
||||||
|
</separator>
|
||||||
|
<menu
|
||||||
|
id="import"
|
||||||
|
label="Import">
|
||||||
|
</menu>
|
||||||
|
<menu
|
||||||
|
id="export"
|
||||||
|
label="Export">
|
||||||
<command
|
<command
|
||||||
commandId="com.raytheon.uf.viz.image.export.save"
|
commandId="com.raytheon.viz.ui.saveBundle"
|
||||||
label="Export Image"
|
label="Map Window"
|
||||||
style="push">
|
style="push">
|
||||||
</command>
|
</command>
|
||||||
<command
|
</menu>
|
||||||
commandId="com.raytheon.uf.viz.kml.export.exportKML"
|
|
||||||
label="Export KML"
|
|
||||||
style="push">
|
|
||||||
</command>
|
|
||||||
<command
|
|
||||||
commandId="com.raytheon.uf.viz.image.export.print"
|
|
||||||
label="Print Screen"
|
|
||||||
style="push">
|
|
||||||
<parameter name="frameSelection" value="current">
|
|
||||||
</parameter>
|
|
||||||
</command>
|
|
||||||
</menu>
|
</menu>
|
||||||
<menu
|
<menu
|
||||||
id="view"
|
id="view"
|
||||||
|
|
|
@ -37,7 +37,20 @@
|
||||||
point="org.eclipse.ui.menus">
|
point="org.eclipse.ui.menus">
|
||||||
<menuContribution
|
<menuContribution
|
||||||
locationURI="menu:import">
|
locationURI="menu:import">
|
||||||
|
<command
|
||||||
|
commandId="com.raytheon.uf.viz.image.file.rsc"
|
||||||
|
label="Background"
|
||||||
|
style="push">
|
||||||
|
<parameter
|
||||||
|
name="imageImportMode"
|
||||||
|
value="Background">
|
||||||
|
</parameter>
|
||||||
|
</command>
|
||||||
|
<command
|
||||||
|
commandId="com.raytheon.uf.viz.image.file.rsc"
|
||||||
|
label="Image"
|
||||||
|
style="push">
|
||||||
|
</command>
|
||||||
|
|
||||||
|
|
||||||
</menuContribution>
|
</menuContribution>
|
||||||
|
|
|
@ -21,6 +21,11 @@
|
||||||
<menuContribution
|
<menuContribution
|
||||||
allPopups="false"
|
allPopups="false"
|
||||||
locationURI="menu:import">
|
locationURI="menu:import">
|
||||||
|
<command
|
||||||
|
commandId="com.raytheon.uf.viz.gisdatastore.actions.ImportGis"
|
||||||
|
label="GIS Data/Shapefile"
|
||||||
|
style="push">
|
||||||
|
</command>
|
||||||
</menuContribution>
|
</menuContribution>
|
||||||
</extension>
|
</extension>
|
||||||
<extension
|
<extension
|
||||||
|
|
|
@ -66,7 +66,20 @@
|
||||||
point="org.eclipse.ui.menus">
|
point="org.eclipse.ui.menus">
|
||||||
<menuContribution
|
<menuContribution
|
||||||
locationURI="menu:export">
|
locationURI="menu:export">
|
||||||
|
<command
|
||||||
|
commandId="com.raytheon.uf.viz.image.export.save"
|
||||||
|
label="Image"
|
||||||
|
style="push">
|
||||||
|
</command>
|
||||||
|
<command
|
||||||
|
commandId="com.raytheon.uf.viz.image.export.print"
|
||||||
|
label="Print Screen"
|
||||||
|
style="push">
|
||||||
|
<parameter
|
||||||
|
name="frameSelection"
|
||||||
|
value="current">
|
||||||
|
</parameter>
|
||||||
|
</command>
|
||||||
</menuContribution>
|
</menuContribution>
|
||||||
</extension>
|
</extension>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
|
@ -1,6 +1,17 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?eclipse version="3.4"?>
|
<?eclipse version="3.4"?>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
<extension
|
||||||
|
point="org.eclipse.ui.menus">
|
||||||
|
<menuContribution
|
||||||
|
locationURI="menu:export">
|
||||||
|
<command
|
||||||
|
commandId="com.raytheon.uf.viz.kml.export.exportKML"
|
||||||
|
label="KML"
|
||||||
|
style="push">
|
||||||
|
</command>
|
||||||
|
</menuContribution>
|
||||||
|
</extension>
|
||||||
<extension
|
<extension
|
||||||
point="org.eclipse.ui.commands">
|
point="org.eclipse.ui.commands">
|
||||||
<command
|
<command
|
||||||
|
|
|
@ -38,6 +38,11 @@
|
||||||
point="org.eclipse.ui.menus">
|
point="org.eclipse.ui.menus">
|
||||||
<menuContribution
|
<menuContribution
|
||||||
locationURI="menu:import">
|
locationURI="menu:import">
|
||||||
|
<command
|
||||||
|
commandId="com.raytheon.viz.bcd.openBCD"
|
||||||
|
label="BCD File..."
|
||||||
|
style="push">
|
||||||
|
</command>
|
||||||
</menuContribution>
|
</menuContribution>
|
||||||
</extension>
|
</extension>
|
||||||
<extension
|
<extension
|
||||||
|
|
|
@ -48,7 +48,7 @@
|
||||||
locationURI="menu:import">
|
locationURI="menu:import">
|
||||||
<command
|
<command
|
||||||
commandId="com.raytheon.viz.geotiff.openGeoTiff"
|
commandId="com.raytheon.viz.geotiff.openGeoTiff"
|
||||||
label="GeoTIFF..."
|
label="GeoTIFF"
|
||||||
style="push">
|
style="push">
|
||||||
</command>
|
</command>
|
||||||
</menuContribution>
|
</menuContribution>
|
||||||
|
|
|
@ -41,7 +41,7 @@
|
||||||
locationURI="menu:import">
|
locationURI="menu:import">
|
||||||
<command
|
<command
|
||||||
commandId="com.raytheon.viz.lpi.openLPI"
|
commandId="com.raytheon.viz.lpi.openLPI"
|
||||||
label="LPI File..."
|
label="LPI File"
|
||||||
style="push">
|
style="push">
|
||||||
</command>
|
</command>
|
||||||
</menuContribution>
|
</menuContribution>
|
||||||
|
|
|
@ -40,7 +40,7 @@
|
||||||
locationURI="menu:import">
|
locationURI="menu:import">
|
||||||
<command
|
<command
|
||||||
commandId="com.raytheon.viz.spi.openSPI"
|
commandId="com.raytheon.viz.spi.openSPI"
|
||||||
label="SPI File..."
|
label="SPI File"
|
||||||
style="push">
|
style="push">
|
||||||
</command>
|
</command>
|
||||||
</menuContribution>
|
</menuContribution>
|
||||||
|
|
Loading…
Add table
Reference in a new issue