1 |
|
2002-07-08 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* Thuban/Model/save.py (relative_filename): Wrapper around |
4 |
|
Thuban.Lib.fileutil.relative_filename that accepts an empty dir |
5 |
|
argument. save_session now automatically uses this version, |
6 |
|
solving a problem when saving to a relative filename. |
7 |
|
|
8 |
|
* setup.py: In the setup call, make sure that the library |
9 |
|
directories are under $prefix/lib not directly under $prefix. |
10 |
|
|
11 |
2002-06-20 Jan-Oliver Wagner <[email protected]> |
2002-06-20 Jan-Oliver Wagner <[email protected]> |
12 |
|
|
13 |
* Thuban/Model/extension.py: new module to handle extension objects. |
* Thuban/Model/extension.py: new module to handle extension objects. |
21 |
2002-05-29 Bernhard Herzog <[email protected]> |
2002-05-29 Bernhard Herzog <[email protected]> |
22 |
|
|
23 |
* Thuban/UI/mainwindow.py (MainWindow.bind_command_events): Bind |
* Thuban/UI/mainwindow.py (MainWindow.bind_command_events): Bind |
24 |
the events for a comnmand. |
the events for a command. |
25 |
(MainWindow.add_toolbar_command, MainWindow.add_menu_command): |
(MainWindow.add_toolbar_command, MainWindow.add_menu_command): |
26 |
Call bind_command_events to bind the events. add_toolbar_command |
Call bind_command_events to bind the events. add_toolbar_command |
27 |
can now bind events too so that it's possible to have commands |
can now bind events too so that it's possible to have commands |