1 |
|
2002-04-03 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* Thuban/UI/mainwindow.py (MainWindow.__init__): Move the "Add |
4 |
|
Layer" and "Remove Layer" commands from the layer menu to the map |
5 |
|
menu |
6 |
|
|
7 |
|
2002-02-15 Bernhard Herzog <[email protected]> |
8 |
|
|
9 |
|
* Thuban/Model/layer.py (Layer.Shape): list append only takes one |
10 |
|
argument (python <= 1.5.2 erroneously accepted multiuple |
11 |
|
arguments) |
12 |
|
|
13 |
|
2002-02-04 Bernhard Herzog <[email protected]> |
14 |
|
|
15 |
|
* Thuban/UI/identifyview.py (IdentifyGridCtrl): New class to use a |
16 |
|
RecordGrid in the identifyview. |
17 |
|
(IdentifyView.__init__): Use IdentifyGridCtrl instead of |
18 |
|
IdentifyListCtrl. The grid allows editing of the values. |
19 |
|
|
20 |
|
* Thuban/UI/controls.py (RecordTable, RecordGridCtrl): New classes |
21 |
|
implementing a grid for a single row of a thuban table. |
22 |
|
|
23 |
|
* Thuban/UI/view.py (MapCanvas.SelectShapeAt): Search through all |
24 |
|
layers by default. Easier to use than the previous default of only |
25 |
|
searching through the select layer which meant that if no layer |
26 |
|
was selected, you couldn't select a shape. |
27 |
|
|
28 |
|
* Thuban/UI/tableview.py (TableGrid.__init__): Fix typo |
29 |
|
|
30 |
|
* Thuban/UI/renderer.py (MapRenderer.draw_shape_layer): Honour the |
31 |
|
stroke_width attribute |
32 |
|
|
33 |
|
* Thuban/Model/save.py (save_session): Write the new stroke_width |
34 |
|
attribute |
35 |
|
|
36 |
|
* Thuban/Model/load.py (ProcessSession.startElement): Read the |
37 |
|
stroke_width attribute |
38 |
|
|
39 |
|
* Thuban/Model/layer.py (Layer.__init__): New parameter and |
40 |
|
instance variable stroke_width |
41 |
|
(Layer.SetStrokeWidth): Set the stroke_width. |
42 |
|
|
43 |
|
2002-02-01 Bernhard Herzog <[email protected]> |
44 |
|
|
45 |
|
* extensions/thuban/wxproj.cpp (project_points): Fix two |
46 |
|
off-by-one errors in the last loop that joins the various parts |
47 |
|
together. |
48 |
|
|
49 |
2002-01-14 Bernhard Herzog <[email protected]> |
2002-01-14 Bernhard Herzog <[email protected]> |
50 |
|
|
51 |
* setup.py (data_dist.make_distribution): Fix some typos |
* setup.py (data_dist.make_distribution): Fix some typos |