mailr23565 - in /branches/frame_order_cleanup: ./ gui/ gui/input_elements/ test_suite/gui_tests/ user_functions/


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

Header


Content

Posted by edward on May 28, 2014 - 19:17:
Author: bugman
Date: Wed May 28 19:17:14 2014
New Revision: 23565

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

........
  r23554 | bugman | 2014-05-28 18:24:57 +0200 (Wed, 28 May 2014) | 5 lines
  
  Increased the width of the first column of the Sequence_2D GUI element for 
variable lists.
  
  This is so the column title "Number" will fit.
........
  r23555 | bugman | 2014-05-28 18:26:19 +0200 (Wed, 28 May 2014) | 6 lines
  
  Added list titles for the dx.map user function point argument.
  
  This is so that the Sequence_2D GUI element will have column titles of 'X 
coordinate',
  'Y coordinate', and 'Z coordinate'.
........
  r23556 | bugman | 2014-05-28 18:35:34 +0200 (Wed, 28 May 2014) | 3 lines
  
  The self.variable_length flag is now used throughout the Sequence GUI 
element.
........
  r23557 | bugman | 2014-05-28 18:38:29 +0200 (Wed, 28 May 2014) | 3 lines
  
  The self.variable_length flag is used in one more spot in the Sequence_2D 
GUI element.
........
  r23558 | bugman | 2014-05-28 18:59:17 +0200 (Wed, 28 May 2014) | 6 lines
  
  Created the User_functions.test_structure_add_atom GUI test.
  
  This is used to check the operation of the Sequence GUI element via the 
'pos' argument of the
  structure.add_atom user function.  This is a list fixed to 3 elements.
........
  r23559 | bugman | 2014-05-28 19:01:14 +0200 (Wed, 28 May 2014) | 5 lines
  
  Titles are now handled and set in the Sequence GUI element.
  
  The titles will replace the numbering of 1 onwards in the first column of 
the GUI element.
........
  r23560 | bugman | 2014-05-28 19:07:38 +0200 (Wed, 28 May 2014) | 3 lines
  
  Small fix for switched indices in the new 
User_functions.test_structure_add_atom GUI test.
........
  r23561 | bugman | 2014-05-28 19:10:00 +0200 (Wed, 28 May 2014) | 6 lines
  
  Modified the 'pos' argument of the structure.add_atom user function.
  
  The argument is now a list of fixed length of 3, and it has the titles 'X 
coordinate',
  'Y coordinate', and 'Z coordinate' which are shown in the GUI.
........
  r23562 | bugman | 2014-05-28 19:12:21 +0200 (Wed, 28 May 2014) | 7 lines
  
  Bug fixes for the Sequence GUI element used for lists in the user function 
windows.
  
  Invalid values input into the Sequence GUI window are now ignored rather 
than raising different
  types of error.  And invalid input lists for fixed dimension arguments are 
also ignored.  This
  allows the User_functions.test_structure_add_atom GUI test to pass.
........

Modified:
    branches/frame_order_cleanup/   (props changed)
    branches/frame_order_cleanup/gui/input_elements/sequence.py
    branches/frame_order_cleanup/gui/input_elements/sequence_2D.py
    branches/frame_order_cleanup/gui/uf_objects.py
    branches/frame_order_cleanup/test_suite/gui_tests/test_user_functions.py
    branches/frame_order_cleanup/user_functions/dx.py
    branches/frame_order_cleanup/user_functions/objects.py
    branches/frame_order_cleanup/user_functions/structure.py

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

Modified: branches/frame_order_cleanup/gui/input_elements/sequence.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/gui/input_elements/sequence.py?rev=23565&r1=23564&r2=23565&view=diff

Modified: branches/frame_order_cleanup/gui/input_elements/sequence_2D.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/gui/input_elements/sequence_2D.py?rev=23565&r1=23564&r2=23565&view=diff

Modified: branches/frame_order_cleanup/gui/uf_objects.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/gui/uf_objects.py?rev=23565&r1=23564&r2=23565&view=diff

Modified: 
branches/frame_order_cleanup/test_suite/gui_tests/test_user_functions.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/test_suite/gui_tests/test_user_functions.py?rev=23565&r1=23564&r2=23565&view=diff

Modified: branches/frame_order_cleanup/user_functions/dx.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/user_functions/dx.py?rev=23565&r1=23564&r2=23565&view=diff

Modified: branches/frame_order_cleanup/user_functions/objects.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/user_functions/objects.py?rev=23565&r1=23564&r2=23565&view=diff

Modified: branches/frame_order_cleanup/user_functions/structure.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/user_functions/structure.py?rev=23565&r1=23564&r2=23565&view=diff




Related Messages


Powered by MHonArc, Updated Wed May 28 19:20:03 2014