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]> |
2003-07-29 Bernhard Herzog <[email protected]> |
66 |
|
|
67 |
* Thuban/Model/data.py: Remove the now unused import of warnings |
* Thuban/Model/data.py: Remove the now unused import of warnings |