1 |
|
2003-07-29 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* Thuban/Model/data.py (SimpleStore): Removed. This class has been |
4 |
|
deprecated since before the 0.8 release and isn't used in Thuban |
5 |
|
itself anymore. |
6 |
|
|
7 |
|
* Thuban/Model/transientdb.py: Remove some unnecessary imports |
8 |
|
|
9 |
|
2003-07-29 Jonathan Coles <[email protected]> |
10 |
|
|
11 |
|
* Thuban/UI/application.py (ThubanApplication.OnInit): set the |
12 |
|
python exception hook here so that we are sure to catch any |
13 |
|
Thuban exception that happen during initialization. |
14 |
|
|
15 |
|
* Thuban/UI/main.py (main): Don't set the exception hook here, |
16 |
|
it will get set in ThubanApplication.OnInit. |
17 |
|
|
18 |
|
2003-07-29 Jonathan Coles <[email protected]> |
19 |
|
|
20 |
|
* Thuban/UI/application.py (ThubanApplication.ShowExceptionDialog): |
21 |
|
Removed and called it show_exception_dialog() so that the exception |
22 |
|
handler can be set before the class is created. |
23 |
|
|
24 |
|
* Thuban/UI/main.py (main): Install the exception handler before |
25 |
|
a ThubanApplication is created. |
26 |
|
|
27 |
|
2003-07-29 Bernhard Herzog <[email protected]> |
28 |
|
|
29 |
|
* po/it.po: New. Italian translation by Maurizio Napolitano |
30 |
|
|
31 |
|
* po/ru.po: New. Russian translation by Alex Shevlakov |
32 |
|
|
33 |
|
2003-07-29 Frank Koormann <[email protected]> |
34 |
|
|
35 |
|
* Doc/manual/thuban-manual.xml: Extended section on supported |
36 |
|
projections. |
37 |
|
|
38 |
|
2003-07-29 Frank Koormann <[email protected]> |
39 |
|
|
40 |
|
* Doc/manual/thuban-manual.xml: gaspell-checked. |
41 |
|
|
42 |
|
2003-07-29 Jonathan Coles <[email protected]> |
43 |
|
|
44 |
|
* Doc/manual/images/3_5_legend.png: Added border to improve look |
45 |
|
on white background. |
46 |
|
|
47 |
|
2003-07-29 Jonathan Coles <[email protected]> |
48 |
|
|
49 |
|
* Doc/manual/thuban-manual.xml: Fixed grammar and typos. Added |
50 |
|
descriptions for the legend toolbar. |
51 |
|
|
52 |
|
* Doc/manual/images/4_2_raster_layer_properties.png: Removed |
53 |
|
cursor from dialog box. |
54 |
|
|
55 |
|
2003-07-28 Jonathan Coles <[email protected]> |
56 |
|
|
57 |
|
* Doc/manual/thuban-manual.xml: More screenshots and more chapters. |
58 |
|
|
59 |
|
* Doc/manual/images/2_4_session_tree.png, |
60 |
|
Doc/manual/images/3_5_legend.png, Doc/manual/images/3_rename_map.png, |
61 |
|
Doc/manual/images/4_2_layer_properties.png, |
62 |
|
Doc/manual/images/4_2_raster_layer_properties.png, |
63 |
|
Doc/manual/images/5_3_genclass.png, |
64 |
|
Doc/manual/images/5_classification.png, |
65 |
|
Doc/manual/images/6_projection.png, |
66 |
|
Doc/manual/images/7_1_table_view.png, |
67 |
|
Doc/manual/images/7_2_5_join.png: New screenshots. |
68 |
|
|
69 |
|
2003-07-24 Jonathan Coles <[email protected]> |
70 |
|
|
71 |
|
* Doc/manual/thuban-manual.xml: Chapter on Projection Management. |
72 |
|
|
73 |
|
2003-07-24 Jonathan Coles <[email protected]> |
74 |
|
|
75 |
|
* Doc/manual/thuban-manual.xml: Added EPS images and wrote |
76 |
|
chapter on Layer Management. |
77 |
|
|
78 |
|
* Doc/manual/Makefile: New. Makefile to generate all formats for the |
79 |
|
manual and images. |
80 |
|
|
81 |
|
2003-07-24 Bernhard Herzog <[email protected]> |
82 |
|
|
83 |
|
* Thuban/Model/range.py, Thuban/version.py: Remove the #! line as |
84 |
|
it annoys lintian which warns about these files not being |
85 |
|
executable. The #1 isn't necessary here since if you absolutely |
86 |
|
must execute them you can always say "python <filename>". |
87 |
|
|
88 |
|
* Thuban/UI/renderer.py (ScreenRenderer.draw_shape_layer): Remove |
89 |
|
superfluous code to set brush and pen for point shapes |
90 |
|
|
91 |
|
* Thuban/UI/viewport.py: Remove commented out code that wouldn't |
92 |
|
belong in viewport anyway |
93 |
|
|
94 |
2003-07-24 Frank Koormann <[email protected]> |
2003-07-24 Frank Koormann <[email protected]> |
95 |
|
|
96 |
* Doc/manual/thuban-manual.xml: Added section on table management. |
* Doc/manual/thuban-manual.xml: Added section on table management. |