New upstream version 18.0.1+dfsg1
This commit is contained in:
parent
6efda2859e
commit
f2cf6cce50
1337 changed files with 41178 additions and 84670 deletions
|
|
@ -608,6 +608,9 @@
|
|||
<height>0</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="accessibleName">
|
||||
<string>Transition</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
|
|
@ -754,10 +757,16 @@
|
|||
<property name="text">
|
||||
<string>Basic.TransitionDuration</string>
|
||||
</property>
|
||||
<property name="buddy">
|
||||
<cstring>transitionDuration</cstring>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QSpinBox" name="transitionDuration">
|
||||
<property name="accessibleName">
|
||||
<string>Basic.TransitionDuration</string>
|
||||
</property>
|
||||
<property name="suffix">
|
||||
<string>ms</string>
|
||||
</property>
|
||||
|
|
@ -850,6 +859,8 @@
|
|||
<string>Basic.MainMenu.Edit.Transform</string>
|
||||
</property>
|
||||
<addaction name="actionEditTransform"/>
|
||||
<addaction name="actionCopyTransform"/>
|
||||
<addaction name="actionPasteTransform"/>
|
||||
<addaction name="actionResetTransform"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="actionRotate90CW"/>
|
||||
|
|
@ -873,8 +884,17 @@
|
|||
<addaction name="actionMoveToTop"/>
|
||||
<addaction name="actionMoveToBottom"/>
|
||||
</widget>
|
||||
<widget class="QMenu" name="scalingMenu">
|
||||
<property name="title">
|
||||
<string>Basic.MainMenu.Edit.Scale</string>
|
||||
</property>
|
||||
<addaction name="actionScaleWindow"/>
|
||||
<addaction name="actionScaleCanvas"/>
|
||||
<addaction name="actionScaleOutput"/>
|
||||
</widget>
|
||||
<addaction name="transformMenu"/>
|
||||
<addaction name="orderMenu"/>
|
||||
<addaction name="scalingMenu"/>
|
||||
<addaction name="actionLockPreview"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="actionAdvAudioProperties"/>
|
||||
|
|
@ -887,6 +907,8 @@
|
|||
<addaction name="actionDupProfile"/>
|
||||
<addaction name="actionRenameProfile"/>
|
||||
<addaction name="actionRemoveProfile"/>
|
||||
<addaction name="actionImportProfile"/>
|
||||
<addaction name="actionExportProfile"/>
|
||||
<addaction name="separator"/>
|
||||
</widget>
|
||||
<widget class="QMenu" name="sceneCollectionMenu">
|
||||
|
|
@ -897,6 +919,8 @@
|
|||
<addaction name="actionDupSceneCollection"/>
|
||||
<addaction name="actionRenameSceneCollection"/>
|
||||
<addaction name="actionRemoveSceneCollection"/>
|
||||
<addaction name="actionImportSceneCollection"/>
|
||||
<addaction name="actionExportSceneCollection"/>
|
||||
<addaction name="separator"/>
|
||||
</widget>
|
||||
<widget class="QMenu" name="viewMenu">
|
||||
|
|
@ -1120,6 +1144,19 @@
|
|||
<string>Basic.MainMenu.Edit.Transform.EditTransform</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionCopyTransform">
|
||||
<property name="text">
|
||||
<string>Basic.MainMenu.Edit.Transform.CopyTransform</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionPasteTransform">
|
||||
<property name="enabled">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Basic.MainMenu.Edit.Transform.PasteTransform</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionRotate90CW">
|
||||
<property name="text">
|
||||
<string>Basic.MainMenu.Edit.Transform.Rotate90CW</string>
|
||||
|
|
@ -1249,6 +1286,16 @@
|
|||
<string>Remove</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionImportSceneCollection">
|
||||
<property name="text">
|
||||
<string>Import</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionExportSceneCollection">
|
||||
<property name="text">
|
||||
<string>Export</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionNewProfile">
|
||||
<property name="text">
|
||||
<string>New</string>
|
||||
|
|
@ -1269,6 +1316,16 @@
|
|||
<string>Remove</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionImportProfile">
|
||||
<property name="text">
|
||||
<string>Import</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionExportProfile">
|
||||
<property name="text">
|
||||
<string>Export</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionShowSettingsFolder">
|
||||
<property name="text">
|
||||
<string>Basic.MainMenu.File.ShowSettingsFolder</string>
|
||||
|
|
@ -1328,6 +1385,30 @@
|
|||
<string>Basic.MainMenu.Edit.LockPreview</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionScaleWindow">
|
||||
<property name="checkable">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Basic.MainMenu.Edit.Scale.Window</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionScaleCanvas">
|
||||
<property name="checkable">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Basic.MainMenu.Edit.Scale.Canvas</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionScaleOutput">
|
||||
<property name="checkable">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Basic.MainMenu.Edit.Scale.Output</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
<customwidgets>
|
||||
<customwidget>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue