Menu

Commit [r20794]  Maximize  Restore  History

Merged revisions 20790-20793 via svnmerge from

svn+ssh://bugman@.../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.
........

bugman 2013-09-04

changed /branches/relax_disp
changed /branches/relax_disp/compat.py
changed /branches/relax_disp/gui/analyses/auto_model_free.py
changed /branches/relax_disp/gui/analyses/auto_r1.py
changed /branches/relax_disp/gui/analyses/auto_r2.py
changed /branches/relax_disp/gui/analyses/wizard.py
changed /branches/relax_disp/gui/components/relax_data.py
changed /branches/relax_disp/gui/string_conv.py
changed /branches/relax_disp/user_functions/model_free.py
/branches/relax_disp/compat.py Diff Switch to side-by-side view
Loading...
/branches/relax_disp/gui/analyses/auto_model_free.py Diff Switch to side-by-side view
Loading...
/branches/relax_disp/gui/analyses/auto_r1.py Diff Switch to side-by-side view
Loading...
/branches/relax_disp/gui/analyses/auto_r2.py Diff Switch to side-by-side view
Loading...
/branches/relax_disp/gui/analyses/wizard.py Diff Switch to side-by-side view
Loading...
/branches/relax_disp/gui/components/relax_data.py Diff Switch to side-by-side view
Loading...
/branches/relax_disp/gui/string_conv.py Diff Switch to side-by-side view
Loading...
/branches/relax_disp/user_functions/model_free.py Diff Switch to side-by-side view
Loading...
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.