-rw-r--r-- | bin/kdepim/WhatsNew.txt | 2 | ||||
-rw-r--r-- | bin/kdepim/korganizer/featuresKOPI.txt | 33 |
2 files changed, 30 insertions, 5 deletions
diff --git a/bin/kdepim/WhatsNew.txt b/bin/kdepim/WhatsNew.txt index 1a3f827..5820724 100644 --- a/bin/kdepim/WhatsNew.txt +++ b/bin/kdepim/WhatsNew.txt | |||
@@ -8,6 +8,8 @@ Added global application font settings | |||
8 | Fixed a problem in OM/Pi when trying to login to some IMAP servers | 8 | Fixed a problem in OM/Pi when trying to login to some IMAP servers |
9 | (like the IMAP server of Apple: mail.mac.com ) | 9 | (like the IMAP server of Apple: mail.mac.com ) |
10 | 10 | ||
11 | Added recurring todos to KO/Pi. | ||
12 | |||
11 | 13 | ||
12 | ********** VERSION 2.0.6 ************ | 14 | ********** VERSION 2.0.6 ************ |
13 | 15 | ||
diff --git a/bin/kdepim/korganizer/featuresKOPI.txt b/bin/kdepim/korganizer/featuresKOPI.txt index c056dca..dc10a6b 100644 --- a/bin/kdepim/korganizer/featuresKOPI.txt +++ b/bin/kdepim/korganizer/featuresKOPI.txt | |||
@@ -20,9 +20,11 @@ B) Useful features, that are not straighforward to see | |||
20 | 1) Right mouse click on Zaurus | 20 | 1) Right mouse click on Zaurus |
21 | 2) Moving of items in the agenda view | 21 | 2) Moving of items in the agenda view |
22 | 3) Creating exceptions for recurring events | 22 | 3) Creating exceptions for recurring events |
23 | 4) Accessing the week in agenda view from the Month view | 23 | 4) Navigation in month view |
24 | 5) Navigation in month view | 24 | 5) Navigation in agenda view |
25 | 6) Navigation in agenda view | 25 | 6) Monthview as week view |
26 | 7) Switching display mode in date edit | ||
27 | 8) Recurring todos | ||
26 | 28 | ||
27 | 29 | ||
28 | ****************************************************** | 30 | ****************************************************** |
@@ -144,6 +146,7 @@ B) Useful features, that are not straighforward to see | |||
144 | 5) Navigation in agenda view | 146 | 5) Navigation in agenda view |
145 | 6) Monthview as week view | 147 | 6) Monthview as week view |
146 | 7) Switching display mode in date edit | 148 | 7) Switching display mode in date edit |
149 | 8) Recurring todos | ||
147 | 150 | ||
148 | 1) | 151 | 1) |
149 | Right mouse click on Zaurus: | 152 | Right mouse click on Zaurus: |
@@ -230,8 +233,28 @@ The display mode of a date edit is initially short date mode. | |||
230 | If you doubleclick in the lineedit the mode switches to long date mode. | 233 | If you doubleclick in the lineedit the mode switches to long date mode. |
231 | Now the weekday names are displayed for better overview. | 234 | Now the weekday names are displayed for better overview. |
232 | To switch back simply doubleclick again in the line edit. | 235 | To switch back simply doubleclick again in the line edit. |
233 | 236 | ||
234 | 237 | 8) | |
238 | Recurring todos: | ||
239 | In KO/Pi you can define recurring todos. | ||
240 | (You may replace in the following date by datetime). | ||
241 | A recurring todo must have a due date and a start date. | ||
242 | The recurrence is computed from the start date. | ||
243 | As usual, in the views is shown the due date. | ||
244 | If you set a reccuring todo to complete, is it shown as complete | ||
245 | and the next recurrence is computed automatically. | ||
246 | You can now set the todo back to uncomplete. | ||
247 | If you do not set it back to uncomplete, | ||
248 | it will be automatically set back to | ||
249 | (after the next update of a view in KO/Pi) | ||
250 | uncomplete when the current datetime passes the | ||
251 | start date of the todo. | ||
252 | To set the start/due back to other dates simply change the | ||
253 | start/due values in the todo editor. | ||
254 | Recurring todos are not deleted on a "purge completed". | ||
255 | |||
256 | |||
257 | |||
235 | 258 | ||
236 | 259 | ||
237 | 260 | ||