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