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