mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-07-06 00:06:00 -04:00
--User changes
Implement copying and pasting xforms between flames. --Code changes Make palette filename be a shared_ptr<string> to avoid duplication. Ensure random seeds in RendererCL have no duplicates and are not zero.
This commit is contained in:
@ -170,6 +170,9 @@
|
||||
<addaction name="ActionCopyAllXml"/>
|
||||
<addaction name="ActionPasteXmlAppend"/>
|
||||
<addaction name="ActionPasteXmlOver"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="ActionCopySelectedXforms"/>
|
||||
<addaction name="ActionPasteSelectedXforms"/>
|
||||
</widget>
|
||||
<addaction name="MenuFile"/>
|
||||
<addaction name="MenuEdit"/>
|
||||
@ -6104,7 +6107,7 @@ SpinBox
|
||||
<normaloff>:/Fractorium/Icons/page_paste.png</normaloff>:/Fractorium/Icons/page_paste.png</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Paste Xml &Append</string>
|
||||
<string>Paste Xml A&ppend</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>Ctrl+V</string>
|
||||
@ -6139,6 +6142,28 @@ SpinBox
|
||||
<string>Fl&ip</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="ActionCopySelectedXforms">
|
||||
<property name="text">
|
||||
<string>Copy Selected &Xforms</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Copy selected xforms to the clipboard</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>Ctrl+Q</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="ActionPasteSelectedXforms">
|
||||
<property name="text">
|
||||
<string>Paste Selected X&forms</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Paste copied xforms into the current flame</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>Ctrl+W</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
<layoutdefault spacing="6" margin="11"/>
|
||||
<customwidgets>
|
||||
|
Reference in New Issue
Block a user