2004-05-04 08:27:20 +00:00
|
|
|
Adding a wxWidgets contribution
|
2000-07-15 19:51:35 +00:00
|
|
|
===============================
|
|
|
|
|
|
|
|
Here are some different kinds of contribution:
|
|
|
|
|
2004-05-23 14:56:36 +00:00
|
|
|
1. Bug fixes. You can send these to the wx-dev list.
|
2008-02-24 14:15:11 +00:00
|
|
|
|
|
|
|
2. New classes. They should go somewhere in the wxWidgets
|
|
|
|
hierarchy if they are deemed to be 'core', otherwise they
|
|
|
|
could be placed in external repositories of wxWidgets
|
|
|
|
utilities, like wxCode (see http://wxcode.sf.net).
|
|
|
|
|
2000-07-15 19:51:35 +00:00
|
|
|
3. A utility application, such as a new dialog editor or
|
2008-02-24 14:15:11 +00:00
|
|
|
file format conversion utility. If adding to the SVN
|
2000-07-15 19:51:35 +00:00
|
|
|
archive, you may put it under the utils hierarchy,
|
|
|
|
preferably with further src and docs directories.
|
|
|
|
|
2008-02-24 14:15:11 +00:00
|
|
|
You may or may not wish to add your code to the main wxWidgets SVN
|
2000-07-15 19:51:35 +00:00
|
|
|
archive. Whether your code is appropriate for this archive
|
2004-05-23 14:56:36 +00:00
|
|
|
should first be ascertained by discussing it on wx-dev@wxwidgets.org.
|
2000-07-15 19:51:35 +00:00
|
|
|
|
2008-02-24 14:15:11 +00:00
|
|
|
Also, in order to be included in wxWidgets, your code should
|
|
|
|
follow the wxWidgets coding conventions
|
|
|
|
(see http://www.wxwidgets.org/develop/standard.htm) and fit in the
|
|
|
|
wxWidgets src, include, docs directories hierarchy.
|
2000-07-15 19:51:35 +00:00
|
|
|
|
|
|
|
|
|
|
|
Author: Julian Smart
|
|
|
|
Version: $Id$
|
|
|
|
|