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