1 |
|
2003-04-09 Jonathan Coles <[email protected]> |
2 |
|
|
3 |
|
* Thuban/Model/classification.py (Classification.__deepcopy__): |
4 |
|
Need to copy over field and fieldType attributes. |
5 |
|
|
6 |
|
* Thuban/Model/table.py (Table.field_range): New. Retrive the |
7 |
|
maximum and minimum values over the entire table for a given |
8 |
|
field. |
9 |
|
(Table.GetUniqueValues): New. Retrieve all the unique values |
10 |
|
in the table for a given field. |
11 |
|
|
12 |
|
* Thuban/UI/classgen.py: Renamed GenRangePanel to GenUniformPanel. |
13 |
|
(GenUniquePanel): New. Controls to allow the user to select |
14 |
|
which unique field values they would like in the classification. |
15 |
|
(CustomRampPanel): Code that was in ClassGenDialog that allows |
16 |
|
the user to select the properties for a custom ramp. |
17 |
|
(ClassGenerator.GenUniformDistribution): Was called GenerateRanges. |
18 |
|
|
19 |
|
* Thuban/UI/classifier.py: Removed a lot of debugging code. |
20 |
|
(Classifier._SetClassification): Callback method so that the |
21 |
|
class generator can set the classification in the grid. |
22 |
|
(ClassGroupPropertiesCtrl): New. Encapsulates the drawing and |
23 |
|
editing of a group properties class into a wxWindows control. |
24 |
|
|
25 |
|
* Thuban/UI/dock.py: It was decided that if the user closes |
26 |
|
a dockable window the window should simply hide itself. That |
27 |
|
way if the user wants to show the dock again it appears in the |
28 |
|
same place as it was when it was closed. |
29 |
|
(DockableWindow.Destroy): Call renamed method OnDockDestroy(). |
30 |
|
(DockableWindow._OnButtonClose): Hide the window instead of |
31 |
|
destroying it. |
32 |
|
(DockableWindow._OnClose): Hide the window instead of |
33 |
|
destroying it. |
34 |
|
|
35 |
|
* Thuban/UI/legend.py (LegendTree): Use a private method to |
36 |
|
consistently set the font and style of the text. Fixes RTbug #1786. |
37 |
|
|
38 |
|
* Thuban/UI/mainwindow.py: Import just the Classifier class. |
39 |
|
|
40 |
2003-04-07 Bernhard Herzog <[email protected]> |
2003-04-07 Bernhard Herzog <[email protected]> |
41 |
|
|
42 |
* Thuban/UI/mainwindow.py (main_menu): Move the toggle_legend item |
* Thuban/UI/mainwindow.py (main_menu): Move the toggle_legend item |