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]> |
41 |
|
|
42 |
|
* Thuban/UI/mainwindow.py (main_menu): Move the toggle_legend item |
43 |
|
to the map module |
44 |
|
|
45 |
|
2003-04-07 Bernhard Herzog <[email protected]> |
46 |
|
|
47 |
|
* Thuban/UI/mainwindow.py (MainWindow.ShowSessionTree): Removed in |
48 |
|
favor of ToggleSessionTree |
49 |
|
(MainWindow.ToggleSessionTree): New method to toggle visibility of |
50 |
|
the session tree. |
51 |
|
(MainWindow.SessionTreeShown): New method to return whether the |
52 |
|
session tree is currently shown. |
53 |
|
(MainWindow.ToggleLegend): New method to toggle visibility of the |
54 |
|
legend |
55 |
|
(MainWindow.ShowLegend): Implement in terms of ToggleLegend and |
56 |
|
LegendShown |
57 |
|
(MainWindow.LegendShown): New method to return whether the legend |
58 |
|
is currently shown. |
59 |
|
(_method_command): Add checked parameter so we can define check |
60 |
|
menu items |
61 |
|
(_has_tree_window_shown, _has_legend_shown): Use the appropriate |
62 |
|
mainwindow methods. |
63 |
|
(show_session_tree, show_legend commands): Removed. |
64 |
|
(toggle_session_tree, toggle_legend commands): New commands to |
65 |
|
toggle the visibility of the dialogs |
66 |
|
|
67 |
2003-04-07 Jonathan Coles <[email protected]> |
2003-04-07 Jonathan Coles <[email protected]> |
68 |
|
|
69 |
* Thuban/UI/classgen.py: Fix Windows problem. |
* Thuban/UI/classgen.py: Fix Windows problem. |