Menu

SVN archive Commit Log


Commit Date  
[r13821] by bugman

Converted all of the analysis objects into instances of wx.lib.scrolledpanel.ScrolledPanel.

This is instead of just having the right hand panel as a scrolled panel, as was tested in the
model-free auto-analysis. The setup of the GUI element has also shifted into the base class in
gui.analyses.base, whereas the analysis specific setup still occurs in the specific classes.

2011-07-22 09:26:17 Tree
[r13820] by bugman

Attempted to put the model-free auto-analysis into a scrolled panel.

The idea is that the analysis panels might be larger than the main app window, so scrolling would be
needed to see it all. This will be important in the custom analysis.

2011-07-22 08:43:52 Tree
[r13819] by bugman

Improvements to the relaxation data list GUI element.

These include having a fixed height for the element, fixes for the setting of the cell data, and a
global panel instead of a panel for just the buttons.

2011-07-22 06:57:46 Tree
[r13818] by bugman

Missing import.

2011-07-21 17:47:18 Tree
[r13817] by bugman

The ds.relax_gui data structure is initialised if absent when associating a pipe with a new tab.

2011-07-21 17:40:55 Tree
[r13816] by bugman

The test_load_state_no_gui() GUI test is now more advanced, using the pipe editor to associate a tab.

2011-07-21 17:26:22 Tree
[r13815] by bugman

The popup menu is not shown if the status.show_gui flag is not set.

2011-07-21 17:15:59 Tree
[r13814] by bugman

The GUI test base class tearDown method now resets the observer objects.

This allows the GUI tests to function after the first.

2011-07-21 17:02:31 Tree
[r13813] by bugman

Fixes for the analysis reset() method.

It has been renamed to post_reset() and now removes all the GUI elements itself. The call to
delete_all() is of no use because it calls delete_analysis() which removes data pipes and
ds.relax_gui data storage as well, and then notifies observers.

2011-07-21 16:53:54 Tree
[r13812] by bugman

The auto-analysis initialisation can now associate with a pre-existing data pipe.

This is useful for bringing a data pipe into an analysis tab.

2011-07-21 15:18:09 Tree
Older >
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.