1 |
|
2003-11-24 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* Thuban/Model/load.py (SessionLoader.check_attrs): If no |
4 |
|
converter is specified for an attribute assume it's a string |
5 |
|
containing only Latin1 characters. Update doc-string accordingly. |
6 |
|
This change should fix many places where unicode objects might |
7 |
|
accidentally enter Thuban. |
8 |
|
|
9 |
|
* test/test_load.py (TestNonAsciiColumnName): New test to check |
10 |
|
what happens with column names in DBF files that contain non-ascii |
11 |
|
characters |
12 |
|
|
13 |
|
2003-11-21 Bernhard Herzog <[email protected]> |
14 |
|
|
15 |
|
Enable the experimental attribute editing again and introduce a |
16 |
|
command line switch to actually activate it |
17 |
|
|
18 |
|
* Thuban/UI/main.py (options): New. Container for options set on |
19 |
|
the commmand line |
20 |
|
(main): Add the --enable-attribute-editing flag. |
21 |
|
|
22 |
|
* Thuban/UI/identifyview.py (IdentifyView.__init__): If attribute |
23 |
|
editing is enabled use the grid ctrl which allows editing of the |
24 |
|
values |
25 |
|
|
26 |
|
* Thuban/Model/transientdb.py (AutoTransientTable.write_record): |
27 |
|
New. Just delegate this to the underlying table. |
28 |
|
|
29 |
|
2003-11-20 Bernhard Herzog <[email protected]> |
30 |
|
|
31 |
|
* test/test_proj.py (ProjFileReadTests.test_read_unreadable_file): |
32 |
|
Skip this test if run under non-posix systems since it only works |
33 |
|
there |
34 |
|
|
35 |
|
2003-11-19 Bernhard Herzog <[email protected]> |
36 |
|
|
37 |
|
* Thuban/Model/resource.py: Rework the way gdal support is |
38 |
|
determined so that we can give a reason in the about why gdal is |
39 |
|
not supported. |
40 |
|
(gdal_support_status): New. Variable holding a string with the |
41 |
|
reason for no gdal support |
42 |
|
|
43 |
|
* Thuban/UI/about.py (About.__init__): Add the reason why gdal is |
44 |
|
not supported to the message |
45 |
|
|
46 |
|
2003-11-19 Bernhard Herzog <[email protected]> |
47 |
|
|
48 |
|
Remove the old table interface and its test cases |
49 |
|
|
50 |
|
* Thuban/Model/table.py (OldTableInterfaceMixin): Removed. |
51 |
|
(DBFTable, MemoryTable): Do not derive from OldTableInterfaceMixin |
52 |
|
anymore |
53 |
|
|
54 |
|
* Thuban/Model/transientdb.py (TransientTableBase) |
55 |
|
(AutoTransientTable): Do not derive from OldTableInterfaceMixin |
56 |
|
anymore |
57 |
|
|
58 |
|
* test/test_table.py: Removed since the old interface it tests is |
59 |
|
gone. |
60 |
|
|
61 |
|
* test/runtests.py (main): The old table interface is gone and |
62 |
|
with it the deprecation warnings so remove the code that turns |
63 |
|
these warnings into errors |
64 |
|
|
65 |
2003-11-19 Bernhard Herzog <[email protected]> |
2003-11-19 Bernhard Herzog <[email protected]> |
66 |
|
|
67 |
* test/test_table.py: Revert to revision 1.5 again. Changing the |
* test/test_table.py: Revert to revision 1.5 again. Changing the |