summaryrefslogtreecommitdiffabout
path: root/bin
authorzautrix <zautrix>2005-07-06 21:26:48 (UTC)
committer zautrix <zautrix>2005-07-06 21:26:48 (UTC)
commit630904c92dc014538ff0b08731efb10dcc25426f (patch) (unidiff)
treefe27e7572546f070aa16445aaaa5084d5f84a965 /bin
parente1731d8790403a079613f291b4ac172d8f04c960 (diff)
downloadkdepimpi-630904c92dc014538ff0b08731efb10dcc25426f.zip
kdepimpi-630904c92dc014538ff0b08731efb10dcc25426f.tar.gz
kdepimpi-630904c92dc014538ff0b08731efb10dcc25426f.tar.bz2
fixx
Diffstat (limited to 'bin') (more/less context) (ignore whitespace changes)
-rw-r--r--bin/kdepim/WhatsNew.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/kdepim/WhatsNew.txt b/bin/kdepim/WhatsNew.txt
index d6b2dc7..79de197 100644
--- a/bin/kdepim/WhatsNew.txt
+++ b/bin/kdepim/WhatsNew.txt
@@ -1,194 +1,200 @@
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 ************
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.
6Added a button to add a subtodo quickly.
7
8
3********** VERSION 2.1.13 ************ 9********** VERSION 2.1.13 ************
4 10
5Fixed a problem in KA/Pi search. 11Fixed a problem in KA/Pi search.
6Fixed some minor problems in KO/Pi. 12Fixed some minor problems in KO/Pi.
7Added calendar selection possibility to the todo view popup and to the event/todo/journal editor. 13Added calendar selection possibility to the todo view popup and to the event/todo/journal editor.
8 14
9Fixed memory usage problems in KA/Pi: 15Fixed memory usage problems in KA/Pi:
10When loading data KA/Pi did load the file data twice. 16When loading data KA/Pi did load the file data twice.
11Example: 17Example:
12 A 600k file did consume 1200k memory during loading process. 18 A 600k file did consume 1200k memory during loading process.
13 This is fixed, it does now consume only 600k during loading process. 19 This is fixed, it does now consume only 600k during loading process.
14When saving data KA/Pi did consume a lot of memory for the data parsing during the save process. 20When saving data KA/Pi did consume a lot of memory for the data parsing during the save process.
15This is fixed. 21This is fixed.
16Example: 22Example:
17 Before saving a 600k file KA/Pi did consume 21.7 Meg of Ram. 23 Before saving a 600k file KA/Pi did consume 21.7 Meg of Ram.
18 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. 24 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.
19 Now KA/Pi is consuming on saving the same data 22.0 Meg of Ram during the save process. 25 Now KA/Pi is consuming on saving the same data 22.0 Meg of Ram during the save process.
20Note: The memory usage of KA/Pi after the data is loaded/saved has not changed. 26Note: The memory usage of KA/Pi after the data is loaded/saved has not changed.
21The saving of data may be a bit slower now. 27The saving of data may be a bit slower now.
22 28
23Fixed memory usage problems in KO/Pi: 29Fixed memory usage problems in KO/Pi:
24When KO/Pi did save the data to file, it did not release the used buffers after saving. 30When KO/Pi did save the data to file, it did not release the used buffers after saving.
25The used buffer was released after saving the next time, but there was new buffer space allocated again on that save operation. 31The used buffer was released after saving the next time, but there was new buffer space allocated again on that save operation.
26This is fixed. 32This is fixed.
27Example: 33Example:
28 When saving a 400k file KO/Pi do now use 400k less memory now. 34 When saving a 400k file KO/Pi do now use 400k less memory now.
29 35
30Optimized memory usage in KO/Pi Agenda view: 36Optimized memory usage in KO/Pi Agenda view:
31KO/Pi is storing some paint information in extra buffers for faster repainting of the agenda view. 37KO/Pi is storing some paint information in extra buffers for faster repainting of the agenda view.
32These buffers were not made smaller (i.e. downsized) because of performance reasons. 38These buffers were not made smaller (i.e. downsized) because of performance reasons.
33The handling of these buffers are now much smarter: 39The handling of these buffers are now much smarter:
34Two (of six) buffers are removed completely. 40Two (of six) buffers are removed completely.
35The remaing four buffers are now downsized after not using the agenda view for 45 seconds. 41The remaing four buffers are now downsized after not using the agenda view for 45 seconds.
36Such 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. 42Such 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.
37 43
38Worst case example ( for a maximum size agenda content): 44Worst case example ( for a maximum size agenda content):
39 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. 45 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.
40 46
41When 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. 47When 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.
42 48
43Summary: 49Summary:
44Many memory wasting problems of KA/Pi and KO/Pi fixed such that it is better to use on the Zaurus. 50Many memory wasting problems of KA/Pi and KO/Pi fixed such that it is better to use on the Zaurus.
45 51
46********** VERSION 2.1.12 ************ 52********** VERSION 2.1.12 ************
47 53
48KO/Pi: 54KO/Pi:
49Many small usability fixes, e.g. rearranged the popup menus such that they are better to use on the Zaurus. 55Many small usability fixes, e.g. rearranged the popup menus such that they are better to use on the Zaurus.
50Fixed a problem with the month view when file was saved but KO/Pi was not the active window. 56Fixed a problem with the month view when file was saved but KO/Pi was not the active window.
51Fixed some problems in the resource config dialog (e.g. added a warning if you set all calendars to read-only). 57Fixed some problems in the resource config dialog (e.g. added a warning if you set all calendars to read-only).
52Fixed some other small problems. 58Fixed some other small problems.
53 59
54********** VERSION 2.1.11 ************ 60********** VERSION 2.1.11 ************
55 61
56KO/Pi: 62KO/Pi:
57Because we can have many calendars now in KO/Pi we can have more than one journal entry per day. 63Because we can have many calendars now in KO/Pi we can have more than one journal entry per day.
58Added features to handle (and add ) more than one journal entry per day. 64Added features to handle (and add ) more than one journal entry per day.
59Added option for a journal title. 65Added option for a journal title.
60 66
61Added info about the calendar, the item belongs to, to the event/todo/journal viewer. 67Added info about the calendar, the item belongs to, to the event/todo/journal viewer.
62Fixed a problem of the alarm of completed recurring todos. 68Fixed a problem of the alarm of completed recurring todos.
63Added to the event/todo editor to set quickly the category of an item. 69Added to the event/todo editor to set quickly the category of an item.
64 70
65 71
66Fixed some problems when calling KO/Pi or KA/Pi from the alarm applet. 72Fixed some problems when calling KO/Pi or KA/Pi from the alarm applet.
67 73
68Added KA/Pi multi sync to the multi sync called from the alarm applet. 74Added KA/Pi multi sync to the multi sync called from the alarm applet.
69 75
70********** VERSION 2.1.10 ************ 76********** VERSION 2.1.10 ************
71 77
72KO/Pi: 78KO/Pi:
73Importing Birthdays will now create another file resource "Birthdays" and import the birthday data from KA/Pi into that file. 79Importing Birthdays will now create another file resource "Birthdays" and import the birthday data from KA/Pi into that file.
74When a multidayevent is selected in monthview all occurences of this event in the monthview are now hightlighted. 80When a multidayevent is selected in monthview all occurences of this event in the monthview are now hightlighted.
75Fixed a bug in searching for a small timerange, i.e. one day. 81Fixed a bug in searching for a small timerange, i.e. one day.
76 82
77KA/Pi: 83KA/Pi:
78Fixed two problems in csv export. 84Fixed two problems in csv export.
79Fixed problems when calling the contact selection dialog from KO/Pi or OM/Pi. 85Fixed problems when calling the contact selection dialog from KO/Pi or OM/Pi.
80 86
81********** VERSION 2.1.9 ************ 87********** VERSION 2.1.9 ************
82 88
83KO/Pi: 89KO/Pi:
84Fixed some problems of the new search options in the search dialog. 90Fixed some problems of the new search options in the search dialog.
85Fixed some problems in the new resource config options. 91Fixed some problems in the new resource config options.
86Changed the recurrence edit of events and todos such that the recurrence edit page now is notified about a change of the start date on the first page. 92Changed the recurrence edit of events and todos such that the recurrence edit page now is notified about a change of the start date on the first page.
87Fixed a problem creating new events in the agenda view if at the day/time is already an agenda item shown: 93Fixed a problem creating new events in the agenda view if at the day/time is already an agenda item shown:
88Now you can click on the bottom/top of an allday agenda item or on the left/right side of an agenda item to get the "new todo/new event" popup. 94Now you can click on the bottom/top of an allday agenda item or on the left/right side of an agenda item to get the "new todo/new event" popup.
89 95
90Fixed a problem in recurrence range in syncing with DTM. 96Fixed a problem in recurrence range in syncing with DTM.
91 97
92KA/Pi: 98KA/Pi:
93Made it posiible to show in the contact overview the details of all data available for that contact( e.g. office, spouse, children, nickname ...) 99Made it posiible to show in the contact overview the details of all data available for that contact( e.g. office, spouse, children, nickname ...)
94 100
95PwM/Pi: 101PwM/Pi:
96Added "sec" to the timeout config settings to make it clear the timeout values are seconds. 102Added "sec" to the timeout config settings to make it clear the timeout values are seconds.
97 103
98********** VERSION 2.1.8 ************ 104********** VERSION 2.1.8 ************
99 105
100KO/Pi: 106KO/Pi:
101Added info about the completion state of a todo in the ListView/Searchdialog. 107Added info about the completion state of a todo in the ListView/Searchdialog.
102If in TodoView is selected "do not show compledted todos" then completed todos are not shown in the ListView as well. 108If in TodoView is selected "do not show compledted todos" then completed todos are not shown in the ListView as well.
103Fixed some updating problems when changing the filter. 109Fixed some updating problems when changing the filter.
104 110
105KA/Pi: 111KA/Pi:
106In the addressee selection dialog now the formatted name is shown, if not empty. 112In the addressee selection dialog now the formatted name is shown, if not empty.
107Added a column "category" to the addressee selection dialog to make it possible to sort addressees after category. 113Added a column "category" to the addressee selection dialog to make it possible to sort addressees after category.
108Now in the addressee selection dialog a selected contact is remove with a single click from the selected list. 114Now in the addressee selection dialog a selected contact is remove with a single click from the selected list.
109 115
110Fixed in the file selector on the Zaurus the problem that symbolic links to files/dirs were ignored. 116Fixed in the file selector on the Zaurus the problem that symbolic links to files/dirs were ignored.
111Fixed the sorting for size in the file selector on the Z. 117Fixed the sorting for size in the file selector on the Z.
112 118
113Changed the color selection dialog on the Zaurus to a more user friendly version. 119Changed the color selection dialog on the Zaurus to a more user friendly version.
114 120
115********** VERSION 2.1.7 ************ 121********** VERSION 2.1.7 ************
116 122
117KO/Pi: 123KO/Pi:
118Fixed several problems in the new Resource handling. 124Fixed several problems in the new Resource handling.
119Added more options to the search dialog. 125Added more options to the search dialog.
120Fixed a problem in the Month view. 126Fixed a problem in the Month view.
121Added more options to the dialog when setting a todo to stopped. 127Added more options to the dialog when setting a todo to stopped.
122 128
123Fixed two small problems in KO/Pi Alarm applet. 129Fixed two small problems in KO/Pi Alarm applet.
124 130
125********** VERSION 2.1.6 ************ 131********** VERSION 2.1.6 ************
126 132
127This release is for testing only. 133This release is for testing only.
128 134
129KO/Pi: 135KO/Pi:
130Added to the list view (the list view is used in search dialog as well) the possibility to print it. 136Added to the list view (the list view is used in search dialog as well) the possibility to print it.
131Added to the list view the possibility to hide entries, if you do not want to print all entries of the list view. 137Added to the list view the possibility to hide entries, if you do not want to print all entries of the list view.
132Added to the list view the possibility to add all subtodos of selected todos to an export/beam. 138Added to the list view the possibility to add all subtodos of selected todos to an export/beam.
133Added to the search dialog the possibility to make an additive search such that you can get a better list for export/printout. 139Added to the search dialog the possibility to make an additive search such that you can get a better list for export/printout.
134Added to the search dialog the possibility to hide the checkboxes such that there is more space for the list view on the Zaurus. 140Added to the search dialog the possibility to hide the checkboxes such that there is more space for the list view on the Zaurus.
135Fixed a problem in the AlarmTimer Applet: Now utf8 messages are displayed properly. 141Fixed a problem in the AlarmTimer Applet: Now utf8 messages are displayed properly.
136 142
137Added support for multiple calendar files in KO/Pi. Only local ical (*.ics) files are supported as calendars. 143Added support for multiple calendar files in KO/Pi. Only local ical (*.ics) files are supported as calendars.
138In the sync profile config it is still missing to specify a particular calendar to sync with this profile. That setting will be added later. 144In the sync profile config it is still missing to specify a particular calendar to sync with this profile. That setting will be added later.
139Now on every sync the set of calendars is synced which are enabled in the resource view. 145Now on every sync the set of calendars is synced which are enabled in the resource view.
140 146
141A calendar is enabled in the resource view if the "eye" column is checked. 147A calendar is enabled in the resource view if the "eye" column is checked.
142You can set a calendar to be the default for new items( "+" column ). 148You can set a calendar to be the default for new items( "+" column ).
143You can tell KO/Pi to ignore all alarm of a calendar ( "bell" column ) and you can set it readonly. 149You can tell KO/Pi to ignore all alarm of a calendar ( "bell" column ) and you can set it readonly.
144To find out how to add a new calendar and how to remove a calendar is left as an exercise to the reader ... 150To find out how to add a new calendar and how to remove a calendar is left as an exercise to the reader ...
145 151
146 152
147********** VERSION 2.1.5 ************ 153********** VERSION 2.1.5 ************
148 154
149This is the new stable version. 155This is the new stable version.
150Bugfix: 156Bugfix:
151Fixed a problem with agenda popup on the desktop in KO/Pi. 157Fixed a problem with agenda popup on the desktop in KO/Pi.
152Fixed a crash when reloading file, e.g. after a passive pi-sync synchronization. 158Fixed a crash when reloading file, e.g. after a passive pi-sync synchronization.
153Added config option to not display completed todos in agenda view. 159Added config option to not display completed todos in agenda view.
154Addressee view is now using the formatted name, if defined. 160Addressee view is now using the formatted name, if defined.
155That makes it possible to display "lastname, firstname" in that view now. 161That makes it possible to display "lastname, firstname" in that view now.
156To set the formatted name for all contacts, please use menu: 162To set the formatted name for all contacts, please use menu:
157Edit->Change->Set formatted name. 163Edit->Change->Set formatted name.
158Fixed the bug in KA/Pi that is was not possible to add images to a contact on Windows. 164Fixed the bug in KA/Pi that is was not possible to add images to a contact on Windows.
159 165
160********** VERSION 2.1.4 ************ 166********** VERSION 2.1.4 ************
161 167
162Fixed two more bugs in the KA/Pi CSV import dialog: 168Fixed two more bugs in the KA/Pi CSV import dialog:
163Made it possible to read multi-line fields and import it to the "Note" field. 169Made it possible to read multi-line fields and import it to the "Note" field.
164Fixed a problem in mapping custom fields, whatever a custem field is... 170Fixed a problem in mapping custom fields, whatever a custem field is...
165 171
166********** VERSION 2.1.3 ************ 172********** VERSION 2.1.3 ************
167 173
168Changed the menu structure of the alarm applet: 174Changed the menu structure of the alarm applet:
169Moved "Simulate" to " Play Beeps" submenu and re-added "Todo List". 175Moved "Simulate" to " Play Beeps" submenu and re-added "Todo List".
170 176
171Fixed several problems in the KA/Pi CSV import dialog: 177Fixed several problems in the KA/Pi CSV import dialog:
172Added "Category", made codec configureable and made it possible to map many fields to the "Note" field. 178Added "Category", made codec configureable and made it possible to map many fields to the "Note" field.
173 179
174 180
175********** VERSION 2.1.2 ************ 181********** VERSION 2.1.2 ************
176 182
177Fixed a problem closing the alarm dialog on Zaurus with "OK" button. 183Fixed a problem closing the alarm dialog on Zaurus with "OK" button.
178 184
179Fixed a problem when importing data from Outlook with mutiple categories set. 185Fixed a problem when importing data from Outlook with mutiple categories set.
180 186
181Changed display of days in datenavigator: 187Changed display of days in datenavigator:
182Birthdays are now blue, not dark green. 188Birthdays are now blue, not dark green.
183When todo view is shown, no birtdays are shown and days with due todos are shown blue. 189When todo view is shown, no birtdays are shown and days with due todos are shown blue.
184When journal view is shown, only holidays are shown and days with journals are blue. 190When journal view is shown, only holidays are shown and days with journals are blue.
185 191
186Added Backup options to global config: 192Added Backup options to global config:
187You can create now x-daily backups for KO/Pi, KA/Pi (for file resources only, file resource is the standard type) and PwM/Pi ( all files you will open ). 193You can create now x-daily backups for KO/Pi, KA/Pi (for file resources only, file resource is the standard type) and PwM/Pi ( all files you will open ).
188It is recommended to use another HDD/Memory card for the backup directory. If (very useful on the Zaurus) the specified backup directory does not exist you are asked if you want to try again to create a backup. That makes it possible to insert your memory card in the Zaurus and then trying again. 194It is recommended to use another HDD/Memory card for the backup directory. If (very useful on the Zaurus) the specified backup directory does not exist you are asked if you want to try again to create a backup. That makes it possible to insert your memory card in the Zaurus and then trying again.
189The backup is created when the application wants to save for the first time on a backup-day. You can specify the amount of backups and the day interval of backups. 195The backup is created when the application wants to save for the first time on a backup-day. You can specify the amount of backups and the day interval of backups.
190 196
191********** VERSION 2.1.1 ************ 197********** VERSION 2.1.1 ************
192 198
193Stable release 2.1.1! 199Stable release 2.1.1!
194 200