X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2FTODO;h=e04dbac48e72e670626542d1022791ef75c7521d;hb=c139f797277a0cd85fe9f0b6b8244b791e0cf9ab;hp=cfd22dbf68aa641304e2f79cb4929f3279634825;hpb=183b214a7b93c8e11ab959f513ebc87554df5e1a;p=xestiaab%2F.git diff --git a/source/TODO b/source/TODO index cfd22db..e04dbac 100644 --- a/source/TODO +++ b/source/TODO @@ -12,7 +12,6 @@ This file contains tasks that need to be done for future versions of Xestia Addr - Implement unit testing for main features. - vCard - CardDAV - - Contact Loading - Contact Saving - Add support for other file formats when importing and exporting (and configure setting). - OpenDocument Spreadsheet Format (ODS) (--enable-ods) @@ -30,3 +29,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. +- 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.