X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=blobdiff_plain;f=source%2FTODO;h=194f215e1304905296c85ec6c1ebe510b51f73fb;hp=16a3e33d787c30a114240cf84f7a74d6a361372e;hb=ee9b71949005734012f18251774807c38b989ae2;hpb=e3595f3dda1df2eb2feb03b30e3e12b6af853470 diff --git a/source/TODO b/source/TODO index 16a3e33..194f215 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) @@ -29,9 +25,12 @@ 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. +- Investigate issues with vCard 3<->4 conversion as some values appear to be missing (add unit tests). +- 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.