1 |
|
2003-09-03 Jan-Oliver Wagner <[email protected]> |
2 |
|
|
3 |
|
Introducing a new exception dialog that allows to exit the |
4 |
|
application immediately. |
5 |
|
This fixes bug #2060: https://intevation.de/rt/webrt?serial_num=2060 |
6 |
|
|
7 |
|
* Thuban/UI/exceptiondialog.py: New. A special exception dialog. |
8 |
|
|
9 |
|
* Thuban/UI/application.py (ThubanApplication.ShowExceptionDialog): |
10 |
|
Made strings available to translations. Exchanged the simple |
11 |
|
ScrolledMessageDialog by the new ExceptionDialog. |
12 |
|
|
13 |
|
2003-09-01 Bernhard Herzog <[email protected]> |
14 |
|
|
15 |
|
* NEWS: New. Summary of changes and release notes. |
16 |
|
|
17 |
|
* MANIFEST.in: Add NEWS |
18 |
|
|
19 |
|
2003-09-01 Bernhard Herzog <[email protected]> |
20 |
|
|
21 |
|
* MANIFEST.in: Correct the include statement for the mo-files and |
22 |
|
include the documentation too. |
23 |
|
|
24 |
|
* setup.py (data_files): Add the .mo files |
25 |
|
(setup call): Up to version 0.9.0 |
26 |
|
|
27 |
|
2003-09-01 Bernhard Herzog <[email protected]> |
28 |
|
|
29 |
|
* Thuban/UI/dbdialog.py (ChooseDBTableDialog.__init__): Change the |
30 |
|
parameter list to just parent and session |
31 |
|
(ChooseDBTableDialog.__set_properties): Removed. Setting the |
32 |
|
selection of empty list boxes is not allowed (and produces C++ |
33 |
|
assertion errors) and the rest of the setup is better done in |
34 |
|
__init__ anyway. |
35 |
|
(ChooseDBTableDialog.OnCancel, ChooseDBTableDialog.OnOK) |
36 |
|
(ChooseDBTableDialog.OnLBDClick, DBDialog.OnOK): Use the Python |
37 |
|
builtins True/False for booleans to avoid warnings from wxPython |
38 |
|
|
39 |
|
* Thuban/UI/mainwindow.py (MainWindow.AddDBLayer): Adapt to new |
40 |
|
ChooseDBTableDialog constructor parameters. |
41 |
|
|
42 |
2003-09-01 Bernhard Herzog <[email protected]> |
2003-09-01 Bernhard Herzog <[email protected]> |
43 |
|
|
44 |
* Thuban/Model/postgisdb.py |
* Thuban/Model/postgisdb.py |