Commit | Date | |
---|---|---|
[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 |
[r27510]
by
bugman
Created a script for testing the memory management when calling the time GUI user function. |
2015-02-04 13:18:26 | Tree |
2015-02-04 13:15:25 | Tree | |
[r27508]
by
bugman
Created a base class for the memory management scripts for the GUI user functions. The core of the GUI_uf_minimise_execute.py script has been converted into the GUI_base.py base class |
2015-02-04 13:12:22 | Tree |
[r27507]
by
bugman
Shifted the memory_leak_test_GUI_uf.py script to devel_scripts/memory_management/GUI_uf_minimise_execute.py. |
2015-02-04 12:58:17 | Tree |
[r27506]
by
bugman
Created the new devel_scripts/memory_management/ directory. This will be used for holding all of the memory C module leak detection, GUI object leak detection, |
2015-02-04 12:57:37 | Tree |
2015-02-04 10:30:11 | Tree | |
[r27504]
by
bugman
Created the memory_leak_test_GUI_uf.py development script. This is to help in tracking down memory leaks in the relax GUI user functions. Instead of using a |
2015-02-04 10:15:48 | Tree |
[r27503]
by
bugman
Added a copyright notice to the memory_leak_test_relax_fit.py development script. This is to know how old the script is, to see how out of date it is in the future. |
2015-02-04 09:14:28 | Tree |