1 |
|
2003-02-11 Jonathan Coles <[email protected]> |
2 |
|
|
3 |
|
* Thuban/Model/classification.py: Added import line to fix |
4 |
|
feature conflicts between running on python2.2 and python2.1. |
5 |
|
|
6 |
|
* Thuban/UI/classifier.py (ClassTable): Didn't need to hang |
7 |
|
onto the clinfo parameter, so removed the deepcopy(). |
8 |
|
|
9 |
|
2003-02-10 Jonathan Coles <[email protected]> |
10 |
|
|
11 |
|
* Thuban/Model/save.py (Saver.open_element, Saver.close_element): |
12 |
|
Added element_open variable to track opening and closing of tags |
13 |
|
so that tags that don't span more than one line are closed with |
14 |
|
/> instead of </tag_name>. Use the GetDefault*() methods of |
15 |
|
the Classification class. |
16 |
|
|
17 |
|
* Thuban/Model/classification.py (Classificaton): Added set and |
18 |
|
get methods for the default data. The class also takes a layer |
19 |
|
reference so that modification messages can be sent. Fixed the |
20 |
|
methods to use the new ClassData class. |
21 |
|
(ClassData): New class to encapsulate the classification data |
22 |
|
|
23 |
|
* Thuban/Model/layer.py (Layer): Remove the |
24 |
|
Set[Fill|Stroke|StrokeWidth]() methods. Code should call the |
25 |
|
SetDefault*() methods on the layer's classification object. |
26 |
|
(Layer.__init__): Use the new SetDefault*() methods in the |
27 |
|
Classification class. |
28 |
|
|
29 |
|
* Thuban/Model/load.py (ProcessSession): Use the new ClassData |
30 |
|
object instead of a dictionary. |
31 |
|
|
32 |
|
* Thuban/UI/classifier.py (ClassRenderer): New class to |
33 |
|
draw the classifications in the dialog box's table. |
34 |
|
(Classifier): Modified to use the ClassRenderer class. |
35 |
|
|
36 |
|
* Thuban/UI/mainwindow.py (MainWindow): Use the SetDefault*() |
37 |
|
methods of the Classification class. |
38 |
|
|
39 |
|
* Thuban/UI/renderer.py (MapRenderer): Use the Get*() methods |
40 |
|
of the ClassData class. |
41 |
|
|
42 |
|
* test/test_classification.py, test/test_layer.py, |
43 |
|
test/test_map.py, test/test_session.py: Fix the tests to work |
44 |
|
with the above code changes. |
45 |
|
|
46 |
|
2003-02-03 Jonathan Coles <[email protected]> |
47 |
|
|
48 |
|
* Thuban/Model/classification.py (Classification): Added getNull() |
49 |
|
to return the NullData reference |
50 |
|
|
51 |
|
* Thuban/Model/layer.py (Layer.SetFill, Layer.SetStroke, |
52 |
|
Layer.SetStrokeWidth): Modified these functions to change the |
53 |
|
null data in the classification rather than keep these values |
54 |
|
directly in the Layer class. Menu options to change these values |
55 |
|
work again. |
56 |
|
|
57 |
|
2003-01-28 Jonathan Coles <[email protected]> |
58 |
|
|
59 |
|
* Thuban/UI/classifier.py (Classifier): Resolved merging conflicts. |
60 |
|
Fixed crashing problem on some systems. Dialog box shows |
61 |
|
classification data. |
62 |
|
|
63 |
|
* Thuban/UI/tree.py (SessionTreeCtrl.add_items): Handle drawing |
64 |
|
Colors in the tree view. |
65 |
|
|
66 |
|
* Thuban/Model/layer.py (Layer.TreeInfo): Added a call to build |
67 |
|
the tree info for classifications. Commented out unnecessary lines. |
68 |
|
|
69 |
|
* Thuban/Model/classification.py (Classification.TreeInfo): New |
70 |
|
function to add information about the classification into the |
71 |
|
tree view. |
72 |
|
|
73 |
|
2003-01-27 Jan-Oliver Wagner <[email protected]> |
74 |
|
|
75 |
|
* Thuban/__init__.py (_): New. |
76 |
|
|
77 |
|
* Thuban/Model/classification.py, Thuban/Model/extension.py, |
78 |
|
Thuban/Model/layer.py, Thuban/Model/load.py, Thuban/Model/map.py, |
79 |
|
Thuban/Model/session.py, Thuban/UI/application.py, Thuban/UI/classifier.py, |
80 |
|
Thuban/UI/context.py, Thuban/UI/controls.py, Thuban/UI/identifyview.py, |
81 |
|
Thuban/UI/labeldialog.py, Thuban/UI/mainwindow.py, Thuban/UI/menu.py, |
82 |
|
Thuban/UI/proj4dialog.py, Thuban/UI/renderer.py, Thuban/UI/tree.py, |
83 |
|
Thuban/Lib/connector.py, Thuban/Lib/fileutil.py: |
84 |
|
Replace user string by _() for i18n. |
85 |
|
|
86 |
2003-01-27 Jonathan Coles <[email protected]> |
2003-01-27 Jonathan Coles <[email protected]> |
87 |
|
|
88 |
* Thuban/Model/layer.py: Classification initialization calls. |
* Thuban/Model/layer.py: Classification initialization calls. |