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