Skip to content

Commit

Permalink
rearrange toolbar images to prep for statusbar
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmandel committed Feb 23, 2020
1 parent aad2ddf commit 889c213
Show file tree
Hide file tree
Showing 36 changed files with 41 additions and 40 deletions.
1 change: 1 addition & 0 deletions images/toolbar/svg
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added images/voyager/cmap_a.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/voyager/cmap_aips0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/voyager/cmap_b.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/voyager/cmap_bb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/voyager/cmap_blue.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/voyager/cmap_color.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/voyager/cmap_cool.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/voyager/cmap_green.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/voyager/cmap_grey.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/voyager/cmap_he.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/voyager/cmap_heat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/voyager/cmap_hsv.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/voyager/cmap_i8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/voyager/cmap_inferno.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/voyager/cmap_magma.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/voyager/cmap_parula.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/voyager/cmap_plasma.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/voyager/cmap_rainbow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/voyager/cmap_red.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/voyager/cmap_sls.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/voyager/cmap_staircase.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/voyager/cmap_standard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/voyager/cmap_viridis.png
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
14 changes: 7 additions & 7 deletions js9-allinone.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions js9plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -12855,49 +12855,49 @@ JS9.Toolbar.tools = [
{
"name": "annulus",
"tip": "annulus region",
"image": "images/toolbar/svg/annulus.svg",
"image": "images/toolbar/voyager/annulus.svg",
"cmd": "AddRegions",
"args": ["annulus"]
},
{
"name": "box",
"tip": "box region",
"image": "images/toolbar/svg/box.svg",
"image": "images/toolbar/voyager/box.svg",
"cmd": "AddRegions",
"args": ["box"]
},
{
"name": "circle",
"tip": "circle region",
"image": "images/toolbar/svg/circle.svg",
"image": "images/toolbar/voyager/circle.svg",
"cmd": "AddRegions",
"args": ["circle"]
},
{
"name": "ellipse",
"tip": "ellipse region",
"image": "images/toolbar/svg/ellipse.svg",
"image": "images/toolbar/voyager/ellipse.svg",
"cmd": "AddRegions",
"args": ["ellipse"]
},
{
"name": "line",
"tip": "line region",
"image": "images/toolbar/svg/line.svg",
"image": "images/toolbar/voyager/line.svg",
"cmd": "AddRegions",
"args": ["line"]
},
{
"name": "polygon",
"tip": "polygon region",
"image": "images/toolbar/svg/polygon.svg",
"image": "images/toolbar/voyager/polygon.svg",
"cmd": "AddRegions",
"args": ["polygon"]
},
{
"name": "text",
"tip": "text region",
"image": "images/toolbar/svg/txt.svg",
"image": "images/toolbar/voyager/txt.svg",
"cmd": "AddRegions",
"args": ["text"]
},
Expand Down
38 changes: 19 additions & 19 deletions js9usermenus.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,60 +111,60 @@ JS9.globalOpts.userMenuBar = [
{
"name": "colormap",
"title": "myColormaps",
"imageTitle": "images/toolbar/dax_images/cmap_viridis.png",
"imageTitle": "images/voyager/cmap_viridis.png",
"updateTitle": "image",
"options": [
{
"name": "grey",
"image": "images/toolbar/dax_images/cmap_grey.png",
"image": "images/voyager/cmap_grey.png",
"cmd": "SetColormap",
"args": ["grey"]
},
{
"name": "cool",
"image": "images/toolbar/dax_images/cmap_cool.png",
"image": "images/voyager/cmap_cool.png",
"cmd": "SetColormap",
"args": ["cool"]
},
{
"name": "heat",
"image": "images/toolbar/dax_images/cmap_heat.png",
"image": "images/voyager/cmap_heat.png",
"cmd": "SetColormap",
"args": ["heat"]
},
{
"name": "viridis",
"image": "images/toolbar/dax_images/cmap_viridis.png",
"image": "images/voyager/cmap_viridis.png",
"cmd": "SetColormap",
"args": ["viridis"]
},
{
"name": "magma",
"image": "images/toolbar/dax_images/cmap_magma.png",
"image": "images/voyager/cmap_magma.png",
"cmd": "SetColormap",
"args": ["magma"]
},
{
"name": "sls",
"image": "images/toolbar/dax_images/cmap_sls.png",
"image": "images/voyager/cmap_sls.png",
"cmd": "SetColormap",
"args": ["sls"]
},
{
"name": "red",
"image": "images/toolbar/dax_images/cmap_red.png",
"image": "images/voyager/cmap_red.png",
"cmd": "SetColormap",
"args": ["red"]
},
{
"name": "green",
"image": "images/toolbar/dax_images/cmap_green.png",
"image": "images/voyager/cmap_green.png",
"cmd": "SetColormap",
"args": ["green"]
},
{
"name": "blue",
"image": "images/toolbar/dax_images/cmap_blue.png",
"image": "images/voyager/cmap_blue.png",
"cmd": "SetColormap",
"args": ["blue"]
},
Expand All @@ -173,55 +173,55 @@ JS9.globalOpts.userMenuBar = [
{
"name": "regions",
"title": "myRegions",
"imageTitle": "images/toolbar/svg/circle.svg",
"imageTitle": "images/voyager/circle.svg",
"updateTitle": "image",
"options": [
{
"name": "annulus",
"cmd": "AddRegions",
"image": "images/toolbar/svg/annulus.svg",
"image": "images/voyager/annulus.svg",
"args": ["annulus"]
},
{
"name": "box",
"cmd": "AddRegions",
"image": "images/toolbar/svg/box.svg",
"image": "images/voyager/box.svg",
"args": ["box"]
},
{
"name": "circle",
"cmd": "AddRegions",
"image": "images/toolbar/svg/circle.svg",
"image": "images/voyager/circle.svg",
"args": ["circle"]
},
{
"name": "ellipse",
"cmd": "AddRegions",
"image": "images/toolbar/svg/ellipse.svg",
"image": "images/voyager/ellipse.svg",
"args": ["ellipse"]
},
{
"name": "line",
"cmd": "AddRegions",
"image": "images/toolbar/svg/line.svg",
"image": "images/voyager/line.svg",
"args": ["line"]
},
{
"name": "point",
"cmd": "AddRegions",
"image": "images/toolbar/svg/dot.svg",
"image": "images/voyager/dot.svg",
"args": ["point"]
},
{
"name": "polygon",
"cmd": "AddRegions",
"image": "images/toolbar/svg/polygon.svg",
"image": "images/voyager/polygon.svg",
"args": ["polygon"]
},
{
"name": "text",
"cmd": "AddRegions",
"image": "images/toolbar/svg/txt.svg",
"image": "images/voyager/txt.svg",
"args": ["text"]
}
]
Expand Down
14 changes: 7 additions & 7 deletions plugins/core/toolbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,49 +75,49 @@ JS9.Toolbar.tools = [
{
"name": "annulus",
"tip": "annulus region",
"image": "images/toolbar/svg/annulus.svg",
"image": "images/toolbar/voyager/annulus.svg",
"cmd": "AddRegions",
"args": ["annulus"]
},
{
"name": "box",
"tip": "box region",
"image": "images/toolbar/svg/box.svg",
"image": "images/toolbar/voyager/box.svg",
"cmd": "AddRegions",
"args": ["box"]
},
{
"name": "circle",
"tip": "circle region",
"image": "images/toolbar/svg/circle.svg",
"image": "images/toolbar/voyager/circle.svg",
"cmd": "AddRegions",
"args": ["circle"]
},
{
"name": "ellipse",
"tip": "ellipse region",
"image": "images/toolbar/svg/ellipse.svg",
"image": "images/toolbar/voyager/ellipse.svg",
"cmd": "AddRegions",
"args": ["ellipse"]
},
{
"name": "line",
"tip": "line region",
"image": "images/toolbar/svg/line.svg",
"image": "images/toolbar/voyager/line.svg",
"cmd": "AddRegions",
"args": ["line"]
},
{
"name": "polygon",
"tip": "polygon region",
"image": "images/toolbar/svg/polygon.svg",
"image": "images/toolbar/voyager/polygon.svg",
"cmd": "AddRegions",
"args": ["polygon"]
},
{
"name": "text",
"tip": "text region",
"image": "images/toolbar/svg/txt.svg",
"image": "images/toolbar/voyager/txt.svg",
"cmd": "AddRegions",
"args": ["text"]
},
Expand Down

0 comments on commit 889c213

Please sign in to comment.