Re: r28176 - /trunk/user_functions/sys_info.py

2016-04-20 Thread Edward d'Auvergne
On 2 April 2016 at 13:40, wrote: > Author: tlinnet > Date: Sat Apr 2 13:40:03 2016 > New Revision: 28176 > > URL: http://svn.gna.org/viewcvs/relax?rev=28176=rev > Log: > Adding the new user function: system.cd(path). > > This is to change the current working dirextory. >

Independence of the new lib.system module.

2016-04-20 Thread Edward d'Auvergne
Hi Troels, In running the test suite, I noticed the following test failing: $ ./relax --verification-tests Library.test_library_independence The problem is the lib.system module, in that you cannot import the status module. Instead you should call status.observers.system_cwd_path.notify()

Re: r28191 - /trunk/lib/system.py

2016-04-20 Thread Edward d'Auvergne
Hi Troels, This is an interesting concept, having an observer object set up to monitor the current directory change! Note that in almost all of the auto-analyses in the GUI, that the results directory "Change" button has a similar effect. However this is not seen by the observer, so the status

Re: r28198 - /trunk/gui/relax_gui.py

2016-04-20 Thread Edward d'Auvergne
On 2 April 2016 at 22:10, wrote: > Author: tlinnet > Date: Sat Apr 2 22:10:15 2016 > New Revision: 28198 > > URL: http://svn.gna.org/viewcvs/relax?rev=28198=rev > Log: > Optimising the width of the statusbar. > > Modified: > trunk/gui/relax_gui.py > > Modified:

Re: r28199 - /trunk/pipe_control/script.py

2016-04-20 Thread Edward d'Auvergne
On 2 April 2016 at 22:45, wrote: > Author: tlinnet > Date: Sat Apr 2 22:45:58 2016 > New Revision: 28199 > > URL: http://svn.gna.org/viewcvs/relax?rev=28199=rev > Log: > When the userfunction script() is called, a notification of pipe_alteration > is made. > > This will

Re: r28167 - /trunk/user_functions/sys_info.py

2016-04-20 Thread Edward d'Auvergne
On 2 April 2016 at 11:36, wrote: > Author: tlinnet > Date: Sat Apr 2 11:36:00 2016 > New Revision: 28167 > > URL: http://svn.gna.org/viewcvs/relax?rev=28167=rev > Log: > In the GUI the userfunctions sys_info() and time() are now grouped into a > "system" subclass. > >

Re: r28168 - in /trunk: graphics/oxygen_icons/16x16/places/ lib/ user_functions/

2016-04-20 Thread Edward d'Auvergne
On 2 April 2016 at 12:38, wrote: > Author: tlinnet > Date: Sat Apr 2 12:38:41 2016 > New Revision: 28168 > > URL: http://svn.gna.org/viewcvs/relax?rev=28168=rev > Log: > Added a new 16x16 icon for the oxygen folder-favorites icon. > > Added: >

Re: r28182 - /trunk/gui/relax_gui.py

2016-04-20 Thread Edward d'Auvergne
On 2 April 2016 at 15:46, wrote: > Author: tlinnet > Date: Sat Apr 2 15:46:09 2016 > New Revision: 28182 > > URL: http://svn.gna.org/viewcvs/relax?rev=28182=rev > Log: > Adding a relax gui menu for changing the current working directory. > > Modified: >