1 |
|
2002-07-18 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* Thuban/UI/context.py: New module with the context class |
4 |
|
|
5 |
|
* Thuban/UI/command.py (Command): Update doc string. |
6 |
|
|
7 |
|
* Thuban/UI/mainwindow.py (MainWindow.invoke_command, |
8 |
|
MainWindow.update_command_ui): Pass an instance of the context |
9 |
|
class to the command's methods |
10 |
|
(check_current_tool, call_method): Handle the new context |
11 |
|
implementation |
12 |
|
|
13 |
|
* Examples/simple_extensions/simple_tool.py (simple_tool, |
14 |
|
check_simple_tool): Handle the new context implementation |
15 |
|
|
16 |
|
* Examples/simple_extensions/simple_command.py (simple_command): |
17 |
|
Handle the new context implementation. Update the comments about |
18 |
|
the context. |
19 |
|
|
20 |
|
* Thuban/UI/application.py (ThubanApplication.SetSession): Add |
21 |
|
doc-string |
22 |
|
(ThubanApplication.Session): New method to return the session |
23 |
|
object |
24 |
|
|
25 |
|
* Thuban/UI/tree.py (SessionTreeCtrl.update_tree): The |
26 |
|
interactor's selected_layer may not be a layer of the current |
27 |
|
session when the tree is updated while a new session is being set. |
28 |
|
|
29 |
|
2002-07-17 Bernhard Herzog <[email protected]> |
30 |
|
|
31 |
|
* Thuban/UI/tree.py (color_string): Removed. No longer used. |
32 |
|
(SessionTreeCtrl.update_tree, SessionTreeCtrl.add_items): Split |
33 |
|
update_tree into update_tree and add_items. The tree now uses a |
34 |
|
more generic way to display the contents of the tree. |
35 |
|
(SessionTreeCtrl): Add a doc string explaining the TreeInfo method |
36 |
|
|
37 |
|
* Thuban/Model/layer.py (Layer.TreeInfo), |
38 |
|
Thuban/Model/extension.py (Extension.TreeInfo), |
39 |
|
Thuban/Model/map.py (Map.TreeInfo), |
40 |
|
Thuban/Model/session.py (Session.TreeInfo): |
41 |
|
Add TreeInfo methods to implement the new tree view update scheme |
42 |
|
|
43 |
|
2002-07-16 Bernhard Herzog <[email protected]> |
44 |
|
|
45 |
|
* Thuban/UI/application.py: Don't use "import from" for the |
46 |
|
MainWindow. It can't always be resolved. |
47 |
|
(ThubanApplication.OnInit): change reference to MainWindow |
48 |
|
accordingly. |
49 |
|
|
50 |
|
* Thuban/UI/menu.py (Menu.SetItems): New method to replace a menu |
51 |
|
completely |
52 |
|
|
53 |
|
2002-07-10 Bernhard Herzog <[email protected]> |
54 |
|
|
55 |
|
* setup.py (create_init_module): New configurable variable whose |
56 |
|
default depends on the platform we're running on. |
57 |
|
(ThubanInstall.initialize_options): Initialize |
58 |
|
self.create_init_module from the global create_init_module |
59 |
|
(ThubanInstall.user_options): indictate that the options |
60 |
|
create-init-module and init-module-dir have arguments. |
61 |
|
|
62 |
|
* setup.py: In the setup call change the version number to include |
63 |
|
cvs. |
64 |
|
|
65 |
|
* MANIFEST.in: Add the files in Examples |
66 |
|
|
67 |
2002-07-09 Bernhard Herzog <[email protected]> |
2002-07-09 Bernhard Herzog <[email protected]> |
68 |
|
|
69 |
|
* setup.py: In the setup call, use the thuban homepage as the |
70 |
|
value of the url parameter. |
71 |
|
|
72 |
|
* Examples: New subdirectory for examples. |
73 |
|
|
74 |
|
* Examples/simple_extensions/simple_tool.xpm, |
75 |
|
Examples/simple_extensions/simple_tool.py, |
76 |
|
Examples/simple_extensions/simple_command.py, |
77 |
|
Examples/simple_extensions/README: Simple examples showing how to |
78 |
|
add new commands and tools. |
79 |
|
|
80 |
* setup.cfg (bdist_rpm): Add the default value for prefix and tell |
* setup.cfg (bdist_rpm): Add the default value for prefix and tell |
81 |
bdist_rpm that we also have an install script. |
bdist_rpm that we also have an install script. |
82 |
(bdist_inno): Add 2002 to the copyright notice. |
(bdist_inno): Add 2002 to the copyright notice. |