Updated version to 2.5.5

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32997 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2005-03-23 13:05:13 +00:00
parent b388e8cdec
commit 8c9f8f91cd
886 changed files with 32695 additions and 15722 deletions

View File

@@ -20,7 +20,7 @@ most of wxMSW is common to Win32 and Windows CE but there are
some simplifications, enhancements, and differences in
behaviour.
For installation instructions, see docs/msw/wince in the
For building instructions, see docs/msw/wince in the
distribution. The rest of this section documents issues you
need to be aware of when programming for Windows CE devices.
@@ -64,6 +64,13 @@ style of device.
See the "Life!" example (demos/life) for an example of
an application that has been tailored for PocketPC and Smartphone use.
{\bf Note:} don't forget to have this line in your .rc file, as for
desktop Windows applications:
\begin{verbatim}
#include "wx/msw/wx.rc"
\end{verbatim}
\subsubsection{Testing for WinCE SDKs}
Use these preprocessor symbols to test for the different types of device or SDK:

View File

@@ -11,7 +11,7 @@ IMPORTANT NOTE:
When sending bug reports tell us what version of wxWidgets you are
using (including the beta) and what compiler on what system. One
example: wxMGL 2.5.4, gcc 2.95.3, Redhat 7.0
example: wxMGL 2.5.5, gcc 2.95.3, Redhat 7.0
First steps
-----------

View File

@@ -11,7 +11,7 @@ IMPORTANT NOTE:
When sending bug reports tell us what version of wxWidgets you are
using (including the beta) and what compiler on what system. One
example: wxMotif 2.5.4, gcc 2.95.4, Redhat 6.1
example: wxMotif 2.5.5, gcc 2.95.4, Redhat 6.1
First steps
-----------

View File

@@ -1,7 +1,7 @@
Welcome to wxWidgets/Motif 2.5.4
Welcome to wxWidgets/Motif 2.5.5
You have downloaded version 2.5.4 of the Motif port of
You have downloaded version 2.5.5 of the Motif port of
the wxWidgets GUI library.
More information about the wxWidgets project as a whole

View File

@@ -1,7 +1,7 @@
Installing wxWidgets 2.5.4
Installing wxWidgets 2.5.5
--------------------------
This is wxWidgets 2.5.4 for Microsoft Windows 9x/ME, Windows NT, Windows 2000
This is wxWidgets 2.5.5 for Microsoft Windows 9x/ME, Windows NT, Windows 2000
and Windows XP. This is an unstable development release. Note that unstable in
this context doesn't mean that it crashes a lot, just that the library API may
change in backwards incompatible way during the 2.5 branch lifetime.
@@ -263,7 +263,7 @@ Metrowerks CodeWarrior compilation
----------------------------------
1. CodeWarrior Pro7 project files in XML format are already
included in wxMSW-2.5.4.zip and the setup version.
included in wxMSW-2.5.5.zip and the setup version.
2. Review the file include\wx\msw\setup.h (or include\wx\msw\setup0.h if
you are working from the CVS version) to make sure the settings reflect

View File

@@ -1,9 +1,9 @@
=================================================
Welcome to wxWidgets/CE 2.5.4
Welcome to wxWidgets/CE 2.5.5
=================================================
You have downloaded version 2.5.4 of the Windows CE port of
You have downloaded version 2.5.5 of the Windows CE port of
the wxWidgets GUI library. This runs on Pocket PC 2002/2003,
Smartphone 2002/2003, and Windows CE .NET 4.x.
@@ -51,7 +51,16 @@ wxWidgets/CE Compilation
NOTE: to generate targets not in the standard project files,
you should rebuild the project files using Bakefile.
See technote docs/tech/tn0016.txt for details.
Also, if you are building from a CVS version of wxWidgets,
you need to create eVC++ project files or get them from
somewhere, such as the daily makefile builds here:
http://biolpc22.york.ac.uk/pub/CVS_Makefiles/
See technote docs/tech/tn0016.txt for details on using Bakefile,
and you can get Bakefile from:
http://bakefile.sf.net
Open build/wince/wx.vcw, select an ARM or x86 target (or emulator
target for eVC++ 4), and compile.
@@ -86,7 +95,7 @@ To compile using the emulator on eVC++4:
- Open samples/minimal/minimal.vcw with eVC++, select the
WIN32 (WCE emulator) Debug configuration, and compile.
Note: compiles for the different SDKs (Smartphone, PPC, .Net)
Note: builds for the different SDKs (Smartphone, PPC, .Net)
use the same directory and library names, so for the moment
these builds cannot co-exist simultaneously.

View File

