8 |
now in draw_polygon_init(). |
now in draw_polygon_init(). |
9 |
|
|
10 |
* Thuban/UI/renderer.py (MapRenderer.draw_shape_layer): Make |
* Thuban/UI/renderer.py (MapRenderer.draw_shape_layer): Make |
11 |
drawing initialization call to draw_polygon_init() |
drawing initialization call to draw_polygon_init() |
12 |
(MapRenderer.draw_polygon_shape): Use new signature of |
(MapRenderer.draw_polygon_shape): Use new signature of |
13 |
draw_polygon_shape. |
draw_polygon_shape. |
14 |
|
|
15 |
* Thuban/UI/classgen.py (GenUniformPanel): Fix spin control |
* Thuban/UI/classgen.py (GenUniformPanel): Fix spin control |
16 |
weirdness by setting the range to (1, maxint). |
weirdness by setting the range to (1, maxint). |
17 |
|
|
18 |
* Thuban/Model/classification.py (ClassGroupProperties): Make |
* Thuban/Model/classification.py (ClassGroupProperties): Make |
19 |
instance variables private and optimize comparison operator |
instance variables private and optimize comparison operator |
20 |
by first checking if the color references are the same. |
by first checking if the color references are the same. |
21 |
(ClassGroupSingleton): Make instance variables private. |
(ClassGroupSingleton): Make instance variables private. |
22 |
(ClassGroupRange): Make instance variables private. |
(ClassGroupRange): Make instance variables private. |
23 |
|
|
24 |
|
* HOWTO-Release: Filled in missing steps for releasing packages. |
25 |
|
|
26 |
2003-04-15 Bernhard Herzog <[email protected]> |
2003-04-15 Bernhard Herzog <[email protected]> |
27 |
|
|