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