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