summaryrefslogtreecommitdiffabout
Unidiff
Diffstat (more/less context) (ignore 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 c0d63e5..368f379 100644
--- a/bin/kdepim/WhatsNew.txt
+++ b/bin/kdepim/WhatsNew.txt
@@ -1,34 +1,38 @@
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.17 ************
4
5
6
3********** VERSION 2.1.16 ************ 7********** VERSION 2.1.16 ************
4 8
5Fixed a problem with the menu bar in KO/Pi and using the "Menu" hardware key on the Zaurus. 9Fixed 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 10Added 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. 11Fixed a bug in agenda view displaying recurring multiday events which are longer than two days.
8Made conflict detection up to 4 times faster. 12Made conflict detection up to 4 times faster.
9 13
10********** VERSION 2.1.15 ************ 14********** VERSION 2.1.15 ************
11 15
12Fixed two layout problems on the Z: 16Fixed two layout problems on the Z:
13Made the with of the newly added buttons on the Quick-Todo smaller. 17Made the with of the newly added buttons on the Quick-Todo smaller.
14Made listweek layout in 2 columns on the Z760 in portait screen and full menubar visible. 18Made listweek layout in 2 columns on the Z760 in portait screen and full menubar visible.
15 19
16 20
17********** VERSION 2.1.14 ************ 21********** VERSION 2.1.14 ************
18 22
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. 23Added 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.
20Added a button to add a subtodo quickly. 24Added a button to add a subtodo quickly.
21 25
22Added a possibility to search for conflicting events. (In the Action menu. Keyboard shortcut "q", shift+q or ctrl +q ). 26Added a possibility to search for conflicting events. (In the Action menu. Keyboard shortcut "q", shift+q or ctrl +q ).
23Added an option to change the layout of the list week to column mode. 27Added an option to change the layout of the list week to column mode.
24 28
25Fixed some usability problems in pi-sync mode by adding some progress information about file transfer. 29Fixed some usability problems in pi-sync mode by adding some progress information about file transfer.
26 30
27Fixed pi-sync problems with the new multi calendar feature. 31Fixed pi-sync problems with the new multi calendar feature.
28Now pi-sync behaviour should be: 32Now pi-sync behaviour should be:
291) Local sends file request ( as usual ) 331) Local sends file request ( as usual )
302) Remote sends file which contains data of all enabled ( the calendar where the "eye" column is checked ) calendars. 342) Remote sends file which contains data of all enabled ( the calendar where the "eye" column is checked ) calendars.
313) Local syncs with data, adds new entries to default calendar and sends file back ( as usual ). 353) Local syncs with data, adds new entries to default calendar and sends file back ( as usual ).
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. 36 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.
334) Remote updates the data and adds new entries to default calendar. Readonly entries are not changed on remote. 374) Remote updates the data and adds new entries to default calendar. Readonly entries are not changed on remote.
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. 38 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.