X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2FTODO;h=b4fc7d864e2c2d619eb4ebd9f618e6609d527c52;hb=0690fc58f73ac6938d29f6df9d66ce96c43516ce;hp=9a9c3870db3d9012dd8bb72e1021bfe6895e8048;hpb=96491c9d25e92bb7cfb643f8911f72f7053c8072;p=xestiaab%2F.git diff --git a/source/TODO b/source/TODO index 9a9c387..b4fc7d8 100644 --- a/source/TODO +++ b/source/TODO @@ -8,7 +8,7 @@ This file contains tasks that need to be done for future versions of Xestia Addr - common/getcontactinfo.cpp (1,710 lines) - Implement unit testing for main features. - vCard - - CardDAV +- 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) @@ -29,8 +29,8 @@ 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. +- Replace the code for getting SSL information for Linux systems with + data from the SSL context object as done with Win32 and macOS.