1 |
|
2003-01-27 Jonathan Coles <[email protected]> |
2 |
|
|
3 |
|
* Thuban/Model/layer.py: Classification initialization calls. |
4 |
|
|
5 |
|
* Thuban/Model/classification.py: Created class to encapsulate |
6 |
|
a layer classification. Supports specific data points and |
7 |
|
ranges. |
8 |
|
|
9 |
|
* Thuban/Model/load.py: Added support for loading classification |
10 |
|
information. |
11 |
|
|
12 |
|
* Thuban/Model/save.py: Added support for saving classification |
13 |
|
information. |
14 |
|
|
15 |
|
* Thuban/UI/classifier.py: Initial class for a dialog box for |
16 |
|
specifying classification information. |
17 |
|
|
18 |
|
* Thuban/UI/mainwindows.py: Support for opening the classifier |
19 |
|
dialog. |
20 |
|
|
21 |
|
* Thuban/UI/renderer.py: Support for drawing a layer with the |
22 |
|
classification information. |
23 |
|
|
24 |
|
* Data/iceland_sample_class.thuban: iceland_sample with |
25 |
|
classification data. |
26 |
|
|
27 |
|
* test/test_classification: Tests for the Classification class. |
28 |
|
|
29 |
|
2002-12-09 Bernhard Herzog <[email protected]> |
30 |
|
|
31 |
|
* test/test_command.py: New. Tests for the command classes. |
32 |
|
|
33 |
|
* Thuban/UI/command.py (ToolCommand): New class for tool commands. |
34 |
|
(Command.IsTool): New method to distinguish between command |
35 |
|
switching tools and other commands. |
36 |
|
|
37 |
|
* Thuban/UI/view.py (MapCanvas.SelectTool): New method to select |
38 |
|
the tool to avoid direct assignments to instance variables |
39 |
|
(MapCanvas.ZoomInTool, MapCanvas.ZoomOutTool, MapCanvas.PanTool) |
40 |
|
(MapCanvas.IdentifyTool, MapCanvas.LabelTool): Use SelectTool to |
41 |
|
change the tool |
42 |
|
|
43 |
|
* Thuban/UI/mainwindow.py (MainWindow.update_command_ui): If an |
44 |
|
active tool's command turns insensitive, disable the tool. |
45 |
|
(_tool_command): Use the new ToolCommand class |
46 |
|
|
47 |
|
* Examples/simple_extensions/simple_tool.py (simple_tool): Use the |
48 |
|
SelectTool method to change the tool |
49 |
|
(iconfile): Use the ToolCommand class |
50 |
|
|
51 |
|
2002-12-03 Bernhard Herzog <[email protected]> |
52 |
|
|
53 |
|
* Thuban/UI/tree.py (SessionTreeCtrl.normalize_selection): Handle |
54 |
|
the case of selected items that are not children of Layers or Maps |
55 |
|
properly. Previously this bug would trigger an assertion in |
56 |
|
wxWindows. |
57 |
|
|
58 |
2002-11-06 Frank Koormann <[email protected]> |
2002-11-06 Frank Koormann <[email protected]> |
59 |
|
|
60 |
* Thuban/UI/mainwindow.py: Altered the order of tools in the toolbar: |
* Thuban/UI/mainwindow.py: Altered the order of tools in the |
61 |
First now are all navigation tools (Zoom In/Out, Pan, Full Extent). |
toolbar: First now are all navigation tools (Zoom In/Out, Pan, |
62 |
|
Full Extent). |
63 |
|
|
64 |
2002-10-23 Bernhard Herzog <[email protected]> |
2002-10-23 Bernhard Herzog <[email protected]> |
65 |
|
|