]>
Commit | Line | Data |
---|---|---|
73adcb01 | 1 | Recent Changes for wxPython |
8eda5e35 | 2 | ===================================================================== |
6d75ea8f | 3 | |
73adcb01 | 4 | 2.5.1.4 |
3ef86e32 RD |
5 | ------- |
6 | ||
33ab916f | 7 | (See also the MigrationGuide_ file for details about some of the |
7ca4c2e1 RD |
8 | big changes that have happened in this release and how you should |
9 | adapt your code.) | |
10 | ||
33ab916f RD |
11 | .. _MigrationGuide: MigrationGuide.html |
12 | ||
13 | ||
e8a71fa0 RD |
14 | The wxWindows project and library is now known as wxWidgets. Please |
15 | see http://www.wxwindows.org/name.htm for more details. This won't | |
16 | really affect wxPython all that much, other than the fact that the | |
17 | wxwindows.org domain name will be changing to wxwidgets.org, so mail | |
18 | list, CVS, and etc. addresses will be changing. We're going to try | |
19 | and smooth the transition as much as possible, but I wanted you all to | |
20 | be aware of this change if you run into any issues. | |
21 | ||
22 | ||
3ef86e32 | 23 | Many, many little fixes, changes and additions done as part of the move |
b25cb7db | 24 | to wxWidgets 2.5 that I have forgotten about. |
3ef86e32 | 25 | |
3ef86e32 RD |
26 | Added wxMirrorDC. |
27 | ||
28 | Added wxIconLocation | |
29 | ||
b25cb7db RD |
30 | Added Python wrappers and demos for the new wxVScrolledWindow, |
31 | wxVListBox, and wxHtmlListBox classes. | |
3ef86e32 | 32 | |
edadef3f RD |
33 | Added wrappers for wxBookCtrl and wxListbook. wxNotebook now derives |
34 | from wxBookCtrl. | |
35 | ||
9d6685e2 RD |
36 | Added Gordon Williams' PyPlot module to the library, available as the |
37 | wx.lib.plot module. | |
3ef86e32 | 38 | |
e6a5dac6 RD |
39 | I made a small but important change in the code that aquires the |
40 | Python Global Interpreter Lock to try and prevent deadlocks that can | |
41 | happen when there are nested attempts to aquire the GIL. | |
42 | ||
b25cb7db RD |
43 | The RPMs will now install menu items on Mandrake Linux in |
44 | Applications/Development/Tools for PyCrust, XRCed, etc. The RPMs are | |
45 | also installing icons and ``*.desktop`` items in the generic KDE and | |
46 | GNOME locations, but I don't know yet if they are resulting in menu | |
47 | items on non-Mandrake systems. (It didn't automatically do it on my | |
48 | RH-9 build box but I didn't chase it very far...) If you have ideas | |
49 | for how to improve the .spec file to work better and/or on more | |
50 | distros please send me a patch. | |
e6a5dac6 | 51 | |
b25cb7db RD |
52 | The RPMs are now built on a fairly generic RH-9 box, and I have tested |
53 | installing them also on my main Mandrake 9.2 box. | |
e6a5dac6 RD |
54 | |
55 | There are some big changes in the OS X disk image. The actual | |
56 | Installer package now *only* installs the wxMac dynlibs, wxPython | |
b25cb7db | 57 | extension modules and Python pacakges, and also the command-line tool |
e6a5dac6 RD |
58 | scripts. The remaining items (demo, samples, and application bundles |
59 | for the Demo, PyCrust and XRCed) are now top-level items in the disk | |
60 | image (.dmg file) that users can just drag and drop to wherever they | |
61 | want to put them. | |
62 | ||
78862f24 RD |
63 | The wxWave class has been renamed to wxSound, and now has a slightly |
64 | different API. | |
e6a5dac6 | 65 | |
1a31cb0a | 66 | Content-type: text/html ]>