1 |
|
2003-12-16 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* po/Makefile (mo): Make the output a bit nicer so that it prints |
4 |
|
statistics about the translations. Add a comment how produce even |
5 |
|
nicer statistics with sed. |
6 |
|
|
7 |
|
2003-12-09 Frank Koormann <[email protected]> |
8 |
|
|
9 |
|
* Resources/Projections/defaults.proj: |
10 |
|
French projection sample with correct accents (UNICODE). |
11 |
|
|
12 |
|
2003-12-05 Bernhard Herzog <[email protected]> |
13 |
|
|
14 |
|
* MANIFEST.in: Add the devtools directory |
15 |
|
|
16 |
|
* setup.py (setup call): Use license instead of licence. This |
17 |
|
silences a deprecation warning on Python 2.3 |
18 |
|
|
19 |
|
2003-12-05 Frank Koormann <[email protected]> |
20 |
|
|
21 |
|
Documentation synced with 1.0rc1 |
22 |
|
|
23 |
|
* Doc/manual/thuban-manual.xml: |
24 |
|
Minor formatting changes and references to database layers . |
25 |
|
Introduction.Internationalization: New section on i18n. |
26 |
|
MapManagement.AddingandRemovingLayers: Added item on database layers. |
27 |
|
MapManagement.TheLegend: Added section and screenshot on popup menu. |
28 |
|
ProjectionManagement: Updated screenshot and sentence on EPSG. |
29 |
|
Appendix.SupportedDataSources: Added PostGIS. |
30 |
|
Appendix.WorkingwithPostGIS: New section. |
31 |
|
|
32 |
|
* Doc/manual/images/6_projection.png: Updated screenshot including |
33 |
|
EPSG checkboxes. |
34 |
|
|
35 |
|
* Doc/manual/images/3_5_popup_menu.png: New, popup menu screenshot. |
36 |
|
|
37 |
|
* Doc/manual/images/app_postgis_add_layer.png, |
38 |
|
Doc/manual/images/app_postgis_db_add.png, |
39 |
|
Doc/manual/images/app_postgis_db_management.png: |
40 |
|
New screenshots focussing on database layers |
41 |
|
|
42 |
|
2003-12-05 Frank Koormann <[email protected]> |
43 |
|
|
44 |
|
* Thuban/UI/projdialog.py (load_user_proj): If user.proj is missing |
45 |
|
write warning to stderr instead of rising a warning dialog |
46 |
|
|
47 |
|
2003-12-03 Bernhard Herzog <[email protected]> |
48 |
|
|
49 |
|
Fix for RT #2243 |
50 |
|
|
51 |
|
* Thuban/UI/mainwindow.py (MainWindow.has_selected_shape_layer): |
52 |
|
New. Like has_selected_layer but for shape layers only |
53 |
|
(_has_selected_shape_layer): New. Like _has_selected_layer but for |
54 |
|
shape layers only |
55 |
|
(layer_show_table command, layer_jointable command): Use these |
56 |
|
commands should only be available for shape layers |
57 |
|
|
58 |
|
2003-12-03 Bernhard Herzog <[email protected]> |
59 |
|
|
60 |
|
* Thuban/UI/mainwindow.py (MainWindow.Unsubscribe): Deal with |
61 |
|
publishers that are wx objects and may have been destroyed by wx |
62 |
|
already. Fixes RT #2242. |
63 |
|
|
64 |
|
2003-12-03 Bernhard Herzog <[email protected]> |
65 |
|
|
66 |
|
* po/ru.po: Updates from Alex Shevlakov |
67 |
|
|
68 |
|
2003-12-03 Silke Reimer <silkeintevation.de> |
69 |
|
|
70 |
|
* debian/control, debian/changelog: Added gdal-support to |
71 |
|
debian package, updated to new thuban version |
72 |
|
|
73 |
|
|
74 |
|
2003-12-03 Bernhard Herzog <[email protected]> |
75 |
|
|
76 |
|
* Thuban/Lib/version.py: New. Module for version number |
77 |
|
manipulations. The version of make_tuple here also deals better |
78 |
|
with more unusual version number strings, such as e.g. |
79 |
|
"1.2+cvs20031111" |
80 |
|
|
81 |
|
* Thuban/version.py (make_tuple): Removed. It's now in |
82 |
|
Thuban.Lib.version. Use that implementation instead. |
83 |
|
|
84 |
|
* test/test_lib_version.py: New. Tests for Thuban/Lib/version.py |
85 |
|
|
86 |
2003-12-02 Bernhard Herzog <[email protected]> |
2003-12-02 Bernhard Herzog <[email protected]> |
87 |
|
|
88 |
* MANIFEST.in: Add debian files |
* MANIFEST.in: Add debian files |