Commit | Date | |
---|---|---|
[r27520]
by
bugman
Merged revisions 27518-27519 via svnmerge from ........ |
2015-02-04 16:09:15 | Tree |
[r27519]
by
bugman
Fix for bug #23244 (https://gna.org/bugs/?23244). The relaxation curve-fitting auto-analysis now outputs text files and Grace graphs for the I0 |
2015-02-04 16:06:42 | Tree |
[r27518]
by
bugman
Created the Relax_fit.test_bug_23244_Iinf_graph system test. This is to catch bug #23244 (https://gna.org/bugs/?23244). |
2015-02-04 16:02:35 | Tree |
[r27517]
by
bugman
Fix for the default grid_inc argument for the relaxation curve-fitting auto-analysis. This needs to be an integer. |
2015-02-04 15:47:44 | Tree |
[r27516]
by
bugman
Another fix for the now variable sized wizard page list. This time the fix is in the GUI user function __call__() method. |
2015-02-04 15:35:58 | Tree |
[r27515]
by
bugman
Fix for the GUI wizard _go_next() method. The way to determine if there are no more pages needs to be changed, as there are now no empty list |
2015-02-04 15:28:04 | Tree |
2015-02-04 15:22:22 | Tree | |
[r27513]
by
bugman
Fix for GUI wizards and GUI user functions. The recent memory management changes caused the wizard windows to have an incorrect layout so that |
2015-02-04 15:19:54 | Tree |
[r27512]
by
bugman
The maximum number of pages in the GUI wizard is no longer hardcoded. The max_pages argument has been added to allow this value to be changed. |
2015-02-04 14:49:30 | Tree |
[r27511]
by
bugman
Large memory management improvement for the relax GUI wizards and GUI user functions. The pympler.muppy based memory management scripts in devel_scripts/memory_management for testing the The problem was that 16 page sizers and 16 button sizers were initialised each time for later use, This will solve many memory issues in the GUI, especially in the GUI tests on Mac OS X systems |
2015-02-04 14:32:44 | Tree |