-rw-r--r-- | bin/kdepim/WhatsNew.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/bin/kdepim/WhatsNew.txt b/bin/kdepim/WhatsNew.txt index aa4a89a..8fab725 100644 --- a/bin/kdepim/WhatsNew.txt +++ b/bin/kdepim/WhatsNew.txt | |||
@@ -1,26 +1,38 @@ | |||
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.14 ************ | 3 | ********** VERSION 2.1.14 ************ |
4 | 4 | ||
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. | 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. |
6 | Added a button to add a subtodo quickly. | 6 | Added a button to add a subtodo quickly. |
7 | 7 | ||
8 | Added a possibility to search for conflicting events. (In the Action menu. Keyboard shortcut "q", shift+q or ctrl +q ). | 8 | 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. | 9 | Added an option to change the layout of the list week to column mode. |
10 | 10 | ||
11 | Fixed some usability problems in pi-sync mode by adding some progress information about file transfer. | ||
12 | |||
13 | Fixed pi-sync problems with the new multi calendar feature. | ||
14 | Now pi-sync behaviour should be: | ||
15 | 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. | ||
17 | 3) Local syncs with data, adds new entries to default calendar and sends file back ( as usual ). | ||
18 | 4) Remote updates the data and adds new entries to default calendar. Readonly entries are not changed on remote. | ||
19 | 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. | ||
20 | |||
21 | Summary: If you have different calendars on remote and local and some of them disabled you may get some "strange" bahaviour. | ||
22 | |||
11 | ********** VERSION 2.1.13 ************ | 23 | ********** VERSION 2.1.13 ************ |
12 | 24 | ||
13 | Fixed a problem in KA/Pi search. | 25 | Fixed a problem in KA/Pi search. |
14 | Fixed some minor problems in KO/Pi. | 26 | Fixed some minor problems in KO/Pi. |
15 | Added calendar selection possibility to the todo view popup and to the event/todo/journal editor. | 27 | Added calendar selection possibility to the todo view popup and to the event/todo/journal editor. |
16 | 28 | ||
17 | Fixed memory usage problems in KA/Pi: | 29 | Fixed memory usage problems in KA/Pi: |
18 | When loading data KA/Pi did load the file data twice. | 30 | When loading data KA/Pi did load the file data twice. |
19 | Example: | 31 | Example: |
20 | A 600k file did consume 1200k memory during loading process. | 32 | A 600k file did consume 1200k memory during loading process. |
21 | This is fixed, it does now consume only 600k during loading process. | 33 | This is fixed, it does now consume only 600k during loading process. |
22 | When saving data KA/Pi did consume a lot of memory for the data parsing during the save process. | 34 | When saving data KA/Pi did consume a lot of memory for the data parsing during the save process. |
23 | This is fixed. | 35 | This is fixed. |
24 | Example: | 36 | Example: |
25 | Before saving a 600k file KA/Pi did consume 21.7 Meg of Ram. | 37 | Before saving a 600k file KA/Pi did consume 21.7 Meg of Ram. |
26 | 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. | 38 | 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. |