Author: bugman
Date: Tue May 8 15:33:47 2012
New Revision: 16099
URL: http://svn.gna.org/viewcvs/relax?rev=16099&view=rev
Log:
Created icons and wizard graphics for the auto-generated dx user functions.
Added:
branches/uf_redesign/graphics/misc/dx-logo-shd.jpg (with props)
branches/uf_redesign/graphics/misc/dx-logo.gif (with props)
branches/uf_redesign/graphics/relax_icons/16x16/opendx.png (with props)
branches/uf_redesign/graphics/relax_icons/22x22/opendx.png (with props)
branches/uf_redesign/graphics/relax_icons/32x32/opendx.png (with props)
branches/uf_redesign/graphics/relax_icons/48x48/opendx.png (with props)
branches/uf_redesign/graphics/wizards/opendx.png (with props)
Modified:
branches/uf_redesign/user_functions/dx.py
Added: branches/uf_redesign/graphics/misc/dx-logo-shd.jpg
URL:
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/graphics/misc/dx-logo-shd.jpg?rev=16099&view=auto
==============================================================================
Binary file - no diff available.
Propchange: branches/uf_redesign/graphics/misc/dx-logo-shd.jpg
------------------------------------------------------------------------------
svn:mime-type = image/jpeg
Added: branches/uf_redesign/graphics/misc/dx-logo.gif
URL:
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/graphics/misc/dx-logo.gif?rev=16099&view=auto
==============================================================================
Binary file - no diff available.
Propchange: branches/uf_redesign/graphics/misc/dx-logo.gif
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: branches/uf_redesign/graphics/relax_icons/16x16/opendx.png
URL:
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/graphics/relax_icons/16x16/opendx.png?rev=16099&view=auto
==============================================================================
Binary file - no diff available.
Propchange: branches/uf_redesign/graphics/relax_icons/16x16/opendx.png
------------------------------------------------------------------------------
svn:mime-type = image/png
Added: branches/uf_redesign/graphics/relax_icons/22x22/opendx.png
URL:
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/graphics/relax_icons/22x22/opendx.png?rev=16099&view=auto
==============================================================================
Binary file - no diff available.
Propchange: branches/uf_redesign/graphics/relax_icons/22x22/opendx.png
------------------------------------------------------------------------------
svn:mime-type = image/png
Added: branches/uf_redesign/graphics/relax_icons/32x32/opendx.png
URL:
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/graphics/relax_icons/32x32/opendx.png?rev=16099&view=auto
==============================================================================
Binary file - no diff available.
Propchange: branches/uf_redesign/graphics/relax_icons/32x32/opendx.png
------------------------------------------------------------------------------
svn:mime-type = image/png
Added: branches/uf_redesign/graphics/relax_icons/48x48/opendx.png
URL:
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/graphics/relax_icons/48x48/opendx.png?rev=16099&view=auto
==============================================================================
Binary file - no diff available.
Propchange: branches/uf_redesign/graphics/relax_icons/48x48/opendx.png
------------------------------------------------------------------------------
svn:mime-type = image/png
Added: branches/uf_redesign/graphics/wizards/opendx.png
URL:
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/graphics/wizards/opendx.png?rev=16099&view=auto
==============================================================================
Binary file - no diff available.
Propchange: branches/uf_redesign/graphics/wizards/opendx.png
------------------------------------------------------------------------------
svn:mime-type = image/png
Modified: branches/uf_redesign/user_functions/dx.py
URL:
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/user_functions/dx.py?rev=16099&r1=16098&r2=16099&view=diff
==============================================================================
--- branches/uf_redesign/user_functions/dx.py (original)
+++ branches/uf_redesign/user_functions/dx.py Tue May 8 15:33:47 2012
@@ -36,6 +36,7 @@
uf_class = uf_info.add_class("dx")
uf_class.title = "Class for interfacing with OpenDX."
uf_class.menu_text = "&dx"
+uf_class.gui_icon = "relax.opendx"
# The dx.execute user function.
@@ -80,6 +81,7 @@
uf.gui_icon = "oxygen.categories.applications-education"
uf.wizard_size = (700, 500)
uf.wizard_apply_button = False
+uf.wizard_image = WIZARD_IMAGE_PATH + 'opendx.png'
# The dx.map user function.
@@ -216,4 +218,6 @@
"""
uf.backend = opendx.main.map
uf.menu_text = "&map"
+uf.gui_icon = "relax.grid_search"
uf.wizard_size = (1000, 800)
+uf.wizard_image = WIZARD_IMAGE_PATH + 'opendx.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