1 |
2003-10-21 Bernhard Herzog <[email protected]> |
2003-10-21 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
Rework the projection dialog to fix a few bugs, including RT 2166 |
4 |
|
and most of 2168 |
5 |
|
|
6 |
|
* Thuban/UI/projlist.py: New. The class ProjectionList is a |
7 |
|
special wxListCtrl to show a list of projections in a more MVC |
8 |
|
fashion |
9 |
|
|
10 |
|
* Thuban/UI/projdialog.py (ProjFrame): Substantial changes |
11 |
|
throughout the class. The main change is to use the ProjectionList |
12 |
|
class instead of a normal wxListBox. Also, add an explicit |
13 |
|
"Unknown" projection to the projection choice control. |
14 |
|
(ProjPanel.__init__): Add an "unknown" ellipsoid |
15 |
|
(TMPanel.__init__, LCCPanel.__init__): Tweak the order of |
16 |
|
instantiation of the panel's controls to make the tab-order more |
17 |
|
natural |
18 |
|
|
19 |
|
2003-10-21 Bernhard Herzog <[email protected]> |
20 |
|
|
21 |
* test/test_load.py (TestSingleLayer.file_contents) |
* test/test_load.py (TestSingleLayer.file_contents) |
22 |
(TestSingleLayer.test): Add non-ascii characters to the titles of |
(TestSingleLayer.test): Add non-ascii characters to the titles of |
23 |
session, map and layer. This is effectively a port of the |
session, map and layer. This is effectively a port of the |