TODO updates

This commit is contained in:
Robin Dunn
2017-02-14 19:31:11 -08:00
parent 08568a3651
commit c77c05040d

View File

@@ -10,9 +10,12 @@ I've decided that they will not be done or no longer apply.
WAF Build
---------
Add support for using the cygwin and mingw32 compilers.
WAF Tool
--------
* Update WAF
* Add support for using the cygwin and mingw32 compilers?
Stubs for Optional Classes
@@ -33,6 +36,7 @@ check if the the feature is available in wxWidgets or if the stubs should be
compiled.)
Sphinx tweaks
-------------
@@ -94,14 +98,9 @@ Other Assorted Stuff
* Reimplement the classes in the valgen, valnum and valtext headers as
Python code, and make them visible in the core wx namespace?
* Should the demo/version.py file be maintained in the source repository?
Or just let it always be generated like wx/__version__.py?
* Should demo/Main.py ignore anything in the version strings after the '-'
when comparing?
* Potential reference count issue with wxGridCellCoordsArray? Code
like this::
@@ -121,7 +120,6 @@ Other Assorted Stuff
* wx.Window.DoEraseBackground?
* Add tests and/or demo for DnD in DataViewCtrl. Since the DnD is done
internally and the DataViewEvent is used for passing the data objects
around we may need to do something to help convert the raw data to python