Menu

SVN archive Commit Log


Commit Date  
[r15887] by bugman

Modified the wizard_elements.Base_value base GUI element class to handle combo boxes.

This class can now choose between a wx.TextCtrl or a wx.ComboBox element with the element_type
keyword arg.

2012-05-02 19:44:22 Tree
[r15886] by bugman

The Bmrb.test_bmrb_rw GUI test now uses the new execute_uf() method for the bmrb.citation uf.

2012-05-02 19:27:35 Tree
[r15885] by bugman

Created the GUI test base method execute_uf() for executing a user function.

This is an interface which will massively simplify the creation of GUI tests, so that they can be
almost the same as normal relax scripts. This will allow for the porting of most of the system test
scripts into GUI tests. This however requires the use of the new wizard page element_*() methods
to create the GUI elements.

2012-05-02 19:26:54 Tree
[r15884] by bugman

The bmrb.citation GUI user function now uses the new wizard page element_*() methods for the GUI elements.

2012-05-02 19:12:13 Tree
[r15883] by bugman

Created a new wizard element for inputting integers.

This will be used for user function args which should be integers. This is based on the string
element. The wizard page element_int() method creates the element from the wizard_elements.Integer
class.

2012-05-02 19:08:06 Tree
[r15882] by bugman

Created a new wizard element for inputting strings.

This will be used for user function args which should be strings. The wizard page element_string()
method creates the element from the wizard_elements.String class. This class inherits from
wizard_elements.Base_value which contains most of the executable code.

2012-05-02 19:01:53 Tree
[r15881] by bugman

Created the Bmrb.test_bmrb_rw GUI test.

This incomplete test is based on the bmrb_rw.py system test script.

2012-05-02 18:42:08 Tree
[r15880] by bugman

Completed the GUI interface for the bmrb.citation user function.

2012-05-02 16:36:59 Tree
[r15879] by bugman

Fix for the bmrb.citation user function documentation.

The 'type' argument was not being described.

2012-05-02 16:36:42 Tree
[r15878] by bugman

Debugging print out removal.

2012-05-02 15:58:41 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.