author | zautrix <zautrix> | 2005-02-03 00:01:07 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2005-02-03 00:01:07 (UTC) |
commit | ca3c58c09b1b7d2733eeacc9e8ca568134926e93 (patch) (unidiff) | |
tree | dbee3bfe638d1ae44288ae6c209e014e40206c0d /bin/kdepim | |
parent | 279354f19275e5e654636acb87c465edf652eeae (diff) | |
download | kdepimpi-ca3c58c09b1b7d2733eeacc9e8ca568134926e93.zip kdepimpi-ca3c58c09b1b7d2733eeacc9e8ca568134926e93.tar.gz kdepimpi-ca3c58c09b1b7d2733eeacc9e8ca568134926e93.tar.bz2 |
tz fixes
-rw-r--r-- | bin/kdepim/WhatsNew.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/bin/kdepim/WhatsNew.txt b/bin/kdepim/WhatsNew.txt index ac70a55..3dbbbb6 100644 --- a/bin/kdepim/WhatsNew.txt +++ b/bin/kdepim/WhatsNew.txt | |||
@@ -1,47 +1,50 @@ | |||
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.0.2 ************ | 3 | ********** VERSION 2.0.2 ************ |
4 | 4 | ||
5 | KO/Pi: | 5 | KO/Pi: |
6 | Fixed the layout problem of the day label buttons | 6 | Fixed the layout problem of the day label buttons |
7 | of the agenda view introduced in version 2.0.1. | 7 | of the agenda view introduced in version 2.0.1. |
8 | 8 | ||
9 | Added WhatsThis support for the todo view and the list view. | 9 | Added WhatsThis support for the todo view and the list view. |
10 | 10 | ||
11 | Added a quite useful feature to the montview. | 11 | Added a quite useful feature to the montview. |
12 | Just click on the week numbers on the left. | 12 | Just click on the week numbers on the left. |
13 | And on top of the week numbers there is now a "week view quick selector". | 13 | And in the top right corner of month view/agenda view |
14 | there is now a "week number quick selector". | ||
14 | (Click on the black triangle). | 15 | (Click on the black triangle). |
15 | 16 | ||
17 | Made the quite difficult timezone change in KO/Pi easy. | ||
18 | |||
16 | 19 | ||
17 | ********** VERSION 2.0.1 ************ | 20 | ********** VERSION 2.0.1 ************ |
18 | 21 | ||
19 | Oooops ... I forgot to test on the Zaurus 5500 ... | 22 | Oooops ... I forgot to test on the Zaurus 5500 ... |
20 | 23 | ||
21 | Fixed many problems of new (english) strings (and german translations) | 24 | Fixed many problems of new (english) strings (and german translations) |
22 | introduced in the latest versions, where the text was not fitting on the | 25 | introduced in the latest versions, where the text was not fitting on the |
23 | 240x320 display of the Zaurus 5500. | 26 | 240x320 display of the Zaurus 5500. |
24 | 27 | ||
25 | KO/Pi: | 28 | KO/Pi: |
26 | Added a popup menu ( press pen and hold to get popup ) to the agenda view | 29 | Added a popup menu ( press pen and hold to get popup ) to the agenda view |
27 | with many useful items (add event/todo, show next week, two weeks, month, journal). | 30 | with many useful items (add event/todo, show next week, two weeks, month, journal). |
28 | 31 | ||
29 | Added items to the todolist popup menu for: | 32 | Added items to the todolist popup menu for: |
30 | Display all opened, all closed or all todos flat. | 33 | Display all opened, all closed or all todos flat. |
31 | The "flat" view makes is possible to sort all todos after ,e.g., prio or date. | 34 | The "flat" view makes is possible to sort all todos after ,e.g., prio or date. |
32 | Made the reparenting of todos on the desktop possible via Drag&Drop. | 35 | Made the reparenting of todos on the desktop possible via Drag&Drop. |
33 | Fixed several bugs in setting the completed datetime for todos. | 36 | Fixed several bugs in setting the completed datetime for todos. |
34 | Added info about completed datetime of todos to the todo viewer. | 37 | Added info about completed datetime of todos to the todo viewer. |
35 | Now displaying a completed todo (with completed datetime set) in the agenda view | 38 | Now displaying a completed todo (with completed datetime set) in the agenda view |
36 | at the time of the completion. Such that now it is possible to see in the agenda view | 39 | at the time of the completion. Such that now it is possible to see in the agenda view |
37 | when what todo was completed. | 40 | when what todo was completed. |
38 | Fixed behaviour of automatic setting completion of todos with sub-todos/parent todos. | 41 | Fixed behaviour of automatic setting completion of todos with sub-todos/parent todos. |
39 | Now the behaviour is: | 42 | Now the behaviour is: |
40 | Setting a parent to complete sets all (sub)childs to complete. | 43 | Setting a parent to complete sets all (sub)childs to complete. |
41 | Setting a parent to uncomplete does not change the childs. | 44 | Setting a parent to uncomplete does not change the childs. |
42 | Setting a child to uncomplete sets all parent to uncomplete. | 45 | Setting a child to uncomplete sets all parent to uncomplete. |
43 | Setting a child to complete does not change the parents. | 46 | Setting a child to complete does not change the parents. |
44 | 47 | ||
45 | Smart updating and double buffering of the daymatrix. | 48 | Smart updating and double buffering of the daymatrix. |
46 | Showing holidays in the day matrix. | 49 | Showing holidays in the day matrix. |
47 | Many other small performance updates. | 50 | Many other small performance updates. |