1 |
|
2003-01-28 Jonathan Coles <[email protected]> |
2 |
|
|
3 |
|
* Thuban/UI/classifier.py (Classifier): resolved merging conflicts. |
4 |
|
Fixed crashing problem on some systems. Dialog box shows |
5 |
|
classification data. |
6 |
|
|
7 |
|
2003-01-27 Jan-Oliver Wagner <[email protected]> |
8 |
|
|
9 |
|
* Thuban/__init__.py (_): New. |
10 |
|
|
11 |
|
* Thuban/Model/classification.py, Thuban/Model/extension.py, |
12 |
|
Thuban/Model/layer.py, Thuban/Model/load.py, Thuban/Model/map.py, |
13 |
|
Thuban/Model/session.py, Thuban/UI/application.py, Thuban/UI/classifier.py, |
14 |
|
Thuban/UI/context.py, Thuban/UI/controls.py, Thuban/UI/identifyview.py, |
15 |
|
Thuban/UI/labeldialog.py, Thuban/UI/mainwindow.py, Thuban/UI/menu.py, |
16 |
|
Thuban/UI/proj4dialog.py, Thuban/UI/renderer.py, Thuban/UI/tree.py, |
17 |
|
Thuban/Lib/connector.py, Thuban/Lib/fileutil.py: |
18 |
|
Replace user string by _() for i18n. |
19 |
|
|
20 |
|
2003-01-27 Jonathan Coles <[email protected]> |
21 |
|
|
22 |
|
* Thuban/Model/layer.py: Classification initialization calls. |
23 |
|
|
24 |
|
* Thuban/Model/classification.py: Created class to encapsulate |
25 |
|
a layer classification. Supports specific data points and |
26 |
|
ranges. |
27 |
|
|
28 |
|
* Thuban/Model/load.py: Added support for loading classification |
29 |
|
information. |
30 |
|
|
31 |
|
* Thuban/Model/save.py: Added support for saving classification |
32 |
|
information. |
33 |
|
|
34 |
|
* Thuban/UI/classifier.py: Initial class for a dialog box for |
35 |
|
specifying classification information. |
36 |
|
|
37 |
|
* Thuban/UI/mainwindows.py: Support for opening the classifier |
38 |
|
dialog. |
39 |
|
|
40 |
|
* Thuban/UI/renderer.py: Support for drawing a layer with the |
41 |
|
classification information. |
42 |
|
|
43 |
|
* Data/iceland_sample_class.thuban: iceland_sample with |
44 |
|
classification data. |
45 |
|
|
46 |
|
* test/test_classification: Tests for the Classification class. |
47 |
|
|
48 |
2002-12-09 Bernhard Herzog <[email protected]> |
2002-12-09 Bernhard Herzog <[email protected]> |
49 |
|
|
50 |
|
* test/test_command.py: New. Tests for the command classes. |
51 |
|
|
52 |
* Thuban/UI/command.py (ToolCommand): New class for tool commands. |
* Thuban/UI/command.py (ToolCommand): New class for tool commands. |
53 |
(Command.IsTool): New method to distinguish between command |
(Command.IsTool): New method to distinguish between command |
54 |
switching tools and other commands. |
switching tools and other commands. |