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