>>Theoretical Physics>Multislit>Multislit Files>/>/panels/>/panels/application.py
/panels/application.py

0.1.5b 5/09
------

- general changes:
    Changes in menu due to introduction of save dialog in diagram_cl.

- changes in class Application:
    In __init__(..., hook_save_2d_diagram, ..., hook_save_1d_diagram, ...),
        renamed arguments; changes in menu labels; changed hooking.
    askfilenameeps(), deleted.
    save_2d_eps(), deleted.
    save_1d_eps(), deleted.

0.1.4b 5/09
------

- general changes:
    Introducing LabelFrames around 2D and 1D view.
    Introducing spacers between Resolution frame and command buttons.
    Setting default mode to "both".
    Introducing buttons "Ranges > Diagram" and renaming old buttons to
        "Diagram > Ranges".

- changes in class Application:
    In __init__(...,
            hook_ranges_to_diagram_2d,hook_ranges_to_diagram_1d,
            hook_diagram_to_ranges_2d,hook_diagram_to_ranges_1d, ...),
        creating LabelFrames instead of ordinary Frames for 2D and 1D view;
        creating spacer frames; setting mode variable default to CBOTH;
        creating new buttons; additional and renamed arguments.

0.1.3b 5/09
------

- general changes:
    Introducing "Fit View" buttons for 2D and 1D each.

- changes in class Application:
    In __init__(...,
            hook_fit_2d,hook_fit_1d,
            ...), new arguments; creating "Fit View" buttons.

0.1.2b 5/09
------

- changes in class Application:
    In __init__(master,menu,...
            hook_save_2d_eps,hook_save_2d_img,
            hook_save_2d_table,hook_save_2d_coordinates,
            hook_save_1d_eps,
            hook_save_1d_table,
            hook_save_configs_text,
            hook_save_configs_fits,
            hook_overwrite_config_fits,
            hook_load_config_fits), new arguments; creating menu.
    asksaveaseps(title)
    asksaveastable(title)
    save_2d_eps()
    save_2d_img()
    save_2d_table()
    save_2d_coordinates()
    save_1d_eps()
    save_1d_table()

0.1.1b 5/09
------

- changes in class Application:
    In __init__(master,
            hook_recalculate_2d,hook_recalculate_1d,
            hook_takeover_2d,hook_takeover_1d,
            hook_update_titles),
        changes in parameters, creating panels for crossed_gratings, roi,
        titles and resolution as attributes of the instance, changes in
        layout.
    set_fraction_done_2d(fraction)
    set_done_2d()

0.1.0b 5/09
------

- introducing class Application:
    __init__(master)
    tk_choice()


Impressum/Contact