author | zautrix <zautrix> | 2005-06-18 20:16:48 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2005-06-18 20:16:48 (UTC) |
commit | a2e963324e6db541f322002c307b40f24747e036 (patch) (unidiff) | |
tree | 5b09ee8c176e0709bb48bd2446fe90d2f3d90c68 /bin/kdepim | |
parent | 15e5fcb111968950032089219185ae4322e88f06 (diff) | |
download | kdepimpi-a2e963324e6db541f322002c307b40f24747e036.zip kdepimpi-a2e963324e6db541f322002c307b40f24747e036.tar.gz kdepimpi-a2e963324e6db541f322002c307b40f24747e036.tar.bz2 |
filter change update fix
-rw-r--r-- | bin/kdepim/WhatsNew.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/kdepim/WhatsNew.txt b/bin/kdepim/WhatsNew.txt index 322c0e6..0ebd853 100644 --- a/bin/kdepim/WhatsNew.txt +++ b/bin/kdepim/WhatsNew.txt | |||
@@ -1,139 +1,140 @@ | |||
1 | Info about the changes in new versions of KDE-Pim/Pi | 1 | Info about the changes in new versions of KDE-Pim/Pi |
2 | 2 | ||
3 | 3 | ||
4 | ********** VERSION 2.1.8 ************ | 4 | ********** VERSION 2.1.8 ************ |
5 | 5 | ||
6 | KO/Pi: | 6 | KO/Pi: |
7 | Added info about the completion sate of a todo in the ListView/Searchdialog. | 7 | Added info about the completion state of a todo in the ListView/Searchdialog. |
8 | If in TodoView is selected "do not show compledted todos" then completed todos are not shown in the ListView as well. | 8 | If in TodoView is selected "do not show compledted todos" then completed todos are not shown in the ListView as well. |
9 | Fixed some updating problems when changing the filter. | ||
9 | 10 | ||
10 | KA/Pi: | 11 | KA/Pi: |
11 | In the addressee selection dialog now the formatted name is shown, if not empty. | 12 | In the addressee selection dialog now the formatted name is shown, if not empty. |
12 | 13 | ||
13 | Fixed in the file selector on the Zaurus the problem that symbolic links to files/dirs were ignored. | 14 | Fixed in the file selector on the Zaurus the problem that symbolic links to files/dirs were ignored. |
14 | Fixed the sorting for size in the file selector on the Z. | 15 | Fixed the sorting for size in the file selector on the Z. |
15 | 16 | ||
16 | Changed the color selection dialog on the Zaurus to a more user friendly version. | 17 | Changed the color selection dialog on the Zaurus to a more user friendly version. |
17 | 18 | ||
18 | ********** VERSION 2.1.7 ************ | 19 | ********** VERSION 2.1.7 ************ |
19 | 20 | ||
20 | KO/Pi: | 21 | KO/Pi: |
21 | Fixed several problems in the new Resource handling. | 22 | Fixed several problems in the new Resource handling. |
22 | Added more options to the search dialog. | 23 | Added more options to the search dialog. |
23 | Fixed a problem in the Month view. | 24 | Fixed a problem in the Month view. |
24 | Added more options to the dialog when setting a todo to stopped. | 25 | Added more options to the dialog when setting a todo to stopped. |
25 | 26 | ||
26 | Fixed two small problems in KO/PiAlarm applet. | 27 | Fixed two small problems in KO/Pi Alarm applet. |
27 | 28 | ||
28 | ********** VERSION 2.1.6 ************ | 29 | ********** VERSION 2.1.6 ************ |
29 | 30 | ||
30 | This release is for testing only. | 31 | This release is for testing only. |
31 | 32 | ||
32 | KO/Pi: | 33 | KO/Pi: |
33 | Added to the list view (the list view is used in search dialog as well) the possibility to print it. | 34 | Added to the list view (the list view is used in search dialog as well) the possibility to print it. |
34 | Added to the list view the possibility to hide entries, if you do not want to print all entries of the list view. | 35 | Added to the list view the possibility to hide entries, if you do not want to print all entries of the list view. |
35 | Added to the list view the possibility to add all subtodos of selected todos to an export/beam. | 36 | Added to the list view the possibility to add all subtodos of selected todos to an export/beam. |
36 | Added to the search dialog the possibility to make an additive search such that you can get a better list for export/printout. | 37 | Added to the search dialog the possibility to make an additive search such that you can get a better list for export/printout. |
37 | Added to the search dialog the possibility to hide the checkboxes such that there is more space for the list view on the Zaurus. | 38 | Added to the search dialog the possibility to hide the checkboxes such that there is more space for the list view on the Zaurus. |
38 | Fixed a problem in the AlarmTimer Applet: Now utf8 messages are displayed properly. | 39 | Fixed a problem in the AlarmTimer Applet: Now utf8 messages are displayed properly. |
39 | 40 | ||
40 | Added support for multiple calendar files in KO/Pi. Only local ical (*.ics) files are supported as calendars. | 41 | Added support for multiple calendar files in KO/Pi. Only local ical (*.ics) files are supported as calendars. |
41 | In the sync profile config it is still missing to specify a particular calendar to sync with this profile. That setting will be added later. | 42 | In the sync profile config it is still missing to specify a particular calendar to sync with this profile. That setting will be added later. |
42 | Now on every sync the set of calendars is synced which are enabled in the resource view. | 43 | Now on every sync the set of calendars is synced which are enabled in the resource view. |
43 | 44 | ||
44 | A calendar is enabled in the resource view if the "eye" column is checked. | 45 | A calendar is enabled in the resource view if the "eye" column is checked. |
45 | You can set a calendar to be the default for new items( "+" column ). | 46 | You can set a calendar to be the default for new items( "+" column ). |
46 | You can tell KO/Pi to ignore all alarm of a calendar ( "bell" column ) and you can set it readonly. | 47 | You can tell KO/Pi to ignore all alarm of a calendar ( "bell" column ) and you can set it readonly. |
47 | To find out how to add a new calendar and how to remove a calendar is left as an exercise to the reader ... | 48 | To find out how to add a new calendar and how to remove a calendar is left as an exercise to the reader ... |
48 | 49 | ||
49 | 50 | ||
50 | ********** VERSION 2.1.5 ************ | 51 | ********** VERSION 2.1.5 ************ |
51 | 52 | ||
52 | This is the new stable version. | 53 | This is the new stable version. |
53 | Bugfix: | 54 | Bugfix: |
54 | Fixed a problem with agenda popup on the desktop in KO/Pi. | 55 | Fixed a problem with agenda popup on the desktop in KO/Pi. |
55 | Fixed a crash when reloading file, e.g. after a passive pi-sync synchronization. | 56 | Fixed a crash when reloading file, e.g. after a passive pi-sync synchronization. |
56 | Added config option to not display completed todos in agenda view. | 57 | Added config option to not display completed todos in agenda view. |
57 | Addressee view is now using the formatted name, if defined. | 58 | Addressee view is now using the formatted name, if defined. |
58 | That makes it possible to display "lastname, firstname" in that view now. | 59 | That makes it possible to display "lastname, firstname" in that view now. |
59 | To set the formatted name for all contacts, please use menu: | 60 | To set the formatted name for all contacts, please use menu: |
60 | Edit->Change->Set formatted name. | 61 | Edit->Change->Set formatted name. |
61 | Fixed the bug in KA/Pi that is was not possible to add images to a contact on Windows. | 62 | Fixed the bug in KA/Pi that is was not possible to add images to a contact on Windows. |
62 | 63 | ||
63 | ********** VERSION 2.1.4 ************ | 64 | ********** VERSION 2.1.4 ************ |
64 | 65 | ||
65 | Fixed two more bugs in the KA/Pi CSV import dialog: | 66 | Fixed two more bugs in the KA/Pi CSV import dialog: |
66 | Made it possible to read multi-line fields and import it to the "Note" field. | 67 | Made it possible to read multi-line fields and import it to the "Note" field. |
67 | Fixed a problem in mapping custom fields, whatever a custem field is... | 68 | Fixed a problem in mapping custom fields, whatever a custem field is... |
68 | 69 | ||
69 | ********** VERSION 2.1.3 ************ | 70 | ********** VERSION 2.1.3 ************ |
70 | 71 | ||
71 | Changed the menu structure of the alarm applet: | 72 | Changed the menu structure of the alarm applet: |
72 | Moved "Simulate" to " Play Beeps" submenu and re-added "Todo List". | 73 | Moved "Simulate" to " Play Beeps" submenu and re-added "Todo List". |
73 | 74 | ||
74 | Fixed several problems in the KA/Pi CSV import dialog: | 75 | Fixed several problems in the KA/Pi CSV import dialog: |
75 | Added "Category", made codec configureable and made it possible to map many fields to the "Note" field. | 76 | Added "Category", made codec configureable and made it possible to map many fields to the "Note" field. |
76 | 77 | ||
77 | 78 | ||
78 | ********** VERSION 2.1.2 ************ | 79 | ********** VERSION 2.1.2 ************ |
79 | 80 | ||
80 | Fixed a problem closing the alarm dialog on Zaurus with "OK" button. | 81 | Fixed a problem closing the alarm dialog on Zaurus with "OK" button. |
81 | 82 | ||
82 | Fixed a problem when importing data from Outlook with mutiple categories set. | 83 | Fixed a problem when importing data from Outlook with mutiple categories set. |
83 | 84 | ||
84 | Changed display of days in datenavigator: | 85 | Changed display of days in datenavigator: |
85 | Birthdays are now blue, not dark green. | 86 | Birthdays are now blue, not dark green. |
86 | When todo view is shown, no birtdays are shown and days with due todos are shown blue. | 87 | When todo view is shown, no birtdays are shown and days with due todos are shown blue. |
87 | When journal view is shown, only holidays are shown and days with journals are blue. | 88 | When journal view is shown, only holidays are shown and days with journals are blue. |
88 | 89 | ||
89 | Added Backup options to global config: | 90 | Added Backup options to global config: |
90 | You can create now x-daily backups for KO/Pi, KA/Pi (for file resources only, file resource is the standard type) and PwM/Pi ( all files you will open ). | 91 | You can create now x-daily backups for KO/Pi, KA/Pi (for file resources only, file resource is the standard type) and PwM/Pi ( all files you will open ). |
91 | It is recommended to use another HDD/Memory card for the backup directory. If (very useful on the Zaurus) the specified backup directory does not exist you are asked if you want to try again to create a backup. That makes it possible to insert your memory card in the Zaurus and then trying again. | 92 | It is recommended to use another HDD/Memory card for the backup directory. If (very useful on the Zaurus) the specified backup directory does not exist you are asked if you want to try again to create a backup. That makes it possible to insert your memory card in the Zaurus and then trying again. |
92 | The backup is created when the application wants to save for the first time on a backup-day. You can specify the amount of backups and the day interval of backups. | 93 | The backup is created when the application wants to save for the first time on a backup-day. You can specify the amount of backups and the day interval of backups. |
93 | 94 | ||
94 | ********** VERSION 2.1.1 ************ | 95 | ********** VERSION 2.1.1 ************ |
95 | 96 | ||
96 | Stable release 2.1.1! | 97 | Stable release 2.1.1! |
97 | 98 | ||
98 | KO/Pi: | 99 | KO/Pi: |
99 | Fixed one problem in the layout of the edit dialogs on the Zaurus with 640x480 display. | 100 | Fixed one problem in the layout of the edit dialogs on the Zaurus with 640x480 display. |
100 | 101 | ||
101 | ********** VERSION 2.1.0 ************ | 102 | ********** VERSION 2.1.0 ************ |
102 | 103 | ||
103 | Stable release 2.1.0! | 104 | Stable release 2.1.0! |
104 | 105 | ||
105 | Summary of changes/fixes compared to version 2.0.6: | 106 | Summary of changes/fixes compared to version 2.0.6: |
106 | 107 | ||
107 | Many bugs of version 2.0.6 fixed. | 108 | Many bugs of version 2.0.6 fixed. |
108 | Most of them were small bugs, but some of them were important. | 109 | Most of them were small bugs, but some of them were important. |
109 | It is recommended to use version 2.1.0 and not version 2.0.6. | 110 | It is recommended to use version 2.1.0 and not version 2.0.6. |
110 | 111 | ||
111 | Important changes: | 112 | Important changes: |
112 | 113 | ||
113 | Added recurring todos to KO/Pi. | 114 | Added recurring todos to KO/Pi. |
114 | 115 | ||
115 | Added global application font settings (for all KDE-Pim/Pi apps) to the general settings. | 116 | Added global application font settings (for all KDE-Pim/Pi apps) to the general settings. |
116 | 117 | ||
117 | Made Passwordmanager PwM/Pi more userfriendly: Rearranged some toolbar icons, optimized setting of focus, fixed layout problems and more. | 118 | Made Passwordmanager PwM/Pi more userfriendly: Rearranged some toolbar icons, optimized setting of focus, fixed layout problems and more. |
118 | 119 | ||
119 | Datenavigator can now display many months. Very useful on the desktop. | 120 | Datenavigator can now display many months. Very useful on the desktop. |
120 | 121 | ||
121 | KO/Pi alarm applet changed: Made buttons in alarm dialog much bigger and other usebility enhancements. | 122 | KO/Pi alarm applet changed: Made buttons in alarm dialog much bigger and other usebility enhancements. |
122 | 123 | ||
123 | Made alarm sound working on Linux desktop. | 124 | Made alarm sound working on Linux desktop. |
124 | 125 | ||
125 | Made KO/Pi and KA/Pi running from a memory stick. Please read storage HowTo for details. | 126 | Made KO/Pi and KA/Pi running from a memory stick. Please read storage HowTo for details. |
126 | 127 | ||
127 | Added timetracking feature in KO/Pi todo view. Please read timetraker HowTo for details. | 128 | Added timetracking feature in KO/Pi todo view. Please read timetraker HowTo for details. |
128 | 129 | ||
129 | Many other usebility enhancements. | 130 | Many other usebility enhancements. |
130 | Special thanks to Ben for his suggestions! | 131 | Special thanks to Ben for his suggestions! |
131 | 132 | ||
132 | You can find the complete changelog | 133 | You can find the complete changelog |
133 | from version 1.7.7 to 2.1.0 | 134 | from version 1.7.7 to 2.1.0 |
134 | in the source package or on | 135 | in the source package or on |
135 | 136 | ||
136 | http://www.pi-sync.net/html/changelog.html | 137 | http://www.pi-sync.net/html/changelog.html |
137 | 138 | ||
138 | 139 | ||
139 | 140 | ||