mailr20794 - in /branches/relax_disp: ./ gui/ gui/analyses/ gui/components/ user_functions/


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

Header


Content

Posted by edward on September 04, 2013 - 10:53:
Author: bugman
Date: Wed Sep  4 10:53:02 2013
New Revision: 20794

URL: http://svn.gna.org/viewcvs/relax?rev=20794&view=rev
Log:
Merged revisions 20790-20793 via svnmerge from 
svn+ssh://bugman@xxxxxxxxxxx/svn/relax/trunk

........
  r20790 | bugman | 2013-09-04 10:37:19 +0200 (Wed, 04 Sep 2013) | 7 lines
  
  Defined two new functions called u() in the compat module for better 
unicode string support.
  
  The two functions are defined differently for Python2 and Python3.  The 
Python3 function simply
  returns the text unmodified, as all strings are unicode.  The Python2 
function converts the str
  type to a unicode type.
........
  r20791 | bugman | 2013-09-04 10:41:49 +0200 (Wed, 04 Sep 2013) | 3 lines
  
  Restored the Python3 aliased unicode() function accidentally removed in 
commit r20789.
........
  r20792 | bugman | 2013-09-04 10:43:51 +0200 (Wed, 04 Sep 2013) | 3 lines
  
  The new compat.u() function is now being used for all unicode strings.
........
  r20793 | bugman | 2013-09-04 10:52:10 +0200 (Wed, 04 Sep 2013) | 3 lines
  
  All "local tm" text in the GUI now uses a subscript m unicode character as 
well as the tau character.
........

Modified:
    branches/relax_disp/   (props changed)
    branches/relax_disp/compat.py
    branches/relax_disp/gui/analyses/auto_model_free.py
    branches/relax_disp/gui/analyses/auto_r1.py
    branches/relax_disp/gui/analyses/auto_r2.py
    branches/relax_disp/gui/analyses/wizard.py
    branches/relax_disp/gui/components/relax_data.py
    branches/relax_disp/gui/string_conv.py
    branches/relax_disp/user_functions/model_free.py

[This mail would be too long, it was shortened to contain the URLs only.]

Modified: branches/relax_disp/compat.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/compat.py?rev=20794&r1=20793&r2=20794&view=diff

Modified: branches/relax_disp/gui/analyses/auto_model_free.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/gui/analyses/auto_model_free.py?rev=20794&r1=20793&r2=20794&view=diff

Modified: branches/relax_disp/gui/analyses/auto_r1.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/gui/analyses/auto_r1.py?rev=20794&r1=20793&r2=20794&view=diff

Modified: branches/relax_disp/gui/analyses/auto_r2.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/gui/analyses/auto_r2.py?rev=20794&r1=20793&r2=20794&view=diff

Modified: branches/relax_disp/gui/analyses/wizard.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/gui/analyses/wizard.py?rev=20794&r1=20793&r2=20794&view=diff

Modified: branches/relax_disp/gui/components/relax_data.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/gui/components/relax_data.py?rev=20794&r1=20793&r2=20794&view=diff

Modified: branches/relax_disp/gui/string_conv.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/gui/string_conv.py?rev=20794&r1=20793&r2=20794&view=diff

Modified: branches/relax_disp/user_functions/model_free.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/user_functions/model_free.py?rev=20794&r1=20793&r2=20794&view=diff




Related Messages


Powered by MHonArc, Updated Wed Sep 04 11:00:02 2013