X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2FTODO;h=41de4b1d142517468c87c132cd41923f87fdf27c;hb=ce6b921249b87bb62df485af240697ba81cd409d;hp=aaedb84ca207e254df3b1e2ba94cb80bb3f35d80;hpb=23270ca01cd508ff056029899e106682e50df47c;p=xestiaab%2F.git diff --git a/source/TODO b/source/TODO index aaedb84..41de4b1 100644 --- a/source/TODO +++ b/source/TODO @@ -8,6 +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 +- 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) @@ -24,12 +25,11 @@ This file contains tasks that need to be done for future versions of Xestia Addr contents should be kept or merge the contacts. - After importing, check that the imported contacts are added to the server properly. - Add support for adding the picture with the highest priority to the icon for the contact editor. -- Add icons (within frmContactEditor, search and preferences window) to make the - application stand out better. +- Add icons (within the contact editor and search) to make the 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.