1 |
|
2001-09-11 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* setup.py (InnoIconItem): fix typo |
4 |
|
|
5 |
|
(thuban_bdist_inno.run): |
6 |
|
(bdist_inno.run): Move the decision not to create symlinks on |
7 |
|
non-nt platforms to thuban_bdist_inno and do it unconditinally |
8 |
|
since we never want to create the symlinks here |
9 |
|
|
10 |
|
2001-09-10 Bernhard Herzog <[email protected]> |
11 |
|
|
12 |
|
* Thuban/UI/mainwindow.py (MainWindow.IdentifyTool): Popup the |
13 |
|
identify view immediately |
14 |
|
|
15 |
|
* Thuban/UI/controls.py: New file with two classes RecordListCtrl |
16 |
|
and SelectableRecordListCtrl that implement the code shared by the |
17 |
|
identify view and the label dialog |
18 |
|
|
19 |
|
* Thuban/UI/identifyview.py (IdentifyListCtrl): Derive from the |
20 |
|
new class RecordListCtrl |
21 |
|
|
22 |
|
* Thuban/UI/labeldialog.py (LabelDialog.OnOK): Check whether the |
23 |
|
return value of GetValue is None instead of using it as a boolean |
24 |
|
directly so that Zero numbers are handled properly. |
25 |
|
(LabelListCtrl): Derive from the new class |
26 |
|
SelectableRecordListCtrl |
27 |
|
|
28 |
|
* Thuban/UI/proj4dialog.py (Proj4Dialog.__init__): |
29 |
|
(Proj4Dialog.dialogLayout): Make the window resizable and set the |
30 |
|
size of the text control explicitly to make the sizers work on |
31 |
|
both Windows and X. |
32 |
|
|
33 |
2001-09-07 Bernhard Herzog <[email protected]> |
2001-09-07 Bernhard Herzog <[email protected]> |
34 |
|
|
35 |
* Thuban/UI/view.py (MapCanvas.find_shape_at):Add a new parameter |
* Thuban/UI/view.py (MapCanvas.find_shape_at):Add a new parameter |
36 |
that can limit the search to the currently selected layer. |
that can limit the search to the currently selected layer. |
37 |
(MapCanvas.SelectShapeAt): Make sure that the currently selected |
(MapCanvas.SelectShapeAt): Make sure that the currently selected |
38 |
layer stays selected even when no shape is found |
layer stays selected even when no shape is found |
39 |
|
(MapCanvas.FitRectToWindow): If the rect has zero with or zero |
40 |
|
height do nothing (avoids zero division errors) |
41 |
|
|
42 |
2001-09-06 Bernhard Herzog <[email protected]> |
2001-09-06 Bernhard Herzog <[email protected]> |
43 |
|
|