add menu bar to Picture editor
This commit is contained in:
parent
3183a87127
commit
03a84ae0ff
@ -0,0 +1,42 @@
|
||||
<UniversalEditor Version="5.0">
|
||||
<Editors>
|
||||
<Editor TypeName="UniversalEditor.Editors.Multimedia.Picture.PictureEditor">
|
||||
<Commands>
|
||||
<Command ID="ImageTransformFlipHorizontally" Title="Flip _Horizontally" />
|
||||
<Command ID="ImageTransformFlipVertically" Title="Flip _Vertically" />
|
||||
|
||||
<Command ID="ImageTransformRotateClockwise" Title="Rotate 90° _clockwise" />
|
||||
<Command ID="ImageTransformRotateCounterclockwise" Title="Rotate 90° counter-clock_wise" />
|
||||
<Command ID="ImageTransformRotate180" Title="Rotate _180°" />
|
||||
<Command ID="ImageTransformRotateArbitrary" Title="_Arbitrary Rotation..." />
|
||||
|
||||
<Command ID="ImageTransform" Title="_Transform">
|
||||
<Items>
|
||||
<CommandReference CommandID="ImageTransformFlipHorizontally" />
|
||||
<CommandReference CommandID="ImageTransformFlipVertically" />
|
||||
<Separator />
|
||||
<CommandReference CommandID="ImageTransformRotateClockwise" />
|
||||
<CommandReference CommandID="ImageTransformRotateCounterclockwise" />
|
||||
<CommandReference CommandID="ImageTransformRotate180" />
|
||||
<CommandReference CommandID="ImageTransformRotateArbitrary" />
|
||||
</Items>
|
||||
</Command>
|
||||
|
||||
<Command ID="Image" Title="_Image">
|
||||
<Items>
|
||||
<CommandReference CommandID="ImageTransform" />
|
||||
</Items>
|
||||
</Command>
|
||||
</Commands>
|
||||
<MenuBar>
|
||||
<Items>
|
||||
<Group InsertAfter="View">
|
||||
<Items>
|
||||
<CommandReference CommandID="Image" />
|
||||
</Items>
|
||||
</Group>
|
||||
</Items>
|
||||
</MenuBar>
|
||||
</Editor>
|
||||
</Editors>
|
||||
</UniversalEditor>
|
||||
@ -319,6 +319,7 @@
|
||||
<Content Include="Panels\PropertyList\PropertyListPanel.glade" />
|
||||
<Content Include="Editors\Database\ContextMenu_Columns.uexml" />
|
||||
<Content Include="Editors\PropertyList\Commands.uexml" />
|
||||
<Content Include="Editors\Multimedia\Picture\MenuBar.uexml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="Configuration\Application.upl" />
|
||||
@ -353,6 +354,7 @@
|
||||
<Folder Include="Templates\Project\SCE\" />
|
||||
<Folder Include="Templates\Project\SCE\PSM\" />
|
||||
<Folder Include="Panels\PropertyList\" />
|
||||
<Folder Include="Editors\Multimedia\Picture\" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="Templates\Project\Concertroid\Images\Concert.xcf" />
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user