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