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 | |||
@@ -1,80 +1,82 @@ | |||
1 | Stuff todo until OPIE 1.0 : | 1 | Stuff todo until OPIE 1.0 : |
2 | =========================== | 2 | =========================== |
3 | 3 | ||
4 | Feature requests: | 4 | Feature requests: |
5 | ----------------- | 5 | ----------------- |
6 | - Dial by mobile phone by tapping the number.. | 6 | - Dial by mobile phone by tapping the number.. |
7 | (Maybe using gsmtool. And we may | 7 | (Maybe using gsmtool. And we may |
8 | add a library class for this) | 8 | add a library class for this) |
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 |
57 | - Use opie-mail insted of qt-mail if possible. | 59 | - Use opie-mail insted of qt-mail if possible. |
58 | - Font menu is invisible using german translation | 60 | - Font menu is invisible using german translation |
59 | - Personal contact editor: Disable categories | 61 | - Personal contact editor: Disable categories |
60 | - "Nonenglish" translation bug has to be fixed. | 62 | - "Nonenglish" translation bug has to be fixed. |
61 | - contacteditor: Birthday, annyversary, ... : Use Dateselector | 63 | - contacteditor: Birthday, annyversary, ... : Use Dateselector |
62 | - The names of the countries are sorted by there english names, only.. | 64 | - The names of the countries are sorted by there english names, only.. |
63 | Even if they are translated.. :S | 65 | Even if they are translated.. :S |
64 | - Cursor keys should work in detail-view (ablabel) | 66 | - Cursor keys should work in detail-view (ablabel) |
65 | -> Ablabel should be removed and Abtable should be increased with | 67 | -> Ablabel should be removed and Abtable should be increased with |
66 | different views (as started by darwin zins).. | 68 | different views (as started by darwin zins).. |
67 | - Use advanced database functions in abtable to decrease | 69 | - Use advanced database functions in abtable to decrease |
68 | memory footprint and to make everything more easy ! | 70 | memory footprint and to make everything more easy ! |
69 | (abtable should store Iterator for selected Category) | 71 | (abtable should store Iterator for selected Category) |
70 | - Abtable: Configure Contact column (internally already available, | 72 | - Abtable: Configure Contact column (internally already available, |
71 | need configuration) | 73 | need configuration) |
72 | - Select of primary contact (see #274 on mantis) | 74 | - Select of primary contact (see #274 on mantis) |
73 | - Category-select does not work completely: "Unfiled" is always in listview .. | 75 | - Category-select does not work completely: "Unfiled" is always in listview .. |
74 | - Return from Contacteditor: Category resettet to all | 76 | - Return from Contacteditor: Category resettet to all |
75 | - Personal Details not working | 77 | - Personal Details not working |
76 | - If category changed, the letterpicker should be resetted | 78 | - If category changed, the letterpicker should be resetted |
77 | - There should be some icons for List and Cardview | 79 | - There should be some icons for List and Cardview |
78 | - If in Cardview and a category change removes all entries: | 80 | - If in Cardview and a category change removes all entries: |
79 | There are already entries in Cardview after up/down | 81 | There are already entries in Cardview after up/down |
80 | - Personal Details: Anniversary zeigt Fantasie-Werte | 82 | - Personal Details: Anniversary zeigt Fantasie-Werte |