1 |
2003-04-11 Jonathan Coles <[email protected]> |
2003-04-11 Jonathan Coles <[email protected]> |
2 |
|
|
3 |
|
* Thuban/UI/resource.py: New. Centralize the loading of resources |
4 |
|
such as bitmaps. |
5 |
|
|
6 |
|
* Thuban/UI/classgen.py (GenUniquePanel.__init__): Reordered buttons, |
7 |
|
added images to the move buttons, added 'reverse' button. |
8 |
|
(CustomRampPanel.__init__): Added images to the move buttons. |
9 |
|
(GreyRamp): New. Generates a ramp from white to black. |
10 |
|
(HotToColdRamp): New. Generates a ramp from cold to hot colors. |
11 |
|
|
12 |
|
* Thuban/UI/classifier.py: Refactored ID's from ID_CLASSIFY_* to |
13 |
|
ID_PROPERTY_*. |
14 |
|
(Classifier.__init__): Minor changes to the layout. |
15 |
|
(Classifier._OnTitleChanged): Listen for when the user edits the |
16 |
|
title and update the dialog's title and the layer's title. |
17 |
|
|
18 |
|
* Thuban/UI/dock.py: Use new bitmaps for the control buttons. |
19 |
|
|
20 |
|
* Thuban/UI/legend.py: Use new bitmaps for the control buttons. |
21 |
|
(LegendTree._OnMsgLayerTitleChanged): Change the displayed title |
22 |
|
if the layer's title changes. |
23 |
|
|
24 |
|
* Thuban/UI/mainwindow.py: Added new menu item and associated code |
25 |
|
to open a dialog to rename the map. |
26 |
|
(MainWindow): Use new resource class to import bitmaps. |
27 |
|
|
28 |
|
2003-04-11 Jonathan Coles <[email protected]> |
29 |
|
|
30 |
* Resources/Bitmaps/close_12.xpm, Resources/Bitmaps/dock_12.xpm, |
* Resources/Bitmaps/close_12.xpm, Resources/Bitmaps/dock_12.xpm, |
31 |
Resources/Bitmaps/group_use.xpm, Resources/Bitmaps/group_use_all.xpm, |
Resources/Bitmaps/group_use.xpm, Resources/Bitmaps/group_use_all.xpm, |
32 |
Resources/Bitmaps/group_use_none.xpm, Resources/Bitmaps/group_use_not.xpm, |
Resources/Bitmaps/group_use_none.xpm, |
33 |
Resources/Bitmaps/hide_layer.xpm, Resources/Bitmaps/layer_properties.xpm, |
Resources/Bitmaps/group_use_not.xpm, |
34 |
Resources/Bitmaps/lower_layer.xpm, Resources/Bitmaps/raise_layer.xpm, |
Resources/Bitmaps/hide_layer.xpm, |
35 |
Resources/Bitmaps/show_layer.xpm, Resources/Bitmaps/undock_12.xpm: |
Resources/Bitmaps/layer_properties.xpm, |
36 |
New. |
Resources/Bitmaps/lower_layer.xpm, Resources/Bitmaps/raise_layer.xpm, |
37 |
|
Resources/Bitmaps/show_layer.xpm, Resources/Bitmaps/undock_12.xpm: |
38 |
|
New. |
39 |
|
|
40 |
2003-04-10 Jonathan Coles <[email protected]> |
2003-04-10 Jonathan Coles <[email protected]> |
41 |
|
|