X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2FTODO;h=41de4b1d142517468c87c132cd41923f87fdf27c;hb=43c4a20cee4670cdb166ea9c27e74398af1039c5;hp=95da9866b66a3be36486fae016d6fe89a1b36df4;hpb=e9d134d2989f6d23faf661e3657525b0c24598e0;p=xestiaab%2F.git diff --git a/source/TODO b/source/TODO index 95da986..41de4b1 100644 --- a/source/TODO +++ b/source/TODO @@ -25,10 +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. - 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.