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]> |
12 |
|
|
13 |
|
* Thuban/Model/extension.py: new module to handle extension objects. |
14 |
|
* Thuban/Model/messages.py: new messages for extensions. |
15 |
|
* Thuban/Model/session.py (Session.Extensions, Session.HasExtensions, |
16 |
|
Session.AddExtension): new for handling extensions. |
17 |
|
Also some other minor changes to round up extension handling. |
18 |
|
* Thuban/UI/tree.py (SessionTreeCrtl:update_tree): Added visualization |
19 |
|
of Extension titles and title and names of its objects. |
20 |
|
|
21 |
|
2002-05-29 Bernhard Herzog <[email protected]> |
22 |
|
|
23 |
|
* Thuban/UI/mainwindow.py (MainWindow.bind_command_events): Bind |
24 |
|
the events for a command. |
25 |
|
(MainWindow.add_toolbar_command, MainWindow.add_menu_command): |
26 |
|
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 |
28 |
|
that are only available through the toolbar. |
29 |
|
(MainWindow.init_ids): New instance variable events_bound to keep |
30 |
|
track of for which commands events have been bound. |
31 |
|
|
32 |
2002-05-28 Bernhard Herzog <[email protected]> |
2002-05-28 Bernhard Herzog <[email protected]> |
33 |
|
|
34 |
* Thuban/UI/menu.py: New module to build and manage menus. |
* Thuban/UI/menu.py: New module to build and manage menus. |