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