1 |
|
2002-07-09 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* setup.cfg (bdist_rpm): Add the default value for prefix and tell |
4 |
|
bdist_rpm that we also have an install script. |
5 |
|
(bdist_inno): Add 2002 to the copyright notice. |
6 |
|
|
7 |
|
* setup.py: Create a file in python's site-packages directory to |
8 |
|
make installation of Thuban as a library easier. |
9 |
|
(ThubanInstall.user_options): Add two new options, |
10 |
|
create-init-module and init-module-dir |
11 |
|
(ThubanInstall.expand_with_pure_python_dirs): New method to expand |
12 |
|
filenames for installation in the default directories. |
13 |
|
(ThubanInstall.select_scheme, ThubanInstall.convert_paths): Extend |
14 |
|
the inherited methods to capture some filenames before they're |
15 |
|
transformed too much by distutils. |
16 |
|
(ThubanInstall.run): Create the init module if requested. |
17 |
|
(ThubanInstall.thuban_init_filename): New method to return the |
18 |
|
full name of the init module. |
19 |
|
(ThubanInstall.get_outputs): Append the filename of the init |
20 |
|
module. |
21 |
|
|
22 |
|
2002-07-08 Bernhard Herzog <[email protected]> |
23 |
|
|
24 |
|
* setup.py (thuban_bdist_rpm): Extend this version of bdist_rpm to |
25 |
|
handle the prefix properly which means that the default for the |
26 |
|
installation prefix should be /usr for RPMs and /usr/local when |
27 |
|
doing a normal source install. |
28 |
|
(bdist_rpm_install_script): Script to override the default install |
29 |
|
commands in the specfile generated by the bdist_rpm command. |
30 |
|
(thuban_bdist_rpm.user_options): Add a prefix option |
31 |
|
(thuban_bdist_rpm.initialize_options): Init the prefix option. |
32 |
|
Create the script files for the spec files as empty files here |
33 |
|
(thuban_bdist_rpm._make_spec_file): Override the inherited method |
34 |
|
to fill the script files with content. |
35 |
|
|
36 |
|
* Thuban/Model/save.py (relative_filename): Wrapper around |
37 |
|
Thuban.Lib.fileutil.relative_filename that accepts an empty dir |
38 |
|
argument. save_session now automatically uses this version, |
39 |
|
solving a problem when saving to a relative filename. |
40 |
|
|
41 |
|
* setup.py: In the setup call, make sure that the library |
42 |
|
directories are under $prefix/lib not directly under $prefix. |
43 |
|
|
44 |
|
2002-06-20 Jan-Oliver Wagner <[email protected]> |
45 |
|
|
46 |
|
* Thuban/Model/extension.py: new module to handle extension objects. |
47 |
|
* Thuban/Model/messages.py: new messages for extensions. |
48 |
|
* Thuban/Model/session.py (Session.Extensions, Session.HasExtensions, |
49 |
|
Session.AddExtension): new for handling extensions. |
50 |
|
Also some other minor changes to round up extension handling. |
51 |
|
* Thuban/UI/tree.py (SessionTreeCrtl:update_tree): Added visualization |
52 |
|
of Extension titles and title and names of its objects. |
53 |
|
|
54 |
2002-05-29 Bernhard Herzog <[email protected]> |
2002-05-29 Bernhard Herzog <[email protected]> |
55 |
|
|
56 |
* Thuban/UI/mainwindow.py (MainWindow.bind_command_events): Bind |
* Thuban/UI/mainwindow.py (MainWindow.bind_command_events): Bind |
57 |
the events for a comnmand. |
the events for a command. |
58 |
(MainWindow.add_toolbar_command, MainWindow.add_menu_command): |
(MainWindow.add_toolbar_command, MainWindow.add_menu_command): |
59 |
Call bind_command_events to bind the events. add_toolbar_command |
Call bind_command_events to bind the events. add_toolbar_command |
60 |
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 |