1 |
|
2003-06-19 Frank Koormann <[email protected]> |
2 |
|
|
3 |
|
MERGE from the greater-ms3 branch. |
4 |
|
|
5 |
|
* Thuban/UI/scalebar.py (ScaleBar.DrawScaleBar): Apply conversion to |
6 |
|
scale if projection is latlong to get better estimate. |
7 |
|
|
8 |
|
Fix problem of hidden properties dialog under windows after double |
9 |
|
click on layer tree: |
10 |
|
The tree control always gets an Expanded / Collapsed event after |
11 |
|
the ItemActivated on double click, which raises the main window again. We add a second ItemActivated event to the queue, which simply |
12 |
|
raises the already displayed window. |
13 |
|
|
14 |
|
* Thuban/UI/legend.py (LegendTree.__init__): Instance variable |
15 |
|
raiseProperties initialized to prevent endless loops |
16 |
|
(LegendTree._OnItemActivated): Depending on self.raiseProperties |
17 |
|
simply raise the properties or open the dialog and issue a second |
18 |
|
event. |
19 |
|
|
20 |
|
2003-06-18 Jonathan Coles <[email protected]> |
21 |
|
|
22 |
|
* setup.py: Fix a few problems that occured under Windows. |
23 |
|
|
24 |
2003-06-18 Jonathan Coles <[email protected]> |
2003-06-18 Jonathan Coles <[email protected]> |
25 |
|
|
26 |
When Thuban loaded the map was redrawn twice because the |
When Thuban loaded the map was redrawn twice because the |