X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f19d58d55157c33ed99945acc6a4185a3d2d94f4..9b6b5750040c1caed398b662c42c95fb6b58cc40:/docs/html/roadmap.htm diff --git a/docs/html/roadmap.htm b/docs/html/roadmap.htm index 73e63dce89..b4b4d845f7 100644 --- a/docs/html/roadmap.htm +++ b/docs/html/roadmap.htm @@ -31,10 +31,23 @@ This page represents current thinking about where wxWindows is going in the near medium and long-term. It also serves as a schedule for new releases so that both developers and users can know what to expect when, at least approximately.

-Note (1): as the wxWindows effort is voluntary, these are not hard-and-fast deadlines: +We are adopting the Linux kernel style of numbering system where odd minor version numbers are development +versions, and even numbers are stable versions. For example, 2.1.x are development releases, +and the next 'stable' or final release of it would be 2.2.

+ +Bug-fix patches to the stable release (if made) then become point +releases of 2.2 (2.2.x) while development continues with wild abandon +on 2.3.x until the end of the next development cycle when it is +released as 2.4.

+ +Development versions that end up on the FTP site or CD-ROM, as opposed to remaining +in the CVS archive, are semi-stable -- i.e. they are checked for compilation and +run-time problems, but not as thoroughly as the stable versions.

+ +Note that since the wxWindows effort is voluntary, these are not hard-and-fast deadlines: but we will endeavour to follow them as closely as possible.

-Note (2): the releases described are for wxGTK, wxMSW and wxMotif ports. wxMac currently follows +Note also that the releases described are for wxGTK, wxMSW and wxMotif ports. wxMac currently follows its own development path but is due to merge with the main code base in November/December. Also, minor snapshot releases for specific platforms may be available at dates convenient to the developers.

@@ -44,87 +57,64 @@ available at dates convenient to the developers.

-

Release 2.0.?

+

Release 2.1.11

- - -

- -

Release 2.1

+Release date: November 7th, 1999

-

Release 2.1.1

+

Release 2.2 (stable)

+ +Release date: December 19th, 1999.

-

Release 2.1.2

+

Release 2.3

+ +Release date: March 5th, 2000

-

Release 2.1.3

+

Release 2.4 (stable)

- - -

- -

Release 2.2

+Release date: May 7th, 2000.

-

Release 2.3

- - - -

-


To-Do List
@@ -150,16 +140,22 @@ that can handle multiple formats). add constraint specification to WXR syntax and Dialog Editor; add multilanguage support to WXR. May be we'd better change the format completely and replace WXR with XML (providing conversion utility for old files)? +
  • Context sensitive help: we need to have wxHelpEvent which would be +generated when the help for a given control is requested and a standard +handler for it in wxWindow which would invoke the default help system with the +correct help id.
  • Rewrite Dialog Editor.
  • Modem-oriented classes: wxDialUpManager for dialing up the ISP and determining if there is a connection to Internet on the machine and wxPhoneDialer for dialing arbitrary phone numbers and otherwise communicating with the modem. +
  • wxImage handlers in separate .h and .cpp files.
  • PCX writing code.
  • GIF animation code.
  • Tidying of timer code, addition of wxChrono class.
  • Debug wxPostScriptDC further.
  • wxDateTime class. +
  • Regular expressions support.
  • Expansion of wxHTML to support further tags, and frames.
  • MGL port (see Backroom/Future Ports page).
  • Rotated text support. @@ -170,6 +166,7 @@ written generically in wxWindows.
  • Modem and telephony support.
  • Book, tutorial.
  • More examples. +
  • Bug tracking system.