Author: bugman
Date: Mon May  7 16:45:50 2012
New Revision: 16060

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


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

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

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

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

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

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

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

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

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

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

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

Modified: branches/uf_redesign/user_functions/palmer.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/user_functions/palmer.py?rev=16060&r1=16059&r2=16060&view=diff
==============================================================================
--- branches/uf_redesign/user_functions/palmer.py (original)
+++ branches/uf_redesign/user_functions/palmer.py Mon May  7 16:45:50 2012
@@ -33,6 +33,7 @@
 uf_class = uf_info.add_class('palmer')
 uf_class.title = "Class for interfacing with Art Palmer's Modelfree 4."
 uf_class.menu_text = "&palmer"
+uf_class.gui_icon = "relax.modelfree4"
 
 
 # The palmer.create user function.
@@ -151,6 +152,7 @@
 uf.menu_text = "&create"
 uf.wizard_size = (1000, 800)
 uf.wizard_apply_button = False
+uf.wizard_image = WIZARD_IMAGE_PATH + 'modelfree4.png'
 
 
 # The palmer.execute user function.
@@ -195,6 +197,7 @@
 uf.menu_text = "&execute"
 uf.wizard_size = (700, 500)
 uf.wizard_apply_button = False
+uf.wizard_image = WIZARD_IMAGE_PATH + 'modelfree4.png'
 
 
 # The palmer.extract user function.
@@ -215,3 +218,4 @@
 uf.backend = palmer.extract
 uf.menu_text = "ex&tract"
 uf.wizard_apply_button = False
+uf.wizard_image = WIZARD_IMAGE_PATH + 'modelfree4.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

Reply via email to