1 |
2001-09-10 Bernhard Herzog <[email protected]> |
2001-09-10 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* Thuban/UI/mainwindow.py (MainWindow.IdentifyTool): Popup the |
4 |
|
identify view immediately |
5 |
|
|
6 |
|
* Thuban/UI/controls.py: New file with two classes RecordListCtrl |
7 |
|
and SelectableRecordListCtrl that implement the code shared by the |
8 |
|
identify view and the label dialog |
9 |
|
|
10 |
|
* Thuban/UI/identifyview.py (IdentifyListCtrl): Derive from the |
11 |
|
new class RecordListCtrl |
12 |
|
|
13 |
|
* Thuban/UI/labeldialog.py (LabelDialog.OnOK): Check whether the |
14 |
|
return value of GetValue is None instead of using it as a boolean |
15 |
|
directly so that Zero numbers are handled properly. |
16 |
|
(LabelListCtrl): Derive from the new class |
17 |
|
SelectableRecordListCtrl |
18 |
|
|
19 |
* Thuban/UI/proj4dialog.py (Proj4Dialog.__init__): |
* Thuban/UI/proj4dialog.py (Proj4Dialog.__init__): |
20 |
(Proj4Dialog.dialogLayout): Make the window resizable and set the |
(Proj4Dialog.dialogLayout): Make the window resizable and set the |
21 |
size of the text control explicitly to make the sizers work on |
size of the text control explicitly to make the sizers work on |