1 |
2003-04-25 Jonathan Coles <[email protected]> |
2003-04-25 Jonathan Coles <[email protected]> |
2 |
|
|
3 |
|
* Thuban/Model/layer.py (Layer.TreeInfo): Add an item to the |
4 |
|
tree for projection information. |
5 |
|
|
6 |
|
* Thuban/Model/load.py (XMLReader.GetFilename): Renamed from |
7 |
|
XMLReader.GetFileName. |
8 |
|
(SessionLoader): Added support for loading projection tags that |
9 |
|
appear inside a layer. |
10 |
|
|
11 |
|
* Thuban/Model/proj.py (ProjFile): Document the class. Move |
12 |
|
back to using a list because the order of the projections in |
13 |
|
the file is important to maintain. Fixes RTbug #1817. |
14 |
|
|
15 |
|
* Thuban/Model/resource.py: Rename calls to ProjFile.GetFileName |
16 |
|
to ProjFile.GetFilename. |
17 |
|
|
18 |
|
* Thuban/Model/save.py (SessionSaver.write_layer): Save projection |
19 |
|
information. |
20 |
|
|
21 |
|
* Thuban/UI/projdialog.py (ProjFrame._OnAddToList): Renamed from |
22 |
|
ProjFrame._OnSaveAs. Removed old dead code from previous |
23 |
|
implementation. |
24 |
|
(ProjFrame._OnExport): Add support for exporting more than one |
25 |
|
projection to a single file. |
26 |
|
(ProjFrame.__FillAvailList): use string formatting (% operator) |
27 |
|
to build strings that are (partly) translated. Fixes RTbug #1818. |
28 |
|
|
29 |
|
* test/test_proj.py (TestProjFile.test): New. Tests the base ProjFile |
30 |
|
class. |
31 |
|
|
32 |
|
2003-04-24 Bernhard Herzog <[email protected]> |
33 |
|
|
34 |
|
* po/es.po: Updated Spanish translation by Daniel Calvelo Aros |
35 |
|
|
36 |
|
* po/fr.po: New. French translation by Daniel Calvelo Aros |
37 |
|
|
38 |
|
* Thuban/UI/projdialog.py (ProjFrame._OnSaveAs): Don't translate |
39 |
|
empty strings. |
40 |
|
|
41 |
|
2003-04-24 Jonathan Coles <[email protected]> |
42 |
|
|
43 |
* Thuban/Model/layer.py (Layer.GetProjection): New. Needed to |
* Thuban/Model/layer.py (Layer.GetProjection): New. Needed to |
44 |
implement the interface that the ProjFrame dialog expects. |
implement the interface that the ProjFrame dialog expects. |
45 |
|
|