author | zautrix <zautrix> | 2004-10-22 16:36:13 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2004-10-22 16:36:13 (UTC) |
commit | 60be6d741f579b0f368ea9d0d4327abcadb44d07 (patch) (unidiff) | |
tree | 924fd9d2a541b66fc18f91e9264b5a3d66c4c969 | |
parent | 7afbe9769c1c6b3f7657c1cedcdc19a9447508ce (diff) | |
download | kdepimpi-60be6d741f579b0f368ea9d0d4327abcadb44d07.zip kdepimpi-60be6d741f579b0f368ea9d0d4327abcadb44d07.tar.gz kdepimpi-60be6d741f579b0f368ea9d0d4327abcadb44d07.tar.bz2 |
updated whats new
-rw-r--r-- | bin/kdepim/WhatsNew.txt | 42 | ||||
-rw-r--r-- | kabc/vcard/VCardEntity.cpp | 2 |
2 files changed, 43 insertions, 1 deletions
diff --git a/bin/kdepim/WhatsNew.txt b/bin/kdepim/WhatsNew.txt index 2f88091..b9933ca 100644 --- a/bin/kdepim/WhatsNew.txt +++ b/bin/kdepim/WhatsNew.txt | |||
@@ -1,26 +1,68 @@ | |||
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 1.9.9 ************ | ||
4 | |||
5 | KDE-Pim/Pi has a new Member! | ||
6 | It is called PWM/Pi (Passwordmanager/platform-independent) | ||
7 | and it is available for the Zaurus. | ||
8 | It is planned, that it will be available later for Windows. | ||
9 | (And for Linux, of course). | ||
10 | It is a port of the Passwordmanager of KDE. | ||
11 | It will need the MicroKDElibs to run. | ||
12 | |||
13 | Made loading of addressbooks in KA/Pi up to 7 times faster! | ||
14 | The bigger your addressbook file, the more starting speed | ||
15 | will you gain. (relatively) | ||
16 | |||
17 | The Qtopia addressbook connector is now platform independend | ||
18 | as well and should work on any platform for importing/exporting | ||
19 | Qtopia and Opie XML files. | ||
20 | |||
21 | Added a +30min feature to the timezone settings to make | ||
22 | KDE-Pim/Pi useable in Australia and other parts on the | ||
23 | world with strange timezones ;-) | ||
24 | |||
25 | German "Umlaute" should now be sorted correctly on the Z in KA/Pi. | ||
26 | |||
27 | It is now possible to disable the | ||
28 | "receive data via infrared" feature, such that syncing with | ||
29 | Outlook is now possible again with Kx/Pi runing. | ||
30 | Please disable it, before syncing Sharp DTM with Outlook. | ||
31 | For your convenience, the "receive data via infrared" feature | ||
32 | is disabled automatically, if you sync Kx/Pi with DTM. | ||
33 | You have to enable it again manually after syncing. | ||
34 | Enabling this feature makes it impossible to start the | ||
35 | Sharp DTM apps. If this feature is enabled, you will only get the | ||
36 | alarm notification from KO/Pi and not from the Sharp calendar. | ||
37 | This is very useful if you sync KO/Pi with Sharp DTM, | ||
38 | because after syncing you usually would get notified about | ||
39 | an alarm by KO/Pi and the Sharp Calendar. | ||
40 | |||
41 | |||
42 | Fixed the vcard export bug, wich had the version 1.9.8. | ||
43 | |||
44 | |||
3 | ********** VERSION 1.9.8 ************ | 45 | ********** VERSION 1.9.8 ************ |
4 | 46 | ||
5 | Fixed character decoding in OM/Pi. | 47 | Fixed character decoding in OM/Pi. |
6 | (e.g. German "Umlaute" were not displayed properly.) | 48 | (e.g. German "Umlaute" were not displayed properly.) |
7 | 49 | ||
8 | Made is possible to reparent todos in KO/Pi. | 50 | Made is possible to reparent todos in KO/Pi. |
9 | Use contextmenu or keys (look at Help-Keys + Colors) for that. | 51 | Use contextmenu or keys (look at Help-Keys + Colors) for that. |
10 | 52 | ||
11 | Added the missing Sync-Howto and WhatsNew to the packages. | 53 | Added the missing Sync-Howto and WhatsNew to the packages. |
12 | 54 | ||
13 | KO/Pi on Linux desktop can now sync with KDE desktop. | 55 | KO/Pi on Linux desktop can now sync with KDE desktop. |
14 | That means: When using KO/Pi on Linux desktop for syncing with | 56 | That means: When using KO/Pi on Linux desktop for syncing with |
15 | KDE desktop and the Zaurus, the Zaurus can be synced now | 57 | KDE desktop and the Zaurus, the Zaurus can be synced now |
16 | with all KDE-Calendar resources, not only with one local file. | 58 | with all KDE-Calendar resources, not only with one local file. |
17 | (That makes it possible to sync the Zaurus with the | 59 | (That makes it possible to sync the Zaurus with the |
18 | calendar data on a Kolab server) | 60 | calendar data on a Kolab server) |
19 | 61 | ||
20 | KA/Pi syncing with KDE desktop will be available in the next version. | 62 | KA/Pi syncing with KDE desktop will be available in the next version. |
21 | 63 | ||
22 | 64 | ||
23 | ********** VERSION 1.9.7 ************ | 65 | ********** VERSION 1.9.7 ************ |
24 | 66 | ||
25 | KO/Pi - KA/Pi on Windows: | 67 | KO/Pi - KA/Pi on Windows: |
26 | Now a directory can be defined by the user, where the | 68 | Now a directory can be defined by the user, where the |
diff --git a/kabc/vcard/VCardEntity.cpp b/kabc/vcard/VCardEntity.cpp index 81debf4..a2ff327 100644 --- a/kabc/vcard/VCardEntity.cpp +++ b/kabc/vcard/VCardEntity.cpp | |||
@@ -1,49 +1,49 @@ | |||
1 | /* | 1 | /* |
2 | libvcard - vCard parsing library for vCard version 3.0 | 2 | libvcard - vCard parsing library for vCard version 3.0 |
3 | 3 | ||
4 | Copyright (C) 1998 Rik Hemsley rik@kde.org | 4 | Copyright (C) 1998 Rik Hemsley rik@kde.org |
5 | 5 | ||
6 | Permission is hereby granted, free of charge, to any person obtaining a copy | 6 | Permission is hereby granted, free of charge, to any person obtaining a copy |
7 | of this software and associated documentation files (the "Software"), to | 7 | of this software and associated documentation files (the "Software"), to |
8 | deal in the Software without restriction, including without limitation the | 8 | deal in the Software without restriction, including without limitation the |
9 | rights to use, copy, modify, merge, publish, distribute, sublicense, and/or | 9 | rights to use, copy, modify, merge, publish, distribute, sublicense, and/or |
10 | sell copies of the Software, and to permit persons to whom the Software is | 10 | sell copies of the Software, and to permit persons to whom the Software is |
11 | furnished to do so, subject to the following conditions: | 11 | furnished to do so, subject to the following conditions: |
12 | 12 | ||
13 | The above copyright notice and this permission notice shall be included in | 13 | The above copyright notice and this permission notice shall be included in |
14 | all copies or substantial portions of the Software. | 14 | all copies or substantial portions of the Software. |
15 | 15 | ||
16 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | 16 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
17 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | 17 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
18 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | 18 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
19 | AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN | 19 | AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN |
20 | ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION | 20 | ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION |
21 | WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | 21 | WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
22 | */ | 22 | */ |
23 | 23 | ||
24 | #include <qregexp.h> | 24 | #include <qregexp.h> |
25 | #include <qdatetime.h>; | 25 | #include <qdatetime.h> |
26 | 26 | ||
27 | #include <VCardDefines.h> | 27 | #include <VCardDefines.h> |
28 | #include <VCardVCardEntity.h> | 28 | #include <VCardVCardEntity.h> |
29 | 29 | ||
30 | using namespace VCARD; | 30 | using namespace VCARD; |
31 | 31 | ||
32 | VCardEntity::VCardEntity() | 32 | VCardEntity::VCardEntity() |
33 | :Entity() | 33 | :Entity() |
34 | { | 34 | { |
35 | cardList_.setAutoDelete( TRUE ); | 35 | cardList_.setAutoDelete( TRUE ); |
36 | } | 36 | } |
37 | 37 | ||
38 | VCardEntity::VCardEntity(const VCardEntity & x) | 38 | VCardEntity::VCardEntity(const VCardEntity & x) |
39 | :Entity(x) | 39 | :Entity(x) |
40 | { | 40 | { |
41 | cardList_.setAutoDelete( TRUE ); | 41 | cardList_.setAutoDelete( TRUE ); |
42 | } | 42 | } |
43 | 43 | ||
44 | VCardEntity::VCardEntity(const QCString & s) | 44 | VCardEntity::VCardEntity(const QCString & s) |
45 | :Entity(s) | 45 | :Entity(s) |
46 | { | 46 | { |
47 | cardList_.setAutoDelete( TRUE ); | 47 | cardList_.setAutoDelete( TRUE ); |
48 | } | 48 | } |
49 | 49 | ||