From: Steve Brokenshire <sbrokenshire@xestia.co.uk>
Date: Sat, 10 Oct 2015 09:39:09 +0000 (+0100)
Subject: Updated TODO list. Splitted some files down, -s/-search support implemented.
X-Git-Tag: release-0.05~35
X-Git-Url: http://Server1/repobrowser/?a=commitdiff_plain;h=e7396cff9f0a172aa29c6f286f948c598e5bbf39;p=xestiaab%2F.git

Updated TODO list. Splitted some files down, -s/-search support implemented.
---

diff --git a/source/TODO b/source/TODO
index b4110fe..7dfc553 100644
--- a/source/TODO
+++ b/source/TODO
@@ -1,11 +1,9 @@
 This file contains tasks that need to be done for future versions of Xestia Address Book.
 
 - Split big C++ files down into smaller files to make the project more manageable.
-	- vcard/vcard34conv.cpp (9,243 lines)
-	- contacteditor/frmContactEditor.cpp (7,769 lines)
-	- contacteditor/frmContactEditor-Load.cpp (7,229 lines)
-	- carddav/carddav.cpp (3,842 lines)
+	- vcard/vcard34conv.cpp (6,000 lines)
 	- frmMain.cpp (2,830 lines)
+	- frmContactEditor-Save.cpp (2,304 lines)
 	- frmActivityMgr.cpp (1,916 lines)
 	- common/getcontactinfo.cpp (1,692 lines)
 	- frmSearch.cpp (1,668 lines)
@@ -17,7 +15,6 @@ This file contains tasks that need to be done for future versions of Xestia Addr
 	- CardDAV
 	- Contact Loading
 	- Contact Saving
-- Implement contact editing (check code when saving as at present it will more than likely crash).
 - 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)
@@ -34,4 +31,3 @@ 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 the -e <filename> command switch for editing vCard 4.0 contact directly.
-- Add support for the -s command switch to show a search window instead of starting the application normally.