author | eilers <eilers> | 2002-11-27 11:57:13 (UTC) |
---|---|---|
committer | eilers <eilers> | 2002-11-27 11:57:13 (UTC) |
commit | a75b95fd9f89fc80e867c0efb5837178cab56cbb (patch) (side-by-side diff) | |
tree | 969552de643b1890ed61aeb955c160cc3b3ec431 | |
parent | 796b942cc070da91982689eb6e50b1e1e776c5ed (diff) | |
download | opie-a75b95fd9f89fc80e867c0efb5837178cab56cbb.zip opie-a75b95fd9f89fc80e867c0efb5837178cab56cbb.tar.gz opie-a75b95fd9f89fc80e867c0efb5837178cab56cbb.tar.bz2 |
Still a lot of work
-rw-r--r-- | core/pim/addressbook/TODO | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/core/pim/addressbook/TODO b/core/pim/addressbook/TODO index 0380fa3..6b30d6d 100644 --- a/core/pim/addressbook/TODO +++ b/core/pim/addressbook/TODO @@ -1,81 +1,89 @@ Stuff todo until OPIE 1.0 : =========================== Feature requests: ----------------- - Dial by mobile phone by tapping the number.. (Maybe using gsmtool. And we may add a library class for this) - dial with dtmfdial incase it's installed and there's no mobile - 3rd column for 2. Contact - Implementing additional Views (Phonebook, ...) - Birthday & Anniversary Reminder - Plugin for Today for Birthdays and Anniversaries Known Bugs: ----------- - OK-Key does not switch from Detailview (ablable) to Listview +- Exporting an reimporting of Jobtitle fails. +- After finising search: Clear Picker +- Combo in Contacteditor: Field "Default-Email" is not correctly implemented and + should be removed by a picker/combo. +- Name order selected in "contacteditor" not used in list view. + Bugs but not in addressbook: ----------------------------- - VCARD: Import of Anniversary does not work correctly (currently disabled) - VCARD: If umlaut (äöüß) in address, the parser gets confused.. Urgent: -------- - Contact-Editor is temporarely reanabled. Wait for replacement. - Redesign of Contacteditor - Store last settings of combo-boxes -- Name order selected in "contacteditor" not used in list view. - Category is on the wrong position after changing to personal and back to normal ( Temporarily workaround: Category is never deactivated.. :S ) - +- Optimize Table Update... +- Change MyDialog to Config +- Implement Button Pics +- Fix start of opie-mail Important: ---------- - After search (Started with Return): KeyFocus should be on Tabelle - Searchwidget closed: Selected user is jumping - Wenn suchen beendet, dann dauert das Tabellenupdate (was überhaupt überflüssig ist) zu lange.. - Store position and state of toolbar - IRDA Receive: Contact is added, but start of editor with new entry expected.. - "What's this" should be added (Deleyed after Feature Freeze) Less important: --------------- - Reload if contacts were changed externally - Overview window cleanup needed.. - The picker (alphabetical sort widget) should be placed verticaly or horizontally (configurable) - Find a smart solution for activating/deactivating the "send email" event Should be Fixed (not absolute sure, need further validation): ------------------------------------------------------------- Fixed: ------- - Syncing: abtable not reloaded after sync. - Find widget should be replaced by something like qpdf has. - Adding a configuration dialog - Picker: Activated letter schould be more visible - Advanced handling of cursor keys (search..) - Mail-Icon is missing - Use opie-mail insted of qt-mail if possible. - Font menu is invisible using german translation - Personal contact editor: Disable categories - "Nonenglish" translation bug has to be fixed. - contacteditor: Birthday, annyversary, ... : Use Dateselector - The names of the countries are sorted by there english names, only.. Even if they are translated.. :S - Cursor keys should work in detail-view (ablabel) -> Ablabel should be removed and Abtable should be increased with different views (as started by darwin zins).. - Use advanced database functions in abtable to decrease memory footprint and to make everything more easy ! (abtable should store Iterator for selected Category) |