summaryrefslogtreecommitdiffabout
path: root/bin/kdepim
authorzautrix <zautrix>2005-07-10 09:20:29 (UTC)
committer zautrix <zautrix>2005-07-10 09:20:29 (UTC)
commite8b6635ef7c98996f0415e6a77394569493ab151 (patch) (unidiff)
tree70fbf03e2ce62730fb8dddc288264c916e18d14e /bin/kdepim
parent2a3542ecc4eee8bb4b3d81fcf69e0cf97f07ff4a (diff)
downloadkdepimpi-e8b6635ef7c98996f0415e6a77394569493ab151.zip
kdepimpi-e8b6635ef7c98996f0415e6a77394569493ab151.tar.gz
kdepimpi-e8b6635ef7c98996f0415e6a77394569493ab151.tar.bz2
version
Diffstat (limited to 'bin/kdepim') (more/less context) (show whitespace changes)
-rw-r--r--bin/kdepim/WhatsNew.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/kdepim/WhatsNew.txt b/bin/kdepim/WhatsNew.txt
index 2fd89f1..3da24c5 100644
--- a/bin/kdepim/WhatsNew.txt
+++ b/bin/kdepim/WhatsNew.txt
@@ -1,50 +1,54 @@
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 ************
4
5
6
3********** VERSION 2.1.15 ************ 7********** VERSION 2.1.15 ************
4 8
5Fixed two layout problems on the Z: 9Fixed two layout problems on the Z:
6Made the with of the newly added buttons on the Quick-Todo smaller. 10Made the with of the newly added buttons on the Quick-Todo smaller.
7Made listweek layout in 2 columns on the Z760 in portait screen and full menubar visible. 11Made listweek layout in 2 columns on the Z760 in portait screen and full menubar visible.
8 12
9 13
10********** VERSION 2.1.14 ************ 14********** VERSION 2.1.14 ************
11 15
12Added 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. 16Added 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.
13Added a button to add a subtodo quickly. 17Added a button to add a subtodo quickly.
14 18
15Added a possibility to search for conflicting events. (In the Action menu. Keyboard shortcut "q", shift+q or ctrl +q ). 19Added a possibility to search for conflicting events. (In the Action menu. Keyboard shortcut "q", shift+q or ctrl +q ).
16Added an option to change the layout of the list week to column mode. 20Added an option to change the layout of the list week to column mode.
17 21
18Fixed some usability problems in pi-sync mode by adding some progress information about file transfer. 22Fixed some usability problems in pi-sync mode by adding some progress information about file transfer.
19 23
20Fixed pi-sync problems with the new multi calendar feature. 24Fixed pi-sync problems with the new multi calendar feature.
21Now pi-sync behaviour should be: 25Now pi-sync behaviour should be:
221) Local sends file request ( as usual ) 261) Local sends file request ( as usual )
232) Remote sends file which contains data of all enabled ( the calendar where the "eye" column is checked ) calendars. 272) Remote sends file which contains data of all enabled ( the calendar where the "eye" column is checked ) calendars.
243) Local syncs with data, adds new entries to default calendar and sends file back ( as usual ). 283) Local syncs with data, adds new entries to default calendar and sends file back ( as usual ).
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. 29 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.
264) Remote updates the data and adds new entries to default calendar. Readonly entries are not changed on remote. 304) Remote updates the data and adds new entries to default calendar. Readonly entries are not changed on remote.
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. 31 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.
28 32
29Summary: 33Summary:
30No 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. 34No 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.
31If you have different calendars on remote and local and some of them disabled you may get some "strange" bahaviour. 35If you have different calendars on remote and local and some of them disabled you may get some "strange" bahaviour.
32Well, the syncing has become quite complicated ... you should have no problems if you enable all calendars. 36Well, the syncing has become quite complicated ... you should have no problems if you enable all calendars.
33 37
34********** VERSION 2.1.13 ************ 38********** VERSION 2.1.13 ************
35 39
36Fixed a problem in KA/Pi search. 40Fixed a problem in KA/Pi search.
37Fixed some minor problems in KO/Pi. 41Fixed some minor problems in KO/Pi.
38Added calendar selection possibility to the todo view popup and to the event/todo/journal editor. 42Added calendar selection possibility to the todo view popup and to the event/todo/journal editor.
39 43
40Fixed memory usage problems in KA/Pi: 44Fixed memory usage problems in KA/Pi:
41When loading data KA/Pi did load the file data twice. 45When loading data KA/Pi did load the file data twice.
42Example: 46Example:
43 A 600k file did consume 1200k memory during loading process. 47 A 600k file did consume 1200k memory during loading process.
44 This is fixed, it does now consume only 600k during loading process. 48 This is fixed, it does now consume only 600k during loading process.
45When saving data KA/Pi did consume a lot of memory for the data parsing during the save process. 49When saving data KA/Pi did consume a lot of memory for the data parsing during the save process.
46This is fixed. 50This is fixed.
47Example: 51Example:
48 Before saving a 600k file KA/Pi did consume 21.7 Meg of Ram. 52 Before saving a 600k file KA/Pi did consume 21.7 Meg of Ram.
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. 53 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.
50 Now KA/Pi is consuming on saving the same data 22.0 Meg of Ram during the save process. 54 Now KA/Pi is consuming on saving the same data 22.0 Meg of Ram during the save process.