1 |
|
2003-04-11 Jonathan Coles <jonathan@intevation.de> |
2 |
|
|
3 |
|
* Resources/Bitmaps/close_12.xpm, Resources/Bitmaps/dock_12.xpm, |
4 |
|
Resources/Bitmaps/group_use.xpm, Resources/Bitmaps/group_use_all.xpm, |
5 |
|
Resources/Bitmaps/group_use_none.xpm, Resources/Bitmaps/group_use_not.xpm, |
6 |
|
Resources/Bitmaps/hide_layer.xpm, Resources/Bitmaps/layer_properties.xpm, |
7 |
|
Resources/Bitmaps/lower_layer.xpm, Resources/Bitmaps/raise_layer.xpm, |
8 |
|
Resources/Bitmaps/show_layer.xpm, Resources/Bitmaps/undock_12.xpm: |
9 |
|
New. |
10 |
|
|
11 |
|
2003-04-10 Jonathan Coles <jonathan@intevation.de> |
12 |
|
|
13 |
|
* Thuban/Model/classification.py: (ClassGroupRange.__init__): |
14 |
|
Should pass group to ClassGroup constructor. |
15 |
|
|
16 |
|
2003-04-10 Jonathan Coles <jonathan@intevation.de> |
17 |
|
|
18 |
|
* Thuban/Model/classification.py: (ClassGroup): Move all the common |
19 |
|
methods of the derived classes ([Set|Get]Properties(), __eq__, __ne__) |
20 |
|
here. Implement SetVisible(), IsVisible(). |
21 |
|
(ClassGroup.__init__): Add group parameter which acts as a copy |
22 |
|
constructor. |
23 |
|
|
24 |
|
* Thuban/UI/classifier.py (ClassTable): Add a new column for the |
25 |
|
"Visible" check boxes. |
26 |
|
(Classifier): Rename the buttons and refactor the code to match |
27 |
|
the new labels. |
28 |
|
|
29 |
|
* Thuban/UI/legend.py: Classify button is now called "Properties". |
30 |
|
Refactored the code to change variable names. |
31 |
|
(LegendTree.__FillTreeLayer): Only list a group if it is visible. |
32 |
|
|
33 |
|
* Thuban/UI/mainwindow.py: MainWindow.OpenClassifier renamed to |
34 |
|
MainWindow.OpenLayerProperties. MainWindow.LayerEditProperties |
35 |
|
renamed to MainWindow.LayerEditProperties. |
36 |
|
(MainWindow.ToggleLegend): Don't include map name in legend title. |
37 |
|
(MainWindow.SetMap): Added the map name to the window title. |
38 |
|
(MainWindow.LayerFillColor, MainWindow.LayerTransparentFill, |
39 |
|
MainWindow.LayerOutlineColor, MainWindow.LayerNoOutline): Removed. |
40 |
|
Functionality is found in the layer properties dialog. |
41 |
|
|
42 |
|
* Thuban/UI/renderer.py (MapRenderer.draw_shape_layer): Only |
43 |
|
draw visible groups. |
44 |
|
|
45 |
2003-04-09 Jonathan Coles <jonathan@intevation.de> |
2003-04-09 Jonathan Coles <jonathan@intevation.de> |
46 |
|
|
47 |
* Thuban/UI/classgen.py: Modifications to allow simple |
* Thuban/UI/classgen.py: Modifications to allow simple |