1 |
|
2003-02-03 Jonathan Coles <[email protected]> |
2 |
|
|
3 |
|
* Thuban/Model/classification.py (Classification): Added getNull() |
4 |
|
to return the NullData reference |
5 |
|
|
6 |
|
* Thuban/Model/layer.py (Layer.SetFill, Layer.SetStroke, |
7 |
|
Layer.SetStrokeWidth): Modified these functions to change the |
8 |
|
null data in the classification rather than keep these values |
9 |
|
directly in the Layer class. Menu options to change these values |
10 |
|
work again. |
11 |
|
|
12 |
|
2003-01-28 Jonathan Coles <[email protected]> |
13 |
|
|
14 |
|
* Thuban/UI/classifier.py (Classifier): Resolved merging conflicts. |
15 |
|
Fixed crashing problem on some systems. Dialog box shows |
16 |
|
classification data. |
17 |
|
|
18 |
|
* Thuban/UI/tree.py (SessionTreeCtrl.add_items): Handle drawing |
19 |
|
Colors in the tree view. |
20 |
|
|
21 |
|
* Thuban/Model/layer.py (Layer.TreeInfo): Added a call to build |
22 |
|
the tree info for classifications. Commented out unnecessary lines. |
23 |
|
|
24 |
|
* Thuban/Model/classification.py (Classification.TreeInfo): New |
25 |
|
function to add information about the classification into the |
26 |
|
tree view. |
27 |
|
|
28 |
|
2003-01-27 Jan-Oliver Wagner <[email protected]> |
29 |
|
|
30 |
|
* Thuban/__init__.py (_): New. |
31 |
|
|
32 |
|
* Thuban/Model/classification.py, Thuban/Model/extension.py, |
33 |
|
Thuban/Model/layer.py, Thuban/Model/load.py, Thuban/Model/map.py, |
34 |
|
Thuban/Model/session.py, Thuban/UI/application.py, Thuban/UI/classifier.py, |
35 |
|
Thuban/UI/context.py, Thuban/UI/controls.py, Thuban/UI/identifyview.py, |
36 |
|
Thuban/UI/labeldialog.py, Thuban/UI/mainwindow.py, Thuban/UI/menu.py, |
37 |
|
Thuban/UI/proj4dialog.py, Thuban/UI/renderer.py, Thuban/UI/tree.py, |
38 |
|
Thuban/Lib/connector.py, Thuban/Lib/fileutil.py: |
39 |
|
Replace user string by _() for i18n. |
40 |
|
|
41 |
|
2003-01-27 Jonathan Coles <[email protected]> |
42 |
|
|
43 |
|
* Thuban/Model/layer.py: Classification initialization calls. |
44 |
|
|
45 |
|
* Thuban/Model/classification.py: Created class to encapsulate |
46 |
|
a layer classification. Supports specific data points and |
47 |
|
ranges. |
48 |
|
|
49 |
|
* Thuban/Model/load.py: Added support for loading classification |
50 |
|
information. |
51 |
|
|
52 |
|
* Thuban/Model/save.py: Added support for saving classification |
53 |
|
information. |
54 |
|
|
55 |
|
* Thuban/UI/classifier.py: Initial class for a dialog box for |
56 |
|
specifying classification information. |
57 |
|
|
58 |
|
* Thuban/UI/mainwindows.py: Support for opening the classifier |
59 |
|
dialog. |
60 |
|
|
61 |
|
* Thuban/UI/renderer.py: Support for drawing a layer with the |
62 |
|
classification information. |
63 |
|
|
64 |
|
* Data/iceland_sample_class.thuban: iceland_sample with |
65 |
|
classification data. |
66 |
|
|
67 |
|
* test/test_classification: Tests for the Classification class. |
68 |
|
|
69 |
2002-12-09 Bernhard Herzog <[email protected]> |
2002-12-09 Bernhard Herzog <[email protected]> |
70 |
|
|
71 |
|
* test/test_command.py: New. Tests for the command classes. |
72 |
|
|
73 |
* Thuban/UI/command.py (ToolCommand): New class for tool commands. |
* Thuban/UI/command.py (ToolCommand): New class for tool commands. |
74 |
(Command.IsTool): New method to distinguish between command |
(Command.IsTool): New method to distinguish between command |
75 |
switching tools and other commands. |
switching tools and other commands. |