1 |
|
2003-04-14 Jonathan Coles <[email protected]> |
2 |
|
|
3 |
|
* Thuban/UI/dock.py: Fixes some window resizing problems most |
4 |
|
noticable under windows. Always assume the button bitmaps will |
5 |
|
be there. Code clean up. |
6 |
|
(DockabelWindow.Dock, DockableWindow.UnDock): Force all the |
7 |
|
images for the dock/undock button to the same images. |
8 |
|
Work around for RTbug #1801. |
9 |
|
|
10 |
|
* Thuban/UI/legend.py (LegendPanel.__init__): The toolbar should |
11 |
|
be allowed to grow within the sizer. Fixes a bug under Windows |
12 |
|
where the toolbar wasn't being drawn. |
13 |
|
|
14 |
|
2003-04-14 Frank Koormann <[email protected]> |
15 |
|
|
16 |
|
* Resources/Bitmaps/dock_12.xpm, Resources/Bitmaps/undock_12.xpm: |
17 |
|
Updated design to try to make the button functionality more |
18 |
|
transparent. |
19 |
|
|
20 |
|
2003-04-14 Jonathan Coles <[email protected]> |
21 |
|
|
22 |
|
* Thuban/UI/legend.py (LegendPanel.__init__): Call Create() to |
23 |
|
finalize the intialization of the panel. |
24 |
|
|
25 |
|
* Thuban/UI/dock.py (DockPanel.Create): New. Finalizes the |
26 |
|
creation of the panel. Should be the last thing called in the |
27 |
|
initializer of a subclass. |
28 |
|
|
29 |
|
* Thuban/UI/classgen.py (ClassGenDialog.__init__): Actively |
30 |
|
set the current selections in the combo boxes. This is needed |
31 |
|
under Windows. |
32 |
|
|
33 |
|
* Thuban/UI/classifier.py (Classifier.__init__): Add a top |
34 |
|
level panel to the dialog so that the background colors are |
35 |
|
consistent under Windows. |
36 |
|
|
37 |
|
2003-04-11 Jonathan Coles <[email protected]> |
38 |
|
|
39 |
|
* Thuban/UI/classgen.py: Change color ramps to start at white |
40 |
|
not black. |
41 |
|
|
42 |
|
* Thuban/UI/legend.py: Enable/disable the legend buttons when |
43 |
|
the legend changes. Fixes RTbug #1793. |
44 |
|
|
45 |
|
* test/test_classification.py: Added test for copying of |
46 |
|
classifications. |
47 |
|
|
48 |
2003-04-11 Jonathan Coles <[email protected]> |
2003-04-11 Jonathan Coles <[email protected]> |
49 |
|
|
50 |
* Thuban/UI/resource.py: New. Centralize the loading of resources |
* Thuban/UI/resource.py: New. Centralize the loading of resources |