1 |
|
2003-04-14 Jonathan Coles <[email protected]> |
2 |
|
|
3 |
|
* Thuban/UI/legend.py (LegendPanel.__init__): Call Create() to |
4 |
|
finalize the intialization of the panel. |
5 |
|
|
6 |
|
* Thuban/UI/dock.py (DockPanel.Create): New. Finalizes the |
7 |
|
creation of the panel. Should be the last thing called in the |
8 |
|
initializer of a subclass. |
9 |
|
|
10 |
|
* Thuban/UI/classgen.py (ClassGenDialog.__init__): Actively |
11 |
|
set the current selections in the combo boxes. This is needed |
12 |
|
under Windows. |
13 |
|
|
14 |
|
* Thuban/UI/classifier.py (Classifier.__init__): Add a top |
15 |
|
level panel to the dialog so that the background colors are |
16 |
|
consistent under Windows. |
17 |
|
|
18 |
|
2003-04-11 Jonathan Coles <[email protected]> |
19 |
|
|
20 |
|
* Thuban/UI/classgen.py: Change color ramps to start at white |
21 |
|
not black. |
22 |
|
|
23 |
|
* Thuban/UI/legend.py: Enable/disable the legend buttons when |
24 |
|
the legend changes. Fixes RTbug #1793. |
25 |
|
|
26 |
|
* test/test_classification.py: Added test for copying of |
27 |
|
classifications. |
28 |
|
|
29 |
2003-04-11 Jonathan Coles <[email protected]> |
2003-04-11 Jonathan Coles <[email protected]> |
30 |
|
|
31 |
* Thuban/UI/resource.py: New. Centralize the loading of resources |
* Thuban/UI/resource.py: New. Centralize the loading of resources |