X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2FTODO;h=95da9866b66a3be36486fae016d6fe89a1b36df4;hb=40ccbc3ca5aa192231534ecf49715d45a70bb060;hp=272bd9aec44bb9ab921a45a2df06a51ad5fcb037;hpb=f270e8226741e1a8fd196bf10a3870a3d6efa402;p=xestiaab%2F.git diff --git a/source/TODO b/source/TODO index 272bd9a..95da986 100644 --- a/source/TODO +++ b/source/TODO @@ -6,13 +6,9 @@ This file contains tasks that need to be done for future versions of Xestia Addr - frmContactEditor-Save.cpp (2,304 lines) - frmActivityMgr.cpp (1,627 lines) - common/getcontactinfo.cpp (1,710 lines) -- Implement sleep mode properly and get it working with the main window status bar. -- Implement SSL support for OS X. This will complete support for OS X. -- Implement SSL support for Windows. This will complete support for Windows. - Implement unit testing for main features. - vCard - - CardDAV - - Contact Saving +- Investigate possibility of replacing use of vCard object with ContactDataObject. - Add support for other file formats when importing and exporting (and configure setting). - OpenDocument Spreadsheet Format (ODS) (--enable-ods) - OpenDocument Database Format (ODB) (--enable-odb) @@ -33,8 +29,6 @@ This file contains tasks that need to be done for future versions of Xestia Addr application stand out better. - Move the saving data process in frmContactEditor to ContactDataObject. This process will also need to be refactored so less code is used. -- Check that all text that can be used to translate is setup so that a "catalog editor" can be - used. - Take syncronisation code out of frmActivityMgr, place into a new "framework" and make it easily to test against through the unit testing application. - Implement the quit application function properly.