1 |
2003-07-29 Jonathan Coles <[email protected]> |
2003-07-29 Jonathan Coles <[email protected]> |
2 |
|
|
3 |
|
* Thuban/UI/application.py (ThubanApplication.ShowExceptionDialog): |
4 |
|
Put back this method and remove the equivalent function since we |
5 |
|
are setting the exception hook from within this class (OnInit). |
6 |
|
|
7 |
|
2003-07-29 Jonathan Coles <[email protected]> |
8 |
|
|
9 |
|
* Doc/manual/images/5_2_custom_ramp.png, |
10 |
|
Doc/manual/images/5_2_quantiles.png, |
11 |
|
Doc/manual/images/5_2_uniform_dist.png, |
12 |
|
Doc/manual/images/5_2_unique_values.png, |
13 |
|
Doc/manual/images/8_int_error.png: New screen shots. |
14 |
|
|
15 |
|
* Doc/manual/thuban-manual.xml: Fixed typos and wording, clarified |
16 |
|
some points, and added more screen shots. |
17 |
|
|
18 |
|
2003-07-29 Bernhard Herzog <[email protected]> |
19 |
|
|
20 |
|
* Thuban/Model/data.py: Remove the now unused import of warnings |
21 |
|
|
22 |
|
2003-07-29 Bernhard Herzog <[email protected]> |
23 |
|
|
24 |
|
* Thuban/Model/data.py (SimpleStore): Removed. This class has been |
25 |
|
deprecated since before the 0.8 release and isn't used in Thuban |
26 |
|
itself anymore. |
27 |
|
|
28 |
|
* Thuban/Model/transientdb.py: Remove some unnecessary imports |
29 |
|
|
30 |
|
2003-07-29 Jonathan Coles <[email protected]> |
31 |
|
|
32 |
|
* Thuban/UI/application.py (ThubanApplication.OnInit): set the |
33 |
|
python exception hook here so that we are sure to catch any |
34 |
|
Thuban exception that happen during initialization. |
35 |
|
|
36 |
|
* Thuban/UI/main.py (main): Don't set the exception hook here, |
37 |
|
it will get set in ThubanApplication.OnInit. |
38 |
|
|
39 |
|
2003-07-29 Jonathan Coles <[email protected]> |
40 |
|
|
41 |
|
* Thuban/UI/application.py (ThubanApplication.ShowExceptionDialog): |
42 |
|
Removed and called it show_exception_dialog() so that the exception |
43 |
|
handler can be set before the class is created. |
44 |
|
|
45 |
|
* Thuban/UI/main.py (main): Install the exception handler before |
46 |
|
a ThubanApplication is created. |
47 |
|
|
48 |
|
2003-07-29 Bernhard Herzog <[email protected]> |
49 |
|
|
50 |
|
* po/it.po: New. Italian translation by Maurizio Napolitano |
51 |
|
|
52 |
|
* po/ru.po: New. Russian translation by Alex Shevlakov |
53 |
|
|
54 |
|
2003-07-29 Frank Koormann <[email protected]> |
55 |
|
|
56 |
|
* Doc/manual/thuban-manual.xml: Extended section on supported |
57 |
|
projections. |
58 |
|
|
59 |
|
2003-07-29 Frank Koormann <[email protected]> |
60 |
|
|
61 |
|
* Doc/manual/thuban-manual.xml: gaspell-checked. |
62 |
|
|
63 |
|
2003-07-29 Jonathan Coles <[email protected]> |
64 |
|
|
65 |
|
* Doc/manual/images/3_5_legend.png: Added border to improve look |
66 |
|
on white background. |
67 |
|
|
68 |
|
2003-07-29 Jonathan Coles <[email protected]> |
69 |
|
|
70 |
* Doc/manual/thuban-manual.xml: Fixed grammar and typos. Added |
* Doc/manual/thuban-manual.xml: Fixed grammar and typos. Added |
71 |
descriptions for the legend toolbar. |
descriptions for the legend toolbar. |
72 |
|
|