author | zautrix <zautrix> | 2005-03-21 18:04:19 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2005-03-21 18:04:19 (UTC) |
commit | 8888389a4511e0bda23774b993dcfdeb7f837c31 (patch) (unidiff) | |
tree | cb45be3b62f2255f69cee92e358380cc76d3ad30 | |
parent | 3c5d7b484e6ab263ab4091f22815770ea8da6c9c (diff) | |
download | kdepimpi-8888389a4511e0bda23774b993dcfdeb7f837c31.zip kdepimpi-8888389a4511e0bda23774b993dcfdeb7f837c31.tar.gz kdepimpi-8888389a4511e0bda23774b993dcfdeb7f837c31.tar.bz2 |
nf
-rw-r--r-- | bin/kdepim/WhatsNew.txt | 10 | ||||
-rw-r--r-- | korganizer/kodaymatrix.cpp | 2 |
2 files changed, 10 insertions, 2 deletions
diff --git a/bin/kdepim/WhatsNew.txt b/bin/kdepim/WhatsNew.txt index 8800ada..df2d9d6 100644 --- a/bin/kdepim/WhatsNew.txt +++ b/bin/kdepim/WhatsNew.txt | |||
@@ -3,6 +3,14 @@ Info about the changes in new versions of KDE-Pim/Pi | |||
3 | ********** VERSION 2.0.18 ************ | 3 | ********** VERSION 2.0.18 ************ |
4 | 4 | KO/Pi: | |
5 | Fixed some minor problems. | 5 | Fixed some minor problems. |
6 | Cleaned up the KO/Pi config dialog. | 6 | Cleaned up the KO/Pi config dialog. |
7 | Fixed problem moving events in aganda view. | ||
8 | Made datepicker scaleable, i.e. if the datepicker shows now a | ||
9 | datepicker matrix depending on its size. | ||
10 | Birthdays are now displayed green in the datepicker. | ||
11 | What'sThis Help in datepicker shows all events of the day. | ||
7 | 12 | ||
13 | OM/Pi: | ||
14 | Updated the backend mail library to the latest version. | ||
15 | Please backup your mail before using this version. | ||
8 | 16 | ||
diff --git a/korganizer/kodaymatrix.cpp b/korganizer/kodaymatrix.cpp index 36cd990..120bc89 100644 --- a/korganizer/kodaymatrix.cpp +++ b/korganizer/kodaymatrix.cpp | |||
@@ -696,3 +696,3 @@ void KODayMatrix::paintEvent(QPaintEvent * pevent) | |||
696 | int endMo = days[mSelEndT].month(); | 696 | int endMo = days[mSelEndT].month(); |
697 | if ( startMo == 12 && mo == 1 && endMo == 1 ) | 697 | if ( startMo == 12 && mo == 1 && endMo <= 2 ) |
698 | startMo = 1; | 698 | startMo = 1; |