1 |
2005-02-08 Bernhard Herzog <[email protected]> |
2005-02-08 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
More wxPython 2.5 changes. This time taken from a patch from |
4 |
|
Daniel Calvelo Aros. |
5 |
|
|
6 |
|
* Thuban/UI/tableview.py (QueryTableFrame.__init__) |
7 |
|
(QueryTableFrame.__init__): Pass the size of a spacer as a single |
8 |
|
item. |
9 |
|
|
10 |
|
* Thuban/UI/projdialog.py (ProjFrame.build_dialog) |
11 |
|
(ProjFrame.build_dialog): Pass the size of a spacer as a single |
12 |
|
item. |
13 |
|
|
14 |
|
* Thuban/UI/dbdialog.py (ChooseDBTableDialog.__init__): Pass the |
15 |
|
size of a spacer as a single item. |
16 |
|
|
17 |
|
* Thuban/UI/classifier.py (Classifier.dialog_layout): Pass the |
18 |
|
size of a spacer as a single item. |
19 |
|
|
20 |
|
2005-02-08 Bernhard Herzog <[email protected]> |
21 |
|
|
22 |
Compatibility with wxPython 2.5. The changes should make it work |
Compatibility with wxPython 2.5. The changes should make it work |
23 |
better with 2.5 while still keeping compatibility with 2.4. There |
better with 2.5 while still keeping compatibility with 2.4. There |
24 |
are still problems with 2.5, though. |
are still problems with 2.5, though. |