/[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 190 by bh, Tue May 28 12:39:49 2002 UTC revision 210 by bh, Tue Jul 9 16:17:38 2002 UTC
# Line 1  Line 1 
1    2002-07-09  Bernhard Herzog  <[email protected]>
2    
3            * setup.py: In the setup call, use the thuban homepage as the
4            value of the url parameter.
5    
6            * Examples: New subdirectory for examples.
7    
8            * Examples/simple_extensions/simple_tool.xpm,
9            Examples/simple_extensions/simple_tool.py,
10            Examples/simple_extensions/simple_command.py,
11            Examples/simple_extensions/README: Simple examples showing how to
12            add new commands and tools.
13    
14            * setup.cfg (bdist_rpm): Add the default value for prefix and tell
15            bdist_rpm that we also have an install script.
16            (bdist_inno): Add 2002 to the copyright notice.
17    
18            * setup.py: Create a file in python's site-packages directory to
19            make installation of Thuban as a library easier.
20            (ThubanInstall.user_options): Add two new options,
21            create-init-module and init-module-dir
22            (ThubanInstall.expand_with_pure_python_dirs): New method to expand
23            filenames for installation in the default directories.
24            (ThubanInstall.select_scheme, ThubanInstall.convert_paths): Extend
25            the inherited methods to capture some filenames before they're
26            transformed too much by distutils.
27            (ThubanInstall.run): Create the init module if requested.
28            (ThubanInstall.thuban_init_filename): New method to return the
29            full name of the init module.
30            (ThubanInstall.get_outputs): Append the filename of the init
31            module.
32    
33    2002-07-08  Bernhard Herzog  <[email protected]>
34    
35            * setup.py (thuban_bdist_rpm): Extend this version of bdist_rpm to
36            handle the prefix properly which means that the default for the
37            installation prefix should be /usr for RPMs and /usr/local when
38            doing a normal source install.
39            (bdist_rpm_install_script): Script to override the default install
40            commands in the specfile generated by the bdist_rpm command.
41            (thuban_bdist_rpm.user_options): Add a prefix option
42            (thuban_bdist_rpm.initialize_options): Init the prefix option.
43            Create the script files for the spec files as empty files here
44            (thuban_bdist_rpm._make_spec_file): Override the inherited method
45            to fill the script files with content.
46    
47            * Thuban/Model/save.py (relative_filename): Wrapper around
48            Thuban.Lib.fileutil.relative_filename that accepts an empty dir
49            argument. save_session now automatically uses this version,
50            solving a problem when saving to a relative filename.
51    
52            * setup.py: In the setup call, make sure that the library
53            directories are under $prefix/lib not directly under $prefix.
54    
55    2002-06-20      Jan-Oliver Wagner <[email protected]>
56    
57            * Thuban/Model/extension.py: new module to handle extension objects.
58            * Thuban/Model/messages.py: new messages for extensions.
59            * Thuban/Model/session.py (Session.Extensions, Session.HasExtensions,
60            Session.AddExtension): new for handling extensions.
61            Also some other minor changes to round up extension handling.
62            * Thuban/UI/tree.py (SessionTreeCrtl:update_tree): Added visualization
63            of Extension titles and title and names of its objects.
64    
65    2002-05-29  Bernhard Herzog  <[email protected]>
66    
67            * Thuban/UI/mainwindow.py (MainWindow.bind_command_events): Bind
68            the events for a command.
69            (MainWindow.add_toolbar_command, MainWindow.add_menu_command):
70            Call bind_command_events to bind the events. add_toolbar_command
71            can now bind events too so that it's possible to have commands
72            that are only available through the toolbar.
73            (MainWindow.init_ids): New instance variable events_bound to keep
74            track of for which commands events have been bound.
75    
76  2002-05-28  Bernhard Herzog  <[email protected]>  2002-05-28  Bernhard Herzog  <[email protected]>
77    
78          * Thuban/UI/menu.py: New module to build and manage menus.          * Thuban/UI/menu.py: New module to build and manage menus.
# Line 13  Line 88 
88          (ThubanApplication.read_startup_files): New method to run          (ThubanApplication.read_startup_files): New method to run
89          ~/.thuban/thubanstart.py          ~/.thuban/thubanstart.py
90    
91            * Thuban/UI/mainwindow.py (MainWindow.__init__, main_toolbar):
92            Move the toolbar definition to the Menu instance main_toolbar.
93            (MainWindow.build_toolbar): New method to build the toolbar
94            similar to the build_menu methods
95    
96  2002-05-23  Bernhard Herzog  <[email protected]>  2002-05-23  Bernhard Herzog  <[email protected]>
97    
98          * Thuban/UI/mainwindow.py (MainWindow.__init__): Fix spelling of          * Thuban/UI/mainwindow.py (MainWindow.__init__): Fix spelling of

Legend:
Removed from v.190  
changed lines
  Added in v.210

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26