1 |
|
2003-03-04 Jonathan Coles <[email protected]> |
2 |
|
|
3 |
|
* Thuban/Model/classification.py (ClassGroupRange.GetProperties): |
4 |
|
Parameter 'value' should default to None. |
5 |
|
|
6 |
|
* Thuban/UI/mainwindow.py: Use Layer.GetClassification() since |
7 |
|
the class attribute __classification is now private. |
8 |
|
|
9 |
|
* Thuban/UI/classifier.py (ClassGrid): Moved OnCellDClick() from |
10 |
|
Classifier to ClassGrid. Added support for removing selected rows, |
11 |
|
which including code for keeping track of when cells are selected, |
12 |
|
and deselected. |
13 |
|
(ClassTable): Support for added/removing rows. Fixed a problem |
14 |
|
with __ParseInput whereby it would not allow strings (only numbers) |
15 |
|
to be entered. |
16 |
|
(Classifier): Added button and supporting code for removing |
17 |
|
selected rows. |
18 |
|
|
19 |
2003-02-27 Jonathan Coles <[email protected]> |
2003-02-27 Jonathan Coles <[email protected]> |
20 |
|
|
21 |
* Thuban/common.py: Moved color conversion functions into |
* Thuban/common.py: Moved color conversion functions into |