1 |
|
2003-01-28 Jonathan Coles <[email protected]> |
2 |
|
|
3 |
|
* Thuban/UI/classifier.py (Classifier): Resolved merging conflicts. |
4 |
|
Fixed crashing problem on some systems. Dialog box shows |
5 |
|
classification data. |
6 |
|
|
7 |
|
* Thuban/UI/tree.py (SessionTreeCtrl.add_items): Handle drawing |
8 |
|
Colors in the tree view. |
9 |
|
|
10 |
|
* Thuban/Model/layer.py (Layer.TreeInfo): Added a call to build |
11 |
|
the tree info for classifications. Commented out unnecessary lines. |
12 |
|
|
13 |
|
* Thuban/Model/classification.py (Classification.TreeInfo): New |
14 |
|
function to add information about the classification into the |
15 |
|
tree view. |
16 |
|
|
17 |
|
2003-01-27 Jan-Oliver Wagner <[email protected]> |
18 |
|
|
19 |
|
* Thuban/__init__.py (_): New. |
20 |
|
|
21 |
|
* Thuban/Model/classification.py, Thuban/Model/extension.py, |
22 |
|
Thuban/Model/layer.py, Thuban/Model/load.py, Thuban/Model/map.py, |
23 |
|
Thuban/Model/session.py, Thuban/UI/application.py, Thuban/UI/classifier.py, |
24 |
|
Thuban/UI/context.py, Thuban/UI/controls.py, Thuban/UI/identifyview.py, |
25 |
|
Thuban/UI/labeldialog.py, Thuban/UI/mainwindow.py, Thuban/UI/menu.py, |
26 |
|
Thuban/UI/proj4dialog.py, Thuban/UI/renderer.py, Thuban/UI/tree.py, |
27 |
|
Thuban/Lib/connector.py, Thuban/Lib/fileutil.py: |
28 |
|
Replace user string by _() for i18n. |
29 |
|
|
30 |
2003-01-27 Jonathan Coles <[email protected]> |
2003-01-27 Jonathan Coles <[email protected]> |
31 |
|
|
32 |
* Thuban/Model/layer.py: Classification initialization calls. |
* Thuban/Model/layer.py: Classification initialization calls. |