1 |
|
2002-07-17 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* Thuban/UI/tree.py (color_string): Removed. No longer used. |
4 |
|
(SessionTreeCtrl.update_tree, SessionTreeCtrl.add_items): Split |
5 |
|
update_tree into update_tree and add_items. The tree now uses a |
6 |
|
more generic way to display the contents of the tree. |
7 |
|
(SessionTreeCtrl): Add a doc string explaining the TreeInfo method |
8 |
|
|
9 |
|
* Thuban/Model/layer.py (Layer.TreeInfo), |
10 |
|
Thuban/Model/extension.py (Extension.TreeInfo), |
11 |
|
Thuban/Model/map.py (Map.TreeInfo), |
12 |
|
Thuban/Model/session.py (Session.TreeInfo): |
13 |
|
Add TreeInfo methods to implement the new tree view update scheme |
14 |
|
|
15 |
|
2002-07-16 Bernhard Herzog <[email protected]> |
16 |
|
|
17 |
|
* Thuban/UI/application.py: Don't use "import from" for the |
18 |
|
MainWindow. It can't always be resolved. |
19 |
|
(ThubanApplication.OnInit): change reference to MainWindow |
20 |
|
accordingly. |
21 |
|
|
22 |
|
* Thuban/UI/menu.py (Menu.SetItems): New method to replace a menu |
23 |
|
completely |
24 |
|
|
25 |
|
2002-07-10 Bernhard Herzog <[email protected]> |
26 |
|
|
27 |
|
* setup.py (create_init_module): New configurable variable whose |
28 |
|
default depends on the platform we're running on. |
29 |
|
(ThubanInstall.initialize_options): Initialize |
30 |
|
self.create_init_module from the global create_init_module |
31 |
|
(ThubanInstall.user_options): indictate that the options |
32 |
|
create-init-module and init-module-dir have arguments. |
33 |
|
|
34 |
|
* setup.py: In the setup call change the version number to include |
35 |
|
cvs. |
36 |
|
|
37 |
|
* MANIFEST.in: Add the files in Examples |
38 |
|
|
39 |
2002-07-09 Bernhard Herzog <[email protected]> |
2002-07-09 Bernhard Herzog <[email protected]> |
40 |
|
|
41 |
|
* setup.py: In the setup call, use the thuban homepage as the |
42 |
|
value of the url parameter. |
43 |
|
|
44 |
|
* Examples: New subdirectory for examples. |
45 |
|
|
46 |
|
* Examples/simple_extensions/simple_tool.xpm, |
47 |
|
Examples/simple_extensions/simple_tool.py, |
48 |
|
Examples/simple_extensions/simple_command.py, |
49 |
|
Examples/simple_extensions/README: Simple examples showing how to |
50 |
|
add new commands and tools. |
51 |
|
|
52 |
|
* setup.cfg (bdist_rpm): Add the default value for prefix and tell |
53 |
|
bdist_rpm that we also have an install script. |
54 |
|
(bdist_inno): Add 2002 to the copyright notice. |
55 |
|
|
56 |
* setup.py: Create a file in python's site-packages directory to |
* setup.py: Create a file in python's site-packages directory to |
57 |
make installation of Thuban as a library easier. |
make installation of Thuban as a library easier. |
58 |
(ThubanInstall.user_options): Add two new options, |
(ThubanInstall.user_options): Add two new options, |