mailr16110 - in /branches/uf_redesign: graphics/relax_icons/16x16/ graphics/relax_icons/22x22/ graphics/relax_icons/32x32/ graph...


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on May 08, 2012 - 17:21:
Author: bugman
Date: Tue May  8 17:21:00 2012
New Revision: 16110

URL: http://svn.gna.org/viewcvs/relax?rev=16110&view=rev
Log:
Created icons and wizard graphics for the frame_order user functions.


Added:
    branches/uf_redesign/graphics/relax_icons/16x16/frame_order.png   (with 
props)
    branches/uf_redesign/graphics/relax_icons/22x22/frame_order.png   (with 
props)
    branches/uf_redesign/graphics/relax_icons/32x32/frame_order.png   (with 
props)
    branches/uf_redesign/graphics/relax_icons/48x48/frame_order.png   (with 
props)
    branches/uf_redesign/graphics/wizards/frame_order.png   (with props)
Modified:
    branches/uf_redesign/user_functions/frame_order.py

Added: branches/uf_redesign/graphics/relax_icons/16x16/frame_order.png
URL: 
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/graphics/relax_icons/16x16/frame_order.png?rev=16110&view=auto
==============================================================================
Binary file - no diff available.

Propchange: branches/uf_redesign/graphics/relax_icons/16x16/frame_order.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: branches/uf_redesign/graphics/relax_icons/22x22/frame_order.png
URL: 
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/graphics/relax_icons/22x22/frame_order.png?rev=16110&view=auto
==============================================================================
Binary file - no diff available.

Propchange: branches/uf_redesign/graphics/relax_icons/22x22/frame_order.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: branches/uf_redesign/graphics/relax_icons/32x32/frame_order.png
URL: 
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/graphics/relax_icons/32x32/frame_order.png?rev=16110&view=auto
==============================================================================
Binary file - no diff available.

Propchange: branches/uf_redesign/graphics/relax_icons/32x32/frame_order.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: branches/uf_redesign/graphics/relax_icons/48x48/frame_order.png
URL: 
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/graphics/relax_icons/48x48/frame_order.png?rev=16110&view=auto
==============================================================================
Binary file - no diff available.

Propchange: branches/uf_redesign/graphics/relax_icons/48x48/frame_order.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: branches/uf_redesign/graphics/wizards/frame_order.png
URL: 
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/graphics/wizards/frame_order.png?rev=16110&view=auto
==============================================================================
Binary file - no diff available.

Propchange: branches/uf_redesign/graphics/wizards/frame_order.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Modified: branches/uf_redesign/user_functions/frame_order.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/user_functions/frame_order.py?rev=16110&r1=16109&r2=16110&view=diff
==============================================================================
--- branches/uf_redesign/user_functions/frame_order.py (original)
+++ branches/uf_redesign/user_functions/frame_order.py Tue May  8 17:21:00 
2012
@@ -87,8 +87,10 @@
 """
 uf.backend = frame_order_obj._cone_pdb
 uf.menu_text = "&cone_pdb"
+uf.gui_icon = "oxygen.actions.document-save"
 uf.wizard_height_desc = 400
 uf.wizard_size = (1000, 800)
+uf.wizard_image = WIZARD_IMAGE_PATH + 'frame_order.png'
 
 
 # The frame_order.domain_to_pdb user function.
@@ -118,6 +120,7 @@
 """
 uf.backend = frame_order_obj._domain_to_pdb
 uf.menu_text = "&domain_to_pdb"
+uf.wizard_image = WIZARD_IMAGE_PATH + 'frame_order.png'
 
 
 # The frame_order.pivot user function.
@@ -142,6 +145,7 @@
 """
 uf.backend = frame_order_obj._pivot
 uf.menu_text = "&pivot"
+uf.wizard_image = WIZARD_IMAGE_PATH + 'frame_order.png'
 
 
 # The frame_order.ref_domain user function.
@@ -164,6 +168,7 @@
 """
 uf.backend = frame_order_obj._ref_domain
 uf.menu_text = "&ref_domain"
+uf.wizard_image = WIZARD_IMAGE_PATH + 'frame_order.png'
 
 
 # The frame_order.select_model user function.
@@ -251,3 +256,4 @@
 uf.wizard_height_desc = 600
 uf.wizard_size = (1000, 800)
 uf.wizard_apply_button = False
+uf.wizard_image = WIZARD_IMAGE_PATH + 'frame_order.png'




Related Messages


Powered by MHonArc, Updated Tue May 08 17:40:01 2012