From 9b7b0b65fd528dfea3781db9e9f4ddef6acbd5f4 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 26 Oct 2011 17:22:25 +0000 Subject: [PATCH] Remove some items that have been done. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@69548 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- TODO.txt | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/TODO.txt b/TODO.txt index dea5e9e2..d105ea1b 100644 --- a/TODO.txt +++ b/TODO.txt @@ -122,18 +122,6 @@ build.py -etg/pen.py ----------- - * Add new implementations of Get|SetDashes that use wxArrayInt. - SetDashes will likely need some black magic like what was done in - Classic wxPython. - - -etg/menu.py ------------- - * Figure out what to do about the MSW-only methods in wxMenuItem - - wxProgressDialog ---------------- * Add wxGenericProgressDialog. @@ -161,20 +149,6 @@ Deprecated C++ items -WingIDE support ---------------- -WingIDE (and maybe other IDEs too?) has the ability to display -docstrings and other helps for items that are not Python code but in -binary extension modules, which have less info available via -introspection. The way this is handled is Wing is able to read info -from python-like .pi files that are basically just stubs that show the -docstrings and APIs of classes and methods, but with no real code. We -should probably generate a set of these files for everything in our -extension modules. We have all the info needed in the etg scripts, so -it could be just another generator that it runs. - - - Daily builds and releases ------------------------- We now have a buildbot for Phoenix located at http://buildbot.wxpython.org:8010.