1 |
|
2003-04-15 Jonathan Coles <[email protected]> |
2 |
|
|
3 |
|
* extensions/thuban/wxproj.cpp (draw_polygon_init): New. Used |
4 |
|
to improve rendering performance by initializing the variables |
5 |
|
that are not change each time draw_polygon_shape() is called. |
6 |
|
The values are stored in a global struct draw_info. |
7 |
|
(draw_polygon_shape): Removed initialization code that is |
8 |
|
now in draw_polygon_init(). |
9 |
|
|
10 |
|
* Thuban/UI/renderer.py (MapRenderer.draw_shape_layer): Make |
11 |
|
drawing initialization call to draw_polygon_init() |
12 |
|
(MapRenderer.draw_polygon_shape): Use new signature of |
13 |
|
draw_polygon_shape. |
14 |
|
|
15 |
|
* Thuban/UI/classgen.py (GenUniformPanel): Fix spin control |
16 |
|
weirdness by setting the range to (1, maxint). |
17 |
|
|
18 |
|
* Thuban/Model/classification.py (ClassGroupProperties): Make |
19 |
|
instance variables private and optimize comparison operator |
20 |
|
by first checking if the color references are the same. |
21 |
|
(ClassGroupSingleton): Make instance variables private. |
22 |
|
(ClassGroupRange): Make instance variables private. |
23 |
|
|
24 |
2003-04-15 Bernhard Herzog <[email protected]> |
2003-04-15 Bernhard Herzog <[email protected]> |
25 |
|
|
26 |
First stab at internationalized messages: |
First stab at internationalized messages: |