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.
16 - Add support for other file formats when importing and exporting (and configure setting).
17 - OpenDocument Spreadsheet Format (ODS) (--enable-ods)
18 - OpenDocument Database Format (ODB) (--enable-odb)
19 - XLS format (--enable-xls)
20 - Add support for managing other user's address books if the user has been granted permission
21 to do it (indicate this via a different icon). Also display associated groups with it.
22 - Add tab within account settings to display which address books the user wants.
23 - Add support for using the data within other applications (email clients for example).
24 - Do a detailed check that CardDAV support between the other popular address book client is
25 working and no data loss or data duplication occurs.
26 - Check when changing servers when updating account settings:
27 - If the server being switched to is empty, ask if the contacts stored locally should be uploaded.
28 - If the server being switched to isn't empty, ask if the server contents should be kept, the local
29 contents should be kept or merge the contacts.
30 - After importing, check that the imported contacts are added to the server properly.
31 - Add support for adding the picture with the highest priority to the icon for the contact editor.
32 - Add icons (within frmContactEditor, search and preferences window) to make the
33 application stand out better.
34 - Move the saving data process in frmContactEditor to ContactDataObject. This process will
35 also need to be refactored so less code is used.
36 - Check that all text that can be used to translate is setup so that a "catalog editor" can be
38 - Take syncronisation code out of frmActivityMgr, place into a new "framework"
39 and make it easily to test against through the unit testing application.
40 - Implement the quit application function properly.