summaryrefslogtreecommitdiffabout
authorzautrix <zautrix>2005-07-09 14:52:06 (UTC)
committer zautrix <zautrix>2005-07-09 14:52:06 (UTC)
commit47370b5d0dea0f29bb929ba13cf45186095c762d (patch) (unidiff)
tree875cbb3fb24cc5d116a42b109b150caa32313f38
parent875884b2517f9b82153a14852c0f1676f985494f (diff)
downloadkdepimpi-47370b5d0dea0f29bb929ba13cf45186095c762d.zip
kdepimpi-47370b5d0dea0f29bb929ba13cf45186095c762d.tar.gz
kdepimpi-47370b5d0dea0f29bb929ba13cf45186095c762d.tar.bz2
huhu
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--bin/kdepim/WhatsNew.txt7
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,26 +1,33 @@
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.15 ************
4
5Fixed two layout problems on the Z:
6Made 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.
8
9
3********** VERSION 2.1.14 ************ 10********** VERSION 2.1.14 ************
4 11
5Added 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. 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.
6Added a button to add a subtodo quickly. 13Added a button to add a subtodo quickly.
7 14
8Added a possibility to search for conflicting events. (In the Action menu. Keyboard shortcut "q", shift+q or ctrl +q ). 15Added a possibility to search for conflicting events. (In the Action menu. Keyboard shortcut "q", shift+q or ctrl +q ).
9Added an option to change the layout of the list week to column mode. 16Added an option to change the layout of the list week to column mode.
10 17
11Fixed some usability problems in pi-sync mode by adding some progress information about file transfer. 18Fixed some usability problems in pi-sync mode by adding some progress information about file transfer.
12 19
13Fixed pi-sync problems with the new multi calendar feature. 20Fixed pi-sync problems with the new multi calendar feature.
14Now pi-sync behaviour should be: 21Now pi-sync behaviour should be:
151) Local sends file request ( as usual ) 221) Local sends file request ( as usual )
162) Remote sends file which contains data of all enabled ( the calendar where the "eye" column is checked ) calendars. 232) Remote sends file which contains data of all enabled ( the calendar where the "eye" column is checked ) calendars.
173) Local syncs with data, adds new entries to default calendar and sends file back ( as usual ). 243) 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.
194) Remote updates the data and adds new entries to default calendar. Readonly entries are not changed on remote. 264) 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
22Summary: 29Summary:
23No 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. 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.
24If you have different calendars on remote and local and some of them disabled you may get some "strange" bahaviour. 31If you have different calendars on remote and local and some of them disabled you may get some "strange" bahaviour.
25Well, the syncing has become quite complicated ... you should have no problems if you enable all calendars. 32Well, the syncing has become quite complicated ... you should have no problems if you enable all calendars.
26 33