1 |
|
2003-05-22 Frank Koormann <[email protected]> |
2 |
|
|
3 |
|
UI polishing updates: Place main buttons (OK, Cancel, etc) in the |
4 |
|
lower right corner, center labels for selections, initialize controls |
5 |
|
in reasonable order for keyboard navigation. |
6 |
|
|
7 |
|
* Thuban/UI/projdialog.py (ProjFrame.__init__, ProjFrame.__doLayout) |
8 |
|
(ProjFrame.__DoOnProjAvail): Determine position of current projection |
9 |
|
using the wxListBox.FindString() method. Still a problem (#1886) |
10 |
|
|
11 |
|
* Thuban/UI/classifier.py |
12 |
|
(Classifier.__init__, SelectPropertiesDialog.__init__) |
13 |
|
|
14 |
|
* Thuban/UI/classgen.py (ClassGenDialog.__init__, |
15 |
|
(ClassGenDialog.__DoOnGenTypeSelect): Moved initialization of the |
16 |
|
different classification types from here to __init__. |
17 |
|
(GenUniquePanel.__init__): Set the column width of the first field |
18 |
|
in the Field ListCtrl to the full width. |
19 |
|
|
20 |
|
* Thuban/UI/tableview.py (LayerTableFrame.__init__): Rename 'Save As' |
21 |
|
Button to 'Export'. Center Buttons in Selection Box, set Focus to |
22 |
|
Grid. |
23 |
|
(LayerTableFrame.OnKeyDown()): New, bound to the grid with EVT_KEY_DOWN, |
24 |
|
changes focus to the Selection when pressing "Alt-S". |
25 |
|
|
26 |
|
* Thuban/UI/legend.py (LegendTree.__SetVisibilityStyle): Only gray out |
27 |
|
the text if not visible. The italic font sometimes exceeds the |
28 |
|
rendering area. |
29 |
|
|
30 |
|
|
31 |
2003-05-21 Jonathan Coles <[email protected]> |
2003-05-21 Jonathan Coles <[email protected]> |
32 |
|
|
33 |
* Thuban/UI/dock.py (DockFrame): Rename references to _OnClose |
* Thuban/UI/dock.py (DockFrame): Rename references to _OnClose |