-rw-r--r-- | core/pim/addressbook/TODO | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/core/pim/addressbook/TODO b/core/pim/addressbook/TODO index 80ec2d9..96134f4 100644 --- a/core/pim/addressbook/TODO +++ b/core/pim/addressbook/TODO | |||
@@ -1,39 +1,43 @@ | |||
1 | Stuff todo until OPIE 1.0 : | 1 | Stuff todo until OPIE 1.0 : |
2 | 2 | ||
3 | Pending bugfixes from previous work: | 3 | Pending bugfixes from previous work: |
4 | 4 | ||
5 | Urgent: | 5 | Urgent: |
6 | 6 | ||
7 | - Font menu is invisible using german translation | ||
8 | 7 | ||
9 | Important: | 8 | Important: |
10 | 9 | ||
10 | - Personal contact editor: Disable categories | ||
11 | - Name order selected in "contacteditor" not used in list view. | ||
12 | - contacteditor: Birthday, annyversary, ... : Use Dateselector | ||
13 | |||
11 | - Overview window cleanup needed.. | 14 | - Overview window cleanup needed.. |
12 | - Cursor keys should work in detail-view (ablabel) | 15 | - Cursor keys should work in detail-view (ablabel) |
13 | - "What's this" should be added | 16 | - "What's this" should be added |
14 | - Store last settings of combo-boxes | 17 | - Store last settings of combo-boxes |
15 | - Finishing of new View functions (List, Phonebook...) | 18 | - Finishing of new View functions (List, Phonebook...) |
16 | - The names of the countries are sorted by there english names, only.. | 19 | - The names of the countries are sorted by there english names, only.. |
17 | Even if they are translated.. :S | 20 | Even if they are translated.. :S |
18 | - Reload if contacts were changed externally | 21 | - Reload if contacts were changed externally |
19 | 22 | ||
20 | Less important: | 23 | Less important: |
21 | 24 | ||
22 | - The picker (alphabetical sort widget) should be | 25 | - The picker (alphabetical sort widget) should be |
23 | placed verticaly or horizontally (configurable) | 26 | placed verticaly or horizontally (configurable) |
24 | - Use advanced database functions in abtable to decrease | 27 | - Use advanced database functions in abtable to decrease |
25 | memory footprint and to make everything more easy ! | 28 | memory footprint and to make everything more easy ! |
26 | (abtable should store Iterator for selected Category) | 29 | (abtable should store Iterator for selected Category) |
27 | 30 | ||
28 | Should be Fixed (not absolute sure, need further validation): | 31 | Should be Fixed (not absolute sure, need further validation): |
29 | - "Nonenglish" translation bug has to be fixed. | 32 | - "Nonenglish" translation bug has to be fixed. |
30 | 33 | ||
31 | Fixed: | 34 | Fixed: |
32 | - Syncing: abtable not reloaded after sync. | 35 | - Syncing: abtable not reloaded after sync. |
33 | - Find widget should be replaced by something like | 36 | - Find widget should be replaced by something like |
34 | qpdf has. | 37 | qpdf has. |
35 | - Adding a configuration dialog | 38 | - Adding a configuration dialog |
36 | - Picker: Activated letter schould be more visible | 39 | - Picker: Activated letter schould be more visible |
37 | - Advanced handling of cursor keys (search..) | 40 | - Advanced handling of cursor keys (search..) |
38 | - Mail-Icon is missing | 41 | - Mail-Icon is missing |
39 | - Use opie-mail insted of qt-mail if possible. | 42 | - Use opie-mail insted of qt-mail if possible. |
43 | - Font menu is invisible using german translation | ||