Commit | Date | |
---|---|---|
[r13083]
by
bugman
The dialog ShowModal() and Destroy() methods are now executed by the wizard run() method. |
2011-06-17 08:49:12 | Tree |
[r13082]
by
bugman
Modifying the user function 'read_xyz()'. This is Han's patch https://gna.org/task/download.php?file_id=13243 attached to the task In the user function generic_fns/structure/main.py a single blank line was removed. |
2011-06-17 08:38:40 | Tree |
[r13081]
by
bugman
The wizard size and title are now class arguments rather than hardcoded variables. |
2011-06-17 08:37:07 | Tree |
[r13080]
by
bugman
Created the UF_panel class derived from Wiz_panel for the user function specific wizard panels. |
2011-06-17 08:36:04 | Tree |
2011-06-17 08:14:24 | Tree | |
[r13078]
by
bugman
Created the add_page() and run() methods for the Wiz_window class. These are currently non-functional. |
2011-06-17 08:11:50 | Tree |
[r13077]
by
bugman
Temporarily turned off all user functions, save value.set(). This will be used to redesign all of the wizard and user function dialogs and panels. |
2011-06-16 17:20:40 | Tree |
2011-06-16 17:09:23 | Tree | |
[r13075]
by
bugman
Split Wiz_window into two classes, Wiz_window (dialog) and Wiz_panel (panel). This will allow a series of panels to be created and strung together in one dialog, i.e. a wizard. |
2011-06-16 16:40:27 | Tree |
[r13074]
by
bugman
Added the infrastructure for the operation of the 'File->New analysis' menu entry. The skeleton gui.analyses.wizard.Analysis_wizard class has been created to have the run() method |
2011-06-16 15:22:23 | Tree |