From fce72e988284a2d54b6cff3632ceec27463b5ebf Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sat, 14 May 2016 23:20:52 -0700 Subject: [PATCH] Update TODO --- .gitignore | 1 + TODO.rst | 9 +++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index dabbde1e..ff53a6fa 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,7 @@ mydbstub.py* /license /*.egg-info /REV.txt +/.idea /bin/sip-* /bin/waf-* diff --git a/TODO.rst b/TODO.rst index 849948fd..577c6bdd 100644 --- a/TODO.rst +++ b/TODO.rst @@ -128,10 +128,11 @@ Other Dev Stuff * Add a _msw module that will contain classes and such that are only available in the Windows port: - * axbase (ActiveX.) - * wxCHMHelpController - * metafile - * access + * [done] axbase + * [done] metafile + * [] wxCHMHelpController + * [] access + * [] New activex classes in wx/msw/ole/activex.h ? * Any others? * Add _propdlg module