From: Julian Smart Date: Mon, 17 Mar 2003 17:14:04 +0000 (+0000) Subject: Added list of things to remove X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/68fcaeb98e65f23a6b7d8c1f532eeb44f028119d?ds=sidebyside Added list of things to remove git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19604 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/todo30.txt b/docs/todo30.txt index 036695f526..18676bbf40 100644 --- a/docs/todo30.txt +++ b/docs/todo30.txt @@ -121,11 +121,13 @@ We aim to arrive at a lazy initializiation of modules only when they are first needed. Dependency information between modules is needed. Dynamic Plug-In loading and unloading must be compatible with that. + wxUniversal =========== - Renderers within native ports. + wxPrinting ========== @@ -133,6 +135,7 @@ wxPrinting of pages. - Preview UI enhancement. + wxStaticBox =========== @@ -140,6 +143,23 @@ Hide the platform problems (GTK: 'children' must be siblings) in encapsulation in order to avoid problems on ports where the hierarchy must be 'correct'. + +Removal of old code +=================== + +In addition to wxCOMPATIBILITY code: + +- wxProperty classes. +- All wxCOMPATIBILITY (1.X) code. +- contrib/src/canvas? +- contrib/src/mmedia +- contrib/src/applet? +- utils/Install +- wxDate, wxTime +- Layout constraints code +- Old wxODBC code + + wxMiscellaneous ===============