Author: bugman
Date: Mon May 7 13:46:02 2012
New Revision: 16044
URL: http://svn.gna.org/viewcvs/relax?rev=16044&view=rev
Log:
Added icons and wizard graphics for the align_tensor user functions.
Added:
branches/uf_redesign/graphics/relax_icons/16x16/align_tensor.png (with
props)
branches/uf_redesign/graphics/relax_icons/22x22/align_tensor.png (with
props)
branches/uf_redesign/graphics/relax_icons/32x32/align_tensor.png (with
props)
branches/uf_redesign/graphics/relax_icons/48x48/align_tensor.png (with
props)
branches/uf_redesign/graphics/wizards/align_tensor.png (with props)
Modified:
branches/uf_redesign/user_functions/align_tensor.py
Added: branches/uf_redesign/graphics/relax_icons/16x16/align_tensor.png
URL:
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/graphics/relax_icons/16x16/align_tensor.png?rev=16044&view=auto
==============================================================================
Binary file - no diff available.
Propchange: branches/uf_redesign/graphics/relax_icons/16x16/align_tensor.png
------------------------------------------------------------------------------
svn:mime-type = image/png
Added: branches/uf_redesign/graphics/relax_icons/22x22/align_tensor.png
URL:
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/graphics/relax_icons/22x22/align_tensor.png?rev=16044&view=auto
==============================================================================
Binary file - no diff available.
Propchange: branches/uf_redesign/graphics/relax_icons/22x22/align_tensor.png
------------------------------------------------------------------------------
svn:mime-type = image/png
Added: branches/uf_redesign/graphics/relax_icons/32x32/align_tensor.png
URL:
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/graphics/relax_icons/32x32/align_tensor.png?rev=16044&view=auto
==============================================================================
Binary file - no diff available.
Propchange: branches/uf_redesign/graphics/relax_icons/32x32/align_tensor.png
------------------------------------------------------------------------------
svn:mime-type = image/png
Added: branches/uf_redesign/graphics/relax_icons/48x48/align_tensor.png
URL:
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/graphics/relax_icons/48x48/align_tensor.png?rev=16044&view=auto
==============================================================================
Binary file - no diff available.
Propchange: branches/uf_redesign/graphics/relax_icons/48x48/align_tensor.png
------------------------------------------------------------------------------
svn:mime-type = image/png
Added: branches/uf_redesign/graphics/wizards/align_tensor.png
URL:
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/graphics/wizards/align_tensor.png?rev=16044&view=auto
==============================================================================
Binary file - no diff available.
Propchange: branches/uf_redesign/graphics/wizards/align_tensor.png
------------------------------------------------------------------------------
svn:mime-type = image/png
Modified: branches/uf_redesign/user_functions/align_tensor.py
URL:
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/user_functions/align_tensor.py?rev=16044&r1=16043&r2=16044&view=diff
==============================================================================
--- branches/uf_redesign/user_functions/align_tensor.py (original)
+++ branches/uf_redesign/user_functions/align_tensor.py Mon May 7 13:46:02 2012
@@ -34,6 +34,7 @@
uf_class = uf_info.add_class('align_tensor')
uf_class.title = "Class for manipulating the alignment tensor."
uf_class.menu_text = "&align_tensor"
+uf_class.gui_icon = "relax.align_tensor"
# The align_tensor.copy user function.
@@ -102,6 +103,7 @@
uf.menu_text = "©"
uf.gui_icon = "oxygen.actions.list-add"
uf.wizard_size = (700, 500)
+uf.wizard_image = WIZARD_IMAGE_PATH + 'align_tensor.png'
# The align_tensor.delete user function.
@@ -124,6 +126,7 @@
uf.backend = align_tensor.delete
uf.menu_text = "&delete"
uf.gui_icon = "oxygen.actions.list-remove"
+uf.wizard_image = WIZARD_IMAGE_PATH + 'align_tensor.png'
# The align_tensor.display user function.
@@ -156,6 +159,7 @@
uf.backend = align_tensor.display
uf.menu_text = "dis&play"
uf.wizard_size = (700, 500)
+uf.wizard_image = WIZARD_IMAGE_PATH + 'align_tensor.png'
# The align_tensor.fix user function.
@@ -184,6 +188,7 @@
"""
uf.backend = align_tensor.fix
uf.menu_text = "&fix"
+uf.wizard_image = WIZARD_IMAGE_PATH + 'align_tensor.png'
# The align_tensor.init user function.
@@ -266,6 +271,8 @@
uf.backend = align_tensor.init
uf.menu_text = "&init"
uf.wizard_size = (800, 600)
+uf.gui_icon = "relax.align_tensor"
+uf.wizard_image = WIZARD_IMAGE_PATH + 'align_tensor.png'
# The align_tensor.matrix_angles user function.
@@ -299,6 +306,7 @@
uf.backend = align_tensor.matrix_angles
uf.menu_text = "&matrix_angles"
uf.wizard_size = (800, 600)
+uf.wizard_image = WIZARD_IMAGE_PATH + 'align_tensor.png'
# The align_tensor.reduction user function.
@@ -333,6 +341,7 @@
"""
uf.backend = align_tensor.reduction
uf.menu_text = "&reduction"
+uf.wizard_image = WIZARD_IMAGE_PATH + 'align_tensor.png'
# The align_tensor.set_domain user function.
@@ -364,6 +373,7 @@
"""
uf.backend = align_tensor.set_domain
uf.menu_text = "&set_domain"
+uf.wizard_image = WIZARD_IMAGE_PATH + 'align_tensor.png'
# The align_tensor.svd user function.
@@ -434,3 +444,4 @@
uf.backend = align_tensor.svd
uf.menu_text = "s&vd"
uf.wizard_size = (800, 600)
+uf.wizard_image = WIZARD_IMAGE_PATH + 'align_tensor.png'
_______________________________________________
relax (http://www.nmr-relax.com)
This is the relax-commits mailing list
[email protected]
To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits