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