1 This file contains tasks that need to be done for future versions of Xestia Address Book.
3 - Split big C++ files down into smaller files to make the project more manageable.
4 - vcard/vcard34conv.cpp (6,017 lines)
5 - frmMain.cpp (2,823 lines)
6 - frmContactEditor-Save.cpp (2,304 lines)
7 - frmActivityMgr.cpp (1,627 lines)
8 - common/getcontactinfo.cpp (1,710 lines)
9 - Implement sleep mode properly and get it working with the main window status bar.
10 - Implement SSL support for OS X. This will complete support for OS X.
11 - Implement SSL support for Windows. This will complete support for Windows.
12 - Implement unit testing for main features.
17 - Add support for other file formats when importing and exporting (and configure setting).
18 - OpenDocument Spreadsheet Format (ODS) (--enable-ods)
19 - OpenDocument Database Format (ODB) (--enable-odb)
20 - XLS format (--enable-xls)
21 - Add support for managing other user's address books if the user has been granted permission
22 to do it (indicate this via a different icon). Also display associated groups with it.
23 - Add tab within account settings to display which address books the user wants.
24 - Add support for using the data within other applications (email clients for example).
25 - Do a detailed check that CardDAV support between the other popular address book client is
26 working and no data loss or data duplication occurs.
27 - Check when changing servers when updating account settings:
28 - If the server being switched to is empty, ask if the contacts stored locally should be uploaded.
29 - If the server being switched to isn't empty, ask if the server contents should be kept, the local
30 contents should be kept or merge the contacts.
31 - After importing, check that the imported contacts are added to the server properly.
32 - Add support for adding the picture with the highest priority to the icon for the contact editor.
33 - Move the data structure for the contact data in frmContactEditor into a separate class for