diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:17:50 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:17:50 -0600 |
commit | b363d2579af0a11b77e698aed2e1021c2233b644 (patch) | |
tree | f4a47b87354b7a6a3b266c8121bd8ddaeb7accaa /tderesources/lib/TODO | |
parent | 61bddfe3a7226b18c68a76124b727c736f431688 (diff) | |
download | tdepim-b363d2579af0a11b77e698aed2e1021c2233b644.tar.gz tdepim-b363d2579af0a11b77e698aed2e1021c2233b644.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'tderesources/lib/TODO')
-rw-r--r-- | tderesources/lib/TODO | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/tderesources/lib/TODO b/tderesources/lib/TODO new file mode 100644 index 000000000..30680dfe6 --- /dev/null +++ b/tderesources/lib/TODO @@ -0,0 +1,45 @@ +tderesources/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 + + +tderesources/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 + + +tderesources/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...) + + +tderesources/blogging: +==================== +-) Upload of blog posts |