From c77c05040dcf4b26247a76fe41b4e56bd2ad9069 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 14 Feb 2017 19:31:11 -0800 Subject: [PATCH] TODO updates --- TODO.rst | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/TODO.rst b/TODO.rst index e7a2d7f5..90fee856 100644 --- a/TODO.rst +++ b/TODO.rst @@ -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