1 |
|
2004-02-19 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* Extensions/svgexport/svgsaver.py, |
4 |
|
Extensions/svgexport/svgmapwriter.py, |
5 |
|
Extensions/svgexport/maplegend.py: Added again. This time in the |
6 |
|
correct place. |
7 |
|
|
8 |
|
2004-02-17 Bernhard Herzog <[email protected]> |
9 |
|
|
10 |
|
Fix for RT#2245 |
11 |
|
|
12 |
|
* Thuban/UI/application.py (ThubanApplication.OnInit): Initialize |
13 |
|
instance variables before trying to create any windows. Creating |
14 |
|
windows can start an event loop if e.g. message boxes are popped |
15 |
|
up for some reason, and event handlers, especially EVT_UPDATE_UI |
16 |
|
may want to access things from the application. |
17 |
|
(ThubanApplication.maps_changed): The mainwindow may not have been |
18 |
|
created yet, so check whether it has been created before calling |
19 |
|
its methods |
20 |
|
|
21 |
|
* Thuban/UI/view.py (MapCanvas.OnIdle): Only try to redraw if we |
22 |
|
have a map |
23 |
|
|
24 |
|
2004-02-17 Bernhard Herzog <[email protected]> |
25 |
|
|
26 |
|
* test/test_svgmapwriter.py, Extensions/svgsaver.py, |
27 |
|
Extensions/svgmapwriter.py, Extensions/maplegend.py, |
28 |
|
extensions/svgexport/svgsaver.py, |
29 |
|
extensions/svgexport/svgmapwriter.py, |
30 |
|
extensions/svgexport/maplegend.py: Removed. These files were in |
31 |
|
the wrong places or didn't work at all. |
32 |
|
|
33 |
|
2004-02-16 Bernhard Herzog <[email protected]> |
34 |
|
|
35 |
|
* Thuban/UI/view.py (MapCanvas.Export): Remove accidentally added |
36 |
|
line |
37 |
|
|
38 |
|
2004-02-16 Bernhard Herzog <[email protected]> |
39 |
|
|
40 |
|
* Thuban/UI/view.py (MapCanvas.Export): Avoid UnboundLocalError. |
41 |
|
|
42 |
|
2004-02-15 Markus Rechtien <[email protected]> |
43 |
|
|
44 |
|
* Extensions/svgexport/svgmapwriter.py: New. Adds the capability |
45 |
|
to write a session to a file in SVG format. |
46 |
|
* Extensions/svgexport/svgsaver.py: New. Uses svgmapwriter.py |
47 |
|
to write a SVG map of a session. |
48 |
|
* Extensions/svgexport/maplegend: New. Writes a basic maplegend |
49 |
|
in SVG format for the current session. |
50 |
|
|
51 |
2004-02-13 Bernhard Herzog <[email protected]> |
2004-02-13 Bernhard Herzog <[email protected]> |
52 |
|
|
53 |
* Thuban/UI/mainwindow.py (MainWindow.AddDBLayer): When the layer |
* Thuban/UI/mainwindow.py (MainWindow.AddDBLayer): When the layer |