1 |
|
2003-09-03 Jan-Oliver Wagner <[email protected]> |
2 |
|
|
3 |
|
Fix/workaround for bug #2019: |
4 |
|
https://intevation.de/rt/webrt?serial_num=2019 |
5 |
|
|
6 |
|
* Thuban/UI/identifyview.py (IdentifyView.ID_STOP): New. |
7 |
|
(IdentifyView.__init__): Added another button that allows to |
8 |
|
stop the identify mode. |
9 |
|
(IdentifyView.OnStop): New. Stops the identify mode. |
10 |
|
|
11 |
|
2003-09-03 Jan-Oliver Wagner <[email protected]> |
12 |
|
|
13 |
|
Introducing a new exception dialog that allows to exit the |
14 |
|
application immediately. |
15 |
|
This fixes bug #2060: https://intevation.de/rt/webrt?serial_num=2060 |
16 |
|
|
17 |
|
* Thuban/UI/exceptiondialog.py: New. A special exception dialog. |
18 |
|
|
19 |
|
* Thuban/UI/application.py (ThubanApplication.ShowExceptionDialog): |
20 |
|
Made strings available to translations. Exchanged the simple |
21 |
|
ScrolledMessageDialog by the new ExceptionDialog. |
22 |
|
|
23 |
|
2003-09-01 Bernhard Herzog <[email protected]> |
24 |
|
|
25 |
|
* NEWS: New. Summary of changes and release notes. |
26 |
|
|
27 |
|
* MANIFEST.in: Add NEWS |
28 |
|
|
29 |
|
2003-09-01 Bernhard Herzog <[email protected]> |
30 |
|
|
31 |
|
* MANIFEST.in: Correct the include statement for the mo-files and |
32 |
|
include the documentation too. |
33 |
|
|
34 |
|
* setup.py (data_files): Add the .mo files |
35 |
|
(setup call): Up to version 0.9.0 |
36 |
|
|
37 |
|
2003-09-01 Bernhard Herzog <[email protected]> |
38 |
|
|
39 |
|
* Thuban/UI/dbdialog.py (ChooseDBTableDialog.__init__): Change the |
40 |
|
parameter list to just parent and session |
41 |
|
(ChooseDBTableDialog.__set_properties): Removed. Setting the |
42 |
|
selection of empty list boxes is not allowed (and produces C++ |
43 |
|
assertion errors) and the rest of the setup is better done in |
44 |
|
__init__ anyway. |
45 |
|
(ChooseDBTableDialog.OnCancel, ChooseDBTableDialog.OnOK) |
46 |
|
(ChooseDBTableDialog.OnLBDClick, DBDialog.OnOK): Use the Python |
47 |
|
builtins True/False for booleans to avoid warnings from wxPython |
48 |
|
|
49 |
|
* Thuban/UI/mainwindow.py (MainWindow.AddDBLayer): Adapt to new |
50 |
|
ChooseDBTableDialog constructor parameters. |
51 |
|
|
52 |
|
2003-09-01 Bernhard Herzog <[email protected]> |
53 |
|
|
54 |
|
* Thuban/Model/postgisdb.py |
55 |
|
(PostGISTable): Extend doc-string |
56 |
|
(PostGISTable._fetch_table_information): Set the column index |
57 |
|
correctly, pretending ignored columns don't exist. |
58 |
|
|
59 |
|
* test/test_postgis_db.py (TestPostGISIgnoredColumns): New tests |
60 |
|
for postgis tables with data types not yet supported by thuban. |
61 |
|
|
62 |
2003-08-29 Bernhard Herzog <[email protected]> |
2003-08-29 Bernhard Herzog <[email protected]> |
63 |
|
|
64 |
* HOWTO-Release: Tweak item about running the tests. |
* HOWTO-Release: Tweak item about running the tests. |