1 |
|
2003-07-15 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* Thuban/Model/save.py (SessionSaver.write_classification): Encode |
4 |
|
string values (in addition to the labels) as UTF 8 |
5 |
|
|
6 |
|
* Thuban/Model/load.py (SessionLoader.start_clpoint): Decode the |
7 |
|
values if the field type is string |
8 |
|
|
9 |
|
* test/test_save.py (SaveSessionTest.testClassifiedLayer): Test |
10 |
|
saving a session with non-ascii string classification values. |
11 |
|
|
12 |
|
* test/test_load.py (TestClassification.file_contents) |
13 |
|
(TestClassification.test): Check for non-ascii values in string |
14 |
|
classifications |
15 |
|
|
16 |
|
2003-07-14 Jonathan Coles <[email protected]> |
17 |
|
|
18 |
|
* test/test_view.py: New. Tests for ViewPort. |
19 |
|
|
20 |
|
2003-07-14 Frank Koormann <[email protected]> |
21 |
|
|
22 |
|
* Thuban/Model/load.py (SessionLoader.start_map): Encode map |
23 |
|
title to latin1. Fixes https://intevation.de/rt/webrt?serial_num=2013 |
24 |
|
|
25 |
|
* test/test_load_0_8.py (TestUnicodeStrings): New, test load of |
26 |
|
unicode strings from session file: session title, map title and |
27 |
|
projection name. |
28 |
|
|
29 |
|
2003-07-10 Jonathan Coles <[email protected]> |
30 |
|
|
31 |
|
* Thuban/UI/viewport.py (Tool.MouseUp): Should have called |
32 |
|
drag_stop, not drag_move when the mouse is released. |
33 |
|
|
34 |
2003-07-10 Jonathan Coles <[email protected]> |
2003-07-10 Jonathan Coles <[email protected]> |
35 |
|
|
36 |
The most important part of this is the seperation of view.py into |
The most important part of this is the seperation of view.py into |