New upstream version 19.0.3+dfsg1
This commit is contained in:
parent
3708b8e092
commit
1f1bbb3518
534 changed files with 13862 additions and 2459 deletions
|
|
@ -892,6 +892,51 @@
|
|||
<addaction name="actionScaleCanvas"/>
|
||||
<addaction name="actionScaleOutput"/>
|
||||
</widget>
|
||||
<action name="actionCopySource">
|
||||
<property name="text">
|
||||
<string>Copy</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>Ctrl+C</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionPasteRef">
|
||||
<property name="enabled">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>PasteReference</string>
|
||||
</property>
|
||||
<property name="iconText">
|
||||
<string>PasteReference</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>PasteReference</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>Ctrl+V</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionCopyFilters">
|
||||
<property name="text">
|
||||
<string>Copy.Filters</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionPasteFilters">
|
||||
<property name="enabled">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Paste.Filters</string>
|
||||
</property>
|
||||
</action>
|
||||
<addaction name="actionCopySource"/>
|
||||
<addaction name="actionPasteRef"/>
|
||||
<addaction name="actionPasteDup"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="actionCopyFilters"/>
|
||||
<addaction name="actionPasteFilters"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="transformMenu"/>
|
||||
<addaction name="orderMenu"/>
|
||||
<addaction name="scalingMenu"/>
|
||||
|
|
@ -936,14 +981,15 @@
|
|||
<addaction name="viewMenuToolbars"/>
|
||||
<addaction name="toggleSceneTransitions"/>
|
||||
<addaction name="toggleStatusBar"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="stats"/>
|
||||
</widget>
|
||||
<widget class="QMenu" name="menuTools">
|
||||
<property name="enabled">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="title">
|
||||
<string>Basic.MainMenu.Tools</string>
|
||||
</property>
|
||||
<addaction name="autoConfigure"/>
|
||||
<addaction name="separator"/>
|
||||
</widget>
|
||||
<addaction name="menu_File"/>
|
||||
<addaction name="menuBasic_MainMenu_Edit"/>
|
||||
|
|
@ -1143,6 +1189,9 @@
|
|||
<property name="text">
|
||||
<string>Basic.MainMenu.Edit.Transform.EditTransform</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>Ctrl+E</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionCopyTransform">
|
||||
<property name="text">
|
||||
|
|
@ -1409,6 +1458,26 @@
|
|||
<string>Basic.MainMenu.Edit.Scale.Output</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionPasteDup">
|
||||
<property name="text">
|
||||
<string>PasteDuplicate</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="autoConfigure2">
|
||||
<property name="text">
|
||||
<string>Basic.AutoConfig</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="autoConfigure">
|
||||
<property name="text">
|
||||
<string>Basic.AutoConfig.Beta</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="stats">
|
||||
<property name="text">
|
||||
<string>Basic.Stats</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
<customwidgets>
|
||||
<customwidget>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue