author | eilers <eilers> | 2004-07-18 14:01:53 (UTC) |
---|---|---|
committer | eilers <eilers> | 2004-07-18 14:01:53 (UTC) |
commit | 5dbb4003205a87445ff48ecdf110a5f476852f5d (patch) (unidiff) | |
tree | a4dd6c4d1ce59741277931dec450399bda534e46 | |
parent | bb9c5344b397796ed424e3daddaf68e6c062c747 (diff) | |
download | opie-5dbb4003205a87445ff48ecdf110a5f476852f5d.zip opie-5dbb4003205a87445ff48ecdf110a5f476852f5d.tar.gz opie-5dbb4003205a87445ff48ecdf110a5f476852f5d.tar.bz2 |
Update.. New hidden configuration for disabling auto uppercaser..
Todo: Make it visible via configuration settings
-rw-r--r-- | core/pim/addressbook/TODO | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/pim/addressbook/TODO b/core/pim/addressbook/TODO index 383f8c5..2a72061 100644 --- a/core/pim/addressbook/TODO +++ b/core/pim/addressbook/TODO | |||
@@ -9,48 +9,50 @@ Feature requests: | |||
9 | - dial with dtmfdial in case it's installed and there's no mobile | 9 | - dial with dtmfdial in case it's installed and there's no mobile |
10 | - 3rd column for 2. Contact | 10 | - 3rd column for 2. Contact |
11 | - Implementing additional Views (Phonebook, ...) | 11 | - Implementing additional Views (Phonebook, ...) |
12 | - Birthday & Anniversary Reminder | 12 | - Birthday & Anniversary Reminder |
13 | - Beaming of multiple contacts (current list/ by search or by category) | 13 | - Beaming of multiple contacts (current list/ by search or by category) |
14 | - Optionally put scrollbars left. | 14 | - Optionally put scrollbars left. |
15 | 15 | ||
16 | Known Bugs: | 16 | Known Bugs: |
17 | ----------- | 17 | ----------- |
18 | 18 | ||
19 | Urgent: | 19 | Urgent: |
20 | -------- | 20 | -------- |
21 | - Category is on the wrong position after changing to personal and back to normal | 21 | - Category is on the wrong position after changing to personal and back to normal |
22 | ( Temporarily workaround: Category is never deactivated.. :S ) | 22 | ( Temporarily workaround: Category is never deactivated.. :S ) |
23 | 23 | ||
24 | 24 | ||
25 | Important: | 25 | Important: |
26 | ---------- | 26 | ---------- |
27 | 27 | ||
28 | - Configure the letter-picker: lastname/fullname search | 28 | - Configure the letter-picker: lastname/fullname search |
29 | -> Currently just behind the scenes .. | 29 | -> Currently just behind the scenes .. |
30 | - Implement a correct handling of Organizations. They are currently | 30 | - Implement a correct handling of Organizations. They are currently |
31 | handled as normal persons.. :( | 31 | handled as normal persons.. :( |
32 | 32 | ||
33 | - Make hidden Confguration visible: Group Editor, bool disableAutoCaps | ||
34 | |||
33 | Less important: | 35 | Less important: |
34 | --------------- | 36 | --------------- |
35 | - Reload if contacts were changed externally | 37 | - Reload if contacts were changed externally |
36 | - The picker (alphabetical sort widget) should be | 38 | - The picker (alphabetical sort widget) should be |
37 | placed verticaly or horizontally (configurable) | 39 | placed verticaly or horizontally (configurable) |
38 | - After search (Started with Return): KeyFocus should be on Tabelle | 40 | - After search (Started with Return): KeyFocus should be on Tabelle |
39 | - Find a smart solution for activating/deactivating the "send email" event | 41 | - Find a smart solution for activating/deactivating the "send email" event |
40 | 42 | ||
41 | ContactEditor: | 43 | ContactEditor: |
42 | - Redesign of Contacteditor | 44 | - Redesign of Contacteditor |
43 | 45 | ||
44 | Should be Fixed (not absolute sure, need further validation): | 46 | Should be Fixed (not absolute sure, need further validation): |
45 | ------------------------------------------------------------- | 47 | ------------------------------------------------------------- |
46 | 48 | ||
47 | 49 | ||
48 | Fixed/Ready: | 50 | Fixed/Ready: |
49 | ------- | 51 | ------- |
50 | - Syncing: abtable not reloaded after sync. | 52 | - Syncing: abtable not reloaded after sync. |
51 | - Find widget should be replaced by something like | 53 | - Find widget should be replaced by something like |
52 | qpdf has. | 54 | qpdf has. |
53 | - Adding a configuration dialog | 55 | - Adding a configuration dialog |
54 | - Picker: Activated letter schould be more visible | 56 | - Picker: Activated letter schould be more visible |
55 | - Advanced handling of cursor keys (search..) | 57 | - Advanced handling of cursor keys (search..) |
56 | - Mail-Icon is missing | 58 | - Mail-Icon is missing |