-rw-r--r-- | bin/kdepim/WhatsNew.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/kdepim/WhatsNew.txt b/bin/kdepim/WhatsNew.txt index ea49c2c..d6b2dc7 100644 --- a/bin/kdepim/WhatsNew.txt +++ b/bin/kdepim/WhatsNew.txt | |||
@@ -1,231 +1,234 @@ | |||
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 | ********** VERSION 2.1.13 ************ | 3 | ********** VERSION 2.1.13 ************ |
4 | 4 | ||
5 | Fixed a problem in KA/Pi search. | 5 | Fixed a problem in KA/Pi search. |
6 | Fixed some minor problems in KO/Pi. | 6 | Fixed some minor problems in KO/Pi. |
7 | Added calendar selection possibility to the todo view popup and to the event/todo/journal editor. | 7 | Added calendar selection possibility to the todo view popup and to the event/todo/journal editor. |
8 | 8 | ||
9 | Fixed memory usage problems in KA/Pi: | 9 | Fixed memory usage problems in KA/Pi: |
10 | When loading data KA/Pi did load the file data twice. | 10 | When loading data KA/Pi did load the file data twice. |
11 | Example: | 11 | Example: |
12 | A 600k file did consume 1200k memory during loading process. | 12 | A 600k file did consume 1200k memory during loading process. |
13 | This is fixed, it does now consume only 600k during loading process. | 13 | This is fixed, it does now consume only 600k during loading process. |
14 | When saving data KA/Pi did consume a lot of memory for the data parsing during the save process. | 14 | When saving data KA/Pi did consume a lot of memory for the data parsing during the save process. |
15 | This is fixed. | 15 | This is fixed. |
16 | Example: | 16 | Example: |
17 | Before saving a 600k file KA/Pi did consume 21.7 Meg of Ram. | 17 | Before saving a 600k file KA/Pi did consume 21.7 Meg of Ram. |
18 | When saving KA/Pi did consume 28.6 Meg of Ram. That causes a crash on the Zaurus because there was no memeory left in the system. | 18 | When saving KA/Pi did consume 28.6 Meg of Ram. That causes a crash on the Zaurus because there was no memeory left in the system. |
19 | Now KA/Pi is consuming on saving the same data 22.0 Meg of Ram during the save process. | 19 | Now KA/Pi is consuming on saving the same data 22.0 Meg of Ram during the save process. |
20 | Note: The memory usage of KA/Pi after the data is loaded/saved has not changed. | 20 | Note: The memory usage of KA/Pi after the data is loaded/saved has not changed. |
21 | The saving of data may be a bit slower now. | ||
21 | 22 | ||
22 | Fixed memory usage problems in KO/Pi: | 23 | Fixed memory usage problems in KO/Pi: |
23 | When KO/Pi did save the data to file, it did not release the used buffers after saving. | 24 | When KO/Pi did save the data to file, it did not release the used buffers after saving. |
24 | The used buffer was released after saving the next time, but there was new buffer space allocated again on that save operation. | 25 | The used buffer was released after saving the next time, but there was new buffer space allocated again on that save operation. |
25 | This is fixed. | 26 | This is fixed. |
26 | Example: | 27 | Example: |
27 | When saving a 400k file KO/Pi do now use 400k less memory now. | 28 | When saving a 400k file KO/Pi do now use 400k less memory now. |
28 | 29 | ||
29 | Optimized memory usage in KO/Pi Agenda view: | 30 | Optimized memory usage in KO/Pi Agenda view: |
30 | KO/Pi is storing some paint information in extra buffers for faster repainting of the agenda view. | 31 | KO/Pi is storing some paint information in extra buffers for faster repainting of the agenda view. |
31 | These buffers were not made smaller (i.e. downsized) because of performance reasons. | 32 | These buffers were not made smaller (i.e. downsized) because of performance reasons. |
32 | The handling of these buffers are now much smarter: | 33 | The handling of these buffers are now much smarter: |
33 | Two (of six) buffers are removed completely. | 34 | Two (of six) buffers are removed completely. |
34 | The remaing four buffers are now downsized after not using the agenda view for 45 seconds. | 35 | The remaing four buffers are now downsized after not using the agenda view for 45 seconds. |
35 | Such that the memory usage of KO/Pi is smaller now in general ( because 2 buffers are removed) and is much smaller when not using the agenda view. That is very important when using fastload for KO/Pi. | 36 | Such that the memory usage of KO/Pi is smaller now in general ( because 2 buffers are removed) and is much smaller when not using the agenda view. That is very important when using fastload for KO/Pi. |
36 | 37 | ||
37 | Worst case example ( for a maximum size agenda content): | 38 | Worst case example ( for a maximum size agenda content): |
38 | When resizing the agenda content to a large scale, KO/Pi did use 17Meg of mem ( and did not use less memory until it was stopped). Now KO/Pi is using on the same operation only 14.3 Meg of mem and after 45 seconds not using the agenda view it uses only 9.4 Meg of mem. | 39 | When resizing the agenda content to a large scale, KO/Pi did use 17Meg of mem ( and did not use less memory until it was stopped). Now KO/Pi is using on the same operation only 14.3 Meg of mem and after 45 seconds not using the agenda view it uses only 9.4 Meg of mem. |
39 | 40 | ||
41 | When switching to an unused Agenda view now KO/Pi is upizing the buffers again. This takes less than a second. Such that switching to Agenda view (after not using it for more than 45 seconds) is now a bit slower. | ||
42 | |||
40 | Summary: | 43 | Summary: |
41 | Many memory wasting problems of KA/Pi and KO/Pi fixed such that it is better to use on the Zaurus. | 44 | Many memory wasting problems of KA/Pi and KO/Pi fixed such that it is better to use on the Zaurus. |
42 | 45 | ||
43 | ********** VERSION 2.1.12 ************ | 46 | ********** VERSION 2.1.12 ************ |
44 | 47 | ||
45 | KO/Pi: | 48 | KO/Pi: |
46 | Many small usability fixes, e.g. rearranged the popup menus such that they are better to use on the Zaurus. | 49 | Many small usability fixes, e.g. rearranged the popup menus such that they are better to use on the Zaurus. |
47 | Fixed a problem with the month view when file was saved but KO/Pi was not the active window. | 50 | Fixed a problem with the month view when file was saved but KO/Pi was not the active window. |
48 | Fixed some problems in the resource config dialog (e.g. added a warning if you set all calendars to read-only). | 51 | Fixed some problems in the resource config dialog (e.g. added a warning if you set all calendars to read-only). |
49 | Fixed some other small problems. | 52 | Fixed some other small problems. |
50 | 53 | ||
51 | ********** VERSION 2.1.11 ************ | 54 | ********** VERSION 2.1.11 ************ |
52 | 55 | ||
53 | KO/Pi: | 56 | KO/Pi: |
54 | Because we can have many calendars now in KO/Pi we can have more than one journal entry per day. | 57 | Because we can have many calendars now in KO/Pi we can have more than one journal entry per day. |
55 | Added features to handle (and add ) more than one journal entry per day. | 58 | Added features to handle (and add ) more than one journal entry per day. |
56 | Added option for a journal title. | 59 | Added option for a journal title. |
57 | 60 | ||
58 | Added info about the calendar, the item belongs to, to the event/todo/journal viewer. | 61 | Added info about the calendar, the item belongs to, to the event/todo/journal viewer. |
59 | Fixed a problem of the alarm of completed recurring todos. | 62 | Fixed a problem of the alarm of completed recurring todos. |
60 | Added to the event/todo editor to set quickly the category of an item. | 63 | Added to the event/todo editor to set quickly the category of an item. |
61 | 64 | ||
62 | 65 | ||
63 | Fixed some problems when calling KO/Pi or KA/Pi from the alarm applet. | 66 | Fixed some problems when calling KO/Pi or KA/Pi from the alarm applet. |
64 | 67 | ||
65 | Added KA/Pi multi sync to the multi sync called from the alarm applet. | 68 | Added KA/Pi multi sync to the multi sync called from the alarm applet. |
66 | 69 | ||
67 | ********** VERSION 2.1.10 ************ | 70 | ********** VERSION 2.1.10 ************ |
68 | 71 | ||
69 | KO/Pi: | 72 | KO/Pi: |
70 | Importing Birthdays will now create another file resource "Birthdays" and import the birthday data from KA/Pi into that file. | 73 | Importing Birthdays will now create another file resource "Birthdays" and import the birthday data from KA/Pi into that file. |
71 | When a multidayevent is selected in monthview all occurences of this event in the monthview are now hightlighted. | 74 | When a multidayevent is selected in monthview all occurences of this event in the monthview are now hightlighted. |
72 | Fixed a bug in searching for a small timerange, i.e. one day. | 75 | Fixed a bug in searching for a small timerange, i.e. one day. |
73 | 76 | ||
74 | KA/Pi: | 77 | KA/Pi: |
75 | Fixed two problems in csv export. | 78 | Fixed two problems in csv export. |
76 | Fixed problems when calling the contact selection dialog from KO/Pi or OM/Pi. | 79 | Fixed problems when calling the contact selection dialog from KO/Pi or OM/Pi. |
77 | 80 | ||
78 | ********** VERSION 2.1.9 ************ | 81 | ********** VERSION 2.1.9 ************ |
79 | 82 | ||
80 | KO/Pi: | 83 | KO/Pi: |
81 | Fixed some problems of the new search options in the search dialog. | 84 | Fixed some problems of the new search options in the search dialog. |
82 | Fixed some problems in the new resource config options. | 85 | Fixed some problems in the new resource config options. |
83 | Changed the recurrence edit of events and todos such that the recurrence edit page now is notified about a change of the start date on the first page. | 86 | Changed the recurrence edit of events and todos such that the recurrence edit page now is notified about a change of the start date on the first page. |
84 | Fixed a problem creating new events in the agenda view if at the day/time is already an agenda item shown: | 87 | Fixed a problem creating new events in the agenda view if at the day/time is already an agenda item shown: |
85 | Now you can click on the bottom/top of an allday agenda item or on the left/right side of an agenda item to get the "new todo/new event" popup. | 88 | Now you can click on the bottom/top of an allday agenda item or on the left/right side of an agenda item to get the "new todo/new event" popup. |
86 | 89 | ||
87 | Fixed a problem in recurrence range in syncing with DTM. | 90 | Fixed a problem in recurrence range in syncing with DTM. |
88 | 91 | ||
89 | KA/Pi: | 92 | KA/Pi: |
90 | Made it posiible to show in the contact overview the details of all data available for that contact( e.g. office, spouse, children, nickname ...) | 93 | Made it posiible to show in the contact overview the details of all data available for that contact( e.g. office, spouse, children, nickname ...) |
91 | 94 | ||
92 | PwM/Pi: | 95 | PwM/Pi: |
93 | Added "sec" to the timeout config settings to make it clear the timeout values are seconds. | 96 | Added "sec" to the timeout config settings to make it clear the timeout values are seconds. |
94 | 97 | ||
95 | ********** VERSION 2.1.8 ************ | 98 | ********** VERSION 2.1.8 ************ |
96 | 99 | ||
97 | KO/Pi: | 100 | KO/Pi: |
98 | Added info about the completion state of a todo in the ListView/Searchdialog. | 101 | Added info about the completion state of a todo in the ListView/Searchdialog. |
99 | If in TodoView is selected "do not show compledted todos" then completed todos are not shown in the ListView as well. | 102 | If in TodoView is selected "do not show compledted todos" then completed todos are not shown in the ListView as well. |
100 | Fixed some updating problems when changing the filter. | 103 | Fixed some updating problems when changing the filter. |
101 | 104 | ||
102 | KA/Pi: | 105 | KA/Pi: |
103 | In the addressee selection dialog now the formatted name is shown, if not empty. | 106 | In the addressee selection dialog now the formatted name is shown, if not empty. |
104 | Added a column "category" to the addressee selection dialog to make it possible to sort addressees after category. | 107 | Added a column "category" to the addressee selection dialog to make it possible to sort addressees after category. |
105 | Now in the addressee selection dialog a selected contact is remove with a single click from the selected list. | 108 | Now in the addressee selection dialog a selected contact is remove with a single click from the selected list. |
106 | 109 | ||
107 | Fixed in the file selector on the Zaurus the problem that symbolic links to files/dirs were ignored. | 110 | Fixed in the file selector on the Zaurus the problem that symbolic links to files/dirs were ignored. |
108 | Fixed the sorting for size in the file selector on the Z. | 111 | Fixed the sorting for size in the file selector on the Z. |
109 | 112 | ||
110 | Changed the color selection dialog on the Zaurus to a more user friendly version. | 113 | Changed the color selection dialog on the Zaurus to a more user friendly version. |
111 | 114 | ||
112 | ********** VERSION 2.1.7 ************ | 115 | ********** VERSION 2.1.7 ************ |
113 | 116 | ||
114 | KO/Pi: | 117 | KO/Pi: |
115 | Fixed several problems in the new Resource handling. | 118 | Fixed several problems in the new Resource handling. |
116 | Added more options to the search dialog. | 119 | Added more options to the search dialog. |
117 | Fixed a problem in the Month view. | 120 | Fixed a problem in the Month view. |
118 | Added more options to the dialog when setting a todo to stopped. | 121 | Added more options to the dialog when setting a todo to stopped. |
119 | 122 | ||
120 | Fixed two small problems in KO/Pi Alarm applet. | 123 | Fixed two small problems in KO/Pi Alarm applet. |
121 | 124 | ||
122 | ********** VERSION 2.1.6 ************ | 125 | ********** VERSION 2.1.6 ************ |
123 | 126 | ||
124 | This release is for testing only. | 127 | This release is for testing only. |
125 | 128 | ||
126 | KO/Pi: | 129 | KO/Pi: |
127 | Added to the list view (the list view is used in search dialog as well) the possibility to print it. | 130 | Added to the list view (the list view is used in search dialog as well) the possibility to print it. |
128 | Added to the list view the possibility to hide entries, if you do not want to print all entries of the list view. | 131 | Added to the list view the possibility to hide entries, if you do not want to print all entries of the list view. |
129 | Added to the list view the possibility to add all subtodos of selected todos to an export/beam. | 132 | Added to the list view the possibility to add all subtodos of selected todos to an export/beam. |
130 | Added to the search dialog the possibility to make an additive search such that you can get a better list for export/printout. | 133 | Added to the search dialog the possibility to make an additive search such that you can get a better list for export/printout. |
131 | Added to the search dialog the possibility to hide the checkboxes such that there is more space for the list view on the Zaurus. | 134 | Added to the search dialog the possibility to hide the checkboxes such that there is more space for the list view on the Zaurus. |
132 | Fixed a problem in the AlarmTimer Applet: Now utf8 messages are displayed properly. | 135 | Fixed a problem in the AlarmTimer Applet: Now utf8 messages are displayed properly. |
133 | 136 | ||
134 | Added support for multiple calendar files in KO/Pi. Only local ical (*.ics) files are supported as calendars. | 137 | Added support for multiple calendar files in KO/Pi. Only local ical (*.ics) files are supported as calendars. |
135 | 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. | 138 | 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. |
136 | Now on every sync the set of calendars is synced which are enabled in the resource view. | 139 | Now on every sync the set of calendars is synced which are enabled in the resource view. |
137 | 140 | ||
138 | A calendar is enabled in the resource view if the "eye" column is checked. | 141 | A calendar is enabled in the resource view if the "eye" column is checked. |
139 | You can set a calendar to be the default for new items( "+" column ). | 142 | You can set a calendar to be the default for new items( "+" column ). |
140 | You can tell KO/Pi to ignore all alarm of a calendar ( "bell" column ) and you can set it readonly. | 143 | You can tell KO/Pi to ignore all alarm of a calendar ( "bell" column ) and you can set it readonly. |
141 | To find out how to add a new calendar and how to remove a calendar is left as an exercise to the reader ... | 144 | To find out how to add a new calendar and how to remove a calendar is left as an exercise to the reader ... |
142 | 145 | ||
143 | 146 | ||
144 | ********** VERSION 2.1.5 ************ | 147 | ********** VERSION 2.1.5 ************ |
145 | 148 | ||
146 | This is the new stable version. | 149 | This is the new stable version. |
147 | Bugfix: | 150 | Bugfix: |
148 | Fixed a problem with agenda popup on the desktop in KO/Pi. | 151 | Fixed a problem with agenda popup on the desktop in KO/Pi. |
149 | Fixed a crash when reloading file, e.g. after a passive pi-sync synchronization. | 152 | Fixed a crash when reloading file, e.g. after a passive pi-sync synchronization. |
150 | Added config option to not display completed todos in agenda view. | 153 | Added config option to not display completed todos in agenda view. |
151 | Addressee view is now using the formatted name, if defined. | 154 | Addressee view is now using the formatted name, if defined. |
152 | That makes it possible to display "lastname, firstname" in that view now. | 155 | That makes it possible to display "lastname, firstname" in that view now. |
153 | To set the formatted name for all contacts, please use menu: | 156 | To set the formatted name for all contacts, please use menu: |
154 | Edit->Change->Set formatted name. | 157 | Edit->Change->Set formatted name. |
155 | Fixed the bug in KA/Pi that is was not possible to add images to a contact on Windows. | 158 | Fixed the bug in KA/Pi that is was not possible to add images to a contact on Windows. |
156 | 159 | ||
157 | ********** VERSION 2.1.4 ************ | 160 | ********** VERSION 2.1.4 ************ |
158 | 161 | ||
159 | Fixed two more bugs in the KA/Pi CSV import dialog: | 162 | Fixed two more bugs in the KA/Pi CSV import dialog: |
160 | Made it possible to read multi-line fields and import it to the "Note" field. | 163 | Made it possible to read multi-line fields and import it to the "Note" field. |
161 | Fixed a problem in mapping custom fields, whatever a custem field is... | 164 | Fixed a problem in mapping custom fields, whatever a custem field is... |
162 | 165 | ||
163 | ********** VERSION 2.1.3 ************ | 166 | ********** VERSION 2.1.3 ************ |
164 | 167 | ||
165 | Changed the menu structure of the alarm applet: | 168 | Changed the menu structure of the alarm applet: |
166 | Moved "Simulate" to " Play Beeps" submenu and re-added "Todo List". | 169 | Moved "Simulate" to " Play Beeps" submenu and re-added "Todo List". |
167 | 170 | ||
168 | Fixed several problems in the KA/Pi CSV import dialog: | 171 | Fixed several problems in the KA/Pi CSV import dialog: |
169 | Added "Category", made codec configureable and made it possible to map many fields to the "Note" field. | 172 | Added "Category", made codec configureable and made it possible to map many fields to the "Note" field. |
170 | 173 | ||
171 | 174 | ||
172 | ********** VERSION 2.1.2 ************ | 175 | ********** VERSION 2.1.2 ************ |
173 | 176 | ||
174 | Fixed a problem closing the alarm dialog on Zaurus with "OK" button. | 177 | Fixed a problem closing the alarm dialog on Zaurus with "OK" button. |
175 | 178 | ||
176 | Fixed a problem when importing data from Outlook with mutiple categories set. | 179 | Fixed a problem when importing data from Outlook with mutiple categories set. |
177 | 180 | ||
178 | Changed display of days in datenavigator: | 181 | Changed display of days in datenavigator: |
179 | Birthdays are now blue, not dark green. | 182 | Birthdays are now blue, not dark green. |
180 | When todo view is shown, no birtdays are shown and days with due todos are shown blue. | 183 | When todo view is shown, no birtdays are shown and days with due todos are shown blue. |
181 | When journal view is shown, only holidays are shown and days with journals are blue. | 184 | When journal view is shown, only holidays are shown and days with journals are blue. |
182 | 185 | ||
183 | Added Backup options to global config: | 186 | Added Backup options to global config: |
184 | 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 ). | 187 | 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 ). |
185 | 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. | 188 | 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. |
186 | 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. | 189 | 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. |
187 | 190 | ||
188 | ********** VERSION 2.1.1 ************ | 191 | ********** VERSION 2.1.1 ************ |
189 | 192 | ||
190 | Stable release 2.1.1! | 193 | Stable release 2.1.1! |
191 | 194 | ||
192 | KO/Pi: | 195 | KO/Pi: |
193 | Fixed one problem in the layout of the edit dialogs on the Zaurus with 640x480 display. | 196 | Fixed one problem in the layout of the edit dialogs on the Zaurus with 640x480 display. |
194 | 197 | ||
195 | ********** VERSION 2.1.0 ************ | 198 | ********** VERSION 2.1.0 ************ |
196 | 199 | ||
197 | Stable release 2.1.0! | 200 | Stable release 2.1.0! |
198 | 201 | ||
199 | Summary of changes/fixes compared to version 2.0.6: | 202 | Summary of changes/fixes compared to version 2.0.6: |
200 | 203 | ||
201 | Many bugs of version 2.0.6 fixed. | 204 | Many bugs of version 2.0.6 fixed. |
202 | Most of them were small bugs, but some of them were important. | 205 | Most of them were small bugs, but some of them were important. |
203 | It is recommended to use version 2.1.0 and not version 2.0.6. | 206 | It is recommended to use version 2.1.0 and not version 2.0.6. |
204 | 207 | ||
205 | Important changes: | 208 | Important changes: |
206 | 209 | ||
207 | Added recurring todos to KO/Pi. | 210 | Added recurring todos to KO/Pi. |
208 | 211 | ||
209 | Added global application font settings (for all KDE-Pim/Pi apps) to the general settings. | 212 | Added global application font settings (for all KDE-Pim/Pi apps) to the general settings. |
210 | 213 | ||
211 | Made Passwordmanager PwM/Pi more userfriendly: Rearranged some toolbar icons, optimized setting of focus, fixed layout problems and more. | 214 | Made Passwordmanager PwM/Pi more userfriendly: Rearranged some toolbar icons, optimized setting of focus, fixed layout problems and more. |
212 | 215 | ||
213 | Datenavigator can now display many months. Very useful on the desktop. | 216 | Datenavigator can now display many months. Very useful on the desktop. |
214 | 217 | ||
215 | KO/Pi alarm applet changed: Made buttons in alarm dialog much bigger and other usebility enhancements. | 218 | KO/Pi alarm applet changed: Made buttons in alarm dialog much bigger and other usebility enhancements. |
216 | 219 | ||
217 | Made alarm sound working on Linux desktop. | 220 | Made alarm sound working on Linux desktop. |
218 | 221 | ||
219 | Made KO/Pi and KA/Pi running from a memory stick. Please read storage HowTo for details. | 222 | Made KO/Pi and KA/Pi running from a memory stick. Please read storage HowTo for details. |
220 | 223 | ||
221 | Added timetracking feature in KO/Pi todo view. Please read timetraker HowTo for details. | 224 | Added timetracking feature in KO/Pi todo view. Please read timetraker HowTo for details. |
222 | 225 | ||
223 | Many other usebility enhancements. | 226 | Many other usebility enhancements. |
224 | Special thanks to Ben for his suggestions! | 227 | Special thanks to Ben for his suggestions! |
225 | 228 | ||
226 | You can find the complete changelog | 229 | You can find the complete changelog |
227 | from version 1.7.7 to 2.1.0 | 230 | from version 1.7.7 to 2.1.0 |
228 | in the source package or on | 231 | in the source package or on |
229 | 232 | ||
230 | http://www.pi-sync.net/html/changelog.html | 233 | http://www.pi-sync.net/html/changelog.html |
231 | 234 | ||