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