summaryrefslogtreecommitdiffstats
path: root/kresources/lib/TODO
diff options
context:
space:
mode:
authortoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
committertoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
commit460c52653ab0dcca6f19a4f492ed2c5e4e963ab0 (patch)
tree67208f7c145782a7e90b123b982ca78d88cc2c87 /kresources/lib/TODO
downloadtdepim-460c52653ab0dcca6f19a4f492ed2c5e4e963ab0.tar.gz
tdepim-460c52653ab0dcca6f19a4f492ed2c5e4e963ab0.zip
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kresources/lib/TODO')
-rw-r--r--kresources/lib/TODO45
1 files changed, 45 insertions, 0 deletions
diff --git a/kresources/lib/TODO b/kresources/lib/TODO
new file mode 100644
index 000000000..1a1b4cdbf
--- /dev/null
+++ b/kresources/lib/TODO
@@ -0,0 +1,45 @@
+kresources/lib (general):
+===============
+-) http result code handling (404, 200, etc.)
+-) conflict resolution
+-) Error handling in the folder lister (cannot connect to host, timeout, etc.)
+-) turn the flat folder list into a folder tree
+-) Restore folder subscriptions on folder list refresh
+-) If the user cancels, we need to reset the mUploadJob variable to 0 in the
+ abook resource.
+-) if there's an item in the local cache that cannot be bound on the server and
+ in the idMapper, mark it as added and try to upload it on save!
+-) reload libkcal resources in korganizer when config changes
+-) Use the username / password entered into the config dlg. For some reason
+ each ioslave asks again with a password dialog...
+-) If upload fails, mark the item as changed/added/deleted again
+-) Don't ask immediately for uploading in korganizer, wait at least a
+ QTimer::singleShot
+-) Better progress bar messages
+
+
+kresources/newexchange:
+=======================
+-) handling of errors returned in a valid dav response (Exchange)
+-) recurrences on exchange
+-) timezone for exchange
+-) exdate on exchange
+-) notifications from the server (old exchange resource has it!)
+-) In Exchange abook: if an address is removed, store the empty string to the
+ server to delete the data from the server
+-) Journal upload not working
+
+
+kresources/groupdav:
+====================
+-) recurrences on ogo
+-) uploading abook entries don't work (server doesn't implement it yet)
+-) Overview and Calendar have the same items -> downloaded every time (same
+ uid, different href, only one of them can be in the local cache -> the other
+ one is downloaded and replaces the current item, so on next folder sync the
+ first item is downloaded again and replaces the other one...)
+
+
+kresources/blogging:
+====================
+-) Upload of blog posts