Added "Open Recent" button to StartupView.

- Also disabled broken MacOS build in travis CI file
This commit is contained in:
Jim Evins
2019-11-12 21:40:43 -05:00
parent 75e613e9f1
commit f09ca36b7b
17 changed files with 269 additions and 59 deletions
@@ -5,35 +5,35 @@
d="M 5.5,2.5 5.5,20.5 19.5,20.5 19.5,7.5 14.5,2.5 Z" />
<rect
style="fill:#eeeeee;fill-opacity:1;stroke:none"
style="fill:#cccccc;fill-opacity:1;stroke:none"
height="3" width="5" x="7" y="4" />
<rect
style="fill:#eeeeee;fill-opacity:1;stroke:none"
style="fill:#cccccc;fill-opacity:1;stroke:none"
height="3" width="5" x="7" y="8" />
<rect
style="fill:#eeeeee;fill-opacity:1;stroke:none"
style="fill:#cccccc;fill-opacity:1;stroke:none"
height="3" width="5" x="7" y="12" />
<rect
style="fill:#eeeeee;fill-opacity:1;stroke:none"
style="fill:#cccccc;fill-opacity:1;stroke:none"
height="3" width="5" x="7" y="16" />
<rect
style="fill:#eeeeee;fill-opacity:1;stroke:none"
style="fill:#cccccc;fill-opacity:1;stroke:none"
height="3" width="3" x="13" y="4" />
<rect
style="fill:#eeeeee;fill-opacity:1;stroke:none"
style="fill:#cccccc;fill-opacity:1;stroke:none"
height="3" width="5" x="13" y="8" />
<rect
style="fill:#eeeeee;fill-opacity:1;stroke:none"
style="fill:#cccccc;fill-opacity:1;stroke:none"
height="3" width="5" x="13" y="12" />
<rect
style="fill:#eeeeee;fill-opacity:1;stroke:none"
style="fill:#cccccc;fill-opacity:1;stroke:none"
height="3" width="5" x="13" y="16" />
<path

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

@@ -0,0 +1,16 @@
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="24" height="24" >
<circle
style="fill:#ffffff;fill-opacity:1;stroke:#333333;stroke-width:1;stroke-opacity:1"
r="10" cx="12" cy="12" />
<line
style="stroke:#333333;stroke-width:1.5;stroke-opacity:1"
x1="12" y1="12" x2="12" y2="4" />
<line
style="stroke:#333333;stroke-width:1.5;stroke-opacity:1"
x1="12" y1="12" x2="17" y2="9" />
</svg>

After

Width:  |  Height:  |  Size: 438 B