summaryrefslogtreecommitdiffabout
authorzautrix <zautrix>2005-07-09 11:39:33 (UTC)
committer zautrix <zautrix>2005-07-09 11:39:33 (UTC)
commit2e2d9a949b8273ad52b09ffdf2c9250acfdbe6db (patch) (unidiff)
treeaaed7a395399dc7bfdb3751b3f60161e91df79f4
parente98b8d5a8e01d5dd7cf6b8967d1065d72f61c908 (diff)
downloadkdepimpi-2e2d9a949b8273ad52b09ffdf2c9250acfdbe6db.zip
kdepimpi-2e2d9a949b8273ad52b09ffdf2c9250acfdbe6db.tar.gz
kdepimpi-2e2d9a949b8273ad52b09ffdf2c9250acfdbe6db.tar.bz2
fixx
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--bin/kdepim/WhatsNew.txt12
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,58 +1,70 @@
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.14 ************ 3********** VERSION 2.1.14 ************
4 4
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. 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.
6Added a button to add a subtodo quickly. 6Added a button to add a subtodo quickly.
7 7
8Added a possibility to search for conflicting events. (In the Action menu. Keyboard shortcut "q", shift+q or ctrl +q ). 8Added 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. 9Added an option to change the layout of the list week to column mode.
10 10
11Fixed some usability problems in pi-sync mode by adding some progress information about file transfer.
12
13Fixed pi-sync problems with the new multi calendar feature.
14Now pi-sync behaviour should be:
151) 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.
173) Local syncs with data, adds new entries to default calendar and sends file back ( as usual ).
184) 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
21Summary: 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
13Fixed a problem in KA/Pi search. 25Fixed a problem in KA/Pi search.
14Fixed some minor problems in KO/Pi. 26Fixed some minor problems in KO/Pi.
15Added calendar selection possibility to the todo view popup and to the event/todo/journal editor. 27Added calendar selection possibility to the todo view popup and to the event/todo/journal editor.
16 28
17Fixed memory usage problems in KA/Pi: 29Fixed memory usage problems in KA/Pi:
18When loading data KA/Pi did load the file data twice. 30When loading data KA/Pi did load the file data twice.
19Example: 31Example:
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.
22When saving data KA/Pi did consume a lot of memory for the data parsing during the save process. 34When saving data KA/Pi did consume a lot of memory for the data parsing during the save process.
23This is fixed. 35This is fixed.
24Example: 36Example:
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.
27 Now KA/Pi is consuming on saving the same data 22.0 Meg of Ram during the save process. 39 Now KA/Pi is consuming on saving the same data 22.0 Meg of Ram during the save process.
28Note: The memory usage of KA/Pi after the data is loaded/saved has not changed. 40Note: The memory usage of KA/Pi after the data is loaded/saved has not changed.
29The saving of data may be a bit slower now. 41The saving of data may be a bit slower now.
30 42
31Fixed memory usage problems in KO/Pi: 43Fixed memory usage problems in KO/Pi:
32When KO/Pi did save the data to file, it did not release the used buffers after saving. 44When KO/Pi did save the data to file, it did not release the used buffers after saving.
33The used buffer was released after saving the next time, but there was new buffer space allocated again on that save operation. 45The used buffer was released after saving the next time, but there was new buffer space allocated again on that save operation.
34This is fixed. 46This is fixed.
35Example: 47Example:
36 When saving a 400k file KO/Pi do now use 400k less memory now. 48 When saving a 400k file KO/Pi do now use 400k less memory now.
37 49
38Optimized memory usage in KO/Pi Agenda view: 50Optimized memory usage in KO/Pi Agenda view:
39KO/Pi is storing some paint information in extra buffers for faster repainting of the agenda view. 51KO/Pi is storing some paint information in extra buffers for faster repainting of the agenda view.
40These buffers were not made smaller (i.e. downsized) because of performance reasons. 52These buffers were not made smaller (i.e. downsized) because of performance reasons.
41The handling of these buffers are now much smarter: 53The handling of these buffers are now much smarter:
42Two (of six) buffers are removed completely. 54Two (of six) buffers are removed completely.
43The remaing four buffers are now downsized after not using the agenda view for 45 seconds. 55The remaing four buffers are now downsized after not using the agenda view for 45 seconds.
44Such 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. 56Such 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.
45 57
46Worst case example ( for a maximum size agenda content): 58Worst case example ( for a maximum size agenda content):
47 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. 59 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.
48 60
49When 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. 61When 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.
50 62
51Summary: 63Summary:
52Many memory wasting problems of KA/Pi and KO/Pi fixed such that it is better to use on the Zaurus. 64Many memory wasting problems of KA/Pi and KO/Pi fixed such that it is better to use on the Zaurus.
53 65
54********** VERSION 2.1.12 ************ 66********** VERSION 2.1.12 ************
55 67
56KO/Pi: 68KO/Pi:
57Many small usability fixes, e.g. rearranged the popup menus such that they are better to use on the Zaurus. 69Many small usability fixes, e.g. rearranged the popup menus such that they are better to use on the Zaurus.
58Fixed a problem with the month view when file was saved but KO/Pi was not the active window. 70Fixed a problem with the month view when file was saved but KO/Pi was not the active window.