@@ -1,7 +1,7 @@
Installing wxWidgets 2.5.4
Installing wxWidgets 2.5.5
--------------------------
This is wxWidgets 2.5.4 for IBM OS/2 Warp3 and Warp4. This is an unstable
This is wxWidgets 2.5.5 for IBM OS/2 Warp3 and Warp4. This is an unstable
development release and OS/2 is considered to be in beta.
IMPORTANT NOTE: If you experience problems installing, please
@@ -17,7 +17,7 @@ Unarchiving
At this time there is no comprehensive setup.exe type installation program.
wxWidgets for OS/2 requires you download various .zip files and unpack them
to your desired location on your system. Pick a location say,
C:\wx\wxWidgets-2.5.4, copy the .zip files to there and unzip them ensuring you
C:\wx\wxWidgets-2.5.5, copy the .zip files to there and unzip them ensuring you
unzip the subdirectories as well. You will need:
- All common, generic and OS2-specific wxWidgets source;
@@ -30,7 +30,7 @@ unzip the subdirectories as well. You will need:
- PNG library source;
- ZLIB library source;
All but the documentation is included in wxOS2-2.5.4.zip, documentation
All but the documentation is included in wxOS2-2.5.5.zip, documentation
must be downloaded separately from the wxWidgets Web site.
Other add-on packages are available from the wxWidgets Web site, such as:
@@ -46,27 +46,27 @@ General installation notes
After unzipping everything your directory tree should look something like
this:
x:\wx\wxWidgets-2.5.4\docs (your HTML reference manual)
x:\wx\wxWidgets-2.5.4\include\wx
x:\wx\wxWidgets-2.5.4\include\wx\generic
x:\wx\wxWidgets-2.5.4\include\wx\html
x:\wx\wxWidgets-2.5.4\include\wx\os2
x:\wx\wxWidgets-2.5.4\samples\.... (all the sample directories)
x:\wx\wxWidgets-2.5.4\src
x:\wx\wxWidgets-2.5.4\src\common
x:\wx\wxWidgets-2.5.4\src\generic
x:\wx\wxWidgets-2.5.4\src\html
x:\wx\wxWidgets-2.5.4\src\jpeg
x:\wx\wxWidgets-2.5.4\src\os2
x:\wx\wxWidgets-2.5.4\src\png
x:\wx\wxWidgets-2.5.4\src\tiff
x:\wx\wxWidgets-2.5.4\src\zlib
x:\wx\wxWidgets-2.5.5\docs (your HTML reference manual)
x:\wx\wxWidgets-2.5.5\include\wx
x:\wx\wxWidgets-2.5.5\include\wx\generic
x:\wx\wxWidgets-2.5.5\include\wx\html
x:\wx\wxWidgets-2.5.5\include\wx\os2
x:\wx\wxWidgets-2.5.5\samples\.... (all the sample directories)
x:\wx\wxWidgets-2.5.5\src
x:\wx\wxWidgets-2.5.5\src\common
x:\wx\wxWidgets-2.5.5\src\generic
x:\wx\wxWidgets-2.5.5\src\html
x:\wx\wxWidgets-2.5.5\src\jpeg
x:\wx\wxWidgets-2.5.5\src\os2
x:\wx\wxWidgets-2.5.5\src\png
x:\wx\wxWidgets-2.5.5\src\tiff
x:\wx\wxWidgets-2.5.5\src\zlib
If you are using VisualAge, you will also need to ensure you have a
\lib directory as well, x:\wx\wxWidgets-2.5.4\lib
\lib directory as well, x:\wx\wxWidgets-2.5.5\lib
and you will have to set a WXWIN environment variable in your
config.sys,
SET WXWIN=X:\WX\WXWINDOWS-2.5.4;
SET WXWIN=X:\WX\WXWINDOWS-2.5.5;
Compilation
-----------
@@ -176,13 +176,13 @@ developping cross-platform applications you might want to compile (and
update) e.g. wxGTK or wxX11 as well.
In the following, let's assume you decided to build in
\wx\wxWidgets-2.5.4\build\pm. Now we need to set some environment
\wx\wxWidgets-2.5.5\build\pm. Now we need to set some environment
variables, namely MAKESHELL (to a Unix like shell, let's assume ash)
and INSTALL (to point to the install script. If you omit this, configure
might find something like the system's tcpip\pcomos\install.exe which will
not do the thing you want), e.g.
SET MAKESHELL=ash
SET INSTALL=/wx/wxWidgets-2.5.4/install-sh -c
SET INSTALL=/wx/wxWidgets-2.5.5/install-sh -c
Be warned that depending on the precise version of your make, the
variable that needs to be set might be MAKE_SHELL instead of MAKESHELL.
@@ -225,7 +225,7 @@ Finally, if you also want to build a different port, e.g. wxGTK, you
essentially have to use the procedure described above, the only difference
being that you have to pass a switch to configure indicating which port
to build. If you do not do this in a separate build directory (e.g.
\wxWidgets-2.5.4\build\gtk), you'll have to do a `make clean' first.
\wxWidgets-2.5.5\build\gtk), you'll have to do a `make clean' first.
The magical switches that have to be passed to configure for the various
ports are --with-gtk (wxGTK), --with-motif (wxMotif), --with-x11 (wxX11),
and --disable-gui (wxBase). Note that contrary to the native, PM based

View File

@@ -1,4 +1,4 @@
Announcing wxWidgets 2.5.4: a cross-platform GUI toolkit
Announcing wxWidgets 2.5.5: a cross-platform GUI toolkit
----------------------------------------------------------------
October 11th, 2004 -- the wxWidgets team is pleased to announce

View File

@@ -1,4 +1,4 @@
wxWidgets 2.5.4
wxWidgets 2.5.5
---------------
*** Please note that this is an UNSTABLE DEVELOPMENT SNAPSHOT.

View File

@@ -2,7 +2,7 @@ Using and modifying the BC++ IDE files
======================================
Please use wxWidgets 2.4.x - this is not currently supported in wxWidgets 2.5.4
Please use wxWidgets 2.4.x - this is not currently supported in wxWidgets 2.5.5

View File

@@ -11,7 +11,7 @@ IMPORTANT NOTE:
When sending bug reports tell us what version of wxWidgets you are
using (including the beta) and what compiler on what system. One
example: wxX11 2.5.4, gcc 2.95.4, Redhat 6.2
example: wxX11 2.5.5, gcc 2.95.4, Redhat 6.2
First steps
-----------

View File

@@ -1,7 +1,7 @@
Welcome to wxWidgets/X11 2.5.4
Welcome to wxWidgets/X11 2.5.5
You have downloaded version 2.5.4 of the X11 port of
You have downloaded version 2.5.5 of the X11 port of
the wxWidgets GUI library. This runs on X11 with no
Motif, Xt, GTK+ or any other standard widget set --
instead it uses the wxUniversal widgets. The intention