From c658d9a64b696421a3c63250d50cf6dad43ede31 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 1 Jul 2002 15:18:04 +0000 Subject: [PATCH] removed out of date copy of the file which is now in wxWebSite module git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15993 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/html/roadmap.htm | 165 ------------------------------------------ 1 file changed, 165 deletions(-) delete mode 100644 docs/html/roadmap.htm diff --git a/docs/html/roadmap.htm b/docs/html/roadmap.htm deleted file mode 100644 index 005b72ecdf..0000000000 --- a/docs/html/roadmap.htm +++ /dev/null @@ -1,165 +0,0 @@ - - - wxWindows Roadmap - - - - - - - - - - - - -
- -wxWindows Roadmap - -
- -

- -

-Schedule | To-Do List -
- -

- -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.

- -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 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. - -Finally, this page only shows the things which are still left to do, please -look elsewhere to see the complete list of changes between the releases, -including the things which are already done. -

- -

-
Schedule
-
-

- -

Release 2.4.0 (stable)

- -Release date: Summer 2002? - -

- -Stable version of 2.3. - -

    -
  1. Very important -
      -
    • wxMac: make the release together with the other ports -
    • Fix wxStream::Eof() problems -
    • wxGTK: GTK+ 2.0 support -
    - -
  2. Important -
      -
    • (Unix) implement wx-config as a version and build - parameters independent script which would just read the - configuration files -
    • Finish wxFileName -
    • Make it possible to process the key strokes portably -
    • Add wxSemaphor, fix wxCondition -
    - -
  3. Nice to have -
      -
    • support for text in the wxToolBar buttons -
    • radio buttons in wxToolBar -
    • possibility to use individual wxUniv controls from the native - ports -
    -
- -

- -

Release 3.0.0 (stable)

- -This release should finally mark the end of support for the antiquated -compilers without decent support of the modern C++ features such as templates, -exceptions and namespaces. wxWindows containers should be replaced with the -corresponding standard library classes and std::basic_string<> -should be used instead of wxString. - -

- -

-
To-Do List
-
- -

- -This is just a collection of the various things which it would be nice to -include in wxWindows but which are not actively worked on right now and for -which no schedule is fixed yet. If you're interested in helping with wxWindows -development, one of the small projects below could be a great way to join the -team! - -

-Developers: please feel free to add to these, and delete them when they are done. - -

- -General

- -

- -

- -wxMSW

- -

- -

- -wxGTK

- -

- -

- - - - -- 2.45.2