/[thuban]/branches/greater-ms3/thuban/ChangeLog
ViewVC logotype

Diff of /branches/greater-ms3/thuban/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 186 by bh, Thu May 23 15:37:48 2002 UTC revision 202 by bh, Mon Jul 8 10:51:14 2002 UTC
# Line 1  Line 1 
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]>
33    
34            * Thuban/UI/menu.py: New module to build and manage menus.
35    
36            * Thuban/UI/mainwindow.py: Remove some unused imports.
37            (MainWindow.__init__, main_menu): move the definition of the main
38            menu from __init__ to the Menu instance main_menu.
39            (MainWindow.build_menu_bar, MainWindow.build_menu): New methods to
40            build the menu bar and sub-menus from a menu description.
41    
42            * Thuban/UI/application.py (ThubanApplication.OnInit): Read the
43            startup file
44            (ThubanApplication.read_startup_files): New method to run
45            ~/.thuban/thubanstart.py
46    
47            * Thuban/UI/mainwindow.py (MainWindow.__init__, main_toolbar):
48            Move the toolbar definition to the Menu instance main_toolbar.
49            (MainWindow.build_toolbar): New method to build the toolbar
50            similar to the build_menu methods
51    
52  2002-05-23  Bernhard Herzog  <[email protected]>  2002-05-23  Bernhard Herzog  <[email protected]>
53    
54          * Thuban/UI/mainwindow.py (MainWindow.__init__): Fix spelling of          * Thuban/UI/mainwindow.py (MainWindow.__init__): Fix spelling of

Legend:
Removed from v.186  
changed lines
  Added in v.202

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26