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,115 +1,117 @@ | |||
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 |
81 | - Unfiled shown just in Category "All" and "Unfiled". | 83 | - Unfiled shown just in Category "All" and "Unfiled". |
82 | - After finising search and after Edit: Clear Picker | 84 | - After finising search and after Edit: Clear Picker |
83 | - After Edit: Table position back to edited entry. | 85 | - After Edit: Table position back to edited entry. |
84 | - Optimize Table Update... | 86 | - Optimize Table Update... |
85 | - Change MyDialog to Config | 87 | - Change MyDialog to Config |
86 | - Store position and state of toolbar | 88 | - Store position and state of toolbar |
87 | - Searchwidget closed: Selected user is jumping | 89 | - Searchwidget closed: Selected user is jumping |
88 | - Wenn suchen beendet, dann dauert das Tabellenupdate (was überhaupt überflüssig ist) | 90 | - Wenn suchen beendet, dann dauert das Tabellenupdate (was überhaupt überflüssig ist) |
89 | zu lange.. | 91 | zu lange.. |
90 | - VCARD: Import of Anniversary does not work correctly (currently disabled) | 92 | - VCARD: Import of Anniversary does not work correctly (currently disabled) |
91 | - Name order selected in "contacteditor" not used in list view. | 93 | - Name order selected in "contacteditor" not used in list view. |
92 | - OK-Key does not switch from Detailview (ablable) to Listview | 94 | - OK-Key does not switch from Detailview (ablable) to Listview |
93 | - Receiving of beams should open a dialog | 95 | - Receiving of beams should open a dialog |
94 | - Fix start of opie-mail | 96 | - Fix start of opie-mail |
95 | - Implement Button Pics | 97 | - Implement Button Pics |
96 | - Add a dialog to accept and optionally edit received contacts by IRDA. | 98 | - Add a dialog to accept and optionally edit received contacts by IRDA. |
97 | - Language not English (tested with german opie-translation): | 99 | - Language not English (tested with german opie-translation): |
98 | 1. Configure nicht übersetzt (alles leer). | 100 | 1. Configure nicht übersetzt (alles leer). |
99 | 2. Contacteditor nur teilweise übersetzt. | 101 | 2. Contacteditor nur teilweise übersetzt. |
100 | 3. Kategorie-Picker geht nicht. | 102 | 3. Kategorie-Picker geht nicht. |
101 | - Plugin for Today for Birthdays and Anniversaries | 103 | - Plugin for Today for Birthdays and Anniversaries |
102 | - Implement a picker/combo for the default email. | 104 | - Implement a picker/combo for the default email. |
103 | - Overview window cleanup needed.. | 105 | - Overview window cleanup needed.. |
104 | - Store last settings of combo-boxes | 106 | - Store last settings of combo-boxes |
105 | - Personal and Business Web-page is not editable | 107 | - Personal and Business Web-page is not editable |
106 | - Default Email-button: A lot of problems: | 108 | - Default Email-button: A lot of problems: |
107 | If on second tab: The combo chooser is on the top left of the screen ! :( | 109 | If on second tab: The combo chooser is on the top left of the screen ! :( |
108 | - Default Email-Button: Sometimes not hiding the textfields completely | 110 | - Default Email-Button: Sometimes not hiding the textfields completely |
109 | - Fix handling of 3 Firstnames | 111 | - Fix handling of 3 Firstnames |
110 | - Cursor-UP/Down: Should additionally scroll cardview if it is too large | 112 | - Cursor-UP/Down: Should additionally scroll cardview if it is too large |
111 | (behaviour should be selectable by configuration) | 113 | (behaviour should be selectable by configuration) |
112 | - User center of the joypad to switch back from card to listview ! | 114 | - User center of the joypad to switch back from card to listview ! |
113 | - If new contact is added (contacteditor closed): focus (table, card) to | 115 | - If new contact is added (contacteditor closed): focus (table, card) to |
114 | this entry ! | 116 | this entry ! |
115 | - Typo: Mov_e_able in Config-Dlg | 117 | - Typo: Mov_e_able in Config-Dlg |