add reset camera menu, update changelog, remove crash test menu
This commit is contained in:
@@ -687,7 +687,18 @@ Roboto Font License:
|
||||
<!--window content-->
|
||||
<border color=".2" width="100%" height="400">
|
||||
<scroll pad="10" margin="5" color=".3 .3 .3 .4" dir="col" shrink="1">
|
||||
<text margin="0 0 0 5" font-face="arial" font-size="30" text="0.1.4"/>
|
||||
<text margin="0 0 0 5" font-face="arial" font-size="30" text="0.1.6"/>
|
||||
<text margin="10 0 0 5" font-face="arial" font-size="11" text=
|
||||
"- [FIX] Set system message box on top when recovery
|
||||
- [FIX] Skip Apple Pencil first samples to overcome the initial pressure spike
|
||||
- [WIN] Add initial VR support with openvr
|
||||
- [FIX] Layer delete order bug
|
||||
- [FIX] Improve brush preview during the stroke
|
||||
- Add import flat images
|
||||
- Add copy/cut and transform selection
|
||||
- Add camera reset menu in Layers
|
||||
"/>
|
||||
<text margin="20 0 0 5" font-face="arial" font-size="30" text="0.1.4"/>
|
||||
<text margin="10 0 0 5" font-face="arial" font-size="11" text=
|
||||
"- [WIN] Add: Windows Store package installer
|
||||
- [OSX] Quick Look plugin for thumbnail generation
|
||||
@@ -862,7 +873,7 @@ Here's a list of what's available in this release.
|
||||
<icon icon="picture_go" width="20"/>
|
||||
<text text="Export JPG" grow="1" margin="0 0 0 5" font-face="arial" font-size="11"/>
|
||||
</button-custom>
|
||||
<button-custom id="file-share" os="osx,ios" text="Menu" height="40" align="center" color=".2" pad="0 0 0 10" dir="row">
|
||||
<button-custom id="file-share" os="osx" text="Menu" height="40" align="center" color=".2" pad="0 0 0 10" dir="row">
|
||||
<icon icon="picture_go" width="20"/>
|
||||
<text text="Share" grow="1" margin="0 0 0 5" font-face="arial" font-size="11"/>
|
||||
</button-custom>
|
||||
@@ -928,6 +939,10 @@ Here's a list of what's available in this release.
|
||||
<icon icon="application_edit" width="20"/>
|
||||
<text id="menu-label" text="Merge with" margin="0 0 0 5" font-face="arial" font-size="11"/>
|
||||
</button-custom>
|
||||
<button-custom id="camera-reset" height="40" align="center" color=".2" pad="0 0 0 10" dir="row">
|
||||
<icon icon="arrow_rotate_clockwise" width="20"/>
|
||||
<text id="menu-label" text="Reset Camera" margin="0 0 0 5" font-face="arial" font-size="11"/>
|
||||
</button-custom>
|
||||
</popup-menu>
|
||||
</layout>
|
||||
|
||||
@@ -964,10 +979,12 @@ Here's a list of what's available in this release.
|
||||
<icon icon="bug" width="20"/>
|
||||
<text id="menu-label" text="What's new?" margin="0 0 0 5" font-face="arial" font-size="11"/>
|
||||
</button-custom>
|
||||
<!--
|
||||
<button-custom id="about-crash" height="40" align="center" color=".2" pad="0 0 0 10" dir="row">
|
||||
<icon icon="bug" width="20"/>
|
||||
<text id="menu-label" text="Induce crash" margin="0 0 0 5" font-face="arial" font-size="11"/>
|
||||
</button-custom>
|
||||
-->
|
||||
</popup-menu>
|
||||
</layout>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user