1 |
|
2002-09-02 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* Thuban/UI/view.py (MapCanvas.unprojected_rect_around_point): Add |
4 |
|
a parameter to determine the size of the rectangle. |
5 |
|
(MapCanvas.find_shape_at): Create the box around the point on a |
6 |
|
layer by layer basis and make the size depend on the shape type. |
7 |
|
This solves a problem with the selection of point shapes at the |
8 |
|
border of the layer's bounding box |
9 |
|
|
10 |
2002-08-30 Bernhard Herzog <[email protected]> |
2002-08-30 Bernhard Herzog <[email protected]> |
11 |
|
|
12 |
|
* Thuban/UI/mainwindow.py (MainWindow.CanRemoveLayer): New method |
13 |
|
for the sensitivity of remove layer. |
14 |
|
(_can_remove_layer): New. Sensitivity callback for remove layer |
15 |
|
(Command layer_remove): Use _can_remove_layer |
16 |
|
|
17 |
|
* Thuban/Model/map.py (Map.CanRemoveLayer): New method to |
18 |
|
determine whether a given layer can be deleted. |
19 |
|
|
20 |
|
* Thuban/UI/view.py (MapCanvas.__init__, MapCanvas.OnPaint) |
21 |
|
(MapCanvas.do_redraw): Get rid of the unused update_region |
22 |
|
instance variable |
23 |
|
|
24 |
|
* Thuban/UI/view.py: Add/update some doc-strings. |
25 |
|
|
26 |
* test/: new subdirectory with a bunch of unit tests. |
* test/: new subdirectory with a bunch of unit tests. |
27 |
|
|
28 |
* test/README, test/test_table.py, test/test_save.py, |
* test/README, test/test_table.py, test/test_save.py, |