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