1 |
bh |
18 |
2001-09-03 Bernhard Herzog <[email protected]> |
2 |
|
|
|
3 |
|
|
* Thuban/UI/mainwindow.py (MainWindow.AddLayer): Fit the map to |
4 |
|
|
the window when the first layer is added to the map. |
5 |
|
|
|
6 |
|
|
* setup.py (ThubanInstall.run): Honor the build root (self.root) |
7 |
|
|
when linking thuban.py to <prefix>/bin |
8 |
|
|
|
9 |
bh |
16 |
2001-08-31 Bernhard Herzog <[email protected]> |
10 |
|
|
|
11 |
|
|
* setup.py: In the setup call, the install parameters shouldn't |
12 |
|
|
have trailing slashes because distutils on non-posix platforms |
13 |
|
|
doesn't like that. The same applies to other directories like |
14 |
|
|
"Resources/Bitmaps" |
15 |
|
|
|
16 |
|
|
In the configuration section for nt, move the wxWindows directory |
17 |
|
|
optins into the part clearly marked as editable. |
18 |
|
|
|
19 |
|
|
(InstallLocal.initialize_options): |
20 |
|
|
(InstallLocal.user_options): remove the currently unused debug |
21 |
|
|
flag |
22 |
|
|
(thuban_build_py.find_all_modules): Add this method so that it |
23 |
|
|
works for our case of having packages and modules in one |
24 |
|
|
distribution as well. |
25 |
|
|
(ThubanInstall.initialize_options): |
26 |
|
|
(ThubanInstall.finalize_options): |
27 |
|
|
(ThubanInstall.user_options): |
28 |
|
|
(ThubanInstall.boolean_options): Add new options, do-symlink and |
29 |
|
|
extra files. Since these are the first ThubanInstall specific |
30 |
|
|
options, override user_options and boolean_options |
31 |
|
|
(ThubanInstall.run): Honor the new do-symlink and extra-files |
32 |
|
|
options. |
33 |
|
|
(ThubanInstall.get_outputs): Add to override the base-class's |
34 |
|
|
version and add the extra-files to the outputs |
35 |
|
|
(bdist_inno): New class for windows distributions with Inno Setup |
36 |
|
|
(InnoIconItem): Helper class for bdist_inno |
37 |
|
|
(thuban_bdist_inno): Thuban specific version of bdist_inno. Added |
38 |
|
|
this together with the appropriate parameters, to the setup call. |
39 |
|
|
|
40 |
|
|
* setup.cfg (bdist_inno): added new section for the inno setup |
41 |
|
|
installer |
42 |
|
|
|
43 |
|
|
* Thuban/UI/tree.py (myTreeCtrlPanel.__init__): New inst var |
44 |
|
|
changing_selection to avoid recursive selection events when |
45 |
|
|
modifying the selection in response to a selection event. |
46 |
|
|
(myTreeCtrlPanel.normalize_selection): Set the new inst var when |
47 |
|
|
changing the tree's selection. |
48 |
|
|
(myTreeCtrlPanel.OnSelChanged): Only normalize the selection when |
49 |
|
|
we're not being called indirectly from normalize_selection. |
50 |
|
|
|
51 |
|
|
* Thuban/UI/mainwindow.py (MainWindow.update_command_ui): Call |
52 |
|
|
event.Check only if the command is actuall checkable. |
53 |
|
|
(MainWindow.__init__): Call the toolbar's Realize method to make |
54 |
|
|
sure that the items are actually shown |
55 |
|
|
|
56 |
bh |
7 |
2001-08-28 Bernhard Herzog <[email protected]> |
57 |
|
|
|
58 |
bh |
9 |
* setup.py: Fix some doc strings |
59 |
|
|
|
60 |
bh |
7 |
* ChangeLog: started |
61 |
|
|
|