1 |
|
2003-07-31 Jonathan Coles <[email protected]> |
2 |
|
|
3 |
|
* Doc/manual/thuban-manual.xml: Added a few sentences about |
4 |
|
the Fix Border Color option when generating classes. |
5 |
|
|
6 |
|
2003-07-30 Jonathan Coles <[email protected]> |
7 |
|
|
8 |
|
* Thuban/Model/classgen.py: Add docstrings. Rename specific |
9 |
|
Ramp instances to use lower_case_style. |
10 |
|
|
11 |
|
* Thuban/UI/classgen.py: Use renamed Ramp instances. |
12 |
|
|
13 |
|
* Thuban/UI/classifier.py: Add docstrings. |
14 |
|
|
15 |
|
* Thuban/UI/dock.py: Add docstrings. |
16 |
|
|
17 |
|
* test/test_classgen.py: Use renamed Ramp instances. |
18 |
|
|
19 |
|
2003-07-30 Bernhard Herzog <[email protected]> |
20 |
|
|
21 |
|
* Thuban/Lib/connector.py (QueueingPublisher): Removed. This class |
22 |
|
was never used in Thuban. |
23 |
|
|
24 |
|
2003-07-30 Bernhard Herzog <[email protected]> |
25 |
|
|
26 |
|
* Thuban/UI/join.py (JoinDialog.__init__): Use the table's Title() |
27 |
|
method directly instead of going through the transient_table |
28 |
|
method. This faster because transient_table may force the copy of |
29 |
|
a DBF file into the transient database and setting a table's title |
30 |
|
doesnm't affect the title of the associated transient table, so |
31 |
|
this fixes RT #2042 |
32 |
|
|
33 |
|
* Thuban/UI/main.py (__version__): Don't import the already |
34 |
|
removed show_exception_dialog. |
35 |
|
|
36 |
|
2003-07-29 Jonathan Coles <[email protected]> |
37 |
|
|
38 |
|
* Thuban/UI/application.py (ThubanApplication.ShowExceptionDialog): |
39 |
|
Put back this method and remove the equivalent function since we |
40 |
|
are setting the exception hook from within this class (OnInit). |
41 |
|
|
42 |
|
2003-07-29 Jonathan Coles <[email protected]> |
43 |
|
|
44 |
|
* Doc/manual/images/5_2_custom_ramp.png, |
45 |
|
Doc/manual/images/5_2_quantiles.png, |
46 |
|
Doc/manual/images/5_2_uniform_dist.png, |
47 |
|
Doc/manual/images/5_2_unique_values.png, |
48 |
|
Doc/manual/images/8_int_error.png: New screen shots. |
49 |
|
|
50 |
|
* Doc/manual/thuban-manual.xml: Fixed typos and wording, clarified |
51 |
|
some points, and added more screen shots. |
52 |
|
|
53 |
|
2003-07-29 Bernhard Herzog <[email protected]> |
54 |
|
|
55 |
|
* Thuban/Model/data.py: Remove the now unused import of warnings |
56 |
|
|
57 |
|
2003-07-29 Bernhard Herzog <[email protected]> |
58 |
|
|
59 |
|
* Thuban/Model/data.py (SimpleStore): Removed. This class has been |
60 |
|
deprecated since before the 0.8 release and isn't used in Thuban |
61 |
|
itself anymore. |
62 |
|
|
63 |
|
* Thuban/Model/transientdb.py: Remove some unnecessary imports |
64 |
|
|
65 |
|
2003-07-29 Jonathan Coles <[email protected]> |
66 |
|
|
67 |
|
* Thuban/UI/application.py (ThubanApplication.OnInit): set the |
68 |
|
python exception hook here so that we are sure to catch any |
69 |
|
Thuban exception that happen during initialization. |
70 |
|
|
71 |
|
* Thuban/UI/main.py (main): Don't set the exception hook here, |
72 |
|
it will get set in ThubanApplication.OnInit. |
73 |
|
|
74 |
|
2003-07-29 Jonathan Coles <[email protected]> |
75 |
|
|
76 |
|
* Thuban/UI/application.py (ThubanApplication.ShowExceptionDialog): |
77 |
|
Removed and called it show_exception_dialog() so that the exception |
78 |
|
handler can be set before the class is created. |
79 |
|
|
80 |
|
* Thuban/UI/main.py (main): Install the exception handler before |
81 |
|
a ThubanApplication is created. |
82 |
|
|
83 |
2003-07-29 Bernhard Herzog <[email protected]> |
2003-07-29 Bernhard Herzog <[email protected]> |
84 |
|
|
85 |
* po/it.po: New. Italian translation by Maurizio Napolitano |
* po/it.po: New. Italian translation by Maurizio Napolitano |
88 |
|
|
89 |
2003-07-29 Frank Koormann <[email protected]> |
2003-07-29 Frank Koormann <[email protected]> |
90 |
|
|
91 |
|
* Doc/manual/thuban-manual.xml: Extended section on supported |
92 |
|
projections. |
93 |
|
|
94 |
|
2003-07-29 Frank Koormann <[email protected]> |
95 |
|
|
96 |
* Doc/manual/thuban-manual.xml: gaspell-checked. |
* Doc/manual/thuban-manual.xml: gaspell-checked. |
97 |
|
|
98 |
2003-07-29 Jonathan Coles <[email protected]> |
2003-07-29 Jonathan Coles <[email protected]> |