1 |
|
2003-02-24 Jonathan Coles <[email protected]> |
2 |
|
|
3 |
|
* Thuban/common.py (Color2wxColour, wxColour2Color): Conversion |
4 |
|
functions from Thuban color objects to wxWindow colour objects. |
5 |
|
|
6 |
|
* Thuban/Model/classification.py (Classification): Renamed |
7 |
|
GetProperties() to GetClassData(). Used the new iterator |
8 |
|
in TreeInfo(). |
9 |
|
(ClassIterator): Iterator implementation to iterate over the |
10 |
|
ClassData objects in a classification object. |
11 |
|
|
12 |
|
* Thuban/Model/save.py (Saver.write_classificaton): Uses |
13 |
|
the new iterator to save the classification information. |
14 |
|
|
15 |
|
* Thuban/UI/classifier.py (SelectPropertiesDialog): Support |
16 |
|
for changing the stroke and fill colors and previewing the |
17 |
|
changes. |
18 |
|
|
19 |
|
* Thuban/UI/mainwindow.py (MainWindow.OpenSession, |
20 |
|
MainWindow.SaveSessionAs): Text string changes so the dialogs |
21 |
|
have more meaningful titles. |
22 |
|
|
23 |
|
* Thuban/UI/renderer.py (MapRenderer.draw_shape_layer): Change |
24 |
|
Classification method name from GetProperties to GetClassData. |
25 |
|
|
26 |
|
* Thuban/UI/view.py (MapCanvas.find_shape_at): Use method calls |
27 |
|
instead of accessing now non-existent class variables. |
28 |
|
|
29 |
2003-02-24 Bernhard Herzog <[email protected]> |
2003-02-24 Bernhard Herzog <[email protected]> |
30 |
|
|
31 |
* Thuban/UI/renderer.py (MapRenderer.draw_shape_layer): Remove |
* Thuban/UI/renderer.py (MapRenderer.draw_shape_layer): Remove |