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