1 |
|
2001-09-11 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* setup.py (InnoIconItem): fix typo |
4 |
|
|
5 |
|
(thuban_bdist_inno.run): |
6 |
|
(bdist_inno.run): Move the decision not to create symlinks on |
7 |
|
non-nt platforms to thuban_bdist_inno and do it unconditinally |
8 |
|
since we never want to create the symlinks here |
9 |
|
|
10 |
2001-09-10 Bernhard Herzog <[email protected]> |
2001-09-10 Bernhard Herzog <[email protected]> |
11 |
|
|
12 |
|
* Thuban/UI/mainwindow.py (MainWindow.IdentifyTool): Popup the |
13 |
|
identify view immediately |
14 |
|
|
15 |
|
* Thuban/UI/controls.py: New file with two classes RecordListCtrl |
16 |
|
and SelectableRecordListCtrl that implement the code shared by the |
17 |
|
identify view and the label dialog |
18 |
|
|
19 |
|
* Thuban/UI/identifyview.py (IdentifyListCtrl): Derive from the |
20 |
|
new class RecordListCtrl |
21 |
|
|
22 |
|
* Thuban/UI/labeldialog.py (LabelDialog.OnOK): Check whether the |
23 |
|
return value of GetValue is None instead of using it as a boolean |
24 |
|
directly so that Zero numbers are handled properly. |
25 |
|
(LabelListCtrl): Derive from the new class |
26 |
|
SelectableRecordListCtrl |
27 |
|
|
28 |
* Thuban/UI/proj4dialog.py (Proj4Dialog.__init__): |
* Thuban/UI/proj4dialog.py (Proj4Dialog.__init__): |
29 |
(Proj4Dialog.dialogLayout): Make the window resizable and set the |
(Proj4Dialog.dialogLayout): Make the window resizable and set the |
30 |
size of the text control explicitly to make the sizers work on |
size of the text control explicitly to make the sizers work on |