author | zautrix <zautrix> | 2005-04-07 07:42:53 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2005-04-07 07:42:53 (UTC) |
commit | c82f9b40f6023dc7b39ac555cba8c4c313f15ca8 (patch) (unidiff) | |
tree | e9e4f0c0ed3243ec060a475983b271bd27b40d15 /kabc | |
parent | 76e220bf1236ae6afa9d91f18f0cd9ced730cff0 (diff) | |
download | kdepimpi-c82f9b40f6023dc7b39ac555cba8c4c313f15ca8.zip kdepimpi-c82f9b40f6023dc7b39ac555cba8c4c313f15ca8.tar.gz kdepimpi-c82f9b40f6023dc7b39ac555cba8c4c313f15ca8.tar.bz2 |
added fields to kapi
-rw-r--r-- | kabc/addressee.cpp | 25 | ||||
-rw-r--r-- | kabc/addressee.h | 5 | ||||
-rw-r--r-- | kabc/field.cpp | 20 | ||||
-rw-r--r-- | kabc/phonenumber.cpp | 13 |
4 files changed, 55 insertions, 8 deletions
diff --git a/kabc/addressee.cpp b/kabc/addressee.cpp index 39d14bb..7f592e9 100644 --- a/kabc/addressee.cpp +++ b/kabc/addressee.cpp | |||
@@ -1,2197 +1,2222 @@ | |||
1 | /*** Warning! This file has been generated by the script makeaddressee ***/ | 1 | /*** Warning! This file has been generated by the script makeaddressee ***/ |
2 | /* | 2 | /* |
3 | This file is part of libkabc. | 3 | This file is part of libkabc. |
4 | Copyright (c) 2001 Cornelius Schumacher <schumacher@kde.org> | 4 | Copyright (c) 2001 Cornelius Schumacher <schumacher@kde.org> |
5 | 5 | ||
6 | This library is free software; you can redistribute it and/or | 6 | This library is free software; you can redistribute it and/or |
7 | modify it under the terms of the GNU Library General Public | 7 | modify it under the terms of the GNU Library General Public |
8 | License as published by the Free Software Foundation; either | 8 | License as published by the Free Software Foundation; either |
9 | version 2 of the License, or (at your option) any later version. | 9 | version 2 of the License, or (at your option) any later version. |
10 | 10 | ||
11 | This library is distributed in the hope that it will be useful, | 11 | This library is distributed in the hope that it will be useful, |
12 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 12 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
13 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | 13 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
14 | Library General Public License for more details. | 14 | Library General Public License for more details. |
15 | 15 | ||
16 | You should have received a copy of the GNU Library General Public License | 16 | You should have received a copy of the GNU Library General Public License |
17 | along with this library; see the file COPYING.LIB. If not, write to | 17 | along with this library; see the file COPYING.LIB. If not, write to |
18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
19 | Boston, MA 02111-1307, USA. | 19 | Boston, MA 02111-1307, USA. |
20 | */ | 20 | */ |
21 | 21 | ||
22 | /* | 22 | /* |
23 | Enhanced Version of the file for platform independent KDE tools. | 23 | Enhanced Version of the file for platform independent KDE tools. |
24 | Copyright (c) 2004 Ulf Schenk | 24 | Copyright (c) 2004 Ulf Schenk |
25 | 25 | ||
26 | $Id$ | 26 | $Id$ |
27 | */ | 27 | */ |
28 | 28 | ||
29 | #include <kconfig.h> | 29 | #include <kconfig.h> |
30 | 30 | ||
31 | #include <ksharedptr.h> | 31 | #include <ksharedptr.h> |
32 | #include <kdebug.h> | 32 | #include <kdebug.h> |
33 | #include <kapplication.h> | 33 | #include <kapplication.h> |
34 | #include <klocale.h> | 34 | #include <klocale.h> |
35 | #include <kidmanager.h> | 35 | #include <kidmanager.h> |
36 | //US | 36 | //US |
37 | #include <kstandarddirs.h> | 37 | #include <kstandarddirs.h> |
38 | #include <libkcal/syncdefines.h> | 38 | #include <libkcal/syncdefines.h> |
39 | 39 | ||
40 | //US #include "resource.h" | 40 | //US #include "resource.h" |
41 | #include "addressee.h" | 41 | #include "addressee.h" |
42 | 42 | ||
43 | using namespace KABC; | 43 | using namespace KABC; |
44 | 44 | ||
45 | static bool matchBinaryPattern( int value, int pattern ); | 45 | static bool matchBinaryPattern( int value, int pattern ); |
46 | static bool matchBinaryPatternA( int value, int pattern ); | 46 | static bool matchBinaryPatternA( int value, int pattern ); |
47 | static bool matchBinaryPatternP( int value, int pattern ); | 47 | static bool matchBinaryPatternP( int value, int pattern ); |
48 | 48 | ||
49 | struct Addressee::AddresseeData : public KShared | 49 | struct Addressee::AddresseeData : public KShared |
50 | { | 50 | { |
51 | QString uid; | 51 | QString uid; |
52 | QString name; | 52 | QString name; |
53 | QString formattedName; | 53 | QString formattedName; |
54 | QString defaultFormattedName; | ||
54 | QString familyName; | 55 | QString familyName; |
55 | QString givenName; | 56 | QString givenName; |
56 | QString additionalName; | 57 | QString additionalName; |
57 | QString prefix; | 58 | QString prefix; |
58 | QString suffix; | 59 | QString suffix; |
59 | QString nickName; | 60 | QString nickName; |
60 | QDateTime birthday; | 61 | QDateTime birthday; |
61 | QString mailer; | 62 | QString mailer; |
62 | TimeZone timeZone; | 63 | TimeZone timeZone; |
63 | Geo geo; | 64 | Geo geo; |
64 | QString title; | 65 | QString title; |
65 | QString role; | 66 | QString role; |
66 | QString organization; | 67 | QString organization; |
67 | QString note; | 68 | QString note; |
68 | QString productId; | 69 | QString productId; |
69 | QDateTime revision; | 70 | QDateTime revision; |
70 | QString sortString; | 71 | QString sortString; |
71 | QString externalUID; | 72 | QString externalUID; |
72 | QString originalExternalUID; | 73 | QString originalExternalUID; |
73 | KURL url; | 74 | KURL url; |
74 | Secrecy secrecy; | 75 | Secrecy secrecy; |
75 | Picture logo; | 76 | Picture logo; |
76 | Picture photo; | 77 | Picture photo; |
77 | Sound sound; | 78 | Sound sound; |
78 | Agent agent; | 79 | Agent agent; |
79 | QString mExternalId; | 80 | QString mExternalId; |
80 | PhoneNumber::List phoneNumbers; | 81 | PhoneNumber::List phoneNumbers; |
81 | Address::List addresses; | 82 | Address::List addresses; |
82 | Key::List keys; | 83 | Key::List keys; |
83 | QStringList emails; | 84 | QStringList emails; |
84 | QStringList categories; | 85 | QStringList categories; |
85 | QStringList custom; | 86 | QStringList custom; |
86 | int mTempSyncStat; | 87 | int mTempSyncStat; |
87 | Resource *resource; | 88 | Resource *resource; |
88 | 89 | ||
89 | bool empty :1; | 90 | bool empty :1; |
90 | bool changed :1; | 91 | bool changed :1; |
91 | bool tagged :1; | 92 | bool tagged :1; |
92 | }; | 93 | }; |
93 | 94 | ||
94 | Addressee::Addressee() | 95 | Addressee::Addressee() |
95 | { | 96 | { |
96 | mData = new AddresseeData; | 97 | mData = new AddresseeData; |
97 | mData->empty = true; | 98 | mData->empty = true; |
98 | mData->changed = false; | 99 | mData->changed = false; |
99 | mData->resource = 0; | 100 | mData->resource = 0; |
100 | mData->mExternalId = ":"; | 101 | mData->mExternalId = ":"; |
101 | mData->revision = QDateTime ( QDate( 2003,1,1)); | 102 | mData->revision = QDateTime ( QDate( 2003,1,1)); |
102 | mData->mTempSyncStat = SYNC_TEMPSTATE_INITIAL; | 103 | mData->mTempSyncStat = SYNC_TEMPSTATE_INITIAL; |
103 | } | 104 | } |
104 | 105 | ||
105 | Addressee::~Addressee() | 106 | Addressee::~Addressee() |
106 | { | 107 | { |
107 | } | 108 | } |
108 | 109 | ||
109 | Addressee::Addressee( const Addressee &a ) | 110 | Addressee::Addressee( const Addressee &a ) |
110 | { | 111 | { |
111 | mData = a.mData; | 112 | mData = a.mData; |
112 | } | 113 | } |
113 | 114 | ||
114 | Addressee &Addressee::operator=( const Addressee &a ) | 115 | Addressee &Addressee::operator=( const Addressee &a ) |
115 | { | 116 | { |
116 | mData = a.mData; | 117 | mData = a.mData; |
117 | return (*this); | 118 | return (*this); |
118 | } | 119 | } |
119 | 120 | ||
120 | Addressee Addressee::copy() | 121 | Addressee Addressee::copy() |
121 | { | 122 | { |
122 | Addressee a; | 123 | Addressee a; |
123 | *(a.mData) = *mData; | 124 | *(a.mData) = *mData; |
124 | return a; | 125 | return a; |
125 | } | 126 | } |
126 | 127 | ||
127 | void Addressee::detach() | 128 | void Addressee::detach() |
128 | { | 129 | { |
129 | if ( mData.count() == 1 ) return; | 130 | if ( mData.count() == 1 ) return; |
130 | *this = copy(); | 131 | *this = copy(); |
131 | } | 132 | } |
132 | 133 | ||
133 | bool Addressee::operator==( const Addressee &a ) const | 134 | bool Addressee::operator==( const Addressee &a ) const |
134 | { | 135 | { |
135 | if ( uid() != a.uid() ) return false; | 136 | if ( uid() != a.uid() ) return false; |
136 | if ( mData->name != a.mData->name ) return false; | 137 | if ( mData->name != a.mData->name ) return false; |
137 | if ( mData->formattedName != a.mData->formattedName ) return false; | 138 | if ( mData->formattedName != a.mData->formattedName ) return false; |
138 | if ( mData->familyName != a.mData->familyName ) return false; | 139 | if ( mData->familyName != a.mData->familyName ) return false; |
139 | if ( mData->givenName != a.mData->givenName ) return false; | 140 | if ( mData->givenName != a.mData->givenName ) return false; |
140 | if ( mData->additionalName != a.mData->additionalName ) return false; | 141 | if ( mData->additionalName != a.mData->additionalName ) return false; |
141 | if ( mData->prefix != a.mData->prefix ) return false; | 142 | if ( mData->prefix != a.mData->prefix ) return false; |
142 | if ( mData->suffix != a.mData->suffix ) return false; | 143 | if ( mData->suffix != a.mData->suffix ) return false; |
143 | if ( mData->nickName != a.mData->nickName ) return false; | 144 | if ( mData->nickName != a.mData->nickName ) return false; |
144 | if ( mData->birthday != a.mData->birthday ) return false; | 145 | if ( mData->birthday != a.mData->birthday ) return false; |
145 | if ( mData->mailer != a.mData->mailer ) return false; | 146 | if ( mData->mailer != a.mData->mailer ) return false; |
146 | if ( mData->timeZone != a.mData->timeZone ) return false; | 147 | if ( mData->timeZone != a.mData->timeZone ) return false; |
147 | if ( mData->geo != a.mData->geo ) return false; | 148 | if ( mData->geo != a.mData->geo ) return false; |
148 | if ( mData->title != a.mData->title ) return false; | 149 | if ( mData->title != a.mData->title ) return false; |
149 | if ( mData->role != a.mData->role ) return false; | 150 | if ( mData->role != a.mData->role ) return false; |
150 | if ( mData->organization != a.mData->organization ) return false; | 151 | if ( mData->organization != a.mData->organization ) return false; |
151 | if ( mData->note != a.mData->note ) return false; | 152 | if ( mData->note != a.mData->note ) return false; |
152 | if ( mData->productId != a.mData->productId ) return false; | 153 | if ( mData->productId != a.mData->productId ) return false; |
153 | //if ( mData->revision != a.mData->revision ) return false; | 154 | //if ( mData->revision != a.mData->revision ) return false; |
154 | if ( mData->sortString != a.mData->sortString ) return false; | 155 | if ( mData->sortString != a.mData->sortString ) return false; |
155 | if ( mData->secrecy != a.mData->secrecy ) return false; | 156 | if ( mData->secrecy != a.mData->secrecy ) return false; |
156 | if ( mData->logo != a.mData->logo ) return false; | 157 | if ( mData->logo != a.mData->logo ) return false; |
157 | if ( mData->photo != a.mData->photo ) return false; | 158 | if ( mData->photo != a.mData->photo ) return false; |
158 | if ( mData->sound != a.mData->sound ) return false; | 159 | if ( mData->sound != a.mData->sound ) return false; |
159 | if ( mData->agent != a.mData->agent ) return false; | 160 | if ( mData->agent != a.mData->agent ) return false; |
160 | if ( ( mData->url.isValid() || a.mData->url.isValid() ) && | 161 | if ( ( mData->url.isValid() || a.mData->url.isValid() ) && |
161 | ( mData->url != a.mData->url ) ) return false; | 162 | ( mData->url != a.mData->url ) ) return false; |
162 | if ( mData->phoneNumbers != a.mData->phoneNumbers ) return false; | 163 | if ( mData->phoneNumbers != a.mData->phoneNumbers ) return false; |
163 | if ( mData->addresses != a.mData->addresses ) return false; | 164 | if ( mData->addresses != a.mData->addresses ) return false; |
164 | if ( mData->keys != a.mData->keys ) return false; | 165 | if ( mData->keys != a.mData->keys ) return false; |
165 | if ( mData->emails != a.mData->emails ) return false; | 166 | if ( mData->emails != a.mData->emails ) return false; |
166 | if ( mData->categories != a.mData->categories ) return false; | 167 | if ( mData->categories != a.mData->categories ) return false; |
167 | if ( mData->custom != a.mData->custom ) return false; | 168 | if ( mData->custom != a.mData->custom ) return false; |
168 | 169 | ||
169 | return true; | 170 | return true; |
170 | } | 171 | } |
171 | 172 | ||
172 | bool Addressee::operator!=( const Addressee &a ) const | 173 | bool Addressee::operator!=( const Addressee &a ) const |
173 | { | 174 | { |
174 | return !( a == *this ); | 175 | return !( a == *this ); |
175 | } | 176 | } |
176 | 177 | ||
177 | bool Addressee::isEmpty() const | 178 | bool Addressee::isEmpty() const |
178 | { | 179 | { |
179 | return mData->empty; | 180 | return mData->empty; |
180 | } | 181 | } |
181 | ulong Addressee::getCsum4List( const QStringList & attList) | 182 | ulong Addressee::getCsum4List( const QStringList & attList) |
182 | { | 183 | { |
183 | int max = attList.count(); | 184 | int max = attList.count(); |
184 | ulong cSum = 0; | 185 | ulong cSum = 0; |
185 | int j,k,i; | 186 | int j,k,i; |
186 | int add; | 187 | int add; |
187 | for ( i = 0; i < max ; ++i ) { | 188 | for ( i = 0; i < max ; ++i ) { |
188 | QString s = attList[i]; | 189 | QString s = attList[i]; |
189 | if ( ! s.isEmpty() ){ | 190 | if ( ! s.isEmpty() ){ |
190 | j = s.length(); | 191 | j = s.length(); |
191 | for ( k = 0; k < j; ++k ) { | 192 | for ( k = 0; k < j; ++k ) { |
192 | int mul = k +1; | 193 | int mul = k +1; |
193 | add = s[k].unicode (); | 194 | add = s[k].unicode (); |
194 | if ( k < 16 ) | 195 | if ( k < 16 ) |
195 | mul = mul * mul; | 196 | mul = mul * mul; |
196 | int ii = i+1; | 197 | int ii = i+1; |
197 | add = add * mul *ii*ii*ii; | 198 | add = add * mul *ii*ii*ii; |
198 | cSum += add; | 199 | cSum += add; |
199 | //qDebug("csum: %d %d %d", i,k,cSum); | 200 | //qDebug("csum: %d %d %d", i,k,cSum); |
200 | } | 201 | } |
201 | } | 202 | } |
202 | 203 | ||
203 | } | 204 | } |
204 | //QString dump = attList.join(","); | 205 | //QString dump = attList.join(","); |
205 | //qDebug("csum: %d %s", cSum,dump.latin1()); | 206 | //qDebug("csum: %d %s", cSum,dump.latin1()); |
206 | 207 | ||
207 | return cSum; | 208 | return cSum; |
208 | 209 | ||
209 | } | 210 | } |
210 | void Addressee::computeCsum(const QString &dev) | 211 | void Addressee::computeCsum(const QString &dev) |
211 | { | 212 | { |
212 | QStringList l; | 213 | QStringList l; |
213 | //if ( !mData->name.isEmpty() ) l.append(mData->name); | 214 | //if ( !mData->name.isEmpty() ) l.append(mData->name); |
214 | //if ( !mData->formattedName.isEmpty() ) l.append(mData->formattedName ); | 215 | //if ( !mData->formattedName.isEmpty() ) l.append(mData->formattedName ); |
215 | if ( !mData->familyName.isEmpty() ) l.append( mData->familyName ); | 216 | if ( !mData->familyName.isEmpty() ) l.append( mData->familyName ); |
216 | if ( !mData->givenName.isEmpty() ) l.append(mData->givenName ); | 217 | if ( !mData->givenName.isEmpty() ) l.append(mData->givenName ); |
217 | if ( !mData->additionalName.isEmpty() ) l.append( mData->additionalName ); | 218 | if ( !mData->additionalName.isEmpty() ) l.append( mData->additionalName ); |
218 | if ( !mData->prefix.isEmpty() ) l.append( mData->prefix ); | 219 | if ( !mData->prefix.isEmpty() ) l.append( mData->prefix ); |
219 | if ( !mData->suffix.isEmpty() ) l.append( mData->suffix ); | 220 | if ( !mData->suffix.isEmpty() ) l.append( mData->suffix ); |
220 | if ( !mData->nickName.isEmpty() ) l.append( mData->nickName ); | 221 | if ( !mData->nickName.isEmpty() ) l.append( mData->nickName ); |
221 | if ( mData->birthday.isValid() ) l.append( mData->birthday.toString() ); | 222 | if ( mData->birthday.isValid() ) l.append( mData->birthday.toString() ); |
222 | if ( !mData->mailer.isEmpty() ) l.append( mData->mailer ); | 223 | if ( !mData->mailer.isEmpty() ) l.append( mData->mailer ); |
223 | if ( mData->timeZone.isValid() ) l.append( mData->timeZone.asString() ); | 224 | if ( mData->timeZone.isValid() ) l.append( mData->timeZone.asString() ); |
224 | if ( mData->geo.isValid() ) l.append( mData->geo.asString() ); | 225 | if ( mData->geo.isValid() ) l.append( mData->geo.asString() ); |
225 | if ( !mData->title .isEmpty() ) l.append( mData->title ); | 226 | if ( !mData->title .isEmpty() ) l.append( mData->title ); |
226 | if ( !mData->role.isEmpty() ) l.append( mData->role ); | 227 | if ( !mData->role.isEmpty() ) l.append( mData->role ); |
227 | if ( !mData->organization.isEmpty() ) l.append( mData->organization ); | 228 | if ( !mData->organization.isEmpty() ) l.append( mData->organization ); |
228 | if ( !mData->note.isEmpty() ) l.append( mData->note ); | 229 | if ( !mData->note.isEmpty() ) l.append( mData->note ); |
229 | if ( !mData->productId.isEmpty() ) l.append(mData->productId ); | 230 | if ( !mData->productId.isEmpty() ) l.append(mData->productId ); |
230 | if ( !mData->sortString.isEmpty() ) l.append( mData->sortString ); | 231 | if ( !mData->sortString.isEmpty() ) l.append( mData->sortString ); |
231 | if ( mData->secrecy.isValid() ) l.append( mData->secrecy.asString()); | 232 | if ( mData->secrecy.isValid() ) l.append( mData->secrecy.asString()); |
232 | if ( !mData->logo.undefined() ) { | 233 | if ( !mData->logo.undefined() ) { |
233 | if ( !mData->logo.isIntern() ) | 234 | if ( !mData->logo.isIntern() ) |
234 | l.append( mData->logo.url() ); | 235 | l.append( mData->logo.url() ); |
235 | else | 236 | else |
236 | l.append( QString::number(mData->logo.data().width()* mData->logo.data().height())); | 237 | l.append( QString::number(mData->logo.data().width()* mData->logo.data().height())); |
237 | } else { | 238 | } else { |
238 | l.append( "nologo"); | 239 | l.append( "nologo"); |
239 | } | 240 | } |
240 | if ( !mData->photo.undefined() ) { | 241 | if ( !mData->photo.undefined() ) { |
241 | if ( !mData->photo.isIntern() ) | 242 | if ( !mData->photo.isIntern() ) |
242 | l.append( mData->photo.url() ); | 243 | l.append( mData->photo.url() ); |
243 | else | 244 | else |
244 | l.append( QString::number(mData->photo.data().width()* mData->photo.data().height())); | 245 | l.append( QString::number(mData->photo.data().width()* mData->photo.data().height())); |
245 | } else { | 246 | } else { |
246 | l.append( "nophoto"); | 247 | l.append( "nophoto"); |
247 | } | 248 | } |
248 | #if 0 | 249 | #if 0 |
249 | if ( !mData->sound.undefined() ) { | 250 | if ( !mData->sound.undefined() ) { |
250 | if ( !mData->sound.isIntern() ) | 251 | if ( !mData->sound.isIntern() ) |
251 | l.append( mData->sound.url() ); | 252 | l.append( mData->sound.url() ); |
252 | else | 253 | else |
253 | l.append( QString(mData->sound.data().with()* mData->sound.data().height())); | 254 | l.append( QString(mData->sound.data().with()* mData->sound.data().height())); |
254 | } else { | 255 | } else { |
255 | l.append( "nosound"); | 256 | l.append( "nosound"); |
256 | } | 257 | } |
257 | #endif | 258 | #endif |
258 | //if ( !mData->agent.isEmpty() ) l.append( ); | 259 | //if ( !mData->agent.isEmpty() ) l.append( ); |
259 | if ( mData->url.isValid() ) | 260 | if ( mData->url.isValid() ) |
260 | if ( ! mData->url.path().isEmpty()) l.append( mData->url.path() ); | 261 | if ( ! mData->url.path().isEmpty()) l.append( mData->url.path() ); |
261 | KABC::PhoneNumber::List phoneNumbers; | 262 | KABC::PhoneNumber::List phoneNumbers; |
262 | KABC::PhoneNumber::List::Iterator phoneIter; | 263 | KABC::PhoneNumber::List::Iterator phoneIter; |
263 | 264 | ||
264 | QStringList t; | 265 | QStringList t; |
265 | for ( phoneIter = mData->phoneNumbers.begin(); phoneIter != mData->phoneNumbers.end(); | 266 | for ( phoneIter = mData->phoneNumbers.begin(); phoneIter != mData->phoneNumbers.end(); |
266 | ++phoneIter ) | 267 | ++phoneIter ) |
267 | t.append( ( *phoneIter ).number()+QString::number( ( *phoneIter ).type() ) ); | 268 | t.append( ( *phoneIter ).number()+QString::number( ( *phoneIter ).type() ) ); |
268 | t.sort(); | 269 | t.sort(); |
269 | uint iii; | 270 | uint iii; |
270 | for ( iii = 0; iii < t.count(); ++iii) | 271 | for ( iii = 0; iii < t.count(); ++iii) |
271 | l.append( t[iii] ); | 272 | l.append( t[iii] ); |
272 | t = mData->emails; | 273 | t = mData->emails; |
273 | t.sort(); | 274 | t.sort(); |
274 | for ( iii = 0; iii < t.count(); ++iii) | 275 | for ( iii = 0; iii < t.count(); ++iii) |
275 | l.append( t[iii] ); | 276 | l.append( t[iii] ); |
276 | t = mData->categories; | 277 | t = mData->categories; |
277 | t.sort(); | 278 | t.sort(); |
278 | for ( iii = 0; iii < t.count(); ++iii) | 279 | for ( iii = 0; iii < t.count(); ++iii) |
279 | l.append( t[iii] ); | 280 | l.append( t[iii] ); |
280 | t = mData->custom; | 281 | t = mData->custom; |
281 | t.sort(); | 282 | t.sort(); |
282 | for ( iii = 0; iii < t.count(); ++iii) | 283 | for ( iii = 0; iii < t.count(); ++iii) |
283 | if ( t[iii].left( 25 ) != "KADDRESSBOOK-X-ExternalID" ) { | 284 | if ( t[iii].left( 25 ) != "KADDRESSBOOK-X-ExternalID" ) { |
284 | int find = t[iii].find (':')+1; | 285 | int find = t[iii].find (':')+1; |
285 | //qDebug("lennnn %d %d ", find, t[iii].length()); | 286 | //qDebug("lennnn %d %d ", find, t[iii].length()); |
286 | if ( find < t[iii].length()) | 287 | if ( find < t[iii].length()) |
287 | l.append( t[iii] ); | 288 | l.append( t[iii] ); |
288 | 289 | ||
289 | } | 290 | } |
290 | KABC::Address::List::Iterator addressIter; | 291 | KABC::Address::List::Iterator addressIter; |
291 | for ( addressIter = mData->addresses.begin(); addressIter != mData->addresses.end(); | 292 | for ( addressIter = mData->addresses.begin(); addressIter != mData->addresses.end(); |
292 | ++addressIter ) { | 293 | ++addressIter ) { |
293 | t = (*addressIter).asList(); | 294 | t = (*addressIter).asList(); |
294 | t.sort(); | 295 | t.sort(); |
295 | for ( iii = 0; iii < t.count(); ++iii) | 296 | for ( iii = 0; iii < t.count(); ++iii) |
296 | l.append( t[iii] ); | 297 | l.append( t[iii] ); |
297 | } | 298 | } |
298 | uint cs = getCsum4List(l); | 299 | uint cs = getCsum4List(l); |
299 | 300 | ||
300 | #if 0 | 301 | #if 0 |
301 | for ( iii = 0; iii < l.count(); ++iii) | 302 | for ( iii = 0; iii < l.count(); ++iii) |
302 | qDebug("%d***%s***",iii,l[iii].latin1()); | 303 | qDebug("%d***%s***",iii,l[iii].latin1()); |
303 | qDebug("CSUM computed %d %s %s", cs,QString::number (cs ).latin1(), uid().latin1() ); | 304 | qDebug("CSUM computed %d %s %s", cs,QString::number (cs ).latin1(), uid().latin1() ); |
304 | #endif | 305 | #endif |
305 | 306 | ||
306 | 307 | ||
307 | setCsum( dev, QString::number (cs )); | 308 | setCsum( dev, QString::number (cs )); |
308 | } | 309 | } |
309 | 310 | ||
310 | void Addressee::mergeContact( const Addressee& ad , bool isSubSet) // = false) | 311 | void Addressee::mergeContact( const Addressee& ad , bool isSubSet) // = false) |
311 | { | 312 | { |
312 | // merge all standard non-outlook fields. | 313 | // merge all standard non-outlook fields. |
313 | //if isSubSet (e.g. mobile phone sync) merge all fields | 314 | //if isSubSet (e.g. mobile phone sync) merge all fields |
314 | 315 | ||
315 | detach(); | 316 | detach(); |
316 | if ( isSubSet ) { | 317 | if ( isSubSet ) { |
317 | if ( mData->name.isEmpty() ) mData->name = ad.mData->name; | 318 | if ( mData->name.isEmpty() ) mData->name = ad.mData->name; |
318 | if ( mData->formattedName.isEmpty() ) mData->formattedName = ad.mData->formattedName; | 319 | if ( mData->formattedName.isEmpty() ) mData->formattedName = ad.mData->formattedName; |
319 | if ( mData->familyName.isEmpty() ) mData->familyName = ad.mData->familyName; | 320 | if ( mData->familyName.isEmpty() ) mData->familyName = ad.mData->familyName; |
320 | if ( mData->givenName.isEmpty() ) mData->givenName = ad.mData->givenName ; | 321 | if ( mData->givenName.isEmpty() ) mData->givenName = ad.mData->givenName ; |
321 | if ( mData->additionalName ) mData->additionalName = ad.mData->additionalName; | 322 | if ( mData->additionalName ) mData->additionalName = ad.mData->additionalName; |
322 | if ( mData->prefix.isEmpty() ) mData->prefix = ad.mData->prefix; | 323 | if ( mData->prefix.isEmpty() ) mData->prefix = ad.mData->prefix; |
323 | if ( mData->suffix.isEmpty() ) mData->suffix = ad.mData->suffix; | 324 | if ( mData->suffix.isEmpty() ) mData->suffix = ad.mData->suffix; |
324 | if ( mData->title .isEmpty() ) mData->title = ad.mData->title ; | 325 | if ( mData->title .isEmpty() ) mData->title = ad.mData->title ; |
325 | if ( mData->role.isEmpty() ) mData->role = ad.mData->role ; | 326 | if ( mData->role.isEmpty() ) mData->role = ad.mData->role ; |
326 | if ( mData->nickName.isEmpty() ) mData->nickName = ad.mData->nickName; | 327 | if ( mData->nickName.isEmpty() ) mData->nickName = ad.mData->nickName; |
327 | if ( mData->organization.isEmpty() ) mData->organization = ad.mData->organization ; | 328 | if ( mData->organization.isEmpty() ) mData->organization = ad.mData->organization ; |
328 | if ( mData->note.isEmpty() ) mData->note = ad.mData->note ; | 329 | if ( mData->note.isEmpty() ) mData->note = ad.mData->note ; |
329 | if ( !mData->secrecy.isValid() ) mData->secrecy = ad.mData->secrecy; | 330 | if ( !mData->secrecy.isValid() ) mData->secrecy = ad.mData->secrecy; |
330 | if ( ( !mData->url.isValid() && ad.mData->url.isValid() ) ) mData->url = ad.mData->url ; | 331 | if ( ( !mData->url.isValid() && ad.mData->url.isValid() ) ) mData->url = ad.mData->url ; |
331 | if ( !mData->birthday.isValid() ) | 332 | if ( !mData->birthday.isValid() ) |
332 | if ( ad.mData->birthday.isValid()) | 333 | if ( ad.mData->birthday.isValid()) |
333 | mData->birthday = ad.mData->birthday; | 334 | mData->birthday = ad.mData->birthday; |
334 | 335 | ||
335 | } | 336 | } |
336 | if ( mData->mailer.isEmpty() ) mData->mailer = ad.mData->mailer; | 337 | if ( mData->mailer.isEmpty() ) mData->mailer = ad.mData->mailer; |
337 | if ( !mData->timeZone.isValid() ) mData->timeZone = ad.mData->timeZone; | 338 | if ( !mData->timeZone.isValid() ) mData->timeZone = ad.mData->timeZone; |
338 | if ( !mData->geo.isValid() ) mData->geo = ad.mData->geo; | 339 | if ( !mData->geo.isValid() ) mData->geo = ad.mData->geo; |
339 | if ( mData->productId.isEmpty() ) mData->productId = ad.mData->productId; | 340 | if ( mData->productId.isEmpty() ) mData->productId = ad.mData->productId; |
340 | if ( mData->sortString.isEmpty() ) mData->sortString = ad.mData->sortString; | 341 | if ( mData->sortString.isEmpty() ) mData->sortString = ad.mData->sortString; |
341 | QStringList t; | 342 | QStringList t; |
342 | QStringList tAD; | 343 | QStringList tAD; |
343 | uint iii; | 344 | uint iii; |
344 | 345 | ||
345 | // ********** phone numbers | 346 | // ********** phone numbers |
346 | if ( isSubSet ) { | 347 | if ( isSubSet ) { |
347 | PhoneNumber::List phoneAD = ad.phoneNumbers(); | 348 | PhoneNumber::List phoneAD = ad.phoneNumbers(); |
348 | PhoneNumber::List::Iterator phoneItAD; | 349 | PhoneNumber::List::Iterator phoneItAD; |
349 | for ( phoneItAD = phoneAD.begin(); phoneItAD != phoneAD.end(); ++phoneItAD ) { | 350 | for ( phoneItAD = phoneAD.begin(); phoneItAD != phoneAD.end(); ++phoneItAD ) { |
350 | bool found = false; | 351 | bool found = false; |
351 | PhoneNumber::List::Iterator it; | 352 | PhoneNumber::List::Iterator it; |
352 | for( it = mData->phoneNumbers.begin(); it != mData->phoneNumbers.end(); ++it ) { | 353 | for( it = mData->phoneNumbers.begin(); it != mData->phoneNumbers.end(); ++it ) { |
353 | if ( ( *phoneItAD ).contains( (*it) ) ) { | 354 | if ( ( *phoneItAD ).contains( (*it) ) ) { |
354 | found = true; | 355 | found = true; |
355 | (*it).setType( ( *phoneItAD ).type() ); | 356 | (*it).setType( ( *phoneItAD ).type() ); |
356 | (*it).setNumber( ( *phoneItAD ).number() ); | 357 | (*it).setNumber( ( *phoneItAD ).number() ); |
357 | break; | 358 | break; |
358 | } | 359 | } |
359 | } | 360 | } |
360 | // if ( isSubSet && ! found ) | 361 | // if ( isSubSet && ! found ) |
361 | if ( ! found ) // LR try this one... | 362 | if ( ! found ) // LR try this one... |
362 | mData->phoneNumbers.append( *phoneItAD ); | 363 | mData->phoneNumbers.append( *phoneItAD ); |
363 | } | 364 | } |
364 | } else { | 365 | } else { |
365 | PhoneNumber::List phoneAD = ad.phoneNumbers(); | 366 | PhoneNumber::List phoneAD = ad.phoneNumbers(); |
366 | PhoneNumber::List::Iterator phoneItAD; | 367 | PhoneNumber::List::Iterator phoneItAD; |
367 | for ( phoneItAD = phoneAD.begin(); phoneItAD != phoneAD.end(); ++phoneItAD ) { | 368 | for ( phoneItAD = phoneAD.begin(); phoneItAD != phoneAD.end(); ++phoneItAD ) { |
368 | bool found = false; | 369 | bool found = false; |
369 | PhoneNumber::List::Iterator it; | 370 | PhoneNumber::List::Iterator it; |
370 | for( it = mData->phoneNumbers.begin(); it != mData->phoneNumbers.end(); ++it ) { | 371 | for( it = mData->phoneNumbers.begin(); it != mData->phoneNumbers.end(); ++it ) { |
371 | if ( ( *phoneItAD ).contains( (*it) ) ) { | 372 | if ( ( *phoneItAD ).contains( (*it) ) ) { |
372 | found = true; | 373 | found = true; |
373 | (*it).setType( ( *phoneItAD ).type() ); | 374 | (*it).setType( ( *phoneItAD ).type() ); |
374 | (*it).setNumber( ( *phoneItAD ).number() ); | 375 | (*it).setNumber( ( *phoneItAD ).number() ); |
375 | break; | 376 | break; |
376 | } | 377 | } |
377 | } | 378 | } |
378 | if ( ! found ) { // append numbers which do not have work or home type | 379 | if ( ! found ) { // append numbers which do not have work or home type |
379 | if ( ! ( ( *phoneItAD ).type() & (PhoneNumber::Work | PhoneNumber::Home) ) ) | 380 | if ( ! ( ( *phoneItAD ).type() & (PhoneNumber::Work | PhoneNumber::Home) ) ) |
380 | mData->phoneNumbers.append( *phoneItAD ); | 381 | mData->phoneNumbers.append( *phoneItAD ); |
381 | } | 382 | } |
382 | } | 383 | } |
383 | } | 384 | } |
384 | if ( isSubSet ) { | 385 | if ( isSubSet ) { |
385 | // ************* emails; | 386 | // ************* emails; |
386 | t = mData->emails; | 387 | t = mData->emails; |
387 | tAD = ad.mData->emails; | 388 | tAD = ad.mData->emails; |
388 | for ( iii = 0; iii < tAD.count(); ++iii) | 389 | for ( iii = 0; iii < tAD.count(); ++iii) |
389 | if ( !t.contains(tAD[iii] ) ) | 390 | if ( !t.contains(tAD[iii] ) ) |
390 | mData->emails.append( tAD[iii] ); | 391 | mData->emails.append( tAD[iii] ); |
391 | } | 392 | } |
392 | 393 | ||
393 | // ************* categories; | 394 | // ************* categories; |
394 | if ( isSubSet ) { | 395 | if ( isSubSet ) { |
395 | t = mData->categories; | 396 | t = mData->categories; |
396 | tAD = ad.mData->categories; | 397 | tAD = ad.mData->categories; |
397 | for ( iii = 0; iii < tAD.count(); ++iii) | 398 | for ( iii = 0; iii < tAD.count(); ++iii) |
398 | if ( !t.contains(tAD[iii] ) ) | 399 | if ( !t.contains(tAD[iii] ) ) |
399 | mData->categories.append( tAD[iii] ); | 400 | mData->categories.append( tAD[iii] ); |
400 | } | 401 | } |
401 | QStringList::ConstIterator it; | 402 | QStringList::ConstIterator it; |
402 | for( it = ad.mData->custom.begin(); it != ad.mData->custom.end(); ++it ) { | 403 | for( it = ad.mData->custom.begin(); it != ad.mData->custom.end(); ++it ) { |
403 | QString qualifiedName = (*it).left( (*it).find( ":" )); | 404 | QString qualifiedName = (*it).left( (*it).find( ":" )); |
404 | bool found = false; | 405 | bool found = false; |
405 | QStringList::ConstIterator itL; | 406 | QStringList::ConstIterator itL; |
406 | for( itL = mData->custom.begin(); itL != mData->custom.end(); ++itL ) { | 407 | for( itL = mData->custom.begin(); itL != mData->custom.end(); ++itL ) { |
407 | if ( (*itL).startsWith( qualifiedName ) ) { | 408 | if ( (*itL).startsWith( qualifiedName ) ) { |
408 | found = true; | 409 | found = true; |
409 | break; | 410 | break; |
410 | } | 411 | } |
411 | } | 412 | } |
412 | if ( ! found ) { | 413 | if ( ! found ) { |
413 | mData->custom.append( *it ); | 414 | mData->custom.append( *it ); |
414 | } | 415 | } |
415 | } | 416 | } |
416 | if ( mData->logo.undefined() && !ad.mData->logo.undefined() ) mData->logo = ad.mData->logo; | 417 | if ( mData->logo.undefined() && !ad.mData->logo.undefined() ) mData->logo = ad.mData->logo; |
417 | if ( mData->photo.undefined() && !ad.mData->photo.undefined() ) mData->photo = ad.mData->photo; | 418 | if ( mData->photo.undefined() && !ad.mData->photo.undefined() ) mData->photo = ad.mData->photo; |
418 | if ( !mData->sound.isIntern() ) { | 419 | if ( !mData->sound.isIntern() ) { |
419 | if ( mData->sound.url().isEmpty() ) { | 420 | if ( mData->sound.url().isEmpty() ) { |
420 | mData->sound = ad.mData->sound; | 421 | mData->sound = ad.mData->sound; |
421 | } | 422 | } |
422 | } | 423 | } |
423 | if ( !mData->agent.isIntern() ) { | 424 | if ( !mData->agent.isIntern() ) { |
424 | if ( mData->agent.url().isEmpty() ) { | 425 | if ( mData->agent.url().isEmpty() ) { |
425 | mData->agent = ad.mData->agent; | 426 | mData->agent = ad.mData->agent; |
426 | } | 427 | } |
427 | } | 428 | } |
428 | { | 429 | { |
429 | Key::List::Iterator itA; | 430 | Key::List::Iterator itA; |
430 | for( itA = ad.mData->keys.begin(); itA != ad.mData->keys.end(); ++itA ) { | 431 | for( itA = ad.mData->keys.begin(); itA != ad.mData->keys.end(); ++itA ) { |
431 | bool found = false; | 432 | bool found = false; |
432 | Key::List::Iterator it; | 433 | Key::List::Iterator it; |
433 | for( it = mData->keys.begin(); it != mData->keys.end(); ++it ) { | 434 | for( it = mData->keys.begin(); it != mData->keys.end(); ++it ) { |
434 | if ( (*it) == (*itA)) { | 435 | if ( (*it) == (*itA)) { |
435 | found = true; | 436 | found = true; |
436 | break; | 437 | break; |
437 | 438 | ||
438 | } | 439 | } |
439 | } | 440 | } |
440 | if ( ! found ) { | 441 | if ( ! found ) { |
441 | mData->keys.append( *itA ); | 442 | mData->keys.append( *itA ); |
442 | } | 443 | } |
443 | } | 444 | } |
444 | } | 445 | } |
445 | if ( isSubSet ) { | 446 | if ( isSubSet ) { |
446 | KABC::Address::List::Iterator addressIterA; | 447 | KABC::Address::List::Iterator addressIterA; |
447 | for ( addressIterA = ad.mData->addresses.begin(); addressIterA != ad.mData->addresses.end(); ++addressIterA ) { | 448 | for ( addressIterA = ad.mData->addresses.begin(); addressIterA != ad.mData->addresses.end(); ++addressIterA ) { |
448 | bool found = false; | 449 | bool found = false; |
449 | KABC::Address::List::Iterator addressIter; | 450 | KABC::Address::List::Iterator addressIter; |
450 | for ( addressIter = mData->addresses.begin(); addressIter != mData->addresses.end(); | 451 | for ( addressIter = mData->addresses.begin(); addressIter != mData->addresses.end(); |
451 | ++addressIter ) { | 452 | ++addressIter ) { |
452 | if ( (*addressIter) == (*addressIterA)) { | 453 | if ( (*addressIter) == (*addressIterA)) { |
453 | found = true; | 454 | found = true; |
454 | (*addressIter).setType( (*addressIterA).type() ); | 455 | (*addressIter).setType( (*addressIterA).type() ); |
455 | break; | 456 | break; |
456 | } | 457 | } |
457 | 458 | ||
458 | } | 459 | } |
459 | if ( isSubSet && ! found ) { | 460 | if ( isSubSet && ! found ) { |
460 | mData->addresses.append( *addressIterA ); | 461 | mData->addresses.append( *addressIterA ); |
461 | } | 462 | } |
462 | } | 463 | } |
463 | } | 464 | } |
464 | //qDebug("merge contact %s ", ad.uid().latin1()); | 465 | //qDebug("merge contact %s ", ad.uid().latin1()); |
465 | setUid( ad.uid() ); | 466 | setUid( ad.uid() ); |
466 | setRevision( ad.revision() ); | 467 | setRevision( ad.revision() ); |
467 | } | 468 | } |
468 | 469 | ||
469 | bool Addressee::removeVoice() | 470 | bool Addressee::removeVoice() |
470 | { | 471 | { |
471 | PhoneNumber::List phoneN = phoneNumbers(); | 472 | PhoneNumber::List phoneN = phoneNumbers(); |
472 | PhoneNumber::List::Iterator phoneIt; | 473 | PhoneNumber::List::Iterator phoneIt; |
473 | bool found = false; | 474 | bool found = false; |
474 | for ( phoneIt = phoneN.begin(); phoneIt != phoneN.end(); ++phoneIt ) { | 475 | for ( phoneIt = phoneN.begin(); phoneIt != phoneN.end(); ++phoneIt ) { |
475 | if ( (*phoneIt).type() & PhoneNumber::Voice) { // voice found | 476 | if ( (*phoneIt).type() & PhoneNumber::Voice) { // voice found |
476 | if ((*phoneIt).type() - PhoneNumber::Voice ) { | 477 | if ((*phoneIt).type() - PhoneNumber::Voice ) { |
477 | (*phoneIt).setType((*phoneIt).type() - PhoneNumber::Voice ); | 478 | (*phoneIt).setType((*phoneIt).type() - PhoneNumber::Voice ); |
478 | insertPhoneNumber( (*phoneIt) ); | 479 | insertPhoneNumber( (*phoneIt) ); |
479 | found = true; | 480 | found = true; |
480 | } | 481 | } |
481 | } | 482 | } |
482 | 483 | ||
483 | } | 484 | } |
484 | return found; | 485 | return found; |
485 | } | 486 | } |
486 | 487 | ||
487 | bool Addressee::containsAdr(const Addressee& ad ) | 488 | bool Addressee::containsAdr(const Addressee& ad ) |
488 | { | 489 | { |
489 | if ( ! ad.mData->familyName.isEmpty() ) if ( mData->familyName != ad.mData->familyName) return false; | 490 | if ( ! ad.mData->familyName.isEmpty() ) if ( mData->familyName != ad.mData->familyName) return false; |
490 | if ( ! ad.mData->givenName.isEmpty() )if ( mData->givenName != ad.mData->givenName ) return false; | 491 | if ( ! ad.mData->givenName.isEmpty() )if ( mData->givenName != ad.mData->givenName ) return false; |
491 | if ( ad.mData->url.isValid() ) if (mData->url != ad.mData->url) return false ; | 492 | if ( ad.mData->url.isValid() ) if (mData->url != ad.mData->url) return false ; |
492 | if ( ! ad.mData->role.isEmpty() ) if (mData->role != ad.mData->role) return false ; | 493 | if ( ! ad.mData->role.isEmpty() ) if (mData->role != ad.mData->role) return false ; |
493 | if ( ! ad.mData->organization.isEmpty() ) if (mData->organization != ad.mData->organization) return false ; | 494 | if ( ! ad.mData->organization.isEmpty() ) if (mData->organization != ad.mData->organization) return false ; |
494 | if ( ! ad.mData->note.isEmpty() ) if (mData->note != ad.mData->note) return false ; | 495 | if ( ! ad.mData->note.isEmpty() ) if (mData->note != ad.mData->note) return false ; |
495 | if ( ! ad.mData->title .isEmpty() ) if (mData->title != ad.mData->title ) return false ; | 496 | if ( ! ad.mData->title .isEmpty() ) if (mData->title != ad.mData->title ) return false ; |
496 | 497 | ||
497 | // compare phone numbers | 498 | // compare phone numbers |
498 | PhoneNumber::List phoneN = ad.phoneNumbers(); | 499 | PhoneNumber::List phoneN = ad.phoneNumbers(); |
499 | PhoneNumber::List::Iterator phoneIt; | 500 | PhoneNumber::List::Iterator phoneIt; |
500 | bool found = false; | 501 | bool found = false; |
501 | for ( phoneIt = phoneN.begin(); phoneIt != phoneN.end(); ++phoneIt ) { | 502 | for ( phoneIt = phoneN.begin(); phoneIt != phoneN.end(); ++phoneIt ) { |
502 | bool found = false; | 503 | bool found = false; |
503 | PhoneNumber::List phoneL = ad.phoneNumbers(); | 504 | PhoneNumber::List phoneL = ad.phoneNumbers(); |
504 | PhoneNumber::List::Iterator phoneItL; | 505 | PhoneNumber::List::Iterator phoneItL; |
505 | for ( phoneItL = phoneL.begin(); phoneItL != phoneL.end(); ++phoneItL ) { | 506 | for ( phoneItL = phoneL.begin(); phoneItL != phoneL.end(); ++phoneItL ) { |
506 | if ( ( *phoneItL ).number() == ( *phoneIt ).number() ) { | 507 | if ( ( *phoneItL ).number() == ( *phoneIt ).number() ) { |
507 | found = true; | 508 | found = true; |
508 | break; | 509 | break; |
509 | } | 510 | } |
510 | } | 511 | } |
511 | if ( ! found ) | 512 | if ( ! found ) |
512 | return false; | 513 | return false; |
513 | } | 514 | } |
514 | return true; | 515 | return true; |
515 | 516 | ||
516 | } | 517 | } |
517 | void Addressee::simplifyAddresses() | 518 | void Addressee::simplifyAddresses() |
518 | { | 519 | { |
519 | 520 | ||
520 | 521 | ||
521 | Address::List list; | 522 | Address::List list; |
522 | Address::List::Iterator it; | 523 | Address::List::Iterator it; |
523 | Address::List::Iterator it2; | 524 | Address::List::Iterator it2; |
524 | for( it = mData->addresses.begin(); it != mData->addresses.end(); ++it ) { | 525 | for( it = mData->addresses.begin(); it != mData->addresses.end(); ++it ) { |
525 | it2 = it; | 526 | it2 = it; |
526 | ++it2; | 527 | ++it2; |
527 | for( ; it2 != mData->addresses.end(); ++it2 ) { | 528 | for( ; it2 != mData->addresses.end(); ++it2 ) { |
528 | if ( (*it) == (*it2) ) { | 529 | if ( (*it) == (*it2) ) { |
529 | list.append( *it ); | 530 | list.append( *it ); |
530 | break; | 531 | break; |
531 | } | 532 | } |
532 | } | 533 | } |
533 | } | 534 | } |
534 | for( it = list.begin(); it != list.end(); ++it ) { | 535 | for( it = list.begin(); it != list.end(); ++it ) { |
535 | removeAddress( (*it) ); | 536 | removeAddress( (*it) ); |
536 | } | 537 | } |
537 | 538 | ||
538 | list.clear(); | 539 | list.clear(); |
539 | int max = 2; | 540 | int max = 2; |
540 | if ( mData->url.isValid() ) | 541 | if ( mData->url.isValid() ) |
541 | max = 1; | 542 | max = 1; |
542 | if ( mData->addresses.count() <= max ) return ; | 543 | if ( mData->addresses.count() <= max ) return ; |
543 | int count = 0; | 544 | int count = 0; |
544 | for( it = mData->addresses.begin(); it != mData->addresses.end(); ++it ) { | 545 | for( it = mData->addresses.begin(); it != mData->addresses.end(); ++it ) { |
545 | if ( count >= max ) | 546 | if ( count >= max ) |
546 | list.append( *it ); | 547 | list.append( *it ); |
547 | ++count; | 548 | ++count; |
548 | } | 549 | } |
549 | for( it = list.begin(); it != list.end(); ++it ) { | 550 | for( it = list.begin(); it != list.end(); ++it ) { |
550 | removeAddress( (*it) ); | 551 | removeAddress( (*it) ); |
551 | } | 552 | } |
552 | } | 553 | } |
553 | 554 | ||
554 | // removes all emails but the first | 555 | // removes all emails but the first |
555 | // needed by phone sync | 556 | // needed by phone sync |
556 | void Addressee::simplifyEmails() | 557 | void Addressee::simplifyEmails() |
557 | { | 558 | { |
558 | if ( mData->emails.count() == 0 ) return ; | 559 | if ( mData->emails.count() == 0 ) return ; |
559 | QString email = mData->emails.first(); | 560 | QString email = mData->emails.first(); |
560 | detach(); | 561 | detach(); |
561 | mData->emails.clear(); | 562 | mData->emails.clear(); |
562 | mData->emails.append( email ); | 563 | mData->emails.append( email ); |
563 | } | 564 | } |
564 | 565 | ||
565 | void Addressee::simplifyPhoneNumbers() | 566 | void Addressee::simplifyPhoneNumbers() |
566 | { | 567 | { |
567 | int max = 4; | 568 | int max = 4; |
568 | int inList = mData->phoneNumbers.count(); | 569 | int inList = mData->phoneNumbers.count(); |
569 | KABC::PhoneNumber::List removeNumbers; | 570 | KABC::PhoneNumber::List removeNumbers; |
570 | KABC::PhoneNumber::List::Iterator phoneIter; | 571 | KABC::PhoneNumber::List::Iterator phoneIter; |
571 | if ( inList > max ) { | 572 | if ( inList > max ) { |
572 | // delete non-preferred numbers | 573 | // delete non-preferred numbers |
573 | for ( phoneIter = mData->phoneNumbers.begin(); phoneIter != mData->phoneNumbers.end(); | 574 | for ( phoneIter = mData->phoneNumbers.begin(); phoneIter != mData->phoneNumbers.end(); |
574 | ++phoneIter ) { | 575 | ++phoneIter ) { |
575 | if ( inList > max ) { | 576 | if ( inList > max ) { |
576 | if ( ! (( *phoneIter ).type() & PhoneNumber::Pref )) { | 577 | if ( ! (( *phoneIter ).type() & PhoneNumber::Pref )) { |
577 | removeNumbers.append( ( *phoneIter ) ); | 578 | removeNumbers.append( ( *phoneIter ) ); |
578 | --inList; | 579 | --inList; |
579 | } | 580 | } |
580 | } else | 581 | } else |
581 | break; | 582 | break; |
582 | } | 583 | } |
583 | for ( phoneIter = removeNumbers.begin(); phoneIter != removeNumbers.end(); | 584 | for ( phoneIter = removeNumbers.begin(); phoneIter != removeNumbers.end(); |
584 | ++phoneIter ) { | 585 | ++phoneIter ) { |
585 | removePhoneNumber(( *phoneIter )); | 586 | removePhoneNumber(( *phoneIter )); |
586 | } | 587 | } |
587 | // delete preferred numbers | 588 | // delete preferred numbers |
588 | if ( inList > max ) { | 589 | if ( inList > max ) { |
589 | for ( phoneIter = mData->phoneNumbers.begin(); phoneIter != mData->phoneNumbers.end(); | 590 | for ( phoneIter = mData->phoneNumbers.begin(); phoneIter != mData->phoneNumbers.end(); |
590 | ++phoneIter ) { | 591 | ++phoneIter ) { |
591 | if ( inList > max ) { | 592 | if ( inList > max ) { |
592 | removeNumbers.append( ( *phoneIter ) ); | 593 | removeNumbers.append( ( *phoneIter ) ); |
593 | --inList; | 594 | --inList; |
594 | } else | 595 | } else |
595 | break; | 596 | break; |
596 | } | 597 | } |
597 | for ( phoneIter = removeNumbers.begin(); phoneIter != removeNumbers.end(); | 598 | for ( phoneIter = removeNumbers.begin(); phoneIter != removeNumbers.end(); |
598 | ++phoneIter ) { | 599 | ++phoneIter ) { |
599 | removePhoneNumber(( *phoneIter )); | 600 | removePhoneNumber(( *phoneIter )); |
600 | } | 601 | } |
601 | } | 602 | } |
602 | } | 603 | } |
603 | // remove non-numeric characters | 604 | // remove non-numeric characters |
604 | for ( phoneIter = mData->phoneNumbers.begin(); phoneIter != mData->phoneNumbers.end(); | 605 | for ( phoneIter = mData->phoneNumbers.begin(); phoneIter != mData->phoneNumbers.end(); |
605 | ++phoneIter ) { | 606 | ++phoneIter ) { |
606 | if ( ! ( *phoneIter ).simplifyNumber() ) | 607 | if ( ! ( *phoneIter ).simplifyNumber() ) |
607 | removeNumbers.append( ( *phoneIter ) ); | 608 | removeNumbers.append( ( *phoneIter ) ); |
608 | } | 609 | } |
609 | for ( phoneIter = removeNumbers.begin(); phoneIter != removeNumbers.end(); | 610 | for ( phoneIter = removeNumbers.begin(); phoneIter != removeNumbers.end(); |
610 | ++phoneIter ) { | 611 | ++phoneIter ) { |
611 | removePhoneNumber(( *phoneIter )); | 612 | removePhoneNumber(( *phoneIter )); |
612 | } | 613 | } |
613 | } | 614 | } |
614 | void Addressee::simplifyPhoneNumberTypes() | 615 | void Addressee::simplifyPhoneNumberTypes() |
615 | { | 616 | { |
616 | KABC::PhoneNumber::List::Iterator phoneIter; | 617 | KABC::PhoneNumber::List::Iterator phoneIter; |
617 | for ( phoneIter = mData->phoneNumbers.begin(); phoneIter != mData->phoneNumbers.end(); | 618 | for ( phoneIter = mData->phoneNumbers.begin(); phoneIter != mData->phoneNumbers.end(); |
618 | ++phoneIter ) | 619 | ++phoneIter ) |
619 | ( *phoneIter ).simplifyType(); | 620 | ( *phoneIter ).simplifyType(); |
620 | } | 621 | } |
621 | void Addressee::removeID(const QString &prof) | 622 | void Addressee::removeID(const QString &prof) |
622 | { | 623 | { |
623 | detach(); | 624 | detach(); |
624 | if ( prof.isEmpty() ) | 625 | if ( prof.isEmpty() ) |
625 | mData->mExternalId = ":"; | 626 | mData->mExternalId = ":"; |
626 | else | 627 | else |
627 | mData->mExternalId = KIdManager::removeId ( mData->mExternalId, prof); | 628 | mData->mExternalId = KIdManager::removeId ( mData->mExternalId, prof); |
628 | 629 | ||
629 | } | 630 | } |
630 | void Addressee::setID( const QString & prof , const QString & id ) | 631 | void Addressee::setID( const QString & prof , const QString & id ) |
631 | { | 632 | { |
632 | detach(); | 633 | detach(); |
633 | mData->mExternalId = KIdManager::setId ( mData->mExternalId, prof, id ); | 634 | mData->mExternalId = KIdManager::setId ( mData->mExternalId, prof, id ); |
634 | //qDebug("setID2 %s %s %s",mData->mExternalId.latin1(), prof.latin1(), id.latin1() ); | 635 | //qDebug("setID2 %s %s %s",mData->mExternalId.latin1(), prof.latin1(), id.latin1() ); |
635 | } | 636 | } |
636 | void Addressee::setTempSyncStat( int id ) | 637 | void Addressee::setTempSyncStat( int id ) |
637 | { | 638 | { |
638 | if ( mData->mTempSyncStat == id ) return; | 639 | if ( mData->mTempSyncStat == id ) return; |
639 | detach(); | 640 | detach(); |
640 | mData->mTempSyncStat = id; | 641 | mData->mTempSyncStat = id; |
641 | } | 642 | } |
642 | int Addressee::tempSyncStat() const | 643 | int Addressee::tempSyncStat() const |
643 | { | 644 | { |
644 | return mData->mTempSyncStat; | 645 | return mData->mTempSyncStat; |
645 | } | 646 | } |
646 | 647 | ||
647 | const QString Addressee::getID( const QString & prof) const | 648 | const QString Addressee::getID( const QString & prof) const |
648 | { | 649 | { |
649 | return KIdManager::getId ( mData->mExternalId, prof ); | 650 | return KIdManager::getId ( mData->mExternalId, prof ); |
650 | } | 651 | } |
651 | 652 | ||
652 | void Addressee::setCsum( const QString & prof , const QString & id ) | 653 | void Addressee::setCsum( const QString & prof , const QString & id ) |
653 | { | 654 | { |
654 | detach(); | 655 | detach(); |
655 | //qDebug("setcsum1 %s %s %s",mData->mExternalId.latin1(), prof.latin1(), id.latin1() ); | 656 | //qDebug("setcsum1 %s %s %s",mData->mExternalId.latin1(), prof.latin1(), id.latin1() ); |
656 | mData->mExternalId = KIdManager::setCsum ( mData->mExternalId, prof, id ); | 657 | mData->mExternalId = KIdManager::setCsum ( mData->mExternalId, prof, id ); |
657 | //qDebug("setcsum2 %s ",mData->mExternalId.latin1() ); | 658 | //qDebug("setcsum2 %s ",mData->mExternalId.latin1() ); |
658 | } | 659 | } |
659 | 660 | ||
660 | const QString Addressee::getCsum( const QString & prof) const | 661 | const QString Addressee::getCsum( const QString & prof) const |
661 | { | 662 | { |
662 | return KIdManager::getCsum ( mData->mExternalId, prof ); | 663 | return KIdManager::getCsum ( mData->mExternalId, prof ); |
663 | } | 664 | } |
664 | 665 | ||
665 | void Addressee::setIDStr( const QString & s ) | 666 | void Addressee::setIDStr( const QString & s ) |
666 | { | 667 | { |
667 | detach(); | 668 | detach(); |
668 | mData->mExternalId = s; | 669 | mData->mExternalId = s; |
669 | } | 670 | } |
670 | 671 | ||
671 | const QString Addressee::IDStr() const | 672 | const QString Addressee::IDStr() const |
672 | { | 673 | { |
673 | return mData->mExternalId; | 674 | return mData->mExternalId; |
674 | } | 675 | } |
675 | 676 | ||
676 | void Addressee::setExternalUID( const QString &id ) | 677 | void Addressee::setExternalUID( const QString &id ) |
677 | { | 678 | { |
678 | if ( id == mData->externalUID ) return; | 679 | if ( id == mData->externalUID ) return; |
679 | detach(); | 680 | detach(); |
680 | mData->empty = false; | 681 | mData->empty = false; |
681 | mData->externalUID = id; | 682 | mData->externalUID = id; |
682 | } | 683 | } |
683 | 684 | ||
684 | const QString Addressee::externalUID() const | 685 | const QString Addressee::externalUID() const |
685 | { | 686 | { |
686 | return mData->externalUID; | 687 | return mData->externalUID; |
687 | } | 688 | } |
688 | void Addressee::setOriginalExternalUID( const QString &id ) | 689 | void Addressee::setOriginalExternalUID( const QString &id ) |
689 | { | 690 | { |
690 | if ( id == mData->originalExternalUID ) return; | 691 | if ( id == mData->originalExternalUID ) return; |
691 | detach(); | 692 | detach(); |
692 | mData->empty = false; | 693 | mData->empty = false; |
693 | //qDebug("*******Set orig uid %s ", id.latin1()); | 694 | //qDebug("*******Set orig uid %s ", id.latin1()); |
694 | mData->originalExternalUID = id; | 695 | mData->originalExternalUID = id; |
695 | } | 696 | } |
696 | 697 | ||
697 | QString Addressee::originalExternalUID() const | 698 | QString Addressee::originalExternalUID() const |
698 | { | 699 | { |
699 | return mData->originalExternalUID; | 700 | return mData->originalExternalUID; |
700 | } | 701 | } |
701 | 702 | ||
702 | void Addressee::setUid( const QString &id ) | 703 | void Addressee::setUid( const QString &id ) |
703 | { | 704 | { |
704 | if ( id == mData->uid ) return; | 705 | if ( id == mData->uid ) return; |
705 | detach(); | 706 | detach(); |
706 | //qDebug("****setuid %s ", id.latin1()); | 707 | //qDebug("****setuid %s ", id.latin1()); |
707 | mData->empty = false; | 708 | mData->empty = false; |
708 | mData->uid = id; | 709 | mData->uid = id; |
709 | } | 710 | } |
710 | 711 | ||
711 | const QString Addressee::uid() const | 712 | const QString Addressee::uid() const |
712 | { | 713 | { |
713 | if ( mData->uid.isEmpty() ) | 714 | if ( mData->uid.isEmpty() ) |
714 | mData->uid = KApplication::randomString( 10 ); | 715 | mData->uid = KApplication::randomString( 10 ); |
715 | 716 | ||
716 | return mData->uid; | 717 | return mData->uid; |
717 | } | 718 | } |
718 | 719 | ||
719 | QString Addressee::uidLabel() | 720 | QString Addressee::uidLabel() |
720 | { | 721 | { |
721 | return i18n("Unique Identifier"); | 722 | return i18n("Unique Identifier"); |
722 | } | 723 | } |
723 | 724 | ||
724 | void Addressee::setName( const QString &name ) | 725 | void Addressee::setName( const QString &name ) |
725 | { | 726 | { |
726 | if ( name == mData->name ) return; | 727 | if ( name == mData->name ) return; |
727 | detach(); | 728 | detach(); |
728 | mData->empty = false; | 729 | mData->empty = false; |
729 | mData->name = name; | 730 | mData->name = name; |
730 | } | 731 | } |
731 | 732 | ||
732 | QString Addressee::name() const | 733 | QString Addressee::name() const |
733 | { | 734 | { |
734 | return mData->name; | 735 | return mData->name; |
735 | } | 736 | } |
736 | 737 | ||
737 | QString Addressee::nameLabel() | 738 | QString Addressee::nameLabel() |
738 | { | 739 | { |
739 | return i18n("Name"); | 740 | return i18n("Name"); |
740 | } | 741 | } |
741 | 742 | ||
742 | 743 | ||
743 | void Addressee::setFormattedName( const QString &formattedName ) | 744 | void Addressee::setFormattedName( const QString &formattedName ) |
744 | { | 745 | { |
745 | if ( formattedName == mData->formattedName ) return; | 746 | if ( formattedName == mData->formattedName ) return; |
746 | detach(); | 747 | detach(); |
747 | mData->empty = false; | 748 | mData->empty = false; |
748 | mData->formattedName = formattedName; | 749 | mData->formattedName = formattedName; |
749 | } | 750 | } |
751 | void Addressee::setDefaultFormattedName( const QString &formattedName ) | ||
752 | { | ||
753 | if ( formattedName == mData->defaultFormattedName ) return; | ||
754 | detach(); | ||
755 | mData->empty = false; | ||
756 | mData->defaultFormattedName = formattedName; | ||
757 | } | ||
750 | 758 | ||
751 | QString Addressee::formattedName() const | 759 | QString Addressee::formattedName() const |
752 | { | 760 | { |
753 | return mData->formattedName; | 761 | return mData->formattedName; |
754 | } | 762 | } |
763 | QString Addressee::defaultFormattedName() const | ||
764 | { | ||
765 | return mData->defaultFormattedName; | ||
766 | } | ||
755 | 767 | ||
756 | QString Addressee::formattedNameLabel() | 768 | QString Addressee::formattedNameLabel() |
757 | { | 769 | { |
758 | return i18n("Formatted Name"); | 770 | return i18n("Formatted Name"); |
759 | } | 771 | } |
760 | 772 | ||
773 | QString Addressee::defaultFormattedNameLabel() | ||
774 | { | ||
775 | return i18n("Def.Formatted Name"); | ||
776 | } | ||
777 | |||
761 | 778 | ||
762 | void Addressee::setFamilyName( const QString &familyName ) | 779 | void Addressee::setFamilyName( const QString &familyName ) |
763 | { | 780 | { |
764 | if ( familyName == mData->familyName ) return; | 781 | if ( familyName == mData->familyName ) return; |
765 | detach(); | 782 | detach(); |
766 | mData->empty = false; | 783 | mData->empty = false; |
767 | mData->familyName = familyName; | 784 | mData->familyName = familyName; |
768 | } | 785 | } |
769 | 786 | ||
770 | QString Addressee::familyName() const | 787 | QString Addressee::familyName() const |
771 | { | 788 | { |
772 | return mData->familyName; | 789 | return mData->familyName; |
773 | } | 790 | } |
774 | 791 | ||
775 | QString Addressee::familyNameLabel() | 792 | QString Addressee::familyNameLabel() |
776 | { | 793 | { |
777 | return i18n("Family Name"); | 794 | return i18n("Family Name"); |
778 | } | 795 | } |
779 | 796 | ||
780 | 797 | ||
781 | void Addressee::setGivenName( const QString &givenName ) | 798 | void Addressee::setGivenName( const QString &givenName ) |
782 | { | 799 | { |
783 | if ( givenName == mData->givenName ) return; | 800 | if ( givenName == mData->givenName ) return; |
784 | detach(); | 801 | detach(); |
785 | mData->empty = false; | 802 | mData->empty = false; |
786 | mData->givenName = givenName; | 803 | mData->givenName = givenName; |
787 | } | 804 | } |
788 | 805 | ||
789 | QString Addressee::givenName() const | 806 | QString Addressee::givenName() const |
790 | { | 807 | { |
791 | return mData->givenName; | 808 | return mData->givenName; |
792 | } | 809 | } |
793 | 810 | ||
794 | QString Addressee::givenNameLabel() | 811 | QString Addressee::givenNameLabel() |
795 | { | 812 | { |
796 | return i18n("Given Name"); | 813 | return i18n("Given Name"); |
797 | } | 814 | } |
798 | 815 | ||
799 | 816 | ||
800 | void Addressee::setAdditionalName( const QString &additionalName ) | 817 | void Addressee::setAdditionalName( const QString &additionalName ) |
801 | { | 818 | { |
802 | if ( additionalName == mData->additionalName ) return; | 819 | if ( additionalName == mData->additionalName ) return; |
803 | detach(); | 820 | detach(); |
804 | mData->empty = false; | 821 | mData->empty = false; |
805 | mData->additionalName = additionalName; | 822 | mData->additionalName = additionalName; |
806 | } | 823 | } |
807 | 824 | ||
808 | QString Addressee::additionalName() const | 825 | QString Addressee::additionalName() const |
809 | { | 826 | { |
810 | return mData->additionalName; | 827 | return mData->additionalName; |
811 | } | 828 | } |
812 | 829 | ||
813 | QString Addressee::additionalNameLabel() | 830 | QString Addressee::additionalNameLabel() |
814 | { | 831 | { |
815 | return i18n("Additional Names"); | 832 | return i18n("Additional Names"); |
816 | } | 833 | } |
817 | 834 | ||
818 | 835 | ||
819 | void Addressee::setPrefix( const QString &prefix ) | 836 | void Addressee::setPrefix( const QString &prefix ) |
820 | { | 837 | { |
821 | if ( prefix == mData->prefix ) return; | 838 | if ( prefix == mData->prefix ) return; |
822 | detach(); | 839 | detach(); |
823 | mData->empty = false; | 840 | mData->empty = false; |
824 | mData->prefix = prefix; | 841 | mData->prefix = prefix; |
825 | } | 842 | } |
826 | 843 | ||
827 | QString Addressee::prefix() const | 844 | QString Addressee::prefix() const |
828 | { | 845 | { |
829 | return mData->prefix; | 846 | return mData->prefix; |
830 | } | 847 | } |
831 | 848 | ||
832 | QString Addressee::prefixLabel() | 849 | QString Addressee::prefixLabel() |
833 | { | 850 | { |
834 | return i18n("Honorific Prefixes"); | 851 | return i18n("Honorific Prefixes"); |
835 | } | 852 | } |
836 | 853 | ||
837 | 854 | ||
838 | void Addressee::setSuffix( const QString &suffix ) | 855 | void Addressee::setSuffix( const QString &suffix ) |
839 | { | 856 | { |
840 | if ( suffix == mData->suffix ) return; | 857 | if ( suffix == mData->suffix ) return; |
841 | detach(); | 858 | detach(); |
842 | mData->empty = false; | 859 | mData->empty = false; |
843 | mData->suffix = suffix; | 860 | mData->suffix = suffix; |
844 | } | 861 | } |
845 | 862 | ||
846 | QString Addressee::suffix() const | 863 | QString Addressee::suffix() const |
847 | { | 864 | { |
848 | return mData->suffix; | 865 | return mData->suffix; |
849 | } | 866 | } |
850 | 867 | ||
851 | QString Addressee::suffixLabel() | 868 | QString Addressee::suffixLabel() |
852 | { | 869 | { |
853 | return i18n("Honorific Suffixes"); | 870 | return i18n("Honorific Suffixes"); |
854 | } | 871 | } |
855 | 872 | ||
856 | 873 | ||
857 | void Addressee::setNickName( const QString &nickName ) | 874 | void Addressee::setNickName( const QString &nickName ) |
858 | { | 875 | { |
859 | if ( nickName == mData->nickName ) return; | 876 | if ( nickName == mData->nickName ) return; |
860 | detach(); | 877 | detach(); |
861 | mData->empty = false; | 878 | mData->empty = false; |
862 | mData->nickName = nickName; | 879 | mData->nickName = nickName; |
863 | } | 880 | } |
864 | 881 | ||
865 | QString Addressee::nickName() const | 882 | QString Addressee::nickName() const |
866 | { | 883 | { |
867 | return mData->nickName; | 884 | return mData->nickName; |
868 | } | 885 | } |
869 | 886 | ||
870 | QString Addressee::nickNameLabel() | 887 | QString Addressee::nickNameLabel() |
871 | { | 888 | { |
872 | return i18n("Nick Name"); | 889 | return i18n("Nick Name"); |
873 | } | 890 | } |
874 | 891 | ||
875 | 892 | ||
876 | void Addressee::setBirthday( const QDateTime &birthday ) | 893 | void Addressee::setBirthday( const QDateTime &birthday ) |
877 | { | 894 | { |
878 | if ( birthday == mData->birthday ) return; | 895 | if ( birthday == mData->birthday ) return; |
879 | detach(); | 896 | detach(); |
880 | mData->empty = false; | 897 | mData->empty = false; |
881 | mData->birthday = birthday; | 898 | mData->birthday = birthday; |
882 | } | 899 | } |
883 | 900 | ||
884 | QDateTime Addressee::birthday() const | 901 | QDateTime Addressee::birthday() const |
885 | { | 902 | { |
886 | return mData->birthday; | 903 | return mData->birthday; |
887 | } | 904 | } |
888 | 905 | ||
889 | QString Addressee::birthdayLabel() | 906 | QString Addressee::birthdayLabel() |
890 | { | 907 | { |
891 | return i18n("Birthday"); | 908 | return i18n("Birthday"); |
892 | } | 909 | } |
893 | 910 | ||
894 | 911 | ||
895 | QString Addressee::homeAddressStreetLabel() | 912 | QString Addressee::homeAddressStreetLabel() |
896 | { | 913 | { |
897 | return i18n("Home Address Street"); | 914 | return i18n("Home Address Street"); |
898 | } | 915 | } |
899 | 916 | ||
900 | 917 | ||
901 | QString Addressee::homeAddressLocalityLabel() | 918 | QString Addressee::homeAddressLocalityLabel() |
902 | { | 919 | { |
903 | return i18n("Home Address Locality"); | 920 | return i18n("Home Address Locality"); |
904 | } | 921 | } |
905 | 922 | ||
906 | 923 | ||
907 | QString Addressee::homeAddressRegionLabel() | 924 | QString Addressee::homeAddressRegionLabel() |
908 | { | 925 | { |
909 | return i18n("Home Address Region"); | 926 | return i18n("Home Address Region"); |
910 | } | 927 | } |
911 | 928 | ||
912 | 929 | ||
913 | QString Addressee::homeAddressPostalCodeLabel() | 930 | QString Addressee::homeAddressPostalCodeLabel() |
914 | { | 931 | { |
915 | return i18n("Home Address Postal Code"); | 932 | return i18n("Home Address Postal Code"); |
916 | } | 933 | } |
917 | 934 | ||
918 | 935 | ||
919 | QString Addressee::homeAddressCountryLabel() | 936 | QString Addressee::homeAddressCountryLabel() |
920 | { | 937 | { |
921 | return i18n("Home Address Country"); | 938 | return i18n("Home Address Country"); |
922 | } | 939 | } |
923 | 940 | ||
924 | 941 | ||
925 | QString Addressee::homeAddressLabelLabel() | 942 | QString Addressee::homeAddressLabelLabel() |
926 | { | 943 | { |
927 | return i18n("Home Address Label"); | 944 | return i18n("Home Address Label"); |
928 | } | 945 | } |
929 | 946 | ||
930 | 947 | ||
931 | QString Addressee::businessAddressStreetLabel() | 948 | QString Addressee::businessAddressStreetLabel() |
932 | { | 949 | { |
933 | return i18n("Business Address Street"); | 950 | return i18n("Business Address Street"); |
934 | } | 951 | } |
935 | 952 | ||
936 | 953 | ||
937 | QString Addressee::businessAddressLocalityLabel() | 954 | QString Addressee::businessAddressLocalityLabel() |
938 | { | 955 | { |
939 | return i18n("Business Address Locality"); | 956 | return i18n("Business Address Locality"); |
940 | } | 957 | } |
941 | 958 | ||
942 | 959 | ||
943 | QString Addressee::businessAddressRegionLabel() | 960 | QString Addressee::businessAddressRegionLabel() |
944 | { | 961 | { |
945 | return i18n("Business Address Region"); | 962 | return i18n("Business Address Region"); |
946 | } | 963 | } |
947 | 964 | ||
948 | 965 | ||
949 | QString Addressee::businessAddressPostalCodeLabel() | 966 | QString Addressee::businessAddressPostalCodeLabel() |
950 | { | 967 | { |
951 | return i18n("Business Address Postal Code"); | 968 | return i18n("Business Address Postal Code"); |
952 | } | 969 | } |
953 | 970 | ||
954 | 971 | ||
955 | QString Addressee::businessAddressCountryLabel() | 972 | QString Addressee::businessAddressCountryLabel() |
956 | { | 973 | { |
957 | return i18n("Business Address Country"); | 974 | return i18n("Business Address Country"); |
958 | } | 975 | } |
959 | 976 | ||
960 | 977 | ||
961 | QString Addressee::businessAddressLabelLabel() | 978 | QString Addressee::businessAddressLabelLabel() |
962 | { | 979 | { |
963 | return i18n("Business Address Label"); | 980 | return i18n("Business Address Label"); |
964 | } | 981 | } |
965 | 982 | ||
966 | 983 | ||
967 | QString Addressee::homePhoneLabel() | 984 | QString Addressee::homePhoneLabel() |
968 | { | 985 | { |
969 | return i18n("Home Phone"); | 986 | return i18n("Home Phone"); |
970 | } | 987 | } |
971 | 988 | ||
972 | 989 | ||
973 | QString Addressee::businessPhoneLabel() | 990 | QString Addressee::businessPhoneLabel() |
974 | { | 991 | { |
975 | return i18n("Business Phone"); | 992 | return i18n("Business Phone"); |
976 | } | 993 | } |
977 | 994 | ||
978 | 995 | ||
979 | QString Addressee::mobilePhoneLabel() | 996 | QString Addressee::mobilePhoneLabel() |
980 | { | 997 | { |
981 | return i18n("Mobile Phone"); | 998 | return i18n("Mobile Phone"); |
982 | } | 999 | } |
1000 | QString Addressee::mobileWorkPhoneLabel() | ||
1001 | { | ||
1002 | return i18n("Mobile (work)"); | ||
1003 | } | ||
1004 | QString Addressee::mobileHomePhoneLabel() | ||
1005 | { | ||
1006 | return i18n("Mobile (home)"); | ||
1007 | } | ||
983 | 1008 | ||
984 | 1009 | ||
985 | QString Addressee::homeFaxLabel() | 1010 | QString Addressee::homeFaxLabel() |
986 | { | 1011 | { |
987 | return i18n("Home Fax"); | 1012 | return i18n("Home Fax"); |
988 | } | 1013 | } |
989 | 1014 | ||
990 | 1015 | ||
991 | QString Addressee::businessFaxLabel() | 1016 | QString Addressee::businessFaxLabel() |
992 | { | 1017 | { |
993 | return i18n("Business Fax"); | 1018 | return i18n("Business Fax"); |
994 | } | 1019 | } |
995 | 1020 | ||
996 | 1021 | ||
997 | QString Addressee::carPhoneLabel() | 1022 | QString Addressee::carPhoneLabel() |
998 | { | 1023 | { |
999 | return i18n("Car Phone"); | 1024 | return i18n("Car Phone"); |
1000 | } | 1025 | } |
1001 | 1026 | ||
1002 | 1027 | ||
1003 | QString Addressee::isdnLabel() | 1028 | QString Addressee::isdnLabel() |
1004 | { | 1029 | { |
1005 | return i18n("ISDN"); | 1030 | return i18n("ISDN"); |
1006 | } | 1031 | } |
1007 | 1032 | ||
1008 | 1033 | ||
1009 | QString Addressee::pagerLabel() | 1034 | QString Addressee::pagerLabel() |
1010 | { | 1035 | { |
1011 | return i18n("Pager"); | 1036 | return i18n("Pager"); |
1012 | } | 1037 | } |
1013 | 1038 | ||
1014 | QString Addressee::sipLabel() | 1039 | QString Addressee::sipLabel() |
1015 | { | 1040 | { |
1016 | return i18n("SIP"); | 1041 | return i18n("SIP"); |
1017 | } | 1042 | } |
1018 | 1043 | ||
1019 | QString Addressee::emailLabel() | 1044 | QString Addressee::emailLabel() |
1020 | { | 1045 | { |
1021 | return i18n("Email Address"); | 1046 | return i18n("Email Address"); |
1022 | } | 1047 | } |
1023 | 1048 | ||
1024 | 1049 | ||
1025 | void Addressee::setMailer( const QString &mailer ) | 1050 | void Addressee::setMailer( const QString &mailer ) |
1026 | { | 1051 | { |
1027 | if ( mailer == mData->mailer ) return; | 1052 | if ( mailer == mData->mailer ) return; |
1028 | detach(); | 1053 | detach(); |
1029 | mData->empty = false; | 1054 | mData->empty = false; |
1030 | mData->mailer = mailer; | 1055 | mData->mailer = mailer; |
1031 | } | 1056 | } |
1032 | 1057 | ||
1033 | QString Addressee::mailer() const | 1058 | QString Addressee::mailer() const |
1034 | { | 1059 | { |
1035 | return mData->mailer; | 1060 | return mData->mailer; |
1036 | } | 1061 | } |
1037 | 1062 | ||
1038 | QString Addressee::mailerLabel() | 1063 | QString Addressee::mailerLabel() |
1039 | { | 1064 | { |
1040 | return i18n("Mail Client"); | 1065 | return i18n("Mail Client"); |
1041 | } | 1066 | } |
1042 | 1067 | ||
1043 | 1068 | ||
1044 | void Addressee::setTimeZone( const TimeZone &timeZone ) | 1069 | void Addressee::setTimeZone( const TimeZone &timeZone ) |
1045 | { | 1070 | { |
1046 | if ( timeZone == mData->timeZone ) return; | 1071 | if ( timeZone == mData->timeZone ) return; |
1047 | detach(); | 1072 | detach(); |
1048 | mData->empty = false; | 1073 | mData->empty = false; |
1049 | mData->timeZone = timeZone; | 1074 | mData->timeZone = timeZone; |
1050 | } | 1075 | } |
1051 | 1076 | ||
1052 | TimeZone Addressee::timeZone() const | 1077 | TimeZone Addressee::timeZone() const |
1053 | { | 1078 | { |
1054 | return mData->timeZone; | 1079 | return mData->timeZone; |
1055 | } | 1080 | } |
1056 | 1081 | ||
1057 | QString Addressee::timeZoneLabel() | 1082 | QString Addressee::timeZoneLabel() |
1058 | { | 1083 | { |
1059 | return i18n("Time Zone"); | 1084 | return i18n("Time Zone"); |
1060 | } | 1085 | } |
1061 | 1086 | ||
1062 | 1087 | ||
1063 | void Addressee::setGeo( const Geo &geo ) | 1088 | void Addressee::setGeo( const Geo &geo ) |
1064 | { | 1089 | { |
1065 | if ( geo == mData->geo ) return; | 1090 | if ( geo == mData->geo ) return; |
1066 | detach(); | 1091 | detach(); |
1067 | mData->empty = false; | 1092 | mData->empty = false; |
1068 | mData->geo = geo; | 1093 | mData->geo = geo; |
1069 | } | 1094 | } |
1070 | 1095 | ||
1071 | Geo Addressee::geo() const | 1096 | Geo Addressee::geo() const |
1072 | { | 1097 | { |
1073 | return mData->geo; | 1098 | return mData->geo; |
1074 | } | 1099 | } |
1075 | 1100 | ||
1076 | QString Addressee::geoLabel() | 1101 | QString Addressee::geoLabel() |
1077 | { | 1102 | { |
1078 | return i18n("Geographic Position"); | 1103 | return i18n("Geographic Position"); |
1079 | } | 1104 | } |
1080 | 1105 | ||
1081 | 1106 | ||
1082 | void Addressee::setTitle( const QString &title ) | 1107 | void Addressee::setTitle( const QString &title ) |
1083 | { | 1108 | { |
1084 | if ( title == mData->title ) return; | 1109 | if ( title == mData->title ) return; |
1085 | detach(); | 1110 | detach(); |
1086 | mData->empty = false; | 1111 | mData->empty = false; |
1087 | mData->title = title; | 1112 | mData->title = title; |
1088 | } | 1113 | } |
1089 | 1114 | ||
1090 | QString Addressee::title() const | 1115 | QString Addressee::title() const |
1091 | { | 1116 | { |
1092 | return mData->title; | 1117 | return mData->title; |
1093 | } | 1118 | } |
1094 | 1119 | ||
1095 | QString Addressee::titleLabel() | 1120 | QString Addressee::titleLabel() |
1096 | { | 1121 | { |
1097 | return i18n("Title"); | 1122 | return i18n("Title"); |
1098 | } | 1123 | } |
1099 | 1124 | ||
1100 | 1125 | ||
1101 | void Addressee::setRole( const QString &role ) | 1126 | void Addressee::setRole( const QString &role ) |
1102 | { | 1127 | { |
1103 | if ( role == mData->role ) return; | 1128 | if ( role == mData->role ) return; |
1104 | detach(); | 1129 | detach(); |
1105 | mData->empty = false; | 1130 | mData->empty = false; |
1106 | mData->role = role; | 1131 | mData->role = role; |
1107 | } | 1132 | } |
1108 | 1133 | ||
1109 | QString Addressee::role() const | 1134 | QString Addressee::role() const |
1110 | { | 1135 | { |
1111 | return mData->role; | 1136 | return mData->role; |
1112 | } | 1137 | } |
1113 | 1138 | ||
1114 | QString Addressee::roleLabel() | 1139 | QString Addressee::roleLabel() |
1115 | { | 1140 | { |
1116 | return i18n("Role"); | 1141 | return i18n("Role"); |
1117 | } | 1142 | } |
1118 | 1143 | ||
1119 | 1144 | ||
1120 | void Addressee::setOrganization( const QString &organization ) | 1145 | void Addressee::setOrganization( const QString &organization ) |
1121 | { | 1146 | { |
1122 | if ( organization == mData->organization ) return; | 1147 | if ( organization == mData->organization ) return; |
1123 | detach(); | 1148 | detach(); |
1124 | mData->empty = false; | 1149 | mData->empty = false; |
1125 | mData->organization = organization; | 1150 | mData->organization = organization; |
1126 | } | 1151 | } |
1127 | 1152 | ||
1128 | QString Addressee::organization() const | 1153 | QString Addressee::organization() const |
1129 | { | 1154 | { |
1130 | return mData->organization; | 1155 | return mData->organization; |
1131 | } | 1156 | } |
1132 | 1157 | ||
1133 | QString Addressee::organizationLabel() | 1158 | QString Addressee::organizationLabel() |
1134 | { | 1159 | { |
1135 | return i18n("Organization"); | 1160 | return i18n("Organization"); |
1136 | } | 1161 | } |
1137 | 1162 | ||
1138 | 1163 | ||
1139 | void Addressee::setNote( const QString ¬e ) | 1164 | void Addressee::setNote( const QString ¬e ) |
1140 | { | 1165 | { |
1141 | if ( note == mData->note ) return; | 1166 | if ( note == mData->note ) return; |
1142 | detach(); | 1167 | detach(); |
1143 | mData->empty = false; | 1168 | mData->empty = false; |
1144 | mData->note = note; | 1169 | mData->note = note; |
1145 | } | 1170 | } |
1146 | 1171 | ||
1147 | QString Addressee::note() const | 1172 | QString Addressee::note() const |
1148 | { | 1173 | { |
1149 | return mData->note; | 1174 | return mData->note; |
1150 | } | 1175 | } |
1151 | 1176 | ||
1152 | QString Addressee::noteLabel() | 1177 | QString Addressee::noteLabel() |
1153 | { | 1178 | { |
1154 | return i18n("Note"); | 1179 | return i18n("Note"); |
1155 | } | 1180 | } |
1156 | 1181 | ||
1157 | 1182 | ||
1158 | void Addressee::setProductId( const QString &productId ) | 1183 | void Addressee::setProductId( const QString &productId ) |
1159 | { | 1184 | { |
1160 | if ( productId == mData->productId ) return; | 1185 | if ( productId == mData->productId ) return; |
1161 | detach(); | 1186 | detach(); |
1162 | mData->empty = false; | 1187 | mData->empty = false; |
1163 | mData->productId = productId; | 1188 | mData->productId = productId; |
1164 | } | 1189 | } |
1165 | 1190 | ||
1166 | QString Addressee::productId() const | 1191 | QString Addressee::productId() const |
1167 | { | 1192 | { |
1168 | return mData->productId; | 1193 | return mData->productId; |
1169 | } | 1194 | } |
1170 | 1195 | ||
1171 | QString Addressee::productIdLabel() | 1196 | QString Addressee::productIdLabel() |
1172 | { | 1197 | { |
1173 | return i18n("Product Identifier"); | 1198 | return i18n("Product Identifier"); |
1174 | } | 1199 | } |
1175 | 1200 | ||
1176 | 1201 | ||
1177 | void Addressee::setRevision( const QDateTime &revision ) | 1202 | void Addressee::setRevision( const QDateTime &revision ) |
1178 | { | 1203 | { |
1179 | if ( revision == mData->revision ) return; | 1204 | if ( revision == mData->revision ) return; |
1180 | detach(); | 1205 | detach(); |
1181 | mData->empty = false; | 1206 | mData->empty = false; |
1182 | mData->revision = QDateTime( revision.date(), | 1207 | mData->revision = QDateTime( revision.date(), |
1183 | QTime (revision.time().hour(), | 1208 | QTime (revision.time().hour(), |
1184 | revision.time().minute(), | 1209 | revision.time().minute(), |
1185 | revision.time().second())); | 1210 | revision.time().second())); |
1186 | } | 1211 | } |
1187 | 1212 | ||
1188 | QDateTime Addressee::revision() const | 1213 | QDateTime Addressee::revision() const |
1189 | { | 1214 | { |
1190 | return mData->revision; | 1215 | return mData->revision; |
1191 | } | 1216 | } |
1192 | 1217 | ||
1193 | QString Addressee::revisionLabel() | 1218 | QString Addressee::revisionLabel() |
1194 | { | 1219 | { |
1195 | return i18n("Revision Date"); | 1220 | return i18n("Revision Date"); |
1196 | } | 1221 | } |
1197 | 1222 | ||
1198 | 1223 | ||
1199 | void Addressee::setSortString( const QString &sortString ) | 1224 | void Addressee::setSortString( const QString &sortString ) |
1200 | { | 1225 | { |
1201 | if ( sortString == mData->sortString ) return; | 1226 | if ( sortString == mData->sortString ) return; |
1202 | detach(); | 1227 | detach(); |
1203 | mData->empty = false; | 1228 | mData->empty = false; |
1204 | mData->sortString = sortString; | 1229 | mData->sortString = sortString; |
1205 | } | 1230 | } |
1206 | 1231 | ||
1207 | QString Addressee::sortString() const | 1232 | QString Addressee::sortString() const |
1208 | { | 1233 | { |
1209 | return mData->sortString; | 1234 | return mData->sortString; |
1210 | } | 1235 | } |
1211 | 1236 | ||
1212 | QString Addressee::sortStringLabel() | 1237 | QString Addressee::sortStringLabel() |
1213 | { | 1238 | { |
1214 | return i18n("Sort String"); | 1239 | return i18n("Sort String"); |
1215 | } | 1240 | } |
1216 | 1241 | ||
1217 | 1242 | ||
1218 | void Addressee::setUrl( const KURL &url ) | 1243 | void Addressee::setUrl( const KURL &url ) |
1219 | { | 1244 | { |
1220 | if ( url == mData->url ) return; | 1245 | if ( url == mData->url ) return; |
1221 | detach(); | 1246 | detach(); |
1222 | mData->empty = false; | 1247 | mData->empty = false; |
1223 | mData->url = url; | 1248 | mData->url = url; |
1224 | } | 1249 | } |
1225 | 1250 | ||
1226 | KURL Addressee::url() const | 1251 | KURL Addressee::url() const |
1227 | { | 1252 | { |
1228 | return mData->url; | 1253 | return mData->url; |
1229 | } | 1254 | } |
1230 | 1255 | ||
1231 | QString Addressee::urlLabel() | 1256 | QString Addressee::urlLabel() |
1232 | { | 1257 | { |
1233 | return i18n("URL"); | 1258 | return i18n("URL"); |
1234 | } | 1259 | } |
1235 | 1260 | ||
1236 | 1261 | ||
1237 | void Addressee::setSecrecy( const Secrecy &secrecy ) | 1262 | void Addressee::setSecrecy( const Secrecy &secrecy ) |
1238 | { | 1263 | { |
1239 | if ( secrecy == mData->secrecy ) return; | 1264 | if ( secrecy == mData->secrecy ) return; |
1240 | detach(); | 1265 | detach(); |
1241 | mData->empty = false; | 1266 | mData->empty = false; |
1242 | mData->secrecy = secrecy; | 1267 | mData->secrecy = secrecy; |
1243 | } | 1268 | } |
1244 | 1269 | ||
1245 | Secrecy Addressee::secrecy() const | 1270 | Secrecy Addressee::secrecy() const |
1246 | { | 1271 | { |
1247 | return mData->secrecy; | 1272 | return mData->secrecy; |
1248 | } | 1273 | } |
1249 | 1274 | ||
1250 | QString Addressee::secrecyLabel() | 1275 | QString Addressee::secrecyLabel() |
1251 | { | 1276 | { |
1252 | return i18n("Security Class"); | 1277 | return i18n("Security Class"); |
1253 | } | 1278 | } |
1254 | 1279 | ||
1255 | 1280 | ||
1256 | void Addressee::setLogo( const Picture &logo ) | 1281 | void Addressee::setLogo( const Picture &logo ) |
1257 | { | 1282 | { |
1258 | if ( logo == mData->logo ) return; | 1283 | if ( logo == mData->logo ) return; |
1259 | detach(); | 1284 | detach(); |
1260 | mData->empty = false; | 1285 | mData->empty = false; |
1261 | mData->logo = logo; | 1286 | mData->logo = logo; |
1262 | } | 1287 | } |
1263 | 1288 | ||
1264 | Picture Addressee::logo() const | 1289 | Picture Addressee::logo() const |
1265 | { | 1290 | { |
1266 | return mData->logo; | 1291 | return mData->logo; |
1267 | } | 1292 | } |
1268 | 1293 | ||
1269 | QString Addressee::logoLabel() | 1294 | QString Addressee::logoLabel() |
1270 | { | 1295 | { |
1271 | return i18n("Logo"); | 1296 | return i18n("Logo"); |
1272 | } | 1297 | } |
1273 | 1298 | ||
1274 | 1299 | ||
1275 | void Addressee::setPhoto( const Picture &photo ) | 1300 | void Addressee::setPhoto( const Picture &photo ) |
1276 | { | 1301 | { |
1277 | if ( photo == mData->photo ) return; | 1302 | if ( photo == mData->photo ) return; |
1278 | detach(); | 1303 | detach(); |
1279 | mData->empty = false; | 1304 | mData->empty = false; |
1280 | mData->photo = photo; | 1305 | mData->photo = photo; |
1281 | } | 1306 | } |
1282 | 1307 | ||
1283 | Picture Addressee::photo() const | 1308 | Picture Addressee::photo() const |
1284 | { | 1309 | { |
1285 | return mData->photo; | 1310 | return mData->photo; |
1286 | } | 1311 | } |
1287 | 1312 | ||
1288 | QString Addressee::photoLabel() | 1313 | QString Addressee::photoLabel() |
1289 | { | 1314 | { |
1290 | return i18n("Photo"); | 1315 | return i18n("Photo"); |
1291 | } | 1316 | } |
1292 | 1317 | ||
1293 | 1318 | ||
1294 | void Addressee::setSound( const Sound &sound ) | 1319 | void Addressee::setSound( const Sound &sound ) |
1295 | { | 1320 | { |
1296 | if ( sound == mData->sound ) return; | 1321 | if ( sound == mData->sound ) return; |
1297 | detach(); | 1322 | detach(); |
1298 | mData->empty = false; | 1323 | mData->empty = false; |
1299 | mData->sound = sound; | 1324 | mData->sound = sound; |
1300 | } | 1325 | } |
1301 | 1326 | ||
1302 | Sound Addressee::sound() const | 1327 | Sound Addressee::sound() const |
1303 | { | 1328 | { |
1304 | return mData->sound; | 1329 | return mData->sound; |
1305 | } | 1330 | } |
1306 | 1331 | ||
1307 | QString Addressee::soundLabel() | 1332 | QString Addressee::soundLabel() |
1308 | { | 1333 | { |
1309 | return i18n("Sound"); | 1334 | return i18n("Sound"); |
1310 | } | 1335 | } |
1311 | 1336 | ||
1312 | 1337 | ||
1313 | void Addressee::setAgent( const Agent &agent ) | 1338 | void Addressee::setAgent( const Agent &agent ) |
1314 | { | 1339 | { |
1315 | if ( agent == mData->agent ) return; | 1340 | if ( agent == mData->agent ) return; |
1316 | detach(); | 1341 | detach(); |
1317 | mData->empty = false; | 1342 | mData->empty = false; |
1318 | mData->agent = agent; | 1343 | mData->agent = agent; |
1319 | } | 1344 | } |
1320 | 1345 | ||
1321 | Agent Addressee::agent() const | 1346 | Agent Addressee::agent() const |
1322 | { | 1347 | { |
1323 | return mData->agent; | 1348 | return mData->agent; |
1324 | } | 1349 | } |
1325 | 1350 | ||
1326 | QString Addressee::agentLabel() | 1351 | QString Addressee::agentLabel() |
1327 | { | 1352 | { |
1328 | return i18n("Agent"); | 1353 | return i18n("Agent"); |
1329 | } | 1354 | } |
1330 | 1355 | ||
1331 | 1356 | ||
1332 | 1357 | ||
1333 | void Addressee::setNameFromString( const QString &str ) | 1358 | void Addressee::setNameFromString( const QString &str ) |
1334 | { | 1359 | { |
1335 | setFormattedName( str ); | 1360 | setFormattedName( str ); |
1336 | setName( str ); | 1361 | setName( str ); |
1337 | 1362 | ||
1338 | static bool first = true; | 1363 | static bool first = true; |
1339 | static QStringList titles; | 1364 | static QStringList titles; |
1340 | static QStringList suffixes; | 1365 | static QStringList suffixes; |
1341 | static QStringList prefixes; | 1366 | static QStringList prefixes; |
1342 | 1367 | ||
1343 | if ( first ) { | 1368 | if ( first ) { |
1344 | first = false; | 1369 | first = false; |
1345 | titles += i18n( "Dr." ); | 1370 | titles += i18n( "Dr." ); |
1346 | titles += i18n( "Miss" ); | 1371 | titles += i18n( "Miss" ); |
1347 | titles += i18n( "Mr." ); | 1372 | titles += i18n( "Mr." ); |
1348 | titles += i18n( "Mrs." ); | 1373 | titles += i18n( "Mrs." ); |
1349 | titles += i18n( "Ms." ); | 1374 | titles += i18n( "Ms." ); |
1350 | titles += i18n( "Prof." ); | 1375 | titles += i18n( "Prof." ); |
1351 | 1376 | ||
1352 | suffixes += i18n( "I" ); | 1377 | suffixes += i18n( "I" ); |
1353 | suffixes += i18n( "II" ); | 1378 | suffixes += i18n( "II" ); |
1354 | suffixes += i18n( "III" ); | 1379 | suffixes += i18n( "III" ); |
1355 | suffixes += i18n( "Jr." ); | 1380 | suffixes += i18n( "Jr." ); |
1356 | suffixes += i18n( "Sr." ); | 1381 | suffixes += i18n( "Sr." ); |
1357 | 1382 | ||
1358 | prefixes += "van"; | 1383 | prefixes += "van"; |
1359 | prefixes += "von"; | 1384 | prefixes += "von"; |
1360 | prefixes += "de"; | 1385 | prefixes += "de"; |
1361 | 1386 | ||
1362 | KConfig config( locateLocal( "config", "kabcrc") ); | 1387 | KConfig config( locateLocal( "config", "kabcrc") ); |
1363 | config.setGroup( "General" ); | 1388 | config.setGroup( "General" ); |
1364 | titles += config.readListEntry( "Prefixes" ); | 1389 | titles += config.readListEntry( "Prefixes" ); |
1365 | titles.remove( "" ); | 1390 | titles.remove( "" ); |
1366 | prefixes += config.readListEntry( "Inclusions" ); | 1391 | prefixes += config.readListEntry( "Inclusions" ); |
1367 | prefixes.remove( "" ); | 1392 | prefixes.remove( "" ); |
1368 | suffixes += config.readListEntry( "Suffixes" ); | 1393 | suffixes += config.readListEntry( "Suffixes" ); |
1369 | suffixes.remove( "" ); | 1394 | suffixes.remove( "" ); |
1370 | } | 1395 | } |
1371 | 1396 | ||
1372 | // clear all name parts | 1397 | // clear all name parts |
1373 | setPrefix( "" ); | 1398 | setPrefix( "" ); |
1374 | setGivenName( "" ); | 1399 | setGivenName( "" ); |
1375 | setAdditionalName( "" ); | 1400 | setAdditionalName( "" ); |
1376 | setFamilyName( "" ); | 1401 | setFamilyName( "" ); |
1377 | setSuffix( "" ); | 1402 | setSuffix( "" ); |
1378 | 1403 | ||
1379 | if ( str.isEmpty() ) | 1404 | if ( str.isEmpty() ) |
1380 | return; | 1405 | return; |
1381 | 1406 | ||
1382 | int i = str.find(','); | 1407 | int i = str.find(','); |
1383 | if( i < 0 ) { | 1408 | if( i < 0 ) { |
1384 | QStringList parts = QStringList::split( " ", str ); | 1409 | QStringList parts = QStringList::split( " ", str ); |
1385 | int leftOffset = 0; | 1410 | int leftOffset = 0; |
1386 | int rightOffset = parts.count() - 1; | 1411 | int rightOffset = parts.count() - 1; |
1387 | 1412 | ||
1388 | QString suffix; | 1413 | QString suffix; |
1389 | while ( rightOffset >= 0 ) { | 1414 | while ( rightOffset >= 0 ) { |
1390 | if ( suffixes.contains( parts[ rightOffset ] ) ) { | 1415 | if ( suffixes.contains( parts[ rightOffset ] ) ) { |
1391 | suffix.prepend(parts[ rightOffset ] + (suffix.isEmpty() ? "" : " ")); | 1416 | suffix.prepend(parts[ rightOffset ] + (suffix.isEmpty() ? "" : " ")); |
1392 | rightOffset--; | 1417 | rightOffset--; |
1393 | } else | 1418 | } else |
1394 | break; | 1419 | break; |
1395 | } | 1420 | } |
1396 | setSuffix( suffix ); | 1421 | setSuffix( suffix ); |
1397 | 1422 | ||
1398 | if ( rightOffset < 0 ) | 1423 | if ( rightOffset < 0 ) |
1399 | return; | 1424 | return; |
1400 | 1425 | ||
1401 | if ( rightOffset - 1 >= 0 && prefixes.contains( parts[ rightOffset - 1 ].lower() ) ) { | 1426 | if ( rightOffset - 1 >= 0 && prefixes.contains( parts[ rightOffset - 1 ].lower() ) ) { |
1402 | setFamilyName( parts[ rightOffset - 1 ] + " " + parts[ rightOffset ] ); | 1427 | setFamilyName( parts[ rightOffset - 1 ] + " " + parts[ rightOffset ] ); |
1403 | rightOffset--; | 1428 | rightOffset--; |
1404 | } else | 1429 | } else |
1405 | setFamilyName( parts[ rightOffset ] ); | 1430 | setFamilyName( parts[ rightOffset ] ); |
1406 | 1431 | ||
1407 | QString prefix; | 1432 | QString prefix; |
1408 | while ( leftOffset < rightOffset ) { | 1433 | while ( leftOffset < rightOffset ) { |
1409 | if ( titles.contains( parts[ leftOffset ] ) ) { | 1434 | if ( titles.contains( parts[ leftOffset ] ) ) { |
1410 | prefix.append( ( prefix.isEmpty() ? "" : " ") + parts[ leftOffset ] ); | 1435 | prefix.append( ( prefix.isEmpty() ? "" : " ") + parts[ leftOffset ] ); |
1411 | leftOffset++; | 1436 | leftOffset++; |
1412 | } else | 1437 | } else |
1413 | break; | 1438 | break; |
1414 | } | 1439 | } |
1415 | setPrefix( prefix ); | 1440 | setPrefix( prefix ); |
1416 | 1441 | ||
1417 | if ( leftOffset < rightOffset ) { | 1442 | if ( leftOffset < rightOffset ) { |
1418 | setGivenName( parts[ leftOffset ] ); | 1443 | setGivenName( parts[ leftOffset ] ); |
1419 | leftOffset++; | 1444 | leftOffset++; |
1420 | } | 1445 | } |
1421 | 1446 | ||
1422 | QString additionalName; | 1447 | QString additionalName; |
1423 | while ( leftOffset < rightOffset ) { | 1448 | while ( leftOffset < rightOffset ) { |
1424 | additionalName.append( ( additionalName.isEmpty() ? "" : " ") + parts[ leftOffset ] ); | 1449 | additionalName.append( ( additionalName.isEmpty() ? "" : " ") + parts[ leftOffset ] ); |
1425 | leftOffset++; | 1450 | leftOffset++; |
1426 | } | 1451 | } |
1427 | setAdditionalName( additionalName ); | 1452 | setAdditionalName( additionalName ); |
1428 | } else { | 1453 | } else { |
1429 | QString part1 = str.left( i ); | 1454 | QString part1 = str.left( i ); |
1430 | QString part2 = str.mid( i + 1 ); | 1455 | QString part2 = str.mid( i + 1 ); |
1431 | 1456 | ||
1432 | QStringList parts = QStringList::split( " ", part1 ); | 1457 | QStringList parts = QStringList::split( " ", part1 ); |
1433 | int leftOffset = 0; | 1458 | int leftOffset = 0; |
1434 | int rightOffset = parts.count() - 1; | 1459 | int rightOffset = parts.count() - 1; |
1435 | 1460 | ||
1436 | QString suffix; | 1461 | QString suffix; |
1437 | while ( rightOffset >= 0 ) { | 1462 | while ( rightOffset >= 0 ) { |
1438 | if ( suffixes.contains( parts[ rightOffset ] ) ) { | 1463 | if ( suffixes.contains( parts[ rightOffset ] ) ) { |
1439 | suffix.prepend(parts[ rightOffset ] + (suffix.isEmpty() ? "" : " ")); | 1464 | suffix.prepend(parts[ rightOffset ] + (suffix.isEmpty() ? "" : " ")); |
1440 | rightOffset--; | 1465 | rightOffset--; |
1441 | } else | 1466 | } else |
1442 | break; | 1467 | break; |
1443 | } | 1468 | } |
1444 | setSuffix( suffix ); | 1469 | setSuffix( suffix ); |
1445 | 1470 | ||
1446 | if ( rightOffset - 1 >= 0 && prefixes.contains( parts[ rightOffset - 1 ].lower() ) ) { | 1471 | if ( rightOffset - 1 >= 0 && prefixes.contains( parts[ rightOffset - 1 ].lower() ) ) { |
1447 | setFamilyName( parts[ rightOffset - 1 ] + " " + parts[ rightOffset ] ); | 1472 | setFamilyName( parts[ rightOffset - 1 ] + " " + parts[ rightOffset ] ); |
1448 | rightOffset--; | 1473 | rightOffset--; |
1449 | } else | 1474 | } else |
1450 | setFamilyName( parts[ rightOffset ] ); | 1475 | setFamilyName( parts[ rightOffset ] ); |
1451 | 1476 | ||
1452 | QString prefix; | 1477 | QString prefix; |
1453 | while ( leftOffset < rightOffset ) { | 1478 | while ( leftOffset < rightOffset ) { |
1454 | if ( titles.contains( parts[ leftOffset ] ) ) { | 1479 | if ( titles.contains( parts[ leftOffset ] ) ) { |
1455 | prefix.append( ( prefix.isEmpty() ? "" : " ") + parts[ leftOffset ] ); | 1480 | prefix.append( ( prefix.isEmpty() ? "" : " ") + parts[ leftOffset ] ); |
1456 | leftOffset++; | 1481 | leftOffset++; |
1457 | } else | 1482 | } else |
1458 | break; | 1483 | break; |
1459 | } | 1484 | } |
1460 | 1485 | ||
1461 | parts = QStringList::split( " ", part2 ); | 1486 | parts = QStringList::split( " ", part2 ); |
1462 | 1487 | ||
1463 | leftOffset = 0; | 1488 | leftOffset = 0; |
1464 | rightOffset = parts.count(); | 1489 | rightOffset = parts.count(); |
1465 | 1490 | ||
1466 | while ( leftOffset < rightOffset ) { | 1491 | while ( leftOffset < rightOffset ) { |
1467 | if ( titles.contains( parts[ leftOffset ] ) ) { | 1492 | if ( titles.contains( parts[ leftOffset ] ) ) { |
1468 | prefix.append( ( prefix.isEmpty() ? "" : " ") + parts[ leftOffset ] ); | 1493 | prefix.append( ( prefix.isEmpty() ? "" : " ") + parts[ leftOffset ] ); |
1469 | leftOffset++; | 1494 | leftOffset++; |
1470 | } else | 1495 | } else |
1471 | break; | 1496 | break; |
1472 | } | 1497 | } |
1473 | setPrefix( prefix ); | 1498 | setPrefix( prefix ); |
1474 | 1499 | ||
1475 | if ( leftOffset < rightOffset ) { | 1500 | if ( leftOffset < rightOffset ) { |
1476 | setGivenName( parts[ leftOffset ] ); | 1501 | setGivenName( parts[ leftOffset ] ); |
1477 | leftOffset++; | 1502 | leftOffset++; |
1478 | } | 1503 | } |
1479 | 1504 | ||
1480 | QString additionalName; | 1505 | QString additionalName; |
1481 | while ( leftOffset < rightOffset ) { | 1506 | while ( leftOffset < rightOffset ) { |
1482 | additionalName.append( ( additionalName.isEmpty() ? "" : " ") + parts[ leftOffset ] ); | 1507 | additionalName.append( ( additionalName.isEmpty() ? "" : " ") + parts[ leftOffset ] ); |
1483 | leftOffset++; | 1508 | leftOffset++; |
1484 | } | 1509 | } |
1485 | setAdditionalName( additionalName ); | 1510 | setAdditionalName( additionalName ); |
1486 | } | 1511 | } |
1487 | } | 1512 | } |
1488 | 1513 | ||
1489 | QString Addressee::realName() const | 1514 | QString Addressee::realName() const |
1490 | { | 1515 | { |
1491 | if ( !formattedName().isEmpty() ) | 1516 | if ( !formattedName().isEmpty() ) |
1492 | return formattedName(); | 1517 | return formattedName(); |
1493 | 1518 | ||
1494 | QString n = assembledName(); | 1519 | QString n = assembledName(); |
1495 | 1520 | ||
1496 | if ( n.isEmpty() ) | 1521 | if ( n.isEmpty() ) |
1497 | n = name(); | 1522 | n = name(); |
1498 | if ( n.isEmpty() ) | 1523 | if ( n.isEmpty() ) |
1499 | n = organization(); | 1524 | n = organization(); |
1500 | return n; | 1525 | return n; |
1501 | } | 1526 | } |
1502 | 1527 | ||
1503 | QString Addressee::assembledName() const | 1528 | QString Addressee::assembledName() const |
1504 | { | 1529 | { |
1505 | QString name = prefix() + " " + givenName() + " " + additionalName() + " " + | 1530 | QString name = prefix() + " " + givenName() + " " + additionalName() + " " + |
1506 | familyName() + " " + suffix(); | 1531 | familyName() + " " + suffix(); |
1507 | 1532 | ||
1508 | return name.simplifyWhiteSpace(); | 1533 | return name.simplifyWhiteSpace(); |
1509 | } | 1534 | } |
1510 | 1535 | ||
1511 | QString Addressee::fullEmail( const QString &email ) const | 1536 | QString Addressee::fullEmail( const QString &email ) const |
1512 | { | 1537 | { |
1513 | QString e; | 1538 | QString e; |
1514 | if ( email.isNull() ) { | 1539 | if ( email.isNull() ) { |
1515 | e = preferredEmail(); | 1540 | e = preferredEmail(); |
1516 | } else { | 1541 | } else { |
1517 | e = email; | 1542 | e = email; |
1518 | } | 1543 | } |
1519 | if ( e.isEmpty() ) return QString::null; | 1544 | if ( e.isEmpty() ) return QString::null; |
1520 | 1545 | ||
1521 | QString text; | 1546 | QString text; |
1522 | if ( realName().isEmpty() ) | 1547 | if ( realName().isEmpty() ) |
1523 | text = e; | 1548 | text = e; |
1524 | else | 1549 | else |
1525 | text = assembledName() + " <" + e + ">"; | 1550 | text = assembledName() + " <" + e + ">"; |
1526 | 1551 | ||
1527 | return text; | 1552 | return text; |
1528 | } | 1553 | } |
1529 | 1554 | ||
1530 | void Addressee::insertEmail( const QString &email, bool preferred ) | 1555 | void Addressee::insertEmail( const QString &email, bool preferred ) |
1531 | { | 1556 | { |
1532 | detach(); | 1557 | detach(); |
1533 | 1558 | ||
1534 | QStringList::Iterator it = mData->emails.find( email ); | 1559 | QStringList::Iterator it = mData->emails.find( email ); |
1535 | 1560 | ||
1536 | if ( it != mData->emails.end() ) { | 1561 | if ( it != mData->emails.end() ) { |
1537 | if ( !preferred || it == mData->emails.begin() ) return; | 1562 | if ( !preferred || it == mData->emails.begin() ) return; |
1538 | mData->emails.remove( it ); | 1563 | mData->emails.remove( it ); |
1539 | mData->emails.prepend( email ); | 1564 | mData->emails.prepend( email ); |
1540 | } else { | 1565 | } else { |
1541 | if ( preferred ) { | 1566 | if ( preferred ) { |
1542 | mData->emails.prepend( email ); | 1567 | mData->emails.prepend( email ); |
1543 | } else { | 1568 | } else { |
1544 | mData->emails.append( email ); | 1569 | mData->emails.append( email ); |
1545 | } | 1570 | } |
1546 | } | 1571 | } |
1547 | } | 1572 | } |
1548 | 1573 | ||
1549 | void Addressee::removeEmail( const QString &email ) | 1574 | void Addressee::removeEmail( const QString &email ) |
1550 | { | 1575 | { |
1551 | detach(); | 1576 | detach(); |
1552 | 1577 | ||
1553 | QStringList::Iterator it = mData->emails.find( email ); | 1578 | QStringList::Iterator it = mData->emails.find( email ); |
1554 | if ( it == mData->emails.end() ) return; | 1579 | if ( it == mData->emails.end() ) return; |
1555 | 1580 | ||
1556 | mData->emails.remove( it ); | 1581 | mData->emails.remove( it ); |
1557 | } | 1582 | } |
1558 | 1583 | ||
1559 | QString Addressee::preferredEmail() const | 1584 | QString Addressee::preferredEmail() const |
1560 | { | 1585 | { |
1561 | if ( mData->emails.count() == 0 ) return QString::null; | 1586 | if ( mData->emails.count() == 0 ) return QString::null; |
1562 | else return mData->emails.first(); | 1587 | else return mData->emails.first(); |
1563 | } | 1588 | } |
1564 | 1589 | ||
1565 | QStringList Addressee::emails() const | 1590 | QStringList Addressee::emails() const |
1566 | { | 1591 | { |
1567 | return mData->emails; | 1592 | return mData->emails; |
1568 | } | 1593 | } |
1569 | void Addressee::setEmails( const QStringList& emails ) { | 1594 | void Addressee::setEmails( const QStringList& emails ) { |
1570 | detach(); | 1595 | detach(); |
1571 | mData->emails = emails; | 1596 | mData->emails = emails; |
1572 | } | 1597 | } |
1573 | void Addressee::insertPhoneNumber( const PhoneNumber &phoneNumber ) | 1598 | void Addressee::insertPhoneNumber( const PhoneNumber &phoneNumber ) |
1574 | { | 1599 | { |
1575 | detach(); | 1600 | detach(); |
1576 | mData->empty = false; | 1601 | mData->empty = false; |
1577 | 1602 | ||
1578 | PhoneNumber::List::Iterator it; | 1603 | PhoneNumber::List::Iterator it; |
1579 | for( it = mData->phoneNumbers.begin(); it != mData->phoneNumbers.end(); ++it ) { | 1604 | for( it = mData->phoneNumbers.begin(); it != mData->phoneNumbers.end(); ++it ) { |
1580 | if ( (*it).id() == phoneNumber.id() ) { | 1605 | if ( (*it).id() == phoneNumber.id() ) { |
1581 | *it = phoneNumber; | 1606 | *it = phoneNumber; |
1582 | return; | 1607 | return; |
1583 | } | 1608 | } |
1584 | } | 1609 | } |
1585 | mData->phoneNumbers.append( phoneNumber ); | 1610 | mData->phoneNumbers.append( phoneNumber ); |
1586 | } | 1611 | } |
1587 | 1612 | ||
1588 | void Addressee::removePhoneNumber( const PhoneNumber &phoneNumber ) | 1613 | void Addressee::removePhoneNumber( const PhoneNumber &phoneNumber ) |
1589 | { | 1614 | { |
1590 | detach(); | 1615 | detach(); |
1591 | 1616 | ||
1592 | PhoneNumber::List::Iterator it; | 1617 | PhoneNumber::List::Iterator it; |
1593 | for( it = mData->phoneNumbers.begin(); it != mData->phoneNumbers.end(); ++it ) { | 1618 | for( it = mData->phoneNumbers.begin(); it != mData->phoneNumbers.end(); ++it ) { |
1594 | if ( (*it).id() == phoneNumber.id() ) { | 1619 | if ( (*it).id() == phoneNumber.id() ) { |
1595 | mData->phoneNumbers.remove( it ); | 1620 | mData->phoneNumbers.remove( it ); |
1596 | return; | 1621 | return; |
1597 | } | 1622 | } |
1598 | } | 1623 | } |
1599 | } | 1624 | } |
1600 | 1625 | ||
1601 | PhoneNumber Addressee::phoneNumber( int type ) const | 1626 | PhoneNumber Addressee::phoneNumber( int type ) const |
1602 | { | 1627 | { |
1603 | PhoneNumber phoneNumber( "", type ); | 1628 | PhoneNumber phoneNumber( "", type ); |
1604 | PhoneNumber::List::ConstIterator it; | 1629 | PhoneNumber::List::ConstIterator it; |
1605 | for( it = mData->phoneNumbers.begin(); it != mData->phoneNumbers.end(); ++it ) { | 1630 | for( it = mData->phoneNumbers.begin(); it != mData->phoneNumbers.end(); ++it ) { |
1606 | if ( matchBinaryPatternP( (*it).type(), type ) ) { | 1631 | if ( matchBinaryPatternP( (*it).type(), type ) ) { |
1607 | if ( (*it).type() & PhoneNumber::Pref ) | 1632 | if ( (*it).type() & PhoneNumber::Pref ) |
1608 | return (*it); | 1633 | return (*it); |
1609 | else if ( phoneNumber.number().isEmpty() ) | 1634 | else if ( phoneNumber.number().isEmpty() ) |
1610 | phoneNumber = (*it); | 1635 | phoneNumber = (*it); |
1611 | } | 1636 | } |
1612 | } | 1637 | } |
1613 | 1638 | ||
1614 | return phoneNumber; | 1639 | return phoneNumber; |
1615 | } | 1640 | } |
1616 | 1641 | ||
1617 | PhoneNumber::List Addressee::phoneNumbers() const | 1642 | PhoneNumber::List Addressee::phoneNumbers() const |
1618 | { | 1643 | { |
1619 | return mData->phoneNumbers; | 1644 | return mData->phoneNumbers; |
1620 | } | 1645 | } |
1621 | 1646 | ||
1622 | PhoneNumber::List Addressee::phoneNumbers( int type ) const | 1647 | PhoneNumber::List Addressee::phoneNumbers( int type ) const |
1623 | { | 1648 | { |
1624 | PhoneNumber::List list; | 1649 | PhoneNumber::List list; |
1625 | 1650 | ||
1626 | PhoneNumber::List::ConstIterator it; | 1651 | PhoneNumber::List::ConstIterator it; |
1627 | for( it = mData->phoneNumbers.begin(); it != mData->phoneNumbers.end(); ++it ) { | 1652 | for( it = mData->phoneNumbers.begin(); it != mData->phoneNumbers.end(); ++it ) { |
1628 | if ( matchBinaryPattern( (*it).type(), type ) ) { | 1653 | if ( matchBinaryPattern( (*it).type(), type ) ) { |
1629 | list.append( *it ); | 1654 | list.append( *it ); |
1630 | } | 1655 | } |
1631 | } | 1656 | } |
1632 | return list; | 1657 | return list; |
1633 | } | 1658 | } |
1634 | 1659 | ||
1635 | PhoneNumber Addressee::findPhoneNumber( const QString &id ) const | 1660 | PhoneNumber Addressee::findPhoneNumber( const QString &id ) const |
1636 | { | 1661 | { |
1637 | PhoneNumber::List::ConstIterator it; | 1662 | PhoneNumber::List::ConstIterator it; |
1638 | for( it = mData->phoneNumbers.begin(); it != mData->phoneNumbers.end(); ++it ) { | 1663 | for( it = mData->phoneNumbers.begin(); it != mData->phoneNumbers.end(); ++it ) { |
1639 | if ( (*it).id() == id ) { | 1664 | if ( (*it).id() == id ) { |
1640 | return *it; | 1665 | return *it; |
1641 | } | 1666 | } |
1642 | } | 1667 | } |
1643 | return PhoneNumber(); | 1668 | return PhoneNumber(); |
1644 | } | 1669 | } |
1645 | 1670 | ||
1646 | void Addressee::insertKey( const Key &key ) | 1671 | void Addressee::insertKey( const Key &key ) |
1647 | { | 1672 | { |
1648 | detach(); | 1673 | detach(); |
1649 | mData->empty = false; | 1674 | mData->empty = false; |
1650 | 1675 | ||
1651 | Key::List::Iterator it; | 1676 | Key::List::Iterator it; |
1652 | for( it = mData->keys.begin(); it != mData->keys.end(); ++it ) { | 1677 | for( it = mData->keys.begin(); it != mData->keys.end(); ++it ) { |
1653 | if ( (*it).id() == key.id() ) { | 1678 | if ( (*it).id() == key.id() ) { |
1654 | *it = key; | 1679 | *it = key; |
1655 | return; | 1680 | return; |
1656 | } | 1681 | } |
1657 | } | 1682 | } |
1658 | mData->keys.append( key ); | 1683 | mData->keys.append( key ); |
1659 | } | 1684 | } |
1660 | 1685 | ||
1661 | void Addressee::removeKey( const Key &key ) | 1686 | void Addressee::removeKey( const Key &key ) |
1662 | { | 1687 | { |
1663 | detach(); | 1688 | detach(); |
1664 | 1689 | ||
1665 | Key::List::Iterator it; | 1690 | Key::List::Iterator it; |
1666 | for( it = mData->keys.begin(); it != mData->keys.end(); ++it ) { | 1691 | for( it = mData->keys.begin(); it != mData->keys.end(); ++it ) { |
1667 | if ( (*it).id() == key.id() ) { | 1692 | if ( (*it).id() == key.id() ) { |
1668 | mData->keys.remove( key ); | 1693 | mData->keys.remove( key ); |
1669 | return; | 1694 | return; |
1670 | } | 1695 | } |
1671 | } | 1696 | } |
1672 | } | 1697 | } |
1673 | 1698 | ||
1674 | Key Addressee::key( int type, QString customTypeString ) const | 1699 | Key Addressee::key( int type, QString customTypeString ) const |
1675 | { | 1700 | { |
1676 | Key::List::ConstIterator it; | 1701 | Key::List::ConstIterator it; |
1677 | for( it = mData->keys.begin(); it != mData->keys.end(); ++it ) { | 1702 | for( it = mData->keys.begin(); it != mData->keys.end(); ++it ) { |
1678 | if ( (*it).type() == type ) { | 1703 | if ( (*it).type() == type ) { |
1679 | if ( type == Key::Custom ) { | 1704 | if ( type == Key::Custom ) { |
1680 | if ( customTypeString.isEmpty() ) { | 1705 | if ( customTypeString.isEmpty() ) { |
1681 | return *it; | 1706 | return *it; |
1682 | } else { | 1707 | } else { |
1683 | if ( (*it).customTypeString() == customTypeString ) | 1708 | if ( (*it).customTypeString() == customTypeString ) |
1684 | return (*it); | 1709 | return (*it); |
1685 | } | 1710 | } |
1686 | } else { | 1711 | } else { |
1687 | return *it; | 1712 | return *it; |
1688 | } | 1713 | } |
1689 | } | 1714 | } |
1690 | } | 1715 | } |
1691 | return Key( QString(), type ); | 1716 | return Key( QString(), type ); |
1692 | } | 1717 | } |
1693 | void Addressee::setKeys( const Key::List& list ) { | 1718 | void Addressee::setKeys( const Key::List& list ) { |
1694 | detach(); | 1719 | detach(); |
1695 | mData->keys = list; | 1720 | mData->keys = list; |
1696 | } | 1721 | } |
1697 | 1722 | ||
1698 | Key::List Addressee::keys() const | 1723 | Key::List Addressee::keys() const |
1699 | { | 1724 | { |
1700 | return mData->keys; | 1725 | return mData->keys; |
1701 | } | 1726 | } |
1702 | 1727 | ||
1703 | Key::List Addressee::keys( int type, QString customTypeString ) const | 1728 | Key::List Addressee::keys( int type, QString customTypeString ) const |
1704 | { | 1729 | { |
1705 | Key::List list; | 1730 | Key::List list; |
1706 | 1731 | ||
1707 | Key::List::ConstIterator it; | 1732 | Key::List::ConstIterator it; |
1708 | for( it = mData->keys.begin(); it != mData->keys.end(); ++it ) { | 1733 | for( it = mData->keys.begin(); it != mData->keys.end(); ++it ) { |
1709 | if ( (*it).type() == type ) { | 1734 | if ( (*it).type() == type ) { |
1710 | if ( type == Key::Custom ) { | 1735 | if ( type == Key::Custom ) { |
1711 | if ( customTypeString.isEmpty() ) { | 1736 | if ( customTypeString.isEmpty() ) { |
1712 | list.append(*it); | 1737 | list.append(*it); |
1713 | } else { | 1738 | } else { |
1714 | if ( (*it).customTypeString() == customTypeString ) | 1739 | if ( (*it).customTypeString() == customTypeString ) |
1715 | list.append(*it); | 1740 | list.append(*it); |
1716 | } | 1741 | } |
1717 | } else { | 1742 | } else { |
1718 | list.append(*it); | 1743 | list.append(*it); |
1719 | } | 1744 | } |
1720 | } | 1745 | } |
1721 | } | 1746 | } |
1722 | return list; | 1747 | return list; |
1723 | } | 1748 | } |
1724 | 1749 | ||
1725 | Key Addressee::findKey( const QString &id ) const | 1750 | Key Addressee::findKey( const QString &id ) const |
1726 | { | 1751 | { |
1727 | Key::List::ConstIterator it; | 1752 | Key::List::ConstIterator it; |
1728 | for( it = mData->keys.begin(); it != mData->keys.end(); ++it ) { | 1753 | for( it = mData->keys.begin(); it != mData->keys.end(); ++it ) { |
1729 | if ( (*it).id() == id ) { | 1754 | if ( (*it).id() == id ) { |
1730 | return *it; | 1755 | return *it; |
1731 | } | 1756 | } |
1732 | } | 1757 | } |
1733 | return Key(); | 1758 | return Key(); |
1734 | } | 1759 | } |
1735 | 1760 | ||
1736 | QString Addressee::asString() const | 1761 | QString Addressee::asString() const |
1737 | { | 1762 | { |
1738 | return "Smith, agent Smith..."; | 1763 | return "Smith, agent Smith..."; |
1739 | } | 1764 | } |
1740 | 1765 | ||
1741 | void Addressee::dump() const | 1766 | void Addressee::dump() const |
1742 | { | 1767 | { |
1743 | return; | 1768 | return; |
1744 | #if 0 | 1769 | #if 0 |
1745 | kdDebug(5700) << "Addressee {" << endl; | 1770 | kdDebug(5700) << "Addressee {" << endl; |
1746 | 1771 | ||
1747 | kdDebug(5700) << " Uid: '" << uid() << "'" << endl; | 1772 | kdDebug(5700) << " Uid: '" << uid() << "'" << endl; |
1748 | 1773 | ||
1749 | kdDebug(5700) << " Name: '" << name() << "'" << endl; | 1774 | kdDebug(5700) << " Name: '" << name() << "'" << endl; |
1750 | kdDebug(5700) << " FormattedName: '" << formattedName() << "'" << endl; | 1775 | kdDebug(5700) << " FormattedName: '" << formattedName() << "'" << endl; |
1751 | kdDebug(5700) << " FamilyName: '" << familyName() << "'" << endl; | 1776 | kdDebug(5700) << " FamilyName: '" << familyName() << "'" << endl; |
1752 | kdDebug(5700) << " GivenName: '" << givenName() << "'" << endl; | 1777 | kdDebug(5700) << " GivenName: '" << givenName() << "'" << endl; |
1753 | kdDebug(5700) << " AdditionalName: '" << additionalName() << "'" << endl; | 1778 | kdDebug(5700) << " AdditionalName: '" << additionalName() << "'" << endl; |
1754 | kdDebug(5700) << " Prefix: '" << prefix() << "'" << endl; | 1779 | kdDebug(5700) << " Prefix: '" << prefix() << "'" << endl; |
1755 | kdDebug(5700) << " Suffix: '" << suffix() << "'" << endl; | 1780 | kdDebug(5700) << " Suffix: '" << suffix() << "'" << endl; |
1756 | kdDebug(5700) << " NickName: '" << nickName() << "'" << endl; | 1781 | kdDebug(5700) << " NickName: '" << nickName() << "'" << endl; |
1757 | kdDebug(5700) << " Birthday: '" << birthday().toString() << "'" << endl; | 1782 | kdDebug(5700) << " Birthday: '" << birthday().toString() << "'" << endl; |
1758 | kdDebug(5700) << " Mailer: '" << mailer() << "'" << endl; | 1783 | kdDebug(5700) << " Mailer: '" << mailer() << "'" << endl; |
1759 | kdDebug(5700) << " TimeZone: '" << timeZone().asString() << "'" << endl; | 1784 | kdDebug(5700) << " TimeZone: '" << timeZone().asString() << "'" << endl; |
1760 | kdDebug(5700) << " Geo: '" << geo().asString() << "'" << endl; | 1785 | kdDebug(5700) << " Geo: '" << geo().asString() << "'" << endl; |
1761 | kdDebug(5700) << " Title: '" << title() << "'" << endl; | 1786 | kdDebug(5700) << " Title: '" << title() << "'" << endl; |
1762 | kdDebug(5700) << " Role: '" << role() << "'" << endl; | 1787 | kdDebug(5700) << " Role: '" << role() << "'" << endl; |
1763 | kdDebug(5700) << " Organization: '" << organization() << "'" << endl; | 1788 | kdDebug(5700) << " Organization: '" << organization() << "'" << endl; |
1764 | kdDebug(5700) << " Note: '" << note() << "'" << endl; | 1789 | kdDebug(5700) << " Note: '" << note() << "'" << endl; |
1765 | kdDebug(5700) << " ProductId: '" << productId() << "'" << endl; | 1790 | kdDebug(5700) << " ProductId: '" << productId() << "'" << endl; |
1766 | kdDebug(5700) << " Revision: '" << revision().toString() << "'" << endl; | 1791 | kdDebug(5700) << " Revision: '" << revision().toString() << "'" << endl; |
1767 | kdDebug(5700) << " SortString: '" << sortString() << "'" << endl; | 1792 | kdDebug(5700) << " SortString: '" << sortString() << "'" << endl; |
1768 | kdDebug(5700) << " Url: '" << url().url() << "'" << endl; | 1793 | kdDebug(5700) << " Url: '" << url().url() << "'" << endl; |
1769 | kdDebug(5700) << " Secrecy: '" << secrecy().asString() << "'" << endl; | 1794 | kdDebug(5700) << " Secrecy: '" << secrecy().asString() << "'" << endl; |
1770 | kdDebug(5700) << " Logo: '" << logo().asString() << "'" << endl; | 1795 | kdDebug(5700) << " Logo: '" << logo().asString() << "'" << endl; |
1771 | kdDebug(5700) << " Photo: '" << photo().asString() << "'" << endl; | 1796 | kdDebug(5700) << " Photo: '" << photo().asString() << "'" << endl; |
1772 | kdDebug(5700) << " Sound: '" << sound().asString() << "'" << endl; | 1797 | kdDebug(5700) << " Sound: '" << sound().asString() << "'" << endl; |
1773 | kdDebug(5700) << " Agent: '" << agent().asString() << "'" << endl; | 1798 | kdDebug(5700) << " Agent: '" << agent().asString() << "'" << endl; |
1774 | 1799 | ||
1775 | kdDebug(5700) << " Emails {" << endl; | 1800 | kdDebug(5700) << " Emails {" << endl; |
1776 | QStringList e = emails(); | 1801 | QStringList e = emails(); |
1777 | QStringList::ConstIterator it; | 1802 | QStringList::ConstIterator it; |
1778 | for( it = e.begin(); it != e.end(); ++it ) { | 1803 | for( it = e.begin(); it != e.end(); ++it ) { |
1779 | kdDebug(5700) << " " << (*it) << endl; | 1804 | kdDebug(5700) << " " << (*it) << endl; |
1780 | } | 1805 | } |
1781 | kdDebug(5700) << " }" << endl; | 1806 | kdDebug(5700) << " }" << endl; |
1782 | 1807 | ||
1783 | kdDebug(5700) << " PhoneNumbers {" << endl; | 1808 | kdDebug(5700) << " PhoneNumbers {" << endl; |
1784 | PhoneNumber::List p = phoneNumbers(); | 1809 | PhoneNumber::List p = phoneNumbers(); |
1785 | PhoneNumber::List::ConstIterator it2; | 1810 | PhoneNumber::List::ConstIterator it2; |
1786 | for( it2 = p.begin(); it2 != p.end(); ++it2 ) { | 1811 | for( it2 = p.begin(); it2 != p.end(); ++it2 ) { |
1787 | kdDebug(5700) << " Type: " << int((*it2).type()) << " Number: " << (*it2).number() << endl; | 1812 | kdDebug(5700) << " Type: " << int((*it2).type()) << " Number: " << (*it2).number() << endl; |
1788 | } | 1813 | } |
1789 | kdDebug(5700) << " }" << endl; | 1814 | kdDebug(5700) << " }" << endl; |
1790 | 1815 | ||
1791 | Address::List a = addresses(); | 1816 | Address::List a = addresses(); |
1792 | Address::List::ConstIterator it3; | 1817 | Address::List::ConstIterator it3; |
1793 | for( it3 = a.begin(); it3 != a.end(); ++it3 ) { | 1818 | for( it3 = a.begin(); it3 != a.end(); ++it3 ) { |
1794 | (*it3).dump(); | 1819 | (*it3).dump(); |
1795 | } | 1820 | } |
1796 | 1821 | ||
1797 | kdDebug(5700) << " Keys {" << endl; | 1822 | kdDebug(5700) << " Keys {" << endl; |
1798 | Key::List k = keys(); | 1823 | Key::List k = keys(); |
1799 | Key::List::ConstIterator it4; | 1824 | Key::List::ConstIterator it4; |
1800 | for( it4 = k.begin(); it4 != k.end(); ++it4 ) { | 1825 | for( it4 = k.begin(); it4 != k.end(); ++it4 ) { |
1801 | kdDebug(5700) << " Type: " << int((*it4).type()) << | 1826 | kdDebug(5700) << " Type: " << int((*it4).type()) << |
1802 | " Key: " << (*it4).textData() << | 1827 | " Key: " << (*it4).textData() << |
1803 | " CustomString: " << (*it4).customTypeString() << endl; | 1828 | " CustomString: " << (*it4).customTypeString() << endl; |
1804 | } | 1829 | } |
1805 | kdDebug(5700) << " }" << endl; | 1830 | kdDebug(5700) << " }" << endl; |
1806 | 1831 | ||
1807 | kdDebug(5700) << "}" << endl; | 1832 | kdDebug(5700) << "}" << endl; |
1808 | #endif | 1833 | #endif |
1809 | } | 1834 | } |
1810 | 1835 | ||
1811 | 1836 | ||
1812 | void Addressee::insertAddress( const Address &address ) | 1837 | void Addressee::insertAddress( const Address &address ) |
1813 | { | 1838 | { |
1814 | detach(); | 1839 | detach(); |
1815 | mData->empty = false; | 1840 | mData->empty = false; |
1816 | 1841 | ||
1817 | Address::List::Iterator it; | 1842 | Address::List::Iterator it; |
1818 | for( it = mData->addresses.begin(); it != mData->addresses.end(); ++it ) { | 1843 | for( it = mData->addresses.begin(); it != mData->addresses.end(); ++it ) { |
1819 | if ( (*it).id() == address.id() ) { | 1844 | if ( (*it).id() == address.id() ) { |
1820 | *it = address; | 1845 | *it = address; |
1821 | return; | 1846 | return; |
1822 | } | 1847 | } |
1823 | } | 1848 | } |
1824 | mData->addresses.append( address ); | 1849 | mData->addresses.append( address ); |
1825 | } | 1850 | } |
1826 | 1851 | ||
1827 | void Addressee::removeAddress( const Address &address ) | 1852 | void Addressee::removeAddress( const Address &address ) |
1828 | { | 1853 | { |
1829 | detach(); | 1854 | detach(); |
1830 | 1855 | ||
1831 | Address::List::Iterator it; | 1856 | Address::List::Iterator it; |
1832 | for( it = mData->addresses.begin(); it != mData->addresses.end(); ++it ) { | 1857 | for( it = mData->addresses.begin(); it != mData->addresses.end(); ++it ) { |
1833 | if ( (*it).id() == address.id() ) { | 1858 | if ( (*it).id() == address.id() ) { |
1834 | mData->addresses.remove( it ); | 1859 | mData->addresses.remove( it ); |
1835 | return; | 1860 | return; |
1836 | } | 1861 | } |
1837 | } | 1862 | } |
1838 | } | 1863 | } |
1839 | 1864 | ||
1840 | Address Addressee::address( int type ) const | 1865 | Address Addressee::address( int type ) const |
1841 | { | 1866 | { |
1842 | Address address( type ); | 1867 | Address address( type ); |
1843 | Address::List::ConstIterator it; | 1868 | Address::List::ConstIterator it; |
1844 | for( it = mData->addresses.begin(); it != mData->addresses.end(); ++it ) { | 1869 | for( it = mData->addresses.begin(); it != mData->addresses.end(); ++it ) { |
1845 | if ( matchBinaryPatternA( (*it).type(), type ) ) { | 1870 | if ( matchBinaryPatternA( (*it).type(), type ) ) { |
1846 | if ( (*it).type() & Address::Pref ) | 1871 | if ( (*it).type() & Address::Pref ) |
1847 | return (*it); | 1872 | return (*it); |
1848 | else if ( address.isEmpty() ) | 1873 | else if ( address.isEmpty() ) |
1849 | address = (*it); | 1874 | address = (*it); |
1850 | } | 1875 | } |
1851 | } | 1876 | } |
1852 | 1877 | ||
1853 | return address; | 1878 | return address; |
1854 | } | 1879 | } |
1855 | 1880 | ||
1856 | Address::List Addressee::addresses() const | 1881 | Address::List Addressee::addresses() const |
1857 | { | 1882 | { |
1858 | return mData->addresses; | 1883 | return mData->addresses; |
1859 | } | 1884 | } |
1860 | 1885 | ||
1861 | Address::List Addressee::addresses( int type ) const | 1886 | Address::List Addressee::addresses( int type ) const |
1862 | { | 1887 | { |
1863 | Address::List list; | 1888 | Address::List list; |
1864 | 1889 | ||
1865 | Address::List::ConstIterator it; | 1890 | Address::List::ConstIterator it; |
1866 | for( it = mData->addresses.begin(); it != mData->addresses.end(); ++it ) { | 1891 | for( it = mData->addresses.begin(); it != mData->addresses.end(); ++it ) { |
1867 | if ( matchBinaryPattern( (*it).type(), type ) ) { | 1892 | if ( matchBinaryPattern( (*it).type(), type ) ) { |
1868 | list.append( *it ); | 1893 | list.append( *it ); |
1869 | } | 1894 | } |
1870 | } | 1895 | } |
1871 | 1896 | ||
1872 | return list; | 1897 | return list; |
1873 | } | 1898 | } |
1874 | 1899 | ||
1875 | Address Addressee::findAddress( const QString &id ) const | 1900 | Address Addressee::findAddress( const QString &id ) const |
1876 | { | 1901 | { |
1877 | Address::List::ConstIterator it; | 1902 | Address::List::ConstIterator it; |
1878 | for( it = mData->addresses.begin(); it != mData->addresses.end(); ++it ) { | 1903 | for( it = mData->addresses.begin(); it != mData->addresses.end(); ++it ) { |
1879 | if ( (*it).id() == id ) { | 1904 | if ( (*it).id() == id ) { |
1880 | return *it; | 1905 | return *it; |
1881 | } | 1906 | } |
1882 | } | 1907 | } |
1883 | return Address(); | 1908 | return Address(); |
1884 | } | 1909 | } |
1885 | 1910 | ||
1886 | void Addressee::insertCategory( const QString &c ) | 1911 | void Addressee::insertCategory( const QString &c ) |
1887 | { | 1912 | { |
1888 | detach(); | 1913 | detach(); |
1889 | mData->empty = false; | 1914 | mData->empty = false; |
1890 | 1915 | ||
1891 | if ( mData->categories.contains( c ) ) return; | 1916 | if ( mData->categories.contains( c ) ) return; |
1892 | 1917 | ||
1893 | mData->categories.append( c ); | 1918 | mData->categories.append( c ); |
1894 | } | 1919 | } |
1895 | 1920 | ||
1896 | void Addressee::removeCategory( const QString &c ) | 1921 | void Addressee::removeCategory( const QString &c ) |
1897 | { | 1922 | { |
1898 | detach(); | 1923 | detach(); |
1899 | 1924 | ||
1900 | QStringList::Iterator it = mData->categories.find( c ); | 1925 | QStringList::Iterator it = mData->categories.find( c ); |
1901 | if ( it == mData->categories.end() ) return; | 1926 | if ( it == mData->categories.end() ) return; |
1902 | 1927 | ||
1903 | mData->categories.remove( it ); | 1928 | mData->categories.remove( it ); |
1904 | } | 1929 | } |
1905 | 1930 | ||
1906 | bool Addressee::hasCategory( const QString &c ) const | 1931 | bool Addressee::hasCategory( const QString &c ) const |
1907 | { | 1932 | { |
1908 | return ( mData->categories.contains( c ) ); | 1933 | return ( mData->categories.contains( c ) ); |
1909 | } | 1934 | } |
1910 | 1935 | ||
1911 | void Addressee::setCategories( const QStringList &c ) | 1936 | void Addressee::setCategories( const QStringList &c ) |
1912 | { | 1937 | { |
1913 | detach(); | 1938 | detach(); |
1914 | mData->empty = false; | 1939 | mData->empty = false; |
1915 | 1940 | ||
1916 | mData->categories = c; | 1941 | mData->categories = c; |
1917 | } | 1942 | } |
1918 | 1943 | ||
1919 | QStringList Addressee::categories() const | 1944 | QStringList Addressee::categories() const |
1920 | { | 1945 | { |
1921 | return mData->categories; | 1946 | return mData->categories; |
1922 | } | 1947 | } |
1923 | 1948 | ||
1924 | void Addressee::insertCustom( const QString &app, const QString &name, | 1949 | void Addressee::insertCustom( const QString &app, const QString &name, |
1925 | const QString &value ) | 1950 | const QString &value ) |
1926 | { | 1951 | { |
1927 | if ( value.isNull() || name.isEmpty() || app.isEmpty() ) return; | 1952 | if ( value.isNull() || name.isEmpty() || app.isEmpty() ) return; |
1928 | 1953 | ||
1929 | detach(); | 1954 | detach(); |
1930 | mData->empty = false; | 1955 | mData->empty = false; |
1931 | 1956 | ||
1932 | QString qualifiedName = app + "-" + name + ":"; | 1957 | QString qualifiedName = app + "-" + name + ":"; |
1933 | 1958 | ||
1934 | QStringList::Iterator it; | 1959 | QStringList::Iterator it; |
1935 | for( it = mData->custom.begin(); it != mData->custom.end(); ++it ) { | 1960 | for( it = mData->custom.begin(); it != mData->custom.end(); ++it ) { |
1936 | if ( (*it).startsWith( qualifiedName ) ) { | 1961 | if ( (*it).startsWith( qualifiedName ) ) { |
1937 | (*it) = qualifiedName + value; | 1962 | (*it) = qualifiedName + value; |
1938 | return; | 1963 | return; |
1939 | } | 1964 | } |
1940 | } | 1965 | } |
1941 | mData->custom.append( qualifiedName + value ); | 1966 | mData->custom.append( qualifiedName + value ); |
1942 | } | 1967 | } |
1943 | 1968 | ||
1944 | void Addressee::removeCustom( const QString &app, const QString &name) | 1969 | void Addressee::removeCustom( const QString &app, const QString &name) |
1945 | { | 1970 | { |
1946 | detach(); | 1971 | detach(); |
1947 | 1972 | ||
1948 | QString qualifiedName = app + "-" + name + ":"; | 1973 | QString qualifiedName = app + "-" + name + ":"; |
1949 | 1974 | ||
1950 | QStringList::Iterator it; | 1975 | QStringList::Iterator it; |
1951 | for( it = mData->custom.begin(); it != mData->custom.end(); ++it ) { | 1976 | for( it = mData->custom.begin(); it != mData->custom.end(); ++it ) { |
1952 | if ( (*it).startsWith( qualifiedName ) ) { | 1977 | if ( (*it).startsWith( qualifiedName ) ) { |
1953 | mData->custom.remove( it ); | 1978 | mData->custom.remove( it ); |
1954 | return; | 1979 | return; |
1955 | } | 1980 | } |
1956 | } | 1981 | } |
1957 | } | 1982 | } |
1958 | 1983 | ||
1959 | QString Addressee::custom( const QString &app, const QString &name ) const | 1984 | QString Addressee::custom( const QString &app, const QString &name ) const |
1960 | { | 1985 | { |
1961 | QString qualifiedName = app + "-" + name + ":"; | 1986 | QString qualifiedName = app + "-" + name + ":"; |
1962 | QString value; | 1987 | QString value; |
1963 | 1988 | ||
1964 | QStringList::ConstIterator it; | 1989 | QStringList::ConstIterator it; |
1965 | for( it = mData->custom.begin(); it != mData->custom.end(); ++it ) { | 1990 | for( it = mData->custom.begin(); it != mData->custom.end(); ++it ) { |
1966 | if ( (*it).startsWith( qualifiedName ) ) { | 1991 | if ( (*it).startsWith( qualifiedName ) ) { |
1967 | value = (*it).mid( (*it).find( ":" ) + 1 ); | 1992 | value = (*it).mid( (*it).find( ":" ) + 1 ); |
1968 | break; | 1993 | break; |
1969 | } | 1994 | } |
1970 | } | 1995 | } |
1971 | 1996 | ||
1972 | return value; | 1997 | return value; |
1973 | } | 1998 | } |
1974 | 1999 | ||
1975 | void Addressee::setCustoms( const QStringList &l ) | 2000 | void Addressee::setCustoms( const QStringList &l ) |
1976 | { | 2001 | { |
1977 | detach(); | 2002 | detach(); |
1978 | mData->empty = false; | 2003 | mData->empty = false; |
1979 | 2004 | ||
1980 | mData->custom = l; | 2005 | mData->custom = l; |
1981 | } | 2006 | } |
1982 | 2007 | ||
1983 | QStringList Addressee::customs() const | 2008 | QStringList Addressee::customs() const |
1984 | { | 2009 | { |
1985 | return mData->custom; | 2010 | return mData->custom; |
1986 | } | 2011 | } |
1987 | 2012 | ||
1988 | void Addressee::parseEmailAddress( const QString &rawEmail, QString &fullName, | 2013 | void Addressee::parseEmailAddress( const QString &rawEmail, QString &fullName, |
1989 | QString &email) | 2014 | QString &email) |
1990 | { | 2015 | { |
1991 | int startPos, endPos, len; | 2016 | int startPos, endPos, len; |
1992 | QString partA, partB, result; | 2017 | QString partA, partB, result; |
1993 | char endCh = '>'; | 2018 | char endCh = '>'; |
1994 | 2019 | ||
1995 | startPos = rawEmail.find('<'); | 2020 | startPos = rawEmail.find('<'); |
1996 | if (startPos < 0) | 2021 | if (startPos < 0) |
1997 | { | 2022 | { |
1998 | startPos = rawEmail.find('('); | 2023 | startPos = rawEmail.find('('); |
1999 | endCh = ')'; | 2024 | endCh = ')'; |
2000 | } | 2025 | } |
2001 | if (startPos < 0) | 2026 | if (startPos < 0) |
2002 | { | 2027 | { |
2003 | // We couldn't find any separators, so we assume the whole string | 2028 | // We couldn't find any separators, so we assume the whole string |
2004 | // is the email address | 2029 | // is the email address |
2005 | email = rawEmail; | 2030 | email = rawEmail; |
2006 | fullName = ""; | 2031 | fullName = ""; |
2007 | } | 2032 | } |
2008 | else | 2033 | else |
2009 | { | 2034 | { |
2010 | // We have a start position, try to find an end | 2035 | // We have a start position, try to find an end |
2011 | endPos = rawEmail.find(endCh, startPos+1); | 2036 | endPos = rawEmail.find(endCh, startPos+1); |
2012 | 2037 | ||
2013 | if (endPos < 0) | 2038 | if (endPos < 0) |
2014 | { | 2039 | { |
2015 | // We couldn't find the end of the email address. We can only | 2040 | // We couldn't find the end of the email address. We can only |
2016 | // assume the entire string is the email address. | 2041 | // assume the entire string is the email address. |
2017 | email = rawEmail; | 2042 | email = rawEmail; |
2018 | fullName = ""; | 2043 | fullName = ""; |
2019 | } | 2044 | } |
2020 | else | 2045 | else |
2021 | { | 2046 | { |
2022 | // We have a start and end to the email address | 2047 | // We have a start and end to the email address |
2023 | 2048 | ||
2024 | // Grab the name part | 2049 | // Grab the name part |
2025 | fullName = rawEmail.left(startPos).stripWhiteSpace(); | 2050 | fullName = rawEmail.left(startPos).stripWhiteSpace(); |
2026 | 2051 | ||
2027 | // grab the email part | 2052 | // grab the email part |
2028 | email = rawEmail.mid(startPos+1, endPos-startPos-1).stripWhiteSpace(); | 2053 | email = rawEmail.mid(startPos+1, endPos-startPos-1).stripWhiteSpace(); |
2029 | 2054 | ||
2030 | // Check that we do not have any extra characters on the end of the | 2055 | // Check that we do not have any extra characters on the end of the |
2031 | // strings | 2056 | // strings |
2032 | len = fullName.length(); | 2057 | len = fullName.length(); |
2033 | if (fullName[0]=='"' && fullName[len-1]=='"') | 2058 | if (fullName[0]=='"' && fullName[len-1]=='"') |
2034 | fullName = fullName.mid(1, len-2); | 2059 | fullName = fullName.mid(1, len-2); |
2035 | else if (fullName[0]=='<' && fullName[len-1]=='>') | 2060 | else if (fullName[0]=='<' && fullName[len-1]=='>') |
2036 | fullName = fullName.mid(1, len-2); | 2061 | fullName = fullName.mid(1, len-2); |
2037 | else if (fullName[0]=='(' && fullName[len-1]==')') | 2062 | else if (fullName[0]=='(' && fullName[len-1]==')') |
2038 | fullName = fullName.mid(1, len-2); | 2063 | fullName = fullName.mid(1, len-2); |
2039 | } | 2064 | } |
2040 | } | 2065 | } |
2041 | } | 2066 | } |
2042 | 2067 | ||
2043 | void Addressee::setResource( Resource *resource ) | 2068 | void Addressee::setResource( Resource *resource ) |
2044 | { | 2069 | { |
2045 | detach(); | 2070 | detach(); |
2046 | mData->resource = resource; | 2071 | mData->resource = resource; |
2047 | } | 2072 | } |
2048 | 2073 | ||
2049 | Resource *Addressee::resource() const | 2074 | Resource *Addressee::resource() const |
2050 | { | 2075 | { |
2051 | return mData->resource; | 2076 | return mData->resource; |
2052 | } | 2077 | } |
2053 | 2078 | ||
2054 | //US | 2079 | //US |
2055 | QString Addressee::resourceLabel() | 2080 | QString Addressee::resourceLabel() |
2056 | { | 2081 | { |
2057 | return i18n("Resource"); | 2082 | return i18n("Resource"); |
2058 | } | 2083 | } |
2059 | QString Addressee::categoryLabel() | 2084 | QString Addressee::categoryLabel() |
2060 | { | 2085 | { |
2061 | return i18n("Category"); | 2086 | return i18n("Category"); |
2062 | } | 2087 | } |
2063 | 2088 | ||
2064 | void Addressee::setChanged( bool value ) | 2089 | void Addressee::setChanged( bool value ) |
2065 | { | 2090 | { |
2066 | detach(); | 2091 | detach(); |
2067 | mData->changed = value; | 2092 | mData->changed = value; |
2068 | } | 2093 | } |
2069 | 2094 | ||
2070 | bool Addressee::changed() const | 2095 | bool Addressee::changed() const |
2071 | { | 2096 | { |
2072 | return mData->changed; | 2097 | return mData->changed; |
2073 | } | 2098 | } |
2074 | 2099 | ||
2075 | void Addressee::setTagged( bool value ) | 2100 | void Addressee::setTagged( bool value ) |
2076 | { | 2101 | { |
2077 | detach(); | 2102 | detach(); |
2078 | mData->tagged = value; | 2103 | mData->tagged = value; |
2079 | } | 2104 | } |
2080 | 2105 | ||
2081 | bool Addressee::tagged() const | 2106 | bool Addressee::tagged() const |
2082 | { | 2107 | { |
2083 | return mData->tagged; | 2108 | return mData->tagged; |
2084 | } | 2109 | } |
2085 | 2110 | ||
2086 | QDataStream &KABC::operator<<( QDataStream &s, const Addressee &a ) | 2111 | QDataStream &KABC::operator<<( QDataStream &s, const Addressee &a ) |
2087 | { | 2112 | { |
2088 | if (!a.mData) return s; | 2113 | if (!a.mData) return s; |
2089 | 2114 | ||
2090 | s << a.uid(); | 2115 | s << a.uid(); |
2091 | 2116 | ||
2092 | s << a.mData->name; | 2117 | s << a.mData->name; |
2093 | s << a.mData->formattedName; | 2118 | s << a.mData->formattedName; |
2094 | s << a.mData->familyName; | 2119 | s << a.mData->familyName; |
2095 | s << a.mData->givenName; | 2120 | s << a.mData->givenName; |
2096 | s << a.mData->additionalName; | 2121 | s << a.mData->additionalName; |
2097 | s << a.mData->prefix; | 2122 | s << a.mData->prefix; |
2098 | s << a.mData->suffix; | 2123 | s << a.mData->suffix; |
2099 | s << a.mData->nickName; | 2124 | s << a.mData->nickName; |
2100 | s << a.mData->birthday; | 2125 | s << a.mData->birthday; |
2101 | s << a.mData->mailer; | 2126 | s << a.mData->mailer; |
2102 | s << a.mData->timeZone; | 2127 | s << a.mData->timeZone; |
2103 | s << a.mData->geo; | 2128 | s << a.mData->geo; |
2104 | s << a.mData->title; | 2129 | s << a.mData->title; |
2105 | s << a.mData->role; | 2130 | s << a.mData->role; |
2106 | s << a.mData->organization; | 2131 | s << a.mData->organization; |
2107 | s << a.mData->note; | 2132 | s << a.mData->note; |
2108 | s << a.mData->productId; | 2133 | s << a.mData->productId; |
2109 | s << a.mData->revision; | 2134 | s << a.mData->revision; |
2110 | s << a.mData->sortString; | 2135 | s << a.mData->sortString; |
2111 | s << a.mData->url; | 2136 | s << a.mData->url; |
2112 | s << a.mData->secrecy; | 2137 | s << a.mData->secrecy; |
2113 | s << a.mData->logo; | 2138 | s << a.mData->logo; |
2114 | s << a.mData->photo; | 2139 | s << a.mData->photo; |
2115 | s << a.mData->sound; | 2140 | s << a.mData->sound; |
2116 | s << a.mData->agent; | 2141 | s << a.mData->agent; |
2117 | s << a.mData->phoneNumbers; | 2142 | s << a.mData->phoneNumbers; |
2118 | s << a.mData->addresses; | 2143 | s << a.mData->addresses; |
2119 | s << a.mData->emails; | 2144 | s << a.mData->emails; |
2120 | s << a.mData->categories; | 2145 | s << a.mData->categories; |
2121 | s << a.mData->custom; | 2146 | s << a.mData->custom; |
2122 | s << a.mData->keys; | 2147 | s << a.mData->keys; |
2123 | return s; | 2148 | return s; |
2124 | } | 2149 | } |
2125 | 2150 | ||
2126 | QDataStream &KABC::operator>>( QDataStream &s, Addressee &a ) | 2151 | QDataStream &KABC::operator>>( QDataStream &s, Addressee &a ) |
2127 | { | 2152 | { |
2128 | if (!a.mData) return s; | 2153 | if (!a.mData) return s; |
2129 | 2154 | ||
2130 | s >> a.mData->uid; | 2155 | s >> a.mData->uid; |
2131 | 2156 | ||
2132 | s >> a.mData->name; | 2157 | s >> a.mData->name; |
2133 | s >> a.mData->formattedName; | 2158 | s >> a.mData->formattedName; |
2134 | s >> a.mData->familyName; | 2159 | s >> a.mData->familyName; |
2135 | s >> a.mData->givenName; | 2160 | s >> a.mData->givenName; |
2136 | s >> a.mData->additionalName; | 2161 | s >> a.mData->additionalName; |
2137 | s >> a.mData->prefix; | 2162 | s >> a.mData->prefix; |
2138 | s >> a.mData->suffix; | 2163 | s >> a.mData->suffix; |
2139 | s >> a.mData->nickName; | 2164 | s >> a.mData->nickName; |
2140 | s >> a.mData->birthday; | 2165 | s >> a.mData->birthday; |
2141 | s >> a.mData->mailer; | 2166 | s >> a.mData->mailer; |
2142 | s >> a.mData->timeZone; | 2167 | s >> a.mData->timeZone; |
2143 | s >> a.mData->geo; | 2168 | s >> a.mData->geo; |
2144 | s >> a.mData->title; | 2169 | s >> a.mData->title; |
2145 | s >> a.mData->role; | 2170 | s >> a.mData->role; |
2146 | s >> a.mData->organization; | 2171 | s >> a.mData->organization; |
2147 | s >> a.mData->note; | 2172 | s >> a.mData->note; |
2148 | s >> a.mData->productId; | 2173 | s >> a.mData->productId; |
2149 | s >> a.mData->revision; | 2174 | s >> a.mData->revision; |
2150 | s >> a.mData->sortString; | 2175 | s >> a.mData->sortString; |
2151 | s >> a.mData->url; | 2176 | s >> a.mData->url; |
2152 | s >> a.mData->secrecy; | 2177 | s >> a.mData->secrecy; |
2153 | s >> a.mData->logo; | 2178 | s >> a.mData->logo; |
2154 | s >> a.mData->photo; | 2179 | s >> a.mData->photo; |
2155 | s >> a.mData->sound; | 2180 | s >> a.mData->sound; |
2156 | s >> a.mData->agent; | 2181 | s >> a.mData->agent; |
2157 | s >> a.mData->phoneNumbers; | 2182 | s >> a.mData->phoneNumbers; |
2158 | s >> a.mData->addresses; | 2183 | s >> a.mData->addresses; |
2159 | s >> a.mData->emails; | 2184 | s >> a.mData->emails; |
2160 | s >> a.mData->categories; | 2185 | s >> a.mData->categories; |
2161 | s >> a.mData->custom; | 2186 | s >> a.mData->custom; |
2162 | s >> a.mData->keys; | 2187 | s >> a.mData->keys; |
2163 | 2188 | ||
2164 | a.mData->empty = false; | 2189 | a.mData->empty = false; |
2165 | 2190 | ||
2166 | return s; | 2191 | return s; |
2167 | } | 2192 | } |
2168 | bool matchBinaryPattern( int value, int pattern ) | 2193 | bool matchBinaryPattern( int value, int pattern ) |
2169 | { | 2194 | { |
2170 | /** | 2195 | /** |
2171 | We want to match all telephonnumbers/addresses which have the bits in the | 2196 | We want to match all telephonnumbers/addresses which have the bits in the |
2172 | pattern set. More are allowed. | 2197 | pattern set. More are allowed. |
2173 | if pattern == 0 we have a special handling, then we want only those with | 2198 | if pattern == 0 we have a special handling, then we want only those with |
2174 | exactly no bit set. | 2199 | exactly no bit set. |
2175 | */ | 2200 | */ |
2176 | if ( pattern == 0 ) | 2201 | if ( pattern == 0 ) |
2177 | return ( value == 0 ); | 2202 | return ( value == 0 ); |
2178 | else | 2203 | else |
2179 | return ( pattern == ( pattern & value ) ); | 2204 | return ( pattern == ( pattern & value ) ); |
2180 | } | 2205 | } |
2181 | 2206 | ||
2182 | bool matchBinaryPatternP( int value, int pattern ) | 2207 | bool matchBinaryPatternP( int value, int pattern ) |
2183 | { | 2208 | { |
2184 | 2209 | ||
2185 | if ( pattern == 0 ) | 2210 | if ( pattern == 0 ) |
2186 | return ( value == 0 ); | 2211 | return ( value == 0 ); |
2187 | else | 2212 | else |
2188 | return ( (pattern |PhoneNumber::Pref ) == ( value |PhoneNumber::Pref ) ); | 2213 | return ( (pattern |PhoneNumber::Pref ) == ( value |PhoneNumber::Pref ) ); |
2189 | } | 2214 | } |
2190 | bool matchBinaryPatternA( int value, int pattern ) | 2215 | bool matchBinaryPatternA( int value, int pattern ) |
2191 | { | 2216 | { |
2192 | 2217 | ||
2193 | if ( pattern == 0 ) | 2218 | if ( pattern == 0 ) |
2194 | return ( value == 0 ); | 2219 | return ( value == 0 ); |
2195 | else | 2220 | else |
2196 | return ( (pattern | Address::Pref) == ( value | Address::Pref ) ); | 2221 | return ( (pattern | Address::Pref) == ( value | Address::Pref ) ); |
2197 | } | 2222 | } |
diff --git a/kabc/addressee.h b/kabc/addressee.h index 8051fec..0d688f8 100644 --- a/kabc/addressee.h +++ b/kabc/addressee.h | |||
@@ -1,853 +1,858 @@ | |||
1 | /*** Warning! This file has been generated by the script makeaddressee ***/ | 1 | /*** Warning! This file has been generated by the script makeaddressee ***/ |
2 | /* | 2 | /* |
3 | This file is part of libkabc. | 3 | This file is part of libkabc. |
4 | Copyright (c) 2001 Cornelius Schumacher <schumacher@kde.org> | 4 | Copyright (c) 2001 Cornelius Schumacher <schumacher@kde.org> |
5 | 5 | ||
6 | This library is free software; you can redistribute it and/or | 6 | This library is free software; you can redistribute it and/or |
7 | modify it under the terms of the GNU Library General Public | 7 | modify it under the terms of the GNU Library General Public |
8 | License as published by the Free Software Foundation; either | 8 | License as published by the Free Software Foundation; either |
9 | version 2 of the License, or (at your option) any later version. | 9 | version 2 of the License, or (at your option) any later version. |
10 | 10 | ||
11 | This library is distributed in the hope that it will be useful, | 11 | This library is distributed in the hope that it will be useful, |
12 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 12 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
13 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | 13 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
14 | Library General Public License for more details. | 14 | Library General Public License for more details. |
15 | 15 | ||
16 | You should have received a copy of the GNU Library General Public License | 16 | You should have received a copy of the GNU Library General Public License |
17 | along with this library; see the file COPYING.LIB. If not, write to | 17 | along with this library; see the file COPYING.LIB. If not, write to |
18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
19 | Boston, MA 02111-1307, USA. | 19 | Boston, MA 02111-1307, USA. |
20 | */ | 20 | */ |
21 | 21 | ||
22 | /* | 22 | /* |
23 | Enhanced Version of the file for platform independent KDE tools. | 23 | Enhanced Version of the file for platform independent KDE tools. |
24 | Copyright (c) 2004 Ulf Schenk | 24 | Copyright (c) 2004 Ulf Schenk |
25 | 25 | ||
26 | $Id$ | 26 | $Id$ |
27 | */ | 27 | */ |
28 | 28 | ||
29 | #ifndef KABC_ADDRESSEE_H | 29 | #ifndef KABC_ADDRESSEE_H |
30 | #define KABC_ADDRESSEE_H | 30 | #define KABC_ADDRESSEE_H |
31 | 31 | ||
32 | #include <qdatetime.h> | 32 | #include <qdatetime.h> |
33 | #include <qstring.h> | 33 | #include <qstring.h> |
34 | #include <qstringlist.h> | 34 | #include <qstringlist.h> |
35 | #include <qvaluelist.h> | 35 | #include <qvaluelist.h> |
36 | 36 | ||
37 | #include <ksharedptr.h> | 37 | #include <ksharedptr.h> |
38 | #include <kurl.h> | 38 | #include <kurl.h> |
39 | 39 | ||
40 | #include "address.h" | 40 | #include "address.h" |
41 | #include "agent.h" | 41 | #include "agent.h" |
42 | #include "geo.h" | 42 | #include "geo.h" |
43 | #include "key.h" | 43 | #include "key.h" |
44 | #include "phonenumber.h" | 44 | #include "phonenumber.h" |
45 | #include "picture.h" | 45 | #include "picture.h" |
46 | #include "secrecy.h" | 46 | #include "secrecy.h" |
47 | #include "sound.h" | 47 | #include "sound.h" |
48 | #include "timezone.h" | 48 | #include "timezone.h" |
49 | 49 | ||
50 | namespace KABC { | 50 | namespace KABC { |
51 | 51 | ||
52 | class Resource; | 52 | class Resource; |
53 | 53 | ||
54 | /** | 54 | /** |
55 | @short address book entry | 55 | @short address book entry |
56 | 56 | ||
57 | This class represents an entry in the address book. | 57 | This class represents an entry in the address book. |
58 | 58 | ||
59 | The data of this class is implicitly shared. You can pass this class by value. | 59 | The data of this class is implicitly shared. You can pass this class by value. |
60 | 60 | ||
61 | If you need the name of a field for presenting it to the user you should use | 61 | If you need the name of a field for presenting it to the user you should use |
62 | the functions ending in Label(). They return a translated string which can be | 62 | the functions ending in Label(). They return a translated string which can be |
63 | used as label for the corresponding field. | 63 | used as label for the corresponding field. |
64 | 64 | ||
65 | About the name fields: | 65 | About the name fields: |
66 | 66 | ||
67 | givenName() is the first name and familyName() the last name. In some | 67 | givenName() is the first name and familyName() the last name. In some |
68 | countries the family name comes first, that's the reason for the | 68 | countries the family name comes first, that's the reason for the |
69 | naming. formattedName() is the full name with the correct formatting. | 69 | naming. formattedName() is the full name with the correct formatting. |
70 | It is used as an override, when the correct formatting can't be generated | 70 | It is used as an override, when the correct formatting can't be generated |
71 | from the other name fields automatically. | 71 | from the other name fields automatically. |
72 | 72 | ||
73 | realName() returns a fully formatted name(). It uses formattedName, if set, | 73 | realName() returns a fully formatted name(). It uses formattedName, if set, |
74 | otherwise it constucts the name from the name fields. As fallback, if | 74 | otherwise it constucts the name from the name fields. As fallback, if |
75 | nothing else is set it uses name(). | 75 | nothing else is set it uses name(). |
76 | 76 | ||
77 | name() is the NAME type of RFC2426. It can be used as internal name for the | 77 | name() is the NAME type of RFC2426. It can be used as internal name for the |
78 | data enty, but shouldn't be used for displaying the data to the user. | 78 | data enty, but shouldn't be used for displaying the data to the user. |
79 | */ | 79 | */ |
80 | class Addressee | 80 | class Addressee |
81 | { | 81 | { |
82 | friend QDataStream &operator<<( QDataStream &, const Addressee & ); | 82 | friend QDataStream &operator<<( QDataStream &, const Addressee & ); |
83 | friend QDataStream &operator>>( QDataStream &, Addressee & ); | 83 | friend QDataStream &operator>>( QDataStream &, Addressee & ); |
84 | 84 | ||
85 | public: | 85 | public: |
86 | typedef QValueList<Addressee> List; | 86 | typedef QValueList<Addressee> List; |
87 | 87 | ||
88 | /** | 88 | /** |
89 | Construct an empty address book entry. | 89 | Construct an empty address book entry. |
90 | */ | 90 | */ |
91 | Addressee(); | 91 | Addressee(); |
92 | ~Addressee(); | 92 | ~Addressee(); |
93 | 93 | ||
94 | Addressee( const Addressee & ); | 94 | Addressee( const Addressee & ); |
95 | Addressee &operator=( const Addressee & ); | 95 | Addressee &operator=( const Addressee & ); |
96 | 96 | ||
97 | bool operator==( const Addressee & ) const; | 97 | bool operator==( const Addressee & ) const; |
98 | bool operator!=( const Addressee & ) const; | 98 | bool operator!=( const Addressee & ) const; |
99 | // sync stuff | 99 | // sync stuff |
100 | void setTempSyncStat(int id); | 100 | void setTempSyncStat(int id); |
101 | int tempSyncStat() const; | 101 | int tempSyncStat() const; |
102 | void setIDStr( const QString & ); | 102 | void setIDStr( const QString & ); |
103 | const QString IDStr() const; | 103 | const QString IDStr() const; |
104 | void setID( const QString &, const QString & ); | 104 | void setID( const QString &, const QString & ); |
105 | const QString getID( const QString & ) const; | 105 | const QString getID( const QString & ) const; |
106 | void setCsum( const QString &, const QString & ); | 106 | void setCsum( const QString &, const QString & ); |
107 | const QString getCsum( const QString & ) const ; | 107 | const QString getCsum( const QString & ) const ; |
108 | void removeID(const QString &); | 108 | void removeID(const QString &); |
109 | void computeCsum(const QString &dev); | 109 | void computeCsum(const QString &dev); |
110 | ulong getCsum4List( const QStringList & attList); | 110 | ulong getCsum4List( const QStringList & attList); |
111 | /** | 111 | /** |
112 | Return, if the address book entry is empty. | 112 | Return, if the address book entry is empty. |
113 | */ | 113 | */ |
114 | bool isEmpty() const; | 114 | bool isEmpty() const; |
115 | void setExternalUID( const QString &id ); | 115 | void setExternalUID( const QString &id ); |
116 | const QString externalUID() const; | 116 | const QString externalUID() const; |
117 | void setOriginalExternalUID( const QString &id ); | 117 | void setOriginalExternalUID( const QString &id ); |
118 | QString originalExternalUID() const; | 118 | QString originalExternalUID() const; |
119 | void mergeContact( const Addressee& ad, bool isSubSet ); | 119 | void mergeContact( const Addressee& ad, bool isSubSet ); |
120 | void simplifyEmails(); | 120 | void simplifyEmails(); |
121 | void simplifyAddresses(); | 121 | void simplifyAddresses(); |
122 | void simplifyPhoneNumbers(); | 122 | void simplifyPhoneNumbers(); |
123 | void simplifyPhoneNumberTypes(); | 123 | void simplifyPhoneNumberTypes(); |
124 | bool removeVoice(); | 124 | bool removeVoice(); |
125 | bool containsAdr(const Addressee& addr ); | 125 | bool containsAdr(const Addressee& addr ); |
126 | 126 | ||
127 | /** | 127 | /** |
128 | Set unique identifier. | 128 | Set unique identifier. |
129 | */ | 129 | */ |
130 | void setUid( const QString &uid ); | 130 | void setUid( const QString &uid ); |
131 | /** | 131 | /** |
132 | Return unique identifier. | 132 | Return unique identifier. |
133 | */ | 133 | */ |
134 | const QString uid() const; | 134 | const QString uid() const; |
135 | /** | 135 | /** |
136 | Return translated label for uid field. | 136 | Return translated label for uid field. |
137 | */ | 137 | */ |
138 | static QString uidLabel(); | 138 | static QString uidLabel(); |
139 | 139 | ||
140 | /** | 140 | /** |
141 | Set name. | 141 | Set name. |
142 | */ | 142 | */ |
143 | void setName( const QString &name ); | 143 | void setName( const QString &name ); |
144 | /** | 144 | /** |
145 | Return name. | 145 | Return name. |
146 | */ | 146 | */ |
147 | QString name() const; | 147 | QString name() const; |
148 | /** | 148 | /** |
149 | Return translated label for name field. | 149 | Return translated label for name field. |
150 | */ | 150 | */ |
151 | static QString nameLabel(); | 151 | static QString nameLabel(); |
152 | 152 | ||
153 | /** | 153 | /** |
154 | Set formatted name. | 154 | Set formatted name. |
155 | */ | 155 | */ |
156 | void setFormattedName( const QString &formattedName ); | 156 | void setFormattedName( const QString &formattedName ); |
157 | void setDefaultFormattedName( const QString &formattedName ); | ||
157 | /** | 158 | /** |
158 | Return formatted name. | 159 | Return formatted name. |
159 | */ | 160 | */ |
160 | QString formattedName() const; | 161 | QString formattedName() const; |
162 | QString defaultFormattedName() const; | ||
161 | /** | 163 | /** |
162 | Return translated label for formattedName field. | 164 | Return translated label for formattedName field. |
163 | */ | 165 | */ |
164 | static QString formattedNameLabel(); | 166 | static QString formattedNameLabel(); |
167 | static QString defaultFormattedNameLabel(); | ||
165 | 168 | ||
166 | /** | 169 | /** |
167 | Set family name. | 170 | Set family name. |
168 | */ | 171 | */ |
169 | void setFamilyName( const QString &familyName ); | 172 | void setFamilyName( const QString &familyName ); |
170 | /** | 173 | /** |
171 | Return family name. | 174 | Return family name. |
172 | */ | 175 | */ |
173 | QString familyName() const; | 176 | QString familyName() const; |
174 | /** | 177 | /** |
175 | Return translated label for familyName field. | 178 | Return translated label for familyName field. |
176 | */ | 179 | */ |
177 | static QString familyNameLabel(); | 180 | static QString familyNameLabel(); |
178 | 181 | ||
179 | /** | 182 | /** |
180 | Set given name. | 183 | Set given name. |
181 | */ | 184 | */ |
182 | void setGivenName( const QString &givenName ); | 185 | void setGivenName( const QString &givenName ); |
183 | /** | 186 | /** |
184 | Return given name. | 187 | Return given name. |
185 | */ | 188 | */ |
186 | QString givenName() const; | 189 | QString givenName() const; |
187 | /** | 190 | /** |
188 | Return translated label for givenName field. | 191 | Return translated label for givenName field. |
189 | */ | 192 | */ |
190 | static QString givenNameLabel(); | 193 | static QString givenNameLabel(); |
191 | 194 | ||
192 | /** | 195 | /** |
193 | Set additional names. | 196 | Set additional names. |
194 | */ | 197 | */ |
195 | void setAdditionalName( const QString &additionalName ); | 198 | void setAdditionalName( const QString &additionalName ); |
196 | /** | 199 | /** |
197 | Return additional names. | 200 | Return additional names. |
198 | */ | 201 | */ |
199 | QString additionalName() const; | 202 | QString additionalName() const; |
200 | /** | 203 | /** |
201 | Return translated label for additionalName field. | 204 | Return translated label for additionalName field. |
202 | */ | 205 | */ |
203 | static QString additionalNameLabel(); | 206 | static QString additionalNameLabel(); |
204 | 207 | ||
205 | /** | 208 | /** |
206 | Set honorific prefixes. | 209 | Set honorific prefixes. |
207 | */ | 210 | */ |
208 | void setPrefix( const QString &prefix ); | 211 | void setPrefix( const QString &prefix ); |
209 | /** | 212 | /** |
210 | Return honorific prefixes. | 213 | Return honorific prefixes. |
211 | */ | 214 | */ |
212 | QString prefix() const; | 215 | QString prefix() const; |
213 | /** | 216 | /** |
214 | Return translated label for prefix field. | 217 | Return translated label for prefix field. |
215 | */ | 218 | */ |
216 | static QString prefixLabel(); | 219 | static QString prefixLabel(); |
217 | 220 | ||
218 | /** | 221 | /** |
219 | Set honorific suffixes. | 222 | Set honorific suffixes. |
220 | */ | 223 | */ |
221 | void setSuffix( const QString &suffix ); | 224 | void setSuffix( const QString &suffix ); |
222 | /** | 225 | /** |
223 | Return honorific suffixes. | 226 | Return honorific suffixes. |
224 | */ | 227 | */ |
225 | QString suffix() const; | 228 | QString suffix() const; |
226 | /** | 229 | /** |
227 | Return translated label for suffix field. | 230 | Return translated label for suffix field. |
228 | */ | 231 | */ |
229 | static QString suffixLabel(); | 232 | static QString suffixLabel(); |
230 | 233 | ||
231 | /** | 234 | /** |
232 | Set nick name. | 235 | Set nick name. |
233 | */ | 236 | */ |
234 | void setNickName( const QString &nickName ); | 237 | void setNickName( const QString &nickName ); |
235 | /** | 238 | /** |
236 | Return nick name. | 239 | Return nick name. |
237 | */ | 240 | */ |
238 | QString nickName() const; | 241 | QString nickName() const; |
239 | /** | 242 | /** |
240 | Return translated label for nickName field. | 243 | Return translated label for nickName field. |
241 | */ | 244 | */ |
242 | static QString nickNameLabel(); | 245 | static QString nickNameLabel(); |
243 | 246 | ||
244 | /** | 247 | /** |
245 | Set birthday. | 248 | Set birthday. |
246 | */ | 249 | */ |
247 | void setBirthday( const QDateTime &birthday ); | 250 | void setBirthday( const QDateTime &birthday ); |
248 | /** | 251 | /** |
249 | Return birthday. | 252 | Return birthday. |
250 | */ | 253 | */ |
251 | QDateTime birthday() const; | 254 | QDateTime birthday() const; |
252 | /** | 255 | /** |
253 | Return translated label for birthday field. | 256 | Return translated label for birthday field. |
254 | */ | 257 | */ |
255 | static QString birthdayLabel(); | 258 | static QString birthdayLabel(); |
256 | 259 | ||
257 | /** | 260 | /** |
258 | Return translated label for homeAddressStreet field. | 261 | Return translated label for homeAddressStreet field. |
259 | */ | 262 | */ |
260 | static QString homeAddressStreetLabel(); | 263 | static QString homeAddressStreetLabel(); |
261 | 264 | ||
262 | /** | 265 | /** |
263 | Return translated label for homeAddressLocality field. | 266 | Return translated label for homeAddressLocality field. |
264 | */ | 267 | */ |
265 | static QString homeAddressLocalityLabel(); | 268 | static QString homeAddressLocalityLabel(); |
266 | 269 | ||
267 | /** | 270 | /** |
268 | Return translated label for homeAddressRegion field. | 271 | Return translated label for homeAddressRegion field. |
269 | */ | 272 | */ |
270 | static QString homeAddressRegionLabel(); | 273 | static QString homeAddressRegionLabel(); |
271 | 274 | ||
272 | /** | 275 | /** |
273 | Return translated label for homeAddressPostalCode field. | 276 | Return translated label for homeAddressPostalCode field. |
274 | */ | 277 | */ |
275 | static QString homeAddressPostalCodeLabel(); | 278 | static QString homeAddressPostalCodeLabel(); |
276 | 279 | ||
277 | /** | 280 | /** |
278 | Return translated label for homeAddressCountry field. | 281 | Return translated label for homeAddressCountry field. |
279 | */ | 282 | */ |
280 | static QString homeAddressCountryLabel(); | 283 | static QString homeAddressCountryLabel(); |
281 | 284 | ||
282 | /** | 285 | /** |
283 | Return translated label for homeAddressLabel field. | 286 | Return translated label for homeAddressLabel field. |
284 | */ | 287 | */ |
285 | static QString homeAddressLabelLabel(); | 288 | static QString homeAddressLabelLabel(); |
286 | 289 | ||
287 | /** | 290 | /** |
288 | Return translated label for businessAddressStreet field. | 291 | Return translated label for businessAddressStreet field. |
289 | */ | 292 | */ |
290 | static QString businessAddressStreetLabel(); | 293 | static QString businessAddressStreetLabel(); |
291 | 294 | ||
292 | /** | 295 | /** |
293 | Return translated label for businessAddressLocality field. | 296 | Return translated label for businessAddressLocality field. |
294 | */ | 297 | */ |
295 | static QString businessAddressLocalityLabel(); | 298 | static QString businessAddressLocalityLabel(); |
296 | 299 | ||
297 | /** | 300 | /** |
298 | Return translated label for businessAddressRegion field. | 301 | Return translated label for businessAddressRegion field. |
299 | */ | 302 | */ |
300 | static QString businessAddressRegionLabel(); | 303 | static QString businessAddressRegionLabel(); |
301 | 304 | ||
302 | /** | 305 | /** |
303 | Return translated label for businessAddressPostalCode field. | 306 | Return translated label for businessAddressPostalCode field. |
304 | */ | 307 | */ |
305 | static QString businessAddressPostalCodeLabel(); | 308 | static QString businessAddressPostalCodeLabel(); |
306 | 309 | ||
307 | /** | 310 | /** |
308 | Return translated label for businessAddressCountry field. | 311 | Return translated label for businessAddressCountry field. |
309 | */ | 312 | */ |
310 | static QString businessAddressCountryLabel(); | 313 | static QString businessAddressCountryLabel(); |
311 | 314 | ||
312 | /** | 315 | /** |
313 | Return translated label for businessAddressLabel field. | 316 | Return translated label for businessAddressLabel field. |
314 | */ | 317 | */ |
315 | static QString businessAddressLabelLabel(); | 318 | static QString businessAddressLabelLabel(); |
316 | 319 | ||
317 | /** | 320 | /** |
318 | Return translated label for homePhone field. | 321 | Return translated label for homePhone field. |
319 | */ | 322 | */ |
320 | static QString homePhoneLabel(); | 323 | static QString homePhoneLabel(); |
321 | 324 | ||
322 | /** | 325 | /** |
323 | Return translated label for businessPhone field. | 326 | Return translated label for businessPhone field. |
324 | */ | 327 | */ |
325 | static QString businessPhoneLabel(); | 328 | static QString businessPhoneLabel(); |
326 | 329 | ||
327 | /** | 330 | /** |
328 | Return translated label for mobilePhone field. | 331 | Return translated label for mobilePhone field. |
329 | */ | 332 | */ |
330 | static QString mobilePhoneLabel(); | 333 | static QString mobilePhoneLabel(); |
334 | static QString mobileWorkPhoneLabel(); | ||
335 | static QString mobileHomePhoneLabel(); | ||
331 | 336 | ||
332 | /** | 337 | /** |
333 | Return translated label for homeFax field. | 338 | Return translated label for homeFax field. |
334 | */ | 339 | */ |
335 | static QString homeFaxLabel(); | 340 | static QString homeFaxLabel(); |
336 | 341 | ||
337 | /** | 342 | /** |
338 | Return translated label for businessFax field. | 343 | Return translated label for businessFax field. |
339 | */ | 344 | */ |
340 | static QString businessFaxLabel(); | 345 | static QString businessFaxLabel(); |
341 | 346 | ||
342 | /** | 347 | /** |
343 | Return translated label for carPhone field. | 348 | Return translated label for carPhone field. |
344 | */ | 349 | */ |
345 | static QString carPhoneLabel(); | 350 | static QString carPhoneLabel(); |
346 | 351 | ||
347 | /** | 352 | /** |
348 | Return translated label for isdn field. | 353 | Return translated label for isdn field. |
349 | */ | 354 | */ |
350 | static QString isdnLabel(); | 355 | static QString isdnLabel(); |
351 | 356 | ||
352 | /** | 357 | /** |
353 | Return translated label for pager field. | 358 | Return translated label for pager field. |
354 | */ | 359 | */ |
355 | static QString pagerLabel(); | 360 | static QString pagerLabel(); |
356 | 361 | ||
357 | /** | 362 | /** |
358 | Return translated label for sip field. | 363 | Return translated label for sip field. |
359 | */ | 364 | */ |
360 | static QString sipLabel(); | 365 | static QString sipLabel(); |
361 | 366 | ||
362 | /** | 367 | /** |
363 | Return translated label for email field. | 368 | Return translated label for email field. |
364 | */ | 369 | */ |
365 | static QString emailLabel(); | 370 | static QString emailLabel(); |
366 | 371 | ||
367 | /** | 372 | /** |
368 | Set mail client. | 373 | Set mail client. |
369 | */ | 374 | */ |
370 | void setMailer( const QString &mailer ); | 375 | void setMailer( const QString &mailer ); |
371 | /** | 376 | /** |
372 | Return mail client. | 377 | Return mail client. |
373 | */ | 378 | */ |
374 | QString mailer() const; | 379 | QString mailer() const; |
375 | /** | 380 | /** |
376 | Return translated label for mailer field. | 381 | Return translated label for mailer field. |
377 | */ | 382 | */ |
378 | static QString mailerLabel(); | 383 | static QString mailerLabel(); |
379 | 384 | ||
380 | /** | 385 | /** |
381 | Set time zone. | 386 | Set time zone. |
382 | */ | 387 | */ |
383 | void setTimeZone( const TimeZone &timeZone ); | 388 | void setTimeZone( const TimeZone &timeZone ); |
384 | /** | 389 | /** |
385 | Return time zone. | 390 | Return time zone. |
386 | */ | 391 | */ |
387 | TimeZone timeZone() const; | 392 | TimeZone timeZone() const; |
388 | /** | 393 | /** |
389 | Return translated label for timeZone field. | 394 | Return translated label for timeZone field. |
390 | */ | 395 | */ |
391 | static QString timeZoneLabel(); | 396 | static QString timeZoneLabel(); |
392 | 397 | ||
393 | /** | 398 | /** |
394 | Set geographic position. | 399 | Set geographic position. |
395 | */ | 400 | */ |
396 | void setGeo( const Geo &geo ); | 401 | void setGeo( const Geo &geo ); |
397 | /** | 402 | /** |
398 | Return geographic position. | 403 | Return geographic position. |
399 | */ | 404 | */ |
400 | Geo geo() const; | 405 | Geo geo() const; |
401 | /** | 406 | /** |
402 | Return translated label for geo field. | 407 | Return translated label for geo field. |
403 | */ | 408 | */ |
404 | static QString geoLabel(); | 409 | static QString geoLabel(); |
405 | 410 | ||
406 | /** | 411 | /** |
407 | Set title. | 412 | Set title. |
408 | */ | 413 | */ |
409 | void setTitle( const QString &title ); | 414 | void setTitle( const QString &title ); |
410 | /** | 415 | /** |
411 | Return title. | 416 | Return title. |
412 | */ | 417 | */ |
413 | QString title() const; | 418 | QString title() const; |
414 | /** | 419 | /** |
415 | Return translated label for title field. | 420 | Return translated label for title field. |
416 | */ | 421 | */ |
417 | static QString titleLabel(); | 422 | static QString titleLabel(); |
418 | 423 | ||
419 | /** | 424 | /** |
420 | Set role. | 425 | Set role. |
421 | */ | 426 | */ |
422 | void setRole( const QString &role ); | 427 | void setRole( const QString &role ); |
423 | /** | 428 | /** |
424 | Return role. | 429 | Return role. |
425 | */ | 430 | */ |
426 | QString role() const; | 431 | QString role() const; |
427 | /** | 432 | /** |
428 | Return translated label for role field. | 433 | Return translated label for role field. |
429 | */ | 434 | */ |
430 | static QString roleLabel(); | 435 | static QString roleLabel(); |
431 | 436 | ||
432 | /** | 437 | /** |
433 | Set organization. | 438 | Set organization. |
434 | */ | 439 | */ |
435 | void setOrganization( const QString &organization ); | 440 | void setOrganization( const QString &organization ); |
436 | /** | 441 | /** |
437 | Return organization. | 442 | Return organization. |
438 | */ | 443 | */ |
439 | QString organization() const; | 444 | QString organization() const; |
440 | /** | 445 | /** |
441 | Return translated label for organization field. | 446 | Return translated label for organization field. |
442 | */ | 447 | */ |
443 | static QString organizationLabel(); | 448 | static QString organizationLabel(); |
444 | 449 | ||
445 | /** | 450 | /** |
446 | Set note. | 451 | Set note. |
447 | */ | 452 | */ |
448 | void setNote( const QString ¬e ); | 453 | void setNote( const QString ¬e ); |
449 | /** | 454 | /** |
450 | Return note. | 455 | Return note. |
451 | */ | 456 | */ |
452 | QString note() const; | 457 | QString note() const; |
453 | /** | 458 | /** |
454 | Return translated label for note field. | 459 | Return translated label for note field. |
455 | */ | 460 | */ |
456 | static QString noteLabel(); | 461 | static QString noteLabel(); |
457 | 462 | ||
458 | /** | 463 | /** |
459 | Set product identifier. | 464 | Set product identifier. |
460 | */ | 465 | */ |
461 | void setProductId( const QString &productId ); | 466 | void setProductId( const QString &productId ); |
462 | /** | 467 | /** |
463 | Return product identifier. | 468 | Return product identifier. |
464 | */ | 469 | */ |
465 | QString productId() const; | 470 | QString productId() const; |
466 | /** | 471 | /** |
467 | Return translated label for productId field. | 472 | Return translated label for productId field. |
468 | */ | 473 | */ |
469 | static QString productIdLabel(); | 474 | static QString productIdLabel(); |
470 | 475 | ||
471 | /** | 476 | /** |
472 | Set revision date. | 477 | Set revision date. |
473 | */ | 478 | */ |
474 | void setRevision( const QDateTime &revision ); | 479 | void setRevision( const QDateTime &revision ); |
475 | /** | 480 | /** |
476 | Return revision date. | 481 | Return revision date. |
477 | */ | 482 | */ |
478 | QDateTime revision() const; | 483 | QDateTime revision() const; |
479 | /** | 484 | /** |
480 | Return translated label for revision field. | 485 | Return translated label for revision field. |
481 | */ | 486 | */ |
482 | static QString revisionLabel(); | 487 | static QString revisionLabel(); |
483 | 488 | ||
484 | /** | 489 | /** |
485 | Set sort string. | 490 | Set sort string. |
486 | */ | 491 | */ |
487 | void setSortString( const QString &sortString ); | 492 | void setSortString( const QString &sortString ); |
488 | /** | 493 | /** |
489 | Return sort string. | 494 | Return sort string. |
490 | */ | 495 | */ |
491 | QString sortString() const; | 496 | QString sortString() const; |
492 | /** | 497 | /** |
493 | Return translated label for sortString field. | 498 | Return translated label for sortString field. |
494 | */ | 499 | */ |
495 | static QString sortStringLabel(); | 500 | static QString sortStringLabel(); |
496 | 501 | ||
497 | /** | 502 | /** |
498 | Set URL. | 503 | Set URL. |
499 | */ | 504 | */ |
500 | void setUrl( const KURL &url ); | 505 | void setUrl( const KURL &url ); |
501 | /** | 506 | /** |
502 | Return URL. | 507 | Return URL. |
503 | */ | 508 | */ |
504 | KURL url() const; | 509 | KURL url() const; |
505 | /** | 510 | /** |
506 | Return translated label for url field. | 511 | Return translated label for url field. |
507 | */ | 512 | */ |
508 | static QString urlLabel(); | 513 | static QString urlLabel(); |
509 | 514 | ||
510 | /** | 515 | /** |
511 | Set security class. | 516 | Set security class. |
512 | */ | 517 | */ |
513 | void setSecrecy( const Secrecy &secrecy ); | 518 | void setSecrecy( const Secrecy &secrecy ); |
514 | /** | 519 | /** |
515 | Return security class. | 520 | Return security class. |
516 | */ | 521 | */ |
517 | Secrecy secrecy() const; | 522 | Secrecy secrecy() const; |
518 | /** | 523 | /** |
519 | Return translated label for secrecy field. | 524 | Return translated label for secrecy field. |
520 | */ | 525 | */ |
521 | static QString secrecyLabel(); | 526 | static QString secrecyLabel(); |
522 | 527 | ||
523 | /** | 528 | /** |
524 | Set logo. | 529 | Set logo. |
525 | */ | 530 | */ |
526 | void setLogo( const Picture &logo ); | 531 | void setLogo( const Picture &logo ); |
527 | /** | 532 | /** |
528 | Return logo. | 533 | Return logo. |
529 | */ | 534 | */ |
530 | Picture logo() const; | 535 | Picture logo() const; |
531 | /** | 536 | /** |
532 | Return translated label for logo field. | 537 | Return translated label for logo field. |
533 | */ | 538 | */ |
534 | static QString logoLabel(); | 539 | static QString logoLabel(); |
535 | 540 | ||
536 | /** | 541 | /** |
537 | Set photo. | 542 | Set photo. |
538 | */ | 543 | */ |
539 | void setPhoto( const Picture &photo ); | 544 | void setPhoto( const Picture &photo ); |
540 | /** | 545 | /** |
541 | Return photo. | 546 | Return photo. |
542 | */ | 547 | */ |
543 | Picture photo() const; | 548 | Picture photo() const; |
544 | /** | 549 | /** |
545 | Return translated label for photo field. | 550 | Return translated label for photo field. |
546 | */ | 551 | */ |
547 | static QString photoLabel(); | 552 | static QString photoLabel(); |
548 | 553 | ||
549 | /** | 554 | /** |
550 | Set sound. | 555 | Set sound. |
551 | */ | 556 | */ |
552 | void setSound( const Sound &sound ); | 557 | void setSound( const Sound &sound ); |
553 | /** | 558 | /** |
554 | Return sound. | 559 | Return sound. |
555 | */ | 560 | */ |
556 | Sound sound() const; | 561 | Sound sound() const; |
557 | /** | 562 | /** |
558 | Return translated label for sound field. | 563 | Return translated label for sound field. |
559 | */ | 564 | */ |
560 | static QString soundLabel(); | 565 | static QString soundLabel(); |
561 | 566 | ||
562 | /** | 567 | /** |
563 | Set agent. | 568 | Set agent. |
564 | */ | 569 | */ |
565 | void setAgent( const Agent &agent ); | 570 | void setAgent( const Agent &agent ); |
566 | /** | 571 | /** |
567 | Return agent. | 572 | Return agent. |
568 | */ | 573 | */ |
569 | Agent agent() const; | 574 | Agent agent() const; |
570 | /** | 575 | /** |
571 | Return translated label for agent field. | 576 | Return translated label for agent field. |
572 | */ | 577 | */ |
573 | static QString agentLabel(); | 578 | static QString agentLabel(); |
574 | 579 | ||
575 | /** | 580 | /** |
576 | Set name fields by parsing the given string and trying to associate the | 581 | Set name fields by parsing the given string and trying to associate the |
577 | parts of the string with according fields. This function should probably | 582 | parts of the string with according fields. This function should probably |
578 | be a bit more clever. | 583 | be a bit more clever. |
579 | */ | 584 | */ |
580 | void setNameFromString( const QString & ); | 585 | void setNameFromString( const QString & ); |
581 | 586 | ||
582 | /** | 587 | /** |
583 | Return the name of the addressee. This is calculated from all the name | 588 | Return the name of the addressee. This is calculated from all the name |
584 | fields. | 589 | fields. |
585 | */ | 590 | */ |
586 | QString realName() const; | 591 | QString realName() const; |
587 | 592 | ||
588 | /** | 593 | /** |
589 | Return the name that consists of all name parts. | 594 | Return the name that consists of all name parts. |
590 | */ | 595 | */ |
591 | QString assembledName() const; | 596 | QString assembledName() const; |
592 | 597 | ||
593 | /** | 598 | /** |
594 | Return email address including real name. | 599 | Return email address including real name. |
595 | 600 | ||
596 | @param email Email address to be used to construct the full email string. | 601 | @param email Email address to be used to construct the full email string. |
597 | If this is QString::null the preferred email address is used. | 602 | If this is QString::null the preferred email address is used. |
598 | */ | 603 | */ |
599 | QString fullEmail( const QString &email=QString::null ) const; | 604 | QString fullEmail( const QString &email=QString::null ) const; |
600 | 605 | ||
601 | /** | 606 | /** |
602 | Insert an email address. If the email address already exists in this | 607 | Insert an email address. If the email address already exists in this |
603 | addressee it is not duplicated. | 608 | addressee it is not duplicated. |
604 | 609 | ||
605 | @param email Email address | 610 | @param email Email address |
606 | @param preferred Set to true, if this is the preferred email address of | 611 | @param preferred Set to true, if this is the preferred email address of |
607 | the addressee. | 612 | the addressee. |
608 | */ | 613 | */ |
609 | void insertEmail( const QString &email, bool preferred=false ); | 614 | void insertEmail( const QString &email, bool preferred=false ); |
610 | 615 | ||
611 | /** | 616 | /** |
612 | Remove email address. If the email address doesn't exist, nothing happens. | 617 | Remove email address. If the email address doesn't exist, nothing happens. |
613 | */ | 618 | */ |
614 | void removeEmail( const QString &email ); | 619 | void removeEmail( const QString &email ); |
615 | 620 | ||
616 | /** | 621 | /** |
617 | Return preferred email address. This is the first email address or the | 622 | Return preferred email address. This is the first email address or the |
618 | last one added with @ref insertEmail() with a set preferred parameter. | 623 | last one added with @ref insertEmail() with a set preferred parameter. |
619 | */ | 624 | */ |
620 | QString preferredEmail() const; | 625 | QString preferredEmail() const; |
621 | 626 | ||
622 | /** | 627 | /** |
623 | Return list of all email addresses. | 628 | Return list of all email addresses. |
624 | */ | 629 | */ |
625 | QStringList emails() const; | 630 | QStringList emails() const; |
626 | 631 | ||
627 | /** | 632 | /** |
628 | Set the emails to @param. | 633 | Set the emails to @param. |
629 | The first email address gets the preferred one! | 634 | The first email address gets the preferred one! |
630 | @param list The list of email addresses. | 635 | @param list The list of email addresses. |
631 | */ | 636 | */ |
632 | void setEmails( const QStringList& list); | 637 | void setEmails( const QStringList& list); |
633 | 638 | ||
634 | /** | 639 | /** |
635 | Insert a phone number. If a phone number with the same id already exists | 640 | Insert a phone number. If a phone number with the same id already exists |
636 | in this addressee it is not duplicated. | 641 | in this addressee it is not duplicated. |
637 | */ | 642 | */ |
638 | void insertPhoneNumber( const PhoneNumber &phoneNumber ); | 643 | void insertPhoneNumber( const PhoneNumber &phoneNumber ); |
639 | 644 | ||
640 | /** | 645 | /** |
641 | Remove phone number. If no phone number with the given id exists for this | 646 | Remove phone number. If no phone number with the given id exists for this |
642 | addresse nothing happens. | 647 | addresse nothing happens. |
643 | */ | 648 | */ |
644 | void removePhoneNumber( const PhoneNumber &phoneNumber ); | 649 | void removePhoneNumber( const PhoneNumber &phoneNumber ); |
645 | 650 | ||
646 | /** | 651 | /** |
647 | Return phone number, which matches the given type. | 652 | Return phone number, which matches the given type. |
648 | */ | 653 | */ |
649 | PhoneNumber phoneNumber( int type ) const; | 654 | PhoneNumber phoneNumber( int type ) const; |
650 | 655 | ||
651 | /** | 656 | /** |
652 | Return list of all phone numbers. | 657 | Return list of all phone numbers. |
653 | */ | 658 | */ |
654 | PhoneNumber::List phoneNumbers() const; | 659 | PhoneNumber::List phoneNumbers() const; |
655 | 660 | ||
656 | /** | 661 | /** |
657 | Return list of phone numbers with a special type. | 662 | Return list of phone numbers with a special type. |
658 | */ | 663 | */ |
659 | PhoneNumber::List phoneNumbers( int type ) const; | 664 | PhoneNumber::List phoneNumbers( int type ) const; |
660 | 665 | ||
661 | /** | 666 | /** |
662 | Return phone number with the given id. | 667 | Return phone number with the given id. |
663 | */ | 668 | */ |
664 | PhoneNumber findPhoneNumber( const QString &id ) const; | 669 | PhoneNumber findPhoneNumber( const QString &id ) const; |
665 | 670 | ||
666 | /** | 671 | /** |
667 | Insert a key. If a key with the same id already exists | 672 | Insert a key. If a key with the same id already exists |
668 | in this addressee it is not duplicated. | 673 | in this addressee it is not duplicated. |
669 | */ | 674 | */ |
670 | void insertKey( const Key &key ); | 675 | void insertKey( const Key &key ); |
671 | 676 | ||
672 | /** | 677 | /** |
673 | Remove a key. If no key with the given id exists for this | 678 | Remove a key. If no key with the given id exists for this |
674 | addresse nothing happens. | 679 | addresse nothing happens. |
675 | */ | 680 | */ |
676 | void removeKey( const Key &key ); | 681 | void removeKey( const Key &key ); |
677 | 682 | ||
678 | /** | 683 | /** |
679 | Return key, which matches the given type. | 684 | Return key, which matches the given type. |
680 | If @p type == Key::Custom you can specify a string | 685 | If @p type == Key::Custom you can specify a string |
681 | that should match. If you leave the string empty, the first | 686 | that should match. If you leave the string empty, the first |
682 | key with a custom value is returned. | 687 | key with a custom value is returned. |
683 | */ | 688 | */ |
684 | Key key( int type, QString customTypeString = QString::null ) const; | 689 | Key key( int type, QString customTypeString = QString::null ) const; |
685 | 690 | ||
686 | /** | 691 | /** |
687 | Return list of all keys. | 692 | Return list of all keys. |
688 | */ | 693 | */ |
689 | Key::List keys() const; | 694 | Key::List keys() const; |
690 | 695 | ||
691 | /** | 696 | /** |
692 | Set the list of keys | 697 | Set the list of keys |
693 | @param keys The keys to be set. | 698 | @param keys The keys to be set. |
694 | */ | 699 | */ |
695 | void setKeys( const Key::List& keys); | 700 | void setKeys( const Key::List& keys); |
696 | 701 | ||
697 | /** | 702 | /** |
698 | Return list of keys with a special type. | 703 | Return list of keys with a special type. |
699 | If @p type == Key::Custom you can specify a string | 704 | If @p type == Key::Custom you can specify a string |
700 | that should match. If you leave the string empty, all custom | 705 | that should match. If you leave the string empty, all custom |
701 | keys will be returned. | 706 | keys will be returned. |
702 | */ | 707 | */ |
703 | Key::List keys( int type, QString customTypeString = QString::null ) const; | 708 | Key::List keys( int type, QString customTypeString = QString::null ) const; |
704 | 709 | ||
705 | /** | 710 | /** |
706 | Return key with the given id. | 711 | Return key with the given id. |
707 | */ | 712 | */ |
708 | Key findKey( const QString &id ) const; | 713 | Key findKey( const QString &id ) const; |
709 | 714 | ||
710 | /** | 715 | /** |
711 | Insert an address. If an address with the same id already exists | 716 | Insert an address. If an address with the same id already exists |
712 | in this addressee it is not duplicated. | 717 | in this addressee it is not duplicated. |
713 | */ | 718 | */ |
714 | void insertAddress( const Address &address ); | 719 | void insertAddress( const Address &address ); |
715 | 720 | ||
716 | /** | 721 | /** |
717 | Remove address. If no address with the given id exists for this | 722 | Remove address. If no address with the given id exists for this |
718 | addresse nothing happens. | 723 | addresse nothing happens. |
719 | */ | 724 | */ |
720 | void removeAddress( const Address &address ); | 725 | void removeAddress( const Address &address ); |
721 | 726 | ||
722 | /** | 727 | /** |
723 | Return address, which matches the given type. | 728 | Return address, which matches the given type. |
724 | */ | 729 | */ |
725 | Address address( int type ) const; | 730 | Address address( int type ) const; |
726 | 731 | ||
727 | /** | 732 | /** |
728 | Return list of all addresses. | 733 | Return list of all addresses. |
729 | */ | 734 | */ |
730 | Address::List addresses() const; | 735 | Address::List addresses() const; |
731 | 736 | ||
732 | /** | 737 | /** |
733 | Return list of addresses with a special type. | 738 | Return list of addresses with a special type. |
734 | */ | 739 | */ |
735 | Address::List addresses( int type ) const; | 740 | Address::List addresses( int type ) const; |
736 | 741 | ||
737 | /** | 742 | /** |
738 | Return address with the given id. | 743 | Return address with the given id. |
739 | */ | 744 | */ |
740 | Address findAddress( const QString &id ) const; | 745 | Address findAddress( const QString &id ) const; |
741 | 746 | ||
742 | /** | 747 | /** |
743 | Insert category. If the category already exists it is not duplicated. | 748 | Insert category. If the category already exists it is not duplicated. |
744 | */ | 749 | */ |
745 | void insertCategory( const QString & ); | 750 | void insertCategory( const QString & ); |
746 | 751 | ||
747 | /** | 752 | /** |
748 | Remove category. | 753 | Remove category. |
749 | */ | 754 | */ |
750 | void removeCategory( const QString & ); | 755 | void removeCategory( const QString & ); |
751 | 756 | ||
752 | /** | 757 | /** |
753 | Return, if addressee has the given category. | 758 | Return, if addressee has the given category. |
754 | */ | 759 | */ |
755 | bool hasCategory( const QString & ) const; | 760 | bool hasCategory( const QString & ) const; |
756 | 761 | ||
757 | /** | 762 | /** |
758 | Set categories to given value. | 763 | Set categories to given value. |
759 | */ | 764 | */ |
760 | void setCategories( const QStringList & ); | 765 | void setCategories( const QStringList & ); |
761 | 766 | ||
762 | /** | 767 | /** |
763 | Return list of all set categories. | 768 | Return list of all set categories. |
764 | */ | 769 | */ |
765 | QStringList categories() const; | 770 | QStringList categories() const; |
766 | 771 | ||
767 | /** | 772 | /** |
768 | Insert custom entry. The entry is identified by the name of the inserting | 773 | Insert custom entry. The entry is identified by the name of the inserting |
769 | application and a unique name. If an entry with the given app and name | 774 | application and a unique name. If an entry with the given app and name |
770 | already exists its value is replaced with the new given value. | 775 | already exists its value is replaced with the new given value. |
771 | */ | 776 | */ |
772 | void insertCustom( const QString &app, const QString &name, | 777 | void insertCustom( const QString &app, const QString &name, |
773 | const QString &value ); | 778 | const QString &value ); |
774 | 779 | ||
775 | /** | 780 | /** |
776 | Remove custom entry. | 781 | Remove custom entry. |
777 | */ | 782 | */ |
778 | void removeCustom( const QString &app, const QString &name ); | 783 | void removeCustom( const QString &app, const QString &name ); |
779 | 784 | ||
780 | /** | 785 | /** |
781 | Return value of custom entry, identified by app and entry name. | 786 | Return value of custom entry, identified by app and entry name. |
782 | */ | 787 | */ |
783 | QString custom( const QString &app, const QString &name ) const; | 788 | QString custom( const QString &app, const QString &name ) const; |
784 | 789 | ||
785 | /** | 790 | /** |
786 | Set all custom entries. | 791 | Set all custom entries. |
787 | */ | 792 | */ |
788 | void setCustoms( const QStringList & ); | 793 | void setCustoms( const QStringList & ); |
789 | 794 | ||
790 | /** | 795 | /** |
791 | Return list of all custom entries. | 796 | Return list of all custom entries. |
792 | */ | 797 | */ |
793 | QStringList customs() const; | 798 | QStringList customs() const; |
794 | 799 | ||
795 | /** | 800 | /** |
796 | Parse full email address. The result is given back in fullName and email. | 801 | Parse full email address. The result is given back in fullName and email. |
797 | */ | 802 | */ |
798 | static void parseEmailAddress( const QString &rawEmail, QString &fullName, | 803 | static void parseEmailAddress( const QString &rawEmail, QString &fullName, |
799 | QString &email ); | 804 | QString &email ); |
800 | 805 | ||
801 | /** | 806 | /** |
802 | Debug output. | 807 | Debug output. |
803 | */ | 808 | */ |
804 | void dump() const; | 809 | void dump() const; |
805 | 810 | ||
806 | /** | 811 | /** |
807 | Returns string representation of the addressee. | 812 | Returns string representation of the addressee. |
808 | */ | 813 | */ |
809 | QString asString() const; | 814 | QString asString() const; |
810 | 815 | ||
811 | /** | 816 | /** |
812 | Set resource where the addressee is from. | 817 | Set resource where the addressee is from. |
813 | */ | 818 | */ |
814 | void setResource( Resource *resource ); | 819 | void setResource( Resource *resource ); |
815 | 820 | ||
816 | /** | 821 | /** |
817 | Return pointer to resource. | 822 | Return pointer to resource. |
818 | */ | 823 | */ |
819 | Resource *resource() const; | 824 | Resource *resource() const; |
820 | 825 | ||
821 | /** | 826 | /** |
822 | Return resourcelabel. | 827 | Return resourcelabel. |
823 | */ | 828 | */ |
824 | //US | 829 | //US |
825 | static QString resourceLabel(); | 830 | static QString resourceLabel(); |
826 | static QString categoryLabel(); | 831 | static QString categoryLabel(); |
827 | /** | 832 | /** |
828 | Mark addressee as changed. | 833 | Mark addressee as changed. |
829 | */ | 834 | */ |
830 | void setChanged( bool value ); | 835 | void setChanged( bool value ); |
831 | 836 | ||
832 | /** | 837 | /** |
833 | Return whether the addressee is changed. | 838 | Return whether the addressee is changed. |
834 | */ | 839 | */ |
835 | bool changed() const; | 840 | bool changed() const; |
836 | 841 | ||
837 | void setTagged( bool value ); | 842 | void setTagged( bool value ); |
838 | bool tagged() const; | 843 | bool tagged() const; |
839 | 844 | ||
840 | private: | 845 | private: |
841 | Addressee copy(); | 846 | Addressee copy(); |
842 | void detach(); | 847 | void detach(); |
843 | 848 | ||
844 | struct AddresseeData; | 849 | struct AddresseeData; |
845 | mutable KSharedPtr<AddresseeData> mData; | 850 | mutable KSharedPtr<AddresseeData> mData; |
846 | }; | 851 | }; |
847 | 852 | ||
848 | QDataStream &operator<<( QDataStream &, const Addressee & ); | 853 | QDataStream &operator<<( QDataStream &, const Addressee & ); |
849 | QDataStream &operator>>( QDataStream &, Addressee & ); | 854 | QDataStream &operator>>( QDataStream &, Addressee & ); |
850 | 855 | ||
851 | } | 856 | } |
852 | 857 | ||
853 | #endif | 858 | #endif |
diff --git a/kabc/field.cpp b/kabc/field.cpp index 89d0b77..5c561c3 100644 --- a/kabc/field.cpp +++ b/kabc/field.cpp | |||
@@ -1,578 +1,596 @@ | |||
1 | /*** Warning! This file has been generated by the script makeaddressee ***/ | 1 | /*** Warning! This file has been generated by the script makeaddressee ***/ |
2 | /* | 2 | /* |
3 | This file is part of libkabc. | 3 | This file is part of libkabc. |
4 | Copyright (c) 2002 Cornelius Schumacher <schumacher@kde.org> | 4 | Copyright (c) 2002 Cornelius Schumacher <schumacher@kde.org> |
5 | 5 | ||
6 | This library is free software; you can redistribute it and/or | 6 | This library is free software; you can redistribute it and/or |
7 | modify it under the terms of the GNU Library General Public | 7 | modify it under the terms of the GNU Library General Public |
8 | License as published by the Free Software Foundation; either | 8 | License as published by the Free Software Foundation; either |
9 | version 2 of the License, or (at your option) any later version. | 9 | version 2 of the License, or (at your option) any later version. |
10 | 10 | ||
11 | This library is distributed in the hope that it will be useful, | 11 | This library is distributed in the hope that it will be useful, |
12 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 12 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
13 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | 13 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
14 | Library General Public License for more details. | 14 | Library General Public License for more details. |
15 | 15 | ||
16 | You should have received a copy of the GNU Library General Public License | 16 | You should have received a copy of the GNU Library General Public License |
17 | along with this library; see the file COPYING.LIB. If not, write to | 17 | along with this library; see the file COPYING.LIB. If not, write to |
18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
19 | Boston, MA 02111-1307, USA. | 19 | Boston, MA 02111-1307, USA. |
20 | */ | 20 | */ |
21 | 21 | ||
22 | /* | 22 | /* |
23 | Enhanced Version of the file for platform independent KDE tools. | 23 | Enhanced Version of the file for platform independent KDE tools. |
24 | Copyright (c) 2004 Ulf Schenk | 24 | Copyright (c) 2004 Ulf Schenk |
25 | 25 | ||
26 | $Id$ | 26 | $Id$ |
27 | */ | 27 | */ |
28 | 28 | ||
29 | #include <klocale.h> | 29 | #include <klocale.h> |
30 | #include <kconfig.h> | 30 | #include <kconfig.h> |
31 | #include <kconfigbase.h> | 31 | #include <kconfigbase.h> |
32 | #include <kglobal.h> | 32 | #include <kglobal.h> |
33 | 33 | ||
34 | #include "field.h" | 34 | #include "field.h" |
35 | #include "resource.h" | 35 | #include "resource.h" |
36 | 36 | ||
37 | using namespace KABC; | 37 | using namespace KABC; |
38 | 38 | ||
39 | class Field::FieldImpl | 39 | class Field::FieldImpl |
40 | { | 40 | { |
41 | public: | 41 | public: |
42 | FieldImpl( int fieldId, int category = 0, | 42 | FieldImpl( int fieldId, int category = 0, |
43 | const QString &label = QString::null, | 43 | const QString &label = QString::null, |
44 | const QString &key = QString::null, | 44 | const QString &key = QString::null, |
45 | const QString &app = QString::null ) | 45 | const QString &app = QString::null ) |
46 | : mFieldId( fieldId ), mCategory( category ), mLabel( label ), | 46 | : mFieldId( fieldId ), mCategory( category ), mLabel( label ), |
47 | mKey( key ), mApp( app ) {} | 47 | mKey( key ), mApp( app ) {} |
48 | 48 | ||
49 | enum FieldId | 49 | enum FieldId |
50 | { | 50 | { |
51 | CustomField, | 51 | CustomField, |
52 | FormattedName, | 52 | FormattedName, |
53 | FamilyName, | 53 | FamilyName, |
54 | GivenName, | 54 | GivenName, |
55 | AdditionalName, | 55 | AdditionalName, |
56 | Prefix, | 56 | Prefix, |
57 | Suffix, | 57 | Suffix, |
58 | NickName, | 58 | NickName, |
59 | Birthday, | 59 | Birthday, |
60 | Category, | 60 | Category, |
61 | HomeAddressStreet, | 61 | HomeAddressStreet, |
62 | HomeAddressLocality, | 62 | HomeAddressLocality, |
63 | HomeAddressRegion, | 63 | HomeAddressRegion, |
64 | HomeAddressPostalCode, | 64 | HomeAddressPostalCode, |
65 | HomeAddressCountry, | 65 | HomeAddressCountry, |
66 | HomeAddressLabel, | 66 | HomeAddressLabel, |
67 | BusinessAddressStreet, | 67 | BusinessAddressStreet, |
68 | BusinessAddressLocality, | 68 | BusinessAddressLocality, |
69 | BusinessAddressRegion, | 69 | BusinessAddressRegion, |
70 | BusinessAddressPostalCode, | 70 | BusinessAddressPostalCode, |
71 | BusinessAddressCountry, | 71 | BusinessAddressCountry, |
72 | BusinessAddressLabel, | 72 | BusinessAddressLabel, |
73 | HomePhone, | 73 | HomePhone, |
74 | BusinessPhone, | 74 | BusinessPhone, |
75 | MobilePhone, | 75 | MobilePhone, |
76 | HomeFax, | 76 | HomeFax, |
77 | BusinessFax, | 77 | BusinessFax, |
78 | CarPhone, | 78 | CarPhone, |
79 | Isdn, | 79 | Isdn, |
80 | Pager, | 80 | Pager, |
81 | Email, | 81 | Email, |
82 | Mailer, | 82 | Mailer, |
83 | Title, | 83 | Title, |
84 | Role, | 84 | Role, |
85 | Organization, | 85 | Organization, |
86 | Note, | 86 | Note, |
87 | Url, | 87 | Url, |
88 | Resource, | 88 | Resource, |
89 | Sip | 89 | Sip, |
90 | DefaultFormattedName, | ||
91 | MobileWorkPhone, | ||
92 | MobileHomePhone | ||
90 | }; | 93 | }; |
91 | 94 | ||
92 | int fieldId() { return mFieldId; } | 95 | int fieldId() { return mFieldId; } |
93 | int category() { return mCategory; } | 96 | int category() { return mCategory; } |
94 | 97 | ||
95 | QString label() { return mLabel; } | 98 | QString label() { return mLabel; } |
96 | QString key() { return mKey; } | 99 | QString key() { return mKey; } |
97 | QString app() { return mApp; } | 100 | QString app() { return mApp; } |
98 | 101 | ||
99 | private: | 102 | private: |
100 | int mFieldId; | 103 | int mFieldId; |
101 | int mCategory; | 104 | int mCategory; |
102 | 105 | ||
103 | QString mLabel; | 106 | QString mLabel; |
104 | QString mKey; | 107 | QString mKey; |
105 | QString mApp; | 108 | QString mApp; |
106 | }; | 109 | }; |
107 | 110 | ||
108 | 111 | ||
109 | Field::List Field::mAllFields; | 112 | Field::List Field::mAllFields; |
110 | Field::List Field::mDefaultFields; | 113 | Field::List Field::mDefaultFields; |
111 | Field::List Field::mCustomFields; | 114 | Field::List Field::mCustomFields; |
112 | 115 | ||
113 | 116 | ||
114 | Field::Field( FieldImpl *impl ) | 117 | Field::Field( FieldImpl *impl ) |
115 | { | 118 | { |
116 | mImpl = impl; | 119 | mImpl = impl; |
117 | } | 120 | } |
118 | 121 | ||
119 | Field::~Field() | 122 | Field::~Field() |
120 | { | 123 | { |
121 | delete mImpl; | 124 | delete mImpl; |
122 | } | 125 | } |
123 | 126 | ||
124 | QString Field::label() | 127 | QString Field::label() |
125 | { | 128 | { |
126 | switch ( mImpl->fieldId() ) { | 129 | switch ( mImpl->fieldId() ) { |
127 | case FieldImpl::FormattedName: | 130 | case FieldImpl::FormattedName: |
128 | return Addressee::formattedNameLabel(); | 131 | return Addressee::formattedNameLabel(); |
132 | case FieldImpl::DefaultFormattedName: | ||
133 | return Addressee::defaultFormattedNameLabel(); | ||
129 | case FieldImpl::FamilyName: | 134 | case FieldImpl::FamilyName: |
130 | return Addressee::familyNameLabel(); | 135 | return Addressee::familyNameLabel(); |
131 | case FieldImpl::GivenName: | 136 | case FieldImpl::GivenName: |
132 | return Addressee::givenNameLabel(); | 137 | return Addressee::givenNameLabel(); |
133 | case FieldImpl::AdditionalName: | 138 | case FieldImpl::AdditionalName: |
134 | return Addressee::additionalNameLabel(); | 139 | return Addressee::additionalNameLabel(); |
135 | case FieldImpl::Prefix: | 140 | case FieldImpl::Prefix: |
136 | return Addressee::prefixLabel(); | 141 | return Addressee::prefixLabel(); |
137 | case FieldImpl::Suffix: | 142 | case FieldImpl::Suffix: |
138 | return Addressee::suffixLabel(); | 143 | return Addressee::suffixLabel(); |
139 | case FieldImpl::NickName: | 144 | case FieldImpl::NickName: |
140 | return Addressee::nickNameLabel(); | 145 | return Addressee::nickNameLabel(); |
141 | case FieldImpl::Birthday: | 146 | case FieldImpl::Birthday: |
142 | return Addressee::birthdayLabel(); | 147 | return Addressee::birthdayLabel(); |
143 | case FieldImpl::HomeAddressStreet: | 148 | case FieldImpl::HomeAddressStreet: |
144 | return Addressee::homeAddressStreetLabel(); | 149 | return Addressee::homeAddressStreetLabel(); |
145 | case FieldImpl::HomeAddressLocality: | 150 | case FieldImpl::HomeAddressLocality: |
146 | return Addressee::homeAddressLocalityLabel(); | 151 | return Addressee::homeAddressLocalityLabel(); |
147 | case FieldImpl::HomeAddressRegion: | 152 | case FieldImpl::HomeAddressRegion: |
148 | return Addressee::homeAddressRegionLabel(); | 153 | return Addressee::homeAddressRegionLabel(); |
149 | case FieldImpl::HomeAddressPostalCode: | 154 | case FieldImpl::HomeAddressPostalCode: |
150 | return Addressee::homeAddressPostalCodeLabel(); | 155 | return Addressee::homeAddressPostalCodeLabel(); |
151 | case FieldImpl::HomeAddressCountry: | 156 | case FieldImpl::HomeAddressCountry: |
152 | return Addressee::homeAddressCountryLabel(); | 157 | return Addressee::homeAddressCountryLabel(); |
153 | case FieldImpl::HomeAddressLabel: | 158 | case FieldImpl::HomeAddressLabel: |
154 | return Addressee::homeAddressLabelLabel(); | 159 | return Addressee::homeAddressLabelLabel(); |
155 | case FieldImpl::BusinessAddressStreet: | 160 | case FieldImpl::BusinessAddressStreet: |
156 | return Addressee::businessAddressStreetLabel(); | 161 | return Addressee::businessAddressStreetLabel(); |
157 | case FieldImpl::BusinessAddressLocality: | 162 | case FieldImpl::BusinessAddressLocality: |
158 | return Addressee::businessAddressLocalityLabel(); | 163 | return Addressee::businessAddressLocalityLabel(); |
159 | case FieldImpl::BusinessAddressRegion: | 164 | case FieldImpl::BusinessAddressRegion: |
160 | return Addressee::businessAddressRegionLabel(); | 165 | return Addressee::businessAddressRegionLabel(); |
161 | case FieldImpl::BusinessAddressPostalCode: | 166 | case FieldImpl::BusinessAddressPostalCode: |
162 | return Addressee::businessAddressPostalCodeLabel(); | 167 | return Addressee::businessAddressPostalCodeLabel(); |
163 | case FieldImpl::BusinessAddressCountry: | 168 | case FieldImpl::BusinessAddressCountry: |
164 | return Addressee::businessAddressCountryLabel(); | 169 | return Addressee::businessAddressCountryLabel(); |
165 | case FieldImpl::BusinessAddressLabel: | 170 | case FieldImpl::BusinessAddressLabel: |
166 | return Addressee::businessAddressLabelLabel(); | 171 | return Addressee::businessAddressLabelLabel(); |
167 | case FieldImpl::HomePhone: | 172 | case FieldImpl::HomePhone: |
168 | return Addressee::homePhoneLabel(); | 173 | return Addressee::homePhoneLabel(); |
169 | case FieldImpl::BusinessPhone: | 174 | case FieldImpl::BusinessPhone: |
170 | return Addressee::businessPhoneLabel(); | 175 | return Addressee::businessPhoneLabel(); |
171 | case FieldImpl::MobilePhone: | 176 | case FieldImpl::MobilePhone: |
172 | return Addressee::mobilePhoneLabel(); | 177 | return Addressee::mobilePhoneLabel(); |
178 | case FieldImpl::MobileHomePhone: | ||
179 | return Addressee::mobileHomePhoneLabel(); | ||
180 | case FieldImpl::MobileWorkPhone: | ||
181 | return Addressee::mobileWorkPhoneLabel(); | ||
173 | case FieldImpl::HomeFax: | 182 | case FieldImpl::HomeFax: |
174 | return Addressee::homeFaxLabel(); | 183 | return Addressee::homeFaxLabel(); |
175 | case FieldImpl::BusinessFax: | 184 | case FieldImpl::BusinessFax: |
176 | return Addressee::businessFaxLabel(); | 185 | return Addressee::businessFaxLabel(); |
177 | case FieldImpl::CarPhone: | 186 | case FieldImpl::CarPhone: |
178 | return Addressee::carPhoneLabel(); | 187 | return Addressee::carPhoneLabel(); |
179 | case FieldImpl::Isdn: | 188 | case FieldImpl::Isdn: |
180 | return Addressee::isdnLabel(); | 189 | return Addressee::isdnLabel(); |
181 | case FieldImpl::Pager: | 190 | case FieldImpl::Pager: |
182 | return Addressee::pagerLabel(); | 191 | return Addressee::pagerLabel(); |
183 | case FieldImpl::Email: | 192 | case FieldImpl::Email: |
184 | return Addressee::emailLabel(); | 193 | return Addressee::emailLabel(); |
185 | case FieldImpl::Mailer: | 194 | case FieldImpl::Mailer: |
186 | return Addressee::mailerLabel(); | 195 | return Addressee::mailerLabel(); |
187 | case FieldImpl::Title: | 196 | case FieldImpl::Title: |
188 | return Addressee::titleLabel(); | 197 | return Addressee::titleLabel(); |
189 | case FieldImpl::Role: | 198 | case FieldImpl::Role: |
190 | return Addressee::roleLabel(); | 199 | return Addressee::roleLabel(); |
191 | case FieldImpl::Organization: | 200 | case FieldImpl::Organization: |
192 | return Addressee::organizationLabel(); | 201 | return Addressee::organizationLabel(); |
193 | case FieldImpl::Note: | 202 | case FieldImpl::Note: |
194 | return Addressee::noteLabel(); | 203 | return Addressee::noteLabel(); |
195 | case FieldImpl::Url: | 204 | case FieldImpl::Url: |
196 | return Addressee::urlLabel(); | 205 | return Addressee::urlLabel(); |
197 | case FieldImpl::Resource: | 206 | case FieldImpl::Resource: |
198 | return Addressee::resourceLabel(); | 207 | return Addressee::resourceLabel(); |
199 | case FieldImpl::Category: | 208 | case FieldImpl::Category: |
200 | return Addressee::categoryLabel(); | 209 | return Addressee::categoryLabel(); |
201 | case FieldImpl::Sip: | 210 | case FieldImpl::Sip: |
202 | return Addressee::sipLabel(); | 211 | return Addressee::sipLabel(); |
203 | case FieldImpl::CustomField: | 212 | case FieldImpl::CustomField: |
204 | return mImpl->label(); | 213 | return mImpl->label(); |
205 | default: | 214 | default: |
206 | return i18n("Unknown Field"); | 215 | return i18n("Unknown Field"); |
207 | } | 216 | } |
208 | } | 217 | } |
209 | 218 | ||
210 | int Field::category() | 219 | int Field::category() |
211 | { | 220 | { |
212 | return mImpl->category(); | 221 | return mImpl->category(); |
213 | } | 222 | } |
214 | 223 | ||
215 | QString Field::categoryLabel( int category ) | 224 | QString Field::categoryLabel( int category ) |
216 | { | 225 | { |
217 | switch ( category ) { | 226 | switch ( category ) { |
218 | case All: | 227 | case All: |
219 | return i18n("All"); | 228 | return i18n("All"); |
220 | case Frequent: | 229 | case Frequent: |
221 | return i18n("Frequent"); | 230 | return i18n("Frequent"); |
222 | case Address: | 231 | case Address: |
223 | return i18n("Address"); | 232 | return i18n("Address"); |
224 | case Email: | 233 | case Email: |
225 | return i18n("Email"); | 234 | return i18n("Email"); |
226 | case Personal: | 235 | case Personal: |
227 | return i18n("Personal"); | 236 | return i18n("Personal"); |
228 | case Organization: | 237 | case Organization: |
229 | return i18n("Organization"); | 238 | return i18n("Organization"); |
230 | case CustomCategory: | 239 | case CustomCategory: |
231 | return i18n("Custom"); | 240 | return i18n("Custom"); |
232 | default: | 241 | default: |
233 | return i18n("Undefined"); | 242 | return i18n("Undefined"); |
234 | } | 243 | } |
235 | } | 244 | } |
236 | 245 | ||
237 | QString Field::value( const KABC::Addressee &a ) | 246 | QString Field::value( const KABC::Addressee &a ) |
238 | { | 247 | { |
239 | switch ( mImpl->fieldId() ) { | 248 | switch ( mImpl->fieldId() ) { |
240 | case FieldImpl::FormattedName: | 249 | case FieldImpl::FormattedName: |
241 | return a.formattedName(); | 250 | return a.formattedName(); |
251 | case FieldImpl::DefaultFormattedName: | ||
252 | return a.defaultFormattedName(); | ||
242 | case FieldImpl::FamilyName: | 253 | case FieldImpl::FamilyName: |
243 | return a.familyName(); | 254 | return a.familyName(); |
244 | case FieldImpl::GivenName: | 255 | case FieldImpl::GivenName: |
245 | return a.givenName(); | 256 | return a.givenName(); |
246 | case FieldImpl::AdditionalName: | 257 | case FieldImpl::AdditionalName: |
247 | return a.additionalName(); | 258 | return a.additionalName(); |
248 | case FieldImpl::Prefix: | 259 | case FieldImpl::Prefix: |
249 | return a.prefix(); | 260 | return a.prefix(); |
250 | case FieldImpl::Suffix: | 261 | case FieldImpl::Suffix: |
251 | return a.suffix(); | 262 | return a.suffix(); |
252 | case FieldImpl::NickName: | 263 | case FieldImpl::NickName: |
253 | return a.nickName(); | 264 | return a.nickName(); |
254 | case FieldImpl::Mailer: | 265 | case FieldImpl::Mailer: |
255 | return a.mailer(); | 266 | return a.mailer(); |
256 | case FieldImpl::Title: | 267 | case FieldImpl::Title: |
257 | return a.title(); | 268 | return a.title(); |
258 | case FieldImpl::Role: | 269 | case FieldImpl::Role: |
259 | return a.role(); | 270 | return a.role(); |
260 | case FieldImpl::Organization: | 271 | case FieldImpl::Organization: |
261 | return a.organization(); | 272 | return a.organization(); |
262 | case FieldImpl::Note: | 273 | case FieldImpl::Note: |
263 | return a.note(); | 274 | return a.note(); |
264 | case FieldImpl::Email: | 275 | case FieldImpl::Email: |
265 | return a.preferredEmail(); | 276 | return a.preferredEmail(); |
266 | case FieldImpl::Birthday: | 277 | case FieldImpl::Birthday: |
267 | if ( a.birthday().isValid() ) { | 278 | if ( a.birthday().isValid() ) { |
268 | //the generated code had the following format: return a.birthday().date().toString( Qt::ISODate ); | 279 | //the generated code had the following format: return a.birthday().date().toString( Qt::ISODate ); |
269 | // But Qt::IsoDate was not specified. | 280 | // But Qt::IsoDate was not specified. |
270 | // QString _oldFormat = KGlobal::locale()->dateFormat(); | 281 | // QString _oldFormat = KGlobal::locale()->dateFormat(); |
271 | // KGlobal::locale()->setDateFormat("%Y-%m-%d"); // = Qt::ISODate | 282 | // KGlobal::locale()->setDateFormat("%Y-%m-%d"); // = Qt::ISODate |
272 | QString dt = KGlobal::locale()->formatDate(a.birthday().date(), false, KLocale::ISODate); | 283 | QString dt = KGlobal::locale()->formatDate(a.birthday().date(), false, KLocale::ISODate); |
273 | // KGlobal::locale()->setDateFormat(_oldFormat); | 284 | // KGlobal::locale()->setDateFormat(_oldFormat); |
274 | return dt; | 285 | return dt; |
275 | } | 286 | } |
276 | else | 287 | else |
277 | return QString::null; | 288 | return QString::null; |
278 | case FieldImpl::Url: | 289 | case FieldImpl::Url: |
279 | return a.url().prettyURL(); | 290 | return a.url().prettyURL(); |
280 | //US | 291 | //US |
281 | case FieldImpl::Resource: | 292 | case FieldImpl::Resource: |
282 | return a.resource()->resourceName(); | 293 | return a.resource()->resourceName(); |
283 | case FieldImpl::Category: | 294 | case FieldImpl::Category: |
284 | return a.categories().join(","); | 295 | return a.categories().join(","); |
285 | case FieldImpl::HomePhone: | 296 | case FieldImpl::HomePhone: |
286 | return a.phoneNumber( PhoneNumber::Home ).number(); | 297 | return a.phoneNumber( PhoneNumber::Home ).number(); |
287 | case FieldImpl::BusinessPhone: | 298 | case FieldImpl::BusinessPhone: |
288 | return a.phoneNumber( PhoneNumber::Work ).number(); | 299 | return a.phoneNumber( PhoneNumber::Work ).number(); |
289 | case FieldImpl::MobilePhone: | 300 | case FieldImpl::MobilePhone: |
290 | return a.phoneNumber( PhoneNumber::Cell ).number(); | 301 | return a.phoneNumber( PhoneNumber::Cell ).number(); |
302 | case FieldImpl::MobileWorkPhone: | ||
303 | return a.phoneNumber( PhoneNumber::Cell | PhoneNumber::Work ).number(); | ||
304 | case FieldImpl::MobileHomePhone: | ||
305 | return a.phoneNumber( PhoneNumber::Cell | PhoneNumber::Home ).number(); | ||
291 | case FieldImpl::HomeFax: | 306 | case FieldImpl::HomeFax: |
292 | return a.phoneNumber( PhoneNumber::Home | PhoneNumber::Fax ).number(); | 307 | return a.phoneNumber( PhoneNumber::Home | PhoneNumber::Fax ).number(); |
293 | case FieldImpl::BusinessFax: | 308 | case FieldImpl::BusinessFax: |
294 | return a.phoneNumber( PhoneNumber::Work | PhoneNumber::Fax ).number(); | 309 | return a.phoneNumber( PhoneNumber::Work | PhoneNumber::Fax ).number(); |
295 | case FieldImpl::CarPhone: | 310 | case FieldImpl::CarPhone: |
296 | return a.phoneNumber( PhoneNumber::Car ).number(); | 311 | return a.phoneNumber( PhoneNumber::Car ).number(); |
297 | case FieldImpl::Isdn: | 312 | case FieldImpl::Isdn: |
298 | return a.phoneNumber( PhoneNumber::Isdn ).number(); | 313 | return a.phoneNumber( PhoneNumber::Isdn ).number(); |
299 | case FieldImpl::Pager: | 314 | case FieldImpl::Pager: |
300 | return a.phoneNumber( PhoneNumber::Pager ).number(); | 315 | return a.phoneNumber( PhoneNumber::Pager ).number(); |
301 | case FieldImpl::Sip: | 316 | case FieldImpl::Sip: |
302 | return a.phoneNumber( PhoneNumber::Sip ).number(); | 317 | return a.phoneNumber( PhoneNumber::Sip ).number(); |
303 | case FieldImpl::HomeAddressStreet: | 318 | case FieldImpl::HomeAddressStreet: |
304 | return a.address( Address::Home ).street(); | 319 | return a.address( Address::Home ).street(); |
305 | case FieldImpl::HomeAddressLocality: | 320 | case FieldImpl::HomeAddressLocality: |
306 | return a.address( Address::Home ).locality(); | 321 | return a.address( Address::Home ).locality(); |
307 | case FieldImpl::HomeAddressRegion: | 322 | case FieldImpl::HomeAddressRegion: |
308 | return a.address( Address::Home ).region(); | 323 | return a.address( Address::Home ).region(); |
309 | case FieldImpl::HomeAddressPostalCode: | 324 | case FieldImpl::HomeAddressPostalCode: |
310 | return a.address( Address::Home ).postalCode(); | 325 | return a.address( Address::Home ).postalCode(); |
311 | case FieldImpl::HomeAddressCountry: | 326 | case FieldImpl::HomeAddressCountry: |
312 | return a.address( Address::Home ).country(); | 327 | return a.address( Address::Home ).country(); |
313 | case FieldImpl::BusinessAddressStreet: | 328 | case FieldImpl::BusinessAddressStreet: |
314 | return a.address( Address::Work ).street(); | 329 | return a.address( Address::Work ).street(); |
315 | case FieldImpl::BusinessAddressLocality: | 330 | case FieldImpl::BusinessAddressLocality: |
316 | return a.address( Address::Work ).locality(); | 331 | return a.address( Address::Work ).locality(); |
317 | case FieldImpl::BusinessAddressRegion: | 332 | case FieldImpl::BusinessAddressRegion: |
318 | return a.address( Address::Work ).region(); | 333 | return a.address( Address::Work ).region(); |
319 | case FieldImpl::BusinessAddressPostalCode: | 334 | case FieldImpl::BusinessAddressPostalCode: |
320 | return a.address( Address::Work ).postalCode(); | 335 | return a.address( Address::Work ).postalCode(); |
321 | case FieldImpl::BusinessAddressCountry: | 336 | case FieldImpl::BusinessAddressCountry: |
322 | return a.address( Address::Work ).country(); | 337 | return a.address( Address::Work ).country(); |
323 | case FieldImpl::CustomField: | 338 | case FieldImpl::CustomField: |
324 | return a.custom( mImpl->app(), mImpl->key() ); | 339 | return a.custom( mImpl->app(), mImpl->key() ); |
325 | default: | 340 | default: |
326 | return QString::null; | 341 | return QString::null; |
327 | } | 342 | } |
328 | } | 343 | } |
329 | 344 | ||
330 | bool Field::setValue( KABC::Addressee &a, const QString &value ) | 345 | bool Field::setValue( KABC::Addressee &a, const QString &value ) |
331 | { | 346 | { |
332 | switch ( mImpl->fieldId() ) { | 347 | switch ( mImpl->fieldId() ) { |
333 | case FieldImpl::FormattedName: | 348 | case FieldImpl::FormattedName: |
334 | a.setFormattedName( value ); | 349 | a.setFormattedName( value ); |
335 | return true; | 350 | return true; |
336 | case FieldImpl::FamilyName: | 351 | case FieldImpl::FamilyName: |
337 | a.setFamilyName( value ); | 352 | a.setFamilyName( value ); |
338 | return true; | 353 | return true; |
339 | case FieldImpl::GivenName: | 354 | case FieldImpl::GivenName: |
340 | a.setGivenName( value ); | 355 | a.setGivenName( value ); |
341 | return true; | 356 | return true; |
342 | case FieldImpl::AdditionalName: | 357 | case FieldImpl::AdditionalName: |
343 | a.setAdditionalName( value ); | 358 | a.setAdditionalName( value ); |
344 | return true; | 359 | return true; |
345 | case FieldImpl::Prefix: | 360 | case FieldImpl::Prefix: |
346 | a.setPrefix( value ); | 361 | a.setPrefix( value ); |
347 | return true; | 362 | return true; |
348 | case FieldImpl::Suffix: | 363 | case FieldImpl::Suffix: |
349 | a.setSuffix( value ); | 364 | a.setSuffix( value ); |
350 | return true; | 365 | return true; |
351 | case FieldImpl::NickName: | 366 | case FieldImpl::NickName: |
352 | a.setNickName( value ); | 367 | a.setNickName( value ); |
353 | return true; | 368 | return true; |
354 | case FieldImpl::Mailer: | 369 | case FieldImpl::Mailer: |
355 | a.setMailer( value ); | 370 | a.setMailer( value ); |
356 | return true; | 371 | return true; |
357 | case FieldImpl::Title: | 372 | case FieldImpl::Title: |
358 | a.setTitle( value ); | 373 | a.setTitle( value ); |
359 | return true; | 374 | return true; |
360 | case FieldImpl::Role: | 375 | case FieldImpl::Role: |
361 | a.setRole( value ); | 376 | a.setRole( value ); |
362 | return true; | 377 | return true; |
363 | case FieldImpl::Organization: | 378 | case FieldImpl::Organization: |
364 | a.setOrganization( value ); | 379 | a.setOrganization( value ); |
365 | return true; | 380 | return true; |
366 | case FieldImpl::Note: | 381 | case FieldImpl::Note: |
367 | a.setNote( value ); | 382 | a.setNote( value ); |
368 | return true; | 383 | return true; |
369 | case FieldImpl::Birthday: | 384 | case FieldImpl::Birthday: |
370 | //US | 385 | //US |
371 | //the generated code had the following format: return a.setBirthday( QDate::fromString( value, Qt::ISODate ) ); | 386 | //the generated code had the following format: return a.setBirthday( QDate::fromString( value, Qt::ISODate ) ); |
372 | // But Qt::IsoDate and QDate::fromString was not specified. Do I have the wrong QT version ? | 387 | // But Qt::IsoDate and QDate::fromString was not specified. Do I have the wrong QT version ? |
373 | { | 388 | { |
374 | QDate dt = KGlobal::locale()->readDate( value, "%Y-%m-%d"); // = Qt::ISODate | 389 | QDate dt = KGlobal::locale()->readDate( value, "%Y-%m-%d"); // = Qt::ISODate |
375 | a.setBirthday(dt); | 390 | a.setBirthday(dt); |
376 | } | 391 | } |
377 | return true; | 392 | return true; |
378 | case FieldImpl::CustomField: | 393 | case FieldImpl::CustomField: |
379 | a.insertCustom( mImpl->app(), mImpl->key(), value ); | 394 | a.insertCustom( mImpl->app(), mImpl->key(), value ); |
380 | //US never copy the resourcename back to the adressee. | 395 | //US never copy the resourcename back to the adressee. |
381 | case FieldImpl::Resource: | 396 | case FieldImpl::Resource: |
382 | default: | 397 | default: |
383 | return false; | 398 | return false; |
384 | } | 399 | } |
385 | } | 400 | } |
386 | 401 | ||
387 | bool Field::isCustom() | 402 | bool Field::isCustom() |
388 | { | 403 | { |
389 | return mImpl->fieldId() == FieldImpl::CustomField; | 404 | return mImpl->fieldId() == FieldImpl::CustomField; |
390 | } | 405 | } |
391 | 406 | ||
392 | Field::List Field::allFields() | 407 | Field::List Field::allFields() |
393 | { | 408 | { |
394 | if ( mAllFields.isEmpty() ) { | 409 | if ( mAllFields.isEmpty() ) { |
395 | createField( FieldImpl::FormattedName, Frequent ); | 410 | createField( FieldImpl::FormattedName, Frequent ); |
411 | createField( FieldImpl::DefaultFormattedName, Frequent ); | ||
396 | createField( FieldImpl::FamilyName, Frequent ); | 412 | createField( FieldImpl::FamilyName, Frequent ); |
397 | createField( FieldImpl::GivenName, Frequent ); | 413 | createField( FieldImpl::GivenName, Frequent ); |
398 | createField( FieldImpl::AdditionalName ); | 414 | createField( FieldImpl::AdditionalName ); |
399 | createField( FieldImpl::Prefix ); | 415 | createField( FieldImpl::Prefix ); |
400 | createField( FieldImpl::Suffix ); | 416 | createField( FieldImpl::Suffix ); |
401 | createField( FieldImpl::NickName, Personal ); | 417 | createField( FieldImpl::NickName, Personal ); |
402 | createField( FieldImpl::Birthday, Personal ); | 418 | createField( FieldImpl::Birthday, Personal ); |
403 | createField( FieldImpl::Category ); | 419 | createField( FieldImpl::Category ); |
404 | createField( FieldImpl::HomeAddressStreet, Address|Personal ); | 420 | createField( FieldImpl::HomeAddressStreet, Address|Personal ); |
405 | createField( FieldImpl::HomeAddressLocality, Address|Personal ); | 421 | createField( FieldImpl::HomeAddressLocality, Address|Personal ); |
406 | createField( FieldImpl::HomeAddressRegion, Address|Personal ); | 422 | createField( FieldImpl::HomeAddressRegion, Address|Personal ); |
407 | createField( FieldImpl::HomeAddressPostalCode, Address|Personal ); | 423 | createField( FieldImpl::HomeAddressPostalCode, Address|Personal ); |
408 | createField( FieldImpl::HomeAddressCountry, Address|Personal ); | 424 | createField( FieldImpl::HomeAddressCountry, Address|Personal ); |
409 | createField( FieldImpl::HomeAddressLabel, Address|Personal ); | 425 | createField( FieldImpl::HomeAddressLabel, Address|Personal ); |
410 | createField( FieldImpl::BusinessAddressStreet, Address|Organization ); | 426 | createField( FieldImpl::BusinessAddressStreet, Address|Organization ); |
411 | createField( FieldImpl::BusinessAddressLocality, Address|Organization ); | 427 | createField( FieldImpl::BusinessAddressLocality, Address|Organization ); |
412 | createField( FieldImpl::BusinessAddressRegion, Address|Organization ); | 428 | createField( FieldImpl::BusinessAddressRegion, Address|Organization ); |
413 | createField( FieldImpl::BusinessAddressPostalCode, Address|Organization ); | 429 | createField( FieldImpl::BusinessAddressPostalCode, Address|Organization ); |
414 | createField( FieldImpl::BusinessAddressCountry, Address|Organization ); | 430 | createField( FieldImpl::BusinessAddressCountry, Address|Organization ); |
415 | createField( FieldImpl::BusinessAddressLabel, Address|Organization ); | 431 | createField( FieldImpl::BusinessAddressLabel, Address|Organization ); |
416 | createField( FieldImpl::HomePhone, Personal|Frequent ); | 432 | createField( FieldImpl::HomePhone, Personal|Frequent ); |
417 | createField( FieldImpl::BusinessPhone, Organization|Frequent ); | 433 | createField( FieldImpl::BusinessPhone, Organization|Frequent ); |
418 | createField( FieldImpl::MobilePhone, Frequent ); | 434 | createField( FieldImpl::MobilePhone, Frequent ); |
435 | createField( FieldImpl::MobileHomePhone, Frequent ); | ||
436 | createField( FieldImpl::MobileWorkPhone, Frequent ); | ||
419 | createField( FieldImpl::HomeFax ); | 437 | createField( FieldImpl::HomeFax ); |
420 | createField( FieldImpl::BusinessFax ); | 438 | createField( FieldImpl::BusinessFax ); |
421 | createField( FieldImpl::CarPhone ); | 439 | createField( FieldImpl::CarPhone ); |
422 | createField( FieldImpl::Isdn ); | 440 | createField( FieldImpl::Isdn ); |
423 | createField( FieldImpl::Pager ); | 441 | createField( FieldImpl::Pager ); |
424 | createField( FieldImpl::Email, Email|Frequent ); | 442 | createField( FieldImpl::Email, Email|Frequent ); |
425 | createField( FieldImpl::Mailer, Email ); | 443 | createField( FieldImpl::Mailer, Email ); |
426 | createField( FieldImpl::Title, Organization ); | 444 | createField( FieldImpl::Title, Organization ); |
427 | createField( FieldImpl::Role, Organization ); | 445 | createField( FieldImpl::Role, Organization ); |
428 | createField( FieldImpl::Organization, Organization ); | 446 | createField( FieldImpl::Organization, Organization ); |
429 | createField( FieldImpl::Note ); | 447 | createField( FieldImpl::Note ); |
430 | createField( FieldImpl::Url ); | 448 | createField( FieldImpl::Url ); |
431 | createField( FieldImpl::Resource ); | 449 | createField( FieldImpl::Resource ); |
432 | createField( FieldImpl::Sip ); | 450 | createField( FieldImpl::Sip ); |
433 | } | 451 | } |
434 | 452 | ||
435 | return mAllFields; | 453 | return mAllFields; |
436 | } | 454 | } |
437 | 455 | ||
438 | Field::List Field::defaultFields() | 456 | Field::List Field::defaultFields() |
439 | { | 457 | { |
440 | if ( mDefaultFields.isEmpty() ) { | 458 | if ( mDefaultFields.isEmpty() ) { |
441 | createDefaultField( FieldImpl::GivenName ); | 459 | createDefaultField( FieldImpl::GivenName ); |
442 | createDefaultField( FieldImpl::FamilyName ); | 460 | createDefaultField( FieldImpl::FamilyName ); |
443 | createDefaultField( FieldImpl::Email ); | 461 | createDefaultField( FieldImpl::Email ); |
444 | } | 462 | } |
445 | 463 | ||
446 | return mDefaultFields; | 464 | return mDefaultFields; |
447 | } | 465 | } |
448 | 466 | ||
449 | void Field::createField( int id, int category ) | 467 | void Field::createField( int id, int category ) |
450 | { | 468 | { |
451 | mAllFields.append( new Field( new FieldImpl( id, category ) ) ); | 469 | mAllFields.append( new Field( new FieldImpl( id, category ) ) ); |
452 | } | 470 | } |
453 | 471 | ||
454 | void Field::createDefaultField( int id, int category ) | 472 | void Field::createDefaultField( int id, int category ) |
455 | { | 473 | { |
456 | mDefaultFields.append( new Field( new FieldImpl( id, category ) ) ); | 474 | mDefaultFields.append( new Field( new FieldImpl( id, category ) ) ); |
457 | } | 475 | } |
458 | 476 | ||
459 | void Field::deleteFields() | 477 | void Field::deleteFields() |
460 | { | 478 | { |
461 | Field::List::ConstIterator it; | 479 | Field::List::ConstIterator it; |
462 | 480 | ||
463 | for( it = mAllFields.begin(); it != mAllFields.end(); ++it ) { | 481 | for( it = mAllFields.begin(); it != mAllFields.end(); ++it ) { |
464 | delete (*it); | 482 | delete (*it); |
465 | } | 483 | } |
466 | mAllFields.clear(); | 484 | mAllFields.clear(); |
467 | 485 | ||
468 | for( it = mDefaultFields.begin(); it != mDefaultFields.end(); ++it ) { | 486 | for( it = mDefaultFields.begin(); it != mDefaultFields.end(); ++it ) { |
469 | delete (*it); | 487 | delete (*it); |
470 | } | 488 | } |
471 | mDefaultFields.clear(); | 489 | mDefaultFields.clear(); |
472 | 490 | ||
473 | for( it = mCustomFields.begin(); it != mCustomFields.end(); ++it ) { | 491 | for( it = mCustomFields.begin(); it != mCustomFields.end(); ++it ) { |
474 | delete (*it); | 492 | delete (*it); |
475 | } | 493 | } |
476 | mCustomFields.clear(); | 494 | mCustomFields.clear(); |
477 | } | 495 | } |
478 | 496 | ||
479 | void Field::saveFields( const QString &identifier, | 497 | void Field::saveFields( const QString &identifier, |
480 | const Field::List &fields ) | 498 | const Field::List &fields ) |
481 | { | 499 | { |
482 | KConfig *cfg = KGlobal::config(); | 500 | KConfig *cfg = KGlobal::config(); |
483 | KConfigGroupSaver( cfg, "KABCFields" ); | 501 | KConfigGroupSaver( cfg, "KABCFields" ); |
484 | saveFields( cfg, identifier, fields ); | 502 | saveFields( cfg, identifier, fields ); |
485 | } | 503 | } |
486 | 504 | ||
487 | void Field::saveFields( KConfig *cfg, const QString &identifier, | 505 | void Field::saveFields( KConfig *cfg, const QString &identifier, |
488 | const Field::List &fields ) | 506 | const Field::List &fields ) |
489 | { | 507 | { |
490 | QValueList<int> fieldIds; | 508 | QValueList<int> fieldIds; |
491 | 509 | ||
492 | //US | 510 | //US |
493 | // qDebug("Field::saveFields to %s %s", cfg->getFileName().latin1(), identifier.latin1()); | 511 | // qDebug("Field::saveFields to %s %s", cfg->getFileName().latin1(), identifier.latin1()); |
494 | 512 | ||
495 | int custom = 0; | 513 | int custom = 0; |
496 | Field::List::ConstIterator it; | 514 | Field::List::ConstIterator it; |
497 | for( it = fields.begin(); it != fields.end(); ++it ) { | 515 | for( it = fields.begin(); it != fields.end(); ++it ) { |
498 | //US | 516 | //US |
499 | // qDebug("Field::saveFields field:%i", (*it)->mImpl->fieldId()); | 517 | // qDebug("Field::saveFields field:%i", (*it)->mImpl->fieldId()); |
500 | 518 | ||
501 | fieldIds.append( (*it)->mImpl->fieldId() ); | 519 | fieldIds.append( (*it)->mImpl->fieldId() ); |
502 | if( (*it)->isCustom() ) { | 520 | if( (*it)->isCustom() ) { |
503 | QStringList customEntry; | 521 | QStringList customEntry; |
504 | customEntry << (*it)->mImpl->label(); | 522 | customEntry << (*it)->mImpl->label(); |
505 | customEntry << (*it)->mImpl->key(); | 523 | customEntry << (*it)->mImpl->key(); |
506 | customEntry << (*it)->mImpl->app(); | 524 | customEntry << (*it)->mImpl->app(); |
507 | cfg->writeEntry( "KABC_CustomEntry_" + identifier + "_" + | 525 | cfg->writeEntry( "KABC_CustomEntry_" + identifier + "_" + |
508 | QString::number( custom++ ), customEntry ); | 526 | QString::number( custom++ ), customEntry ); |
509 | } | 527 | } |
510 | } | 528 | } |
511 | cfg->writeEntry( identifier, fieldIds ); | 529 | cfg->writeEntry( identifier, fieldIds ); |
512 | } | 530 | } |
513 | 531 | ||
514 | Field::List Field::restoreFields( const QString &identifier ) | 532 | Field::List Field::restoreFields( const QString &identifier ) |
515 | { | 533 | { |
516 | //US | 534 | //US |
517 | // qDebug("Field::restoreFields, identifier: %s", identifier.latin1()); | 535 | // qDebug("Field::restoreFields, identifier: %s", identifier.latin1()); |
518 | 536 | ||
519 | KConfig *cfg = KGlobal::config(); | 537 | KConfig *cfg = KGlobal::config(); |
520 | KConfigGroupSaver( cfg, "KABCFields" ); | 538 | KConfigGroupSaver( cfg, "KABCFields" ); |
521 | cfg->setGroup( "KABCFields" ); | 539 | cfg->setGroup( "KABCFields" ); |
522 | 540 | ||
523 | Field::List l = restoreFields( cfg, identifier ); | 541 | Field::List l = restoreFields( cfg, identifier ); |
524 | 542 | ||
525 | return l; | 543 | return l; |
526 | } | 544 | } |
527 | 545 | ||
528 | Field::List Field::restoreFields( KConfig *cfg, const QString &identifier ) | 546 | Field::List Field::restoreFields( KConfig *cfg, const QString &identifier ) |
529 | { | 547 | { |
530 | QValueList<int> fieldIds = cfg->readIntListEntry( identifier); | 548 | QValueList<int> fieldIds = cfg->readIntListEntry( identifier); |
531 | //US | 549 | //US |
532 | // qDebug("Field::restoreFields from %s, identifier: %s", cfg->getFileName().latin1(), identifier.latin1()); | 550 | // qDebug("Field::restoreFields from %s, identifier: %s", cfg->getFileName().latin1(), identifier.latin1()); |
533 | 551 | ||
534 | Field::List fields; | 552 | Field::List fields; |
535 | 553 | ||
536 | int custom = 0; | 554 | int custom = 0; |
537 | QValueList<int>::ConstIterator it; | 555 | QValueList<int>::ConstIterator it; |
538 | for( it = fieldIds.begin(); it != fieldIds.end(); ++it ) { | 556 | for( it = fieldIds.begin(); it != fieldIds.end(); ++it ) { |
539 | FieldImpl *f = 0; | 557 | FieldImpl *f = 0; |
540 | if ( (*it) == FieldImpl::CustomField ) { | 558 | if ( (*it) == FieldImpl::CustomField ) { |
541 | QStringList customEntry = cfg->readListEntry( "KABC_CustomEntry_" + | 559 | QStringList customEntry = cfg->readListEntry( "KABC_CustomEntry_" + |
542 | identifier + "_" + | 560 | identifier + "_" + |
543 | QString::number( custom++ ) ); | 561 | QString::number( custom++ ) ); |
544 | f = new FieldImpl( *it, CustomCategory, customEntry[ 0 ], | 562 | f = new FieldImpl( *it, CustomCategory, customEntry[ 0 ], |
545 | customEntry[ 1 ], customEntry[ 2 ] ); | 563 | customEntry[ 1 ], customEntry[ 2 ] ); |
546 | } else { | 564 | } else { |
547 | f = new FieldImpl( *it ); | 565 | f = new FieldImpl( *it ); |
548 | } | 566 | } |
549 | fields.append( new Field( f ) ); | 567 | fields.append( new Field( f ) ); |
550 | } | 568 | } |
551 | 569 | ||
552 | return fields; | 570 | return fields; |
553 | } | 571 | } |
554 | 572 | ||
555 | bool Field::equals( Field *field ) | 573 | bool Field::equals( Field *field ) |
556 | { | 574 | { |
557 | bool sameId = ( mImpl->fieldId() == field->mImpl->fieldId() ); | 575 | bool sameId = ( mImpl->fieldId() == field->mImpl->fieldId() ); |
558 | 576 | ||
559 | if ( !sameId ) return false; | 577 | if ( !sameId ) return false; |
560 | 578 | ||
561 | if ( mImpl->fieldId() != FieldImpl::CustomField ) return true; | 579 | if ( mImpl->fieldId() != FieldImpl::CustomField ) return true; |
562 | 580 | ||
563 | return mImpl->key() == field->mImpl->key(); | 581 | return mImpl->key() == field->mImpl->key(); |
564 | } | 582 | } |
565 | 583 | ||
566 | Field *Field::createCustomField( const QString &label, int category, | 584 | Field *Field::createCustomField( const QString &label, int category, |
567 | const QString &key, const QString &app ) | 585 | const QString &key, const QString &app ) |
568 | { | 586 | { |
569 | Field *field = new Field( new FieldImpl( FieldImpl::CustomField, | 587 | Field *field = new Field( new FieldImpl( FieldImpl::CustomField, |
570 | category | CustomCategory, | 588 | category | CustomCategory, |
571 | label, key, app ) ); | 589 | label, key, app ) ); |
572 | //US | 590 | //US |
573 | // qDebug("Field::createCustomField label %s", label.latin1() ); | 591 | // qDebug("Field::createCustomField label %s", label.latin1() ); |
574 | 592 | ||
575 | mCustomFields.append( field ); | 593 | mCustomFields.append( field ); |
576 | 594 | ||
577 | return field; | 595 | return field; |
578 | } | 596 | } |
diff --git a/kabc/phonenumber.cpp b/kabc/phonenumber.cpp index 041effc..4c6231d 100644 --- a/kabc/phonenumber.cpp +++ b/kabc/phonenumber.cpp | |||
@@ -1,236 +1,235 @@ | |||
1 | /* | 1 | /* |
2 | This file is part of libkabc. | 2 | This file is part of libkabc. |
3 | Copyright (c) 2001 Cornelius Schumacher <schumacher@kde.org> | 3 | Copyright (c) 2001 Cornelius Schumacher <schumacher@kde.org> |
4 | 4 | ||
5 | This library is free software; you can redistribute it and/or | 5 | This library is free software; you can redistribute it and/or |
6 | modify it under the terms of the GNU Library General Public | 6 | modify it under the terms of the GNU Library General Public |
7 | License as published by the Free Software Foundation; either | 7 | License as published by the Free Software Foundation; either |
8 | version 2 of the License, or (at your option) any later version. | 8 | version 2 of the License, or (at your option) any later version. |
9 | 9 | ||
10 | This library is distributed in the hope that it will be useful, | 10 | This library is distributed in the hope that it will be useful, |
11 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 11 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
12 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | 12 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
13 | Library General Public License for more details. | 13 | Library General Public License for more details. |
14 | 14 | ||
15 | You should have received a copy of the GNU Library General Public License | 15 | You should have received a copy of the GNU Library General Public License |
16 | along with this library; see the file COPYING.LIB. If not, write to | 16 | along with this library; see the file COPYING.LIB. If not, write to |
17 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 17 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
18 | Boston, MA 02111-1307, USA. | 18 | Boston, MA 02111-1307, USA. |
19 | */ | 19 | */ |
20 | 20 | ||
21 | /* | 21 | /* |
22 | Enhanced Version of the file for platform independent KDE tools. | 22 | Enhanced Version of the file for platform independent KDE tools. |
23 | Copyright (c) 2004 Ulf Schenk | 23 | Copyright (c) 2004 Ulf Schenk |
24 | 24 | ||
25 | $Id$ | 25 | $Id$ |
26 | */ | 26 | */ |
27 | 27 | ||
28 | #include <kapplication.h> | 28 | #include <kapplication.h> |
29 | #include <klocale.h> | 29 | #include <klocale.h> |
30 | 30 | ||
31 | #include "phonenumber.h" | 31 | #include "phonenumber.h" |
32 | 32 | ||
33 | using namespace KABC; | 33 | using namespace KABC; |
34 | 34 | ||
35 | PhoneNumber::PhoneNumber() : | 35 | PhoneNumber::PhoneNumber() : |
36 | mType( Home ) | 36 | mType( Home ) |
37 | { | 37 | { |
38 | init(); | 38 | init(); |
39 | } | 39 | } |
40 | 40 | ||
41 | PhoneNumber::PhoneNumber( const QString &number, int type ) : | 41 | PhoneNumber::PhoneNumber( const QString &number, int type ) : |
42 | mType( type ), mNumber( number ) | 42 | mType( type ), mNumber( number ) |
43 | { | 43 | { |
44 | init(); | 44 | init(); |
45 | } | 45 | } |
46 | 46 | ||
47 | PhoneNumber::~PhoneNumber() | 47 | PhoneNumber::~PhoneNumber() |
48 | { | 48 | { |
49 | } | 49 | } |
50 | 50 | ||
51 | void PhoneNumber::init() | 51 | void PhoneNumber::init() |
52 | { | 52 | { |
53 | mId = KApplication::randomString( 8 ); | 53 | mId = KApplication::randomString( 8 ); |
54 | } | 54 | } |
55 | 55 | ||
56 | bool PhoneNumber::operator==( const PhoneNumber &p ) const | 56 | bool PhoneNumber::operator==( const PhoneNumber &p ) const |
57 | { | 57 | { |
58 | if ( mNumber != p.mNumber ) return false; | 58 | if ( mNumber != p.mNumber ) return false; |
59 | if ( mType != p.mType ) return false; | 59 | if ( mType != p.mType ) return false; |
60 | 60 | ||
61 | return true; | 61 | return true; |
62 | } | 62 | } |
63 | 63 | ||
64 | bool PhoneNumber::operator!=( const PhoneNumber &p ) const | 64 | bool PhoneNumber::operator!=( const PhoneNumber &p ) const |
65 | { | 65 | { |
66 | return !( p == *this ); | 66 | return !( p == *this ); |
67 | } | 67 | } |
68 | 68 | ||
69 | bool PhoneNumber::simplifyNumber() | 69 | bool PhoneNumber::simplifyNumber() |
70 | { | 70 | { |
71 | QString Number; | 71 | QString Number; |
72 | int i; | 72 | int i; |
73 | Number = mNumber.stripWhiteSpace (); | 73 | Number = mNumber.stripWhiteSpace (); |
74 | mNumber = ""; | 74 | mNumber = ""; |
75 | for ( i = 0; i < Number.length(); ++i) { | 75 | for ( i = 0; i < Number.length(); ++i) { |
76 | if ( Number.at(i).isDigit() || Number.at(i) == '+'|| Number.at(i) == '*'|| Number.at(i) == '#' ) | 76 | if ( Number.at(i).isDigit() || Number.at(i) == '+'|| Number.at(i) == '*'|| Number.at(i) == '#' ) |
77 | mNumber += Number.at(i); | 77 | mNumber += Number.at(i); |
78 | } | 78 | } |
79 | return ( mNumber.length() > 0 ); | 79 | return ( mNumber.length() > 0 ); |
80 | } | 80 | } |
81 | // make cellphone compatible | 81 | // make cellphone compatible |
82 | void PhoneNumber::simplifyType() | 82 | void PhoneNumber::simplifyType() |
83 | { | 83 | { |
84 | if ( mType & Fax ) mType = Fax; | 84 | if ( mType & Fax ) mType = Fax; |
85 | else if ( mType & Cell ) mType = Cell; | 85 | else if ( mType & Cell ) mType = Cell; |
86 | else if ( mType & Work ) mType = Work ; | 86 | else if ( mType & Work ) mType = Work ; |
87 | else if ( mType & Home ) mType = Home; | 87 | else if ( mType & Home ) mType = Home; |
88 | else mType = Pref; | 88 | else mType = Pref; |
89 | } | 89 | } |
90 | bool PhoneNumber::contains( const PhoneNumber &p ) | 90 | bool PhoneNumber::contains( const PhoneNumber &p ) |
91 | { | 91 | { |
92 | PhoneNumber myself; | 92 | PhoneNumber myself; |
93 | PhoneNumber other; | 93 | PhoneNumber other; |
94 | myself = *this; | 94 | myself = *this; |
95 | other = p; | 95 | other = p; |
96 | myself.simplifyNumber(); | 96 | myself.simplifyNumber(); |
97 | other.simplifyNumber(); | 97 | other.simplifyNumber(); |
98 | if ( myself.number() != other.number ()) | 98 | if ( myself.number() != other.number ()) |
99 | return false; | 99 | return false; |
100 | myself.simplifyType(); | 100 | myself.simplifyType(); |
101 | other.simplifyType(); | 101 | other.simplifyType(); |
102 | if ( myself.type() == other.type()) | 102 | if ( myself.type() == other.type()) |
103 | return true; | 103 | return true; |
104 | return false; | 104 | return false; |
105 | } | 105 | } |
106 | 106 | ||
107 | void PhoneNumber::setId( const QString &id ) | 107 | void PhoneNumber::setId( const QString &id ) |
108 | { | 108 | { |
109 | mId = id; | 109 | mId = id; |
110 | } | 110 | } |
111 | 111 | ||
112 | QString PhoneNumber::id() const | 112 | QString PhoneNumber::id() const |
113 | { | 113 | { |
114 | return mId; | 114 | return mId; |
115 | } | 115 | } |
116 | 116 | ||
117 | void PhoneNumber::setNumber( const QString &number ) | 117 | void PhoneNumber::setNumber( const QString &number ) |
118 | { | 118 | { |
119 | mNumber = number; | 119 | mNumber = number; |
120 | } | 120 | } |
121 | 121 | ||
122 | QString PhoneNumber::number() const | 122 | QString PhoneNumber::number() const |
123 | { | 123 | { |
124 | return mNumber; | 124 | return mNumber; |
125 | } | 125 | } |
126 | 126 | ||
127 | void PhoneNumber::setType( int type ) | 127 | void PhoneNumber::setType( int type ) |
128 | { | 128 | { |
129 | mType = type; | 129 | mType = type; |
130 | } | 130 | } |
131 | 131 | ||
132 | int PhoneNumber::type() const | 132 | int PhoneNumber::type() const |
133 | { | 133 | { |
134 | return mType; | 134 | return mType; |
135 | } | 135 | } |
136 | 136 | ||
137 | QString PhoneNumber::typeLabel() const | 137 | QString PhoneNumber::typeLabel() const |
138 | { | 138 | { |
139 | QString label; | 139 | QString label; |
140 | bool first = true; | 140 | bool first = true; |
141 | 141 | ||
142 | TypeList list = typeList(); | 142 | TypeList list = typeList(); |
143 | 143 | ||
144 | TypeList::Iterator it; | 144 | TypeList::Iterator it; |
145 | for ( it = list.begin(); it != list.end(); ++it ) { | 145 | for ( it = list.begin(); it != list.end(); ++it ) { |
146 | if ( ( type() & (*it) ) && ( (*it) != Pref ) ) { | 146 | if ( ( type() & (*it) ) && ( (*it) != Pref ) ) { |
147 | label.append( ( first ? "" : "/" ) + typeLabel( *it ) ); | 147 | label.append( ( first ? "" : "/" ) + typeLabel( *it ) ); |
148 | if ( first ) | 148 | if ( first ) |
149 | first = false; | 149 | first = false; |
150 | } | 150 | } |
151 | } | 151 | } |
152 | 152 | ||
153 | return label; | 153 | return label; |
154 | } | 154 | } |
155 | 155 | ||
156 | QString PhoneNumber::label() const | 156 | QString PhoneNumber::label() const |
157 | { | 157 | { |
158 | return typeLabel( type() ); | 158 | return typeLabel( type() ); |
159 | } | 159 | } |
160 | 160 | ||
161 | PhoneNumber::TypeList PhoneNumber::typeList() | 161 | PhoneNumber::TypeList PhoneNumber::typeList() |
162 | { | 162 | { |
163 | TypeList list; | 163 | TypeList list; |
164 | 164 | ||
165 | list << Home << Work << Msg << Pref << Voice << Fax << Cell << Video | 165 | list << Home << Work << Msg << Pref << Voice << Fax << Cell << Video |
166 | << Bbs << Modem << Car << Isdn << Pcs << Pager << Sip; | 166 | << Bbs << Modem << Car << Isdn << Pcs << Pager << Sip; |
167 | 167 | ||
168 | return list; | 168 | return list; |
169 | } | 169 | } |
170 | 170 | ||
171 | QString PhoneNumber::label( int type ) | 171 | QString PhoneNumber::label( int type ) |
172 | { | 172 | { |
173 | return typeLabel( type ); | 173 | return typeLabel( type ); |
174 | } | 174 | } |
175 | 175 | ||
176 | QString PhoneNumber::typeLabel( int type ) | 176 | QString PhoneNumber::typeLabel( int type ) |
177 | { | 177 | { |
178 | QString typeString; | 178 | QString typeString; |
179 | 179 | ||
180 | |||
181 | if ((type & Cell) == Cell) | ||
182 | typeString += i18n("Mobile") +" "; | ||
180 | if ((type & Home) == Home) | 183 | if ((type & Home) == Home) |
181 | typeString += i18n("Home"); | 184 | typeString += i18n("Home")+" "; |
182 | else if ((type & Work) == Work) | 185 | else if ((type & Work) == Work) |
183 | typeString += i18n("Work"); | 186 | typeString += i18n("Work")+" "; |
184 | 187 | ||
185 | if (!typeString.isEmpty()) | 188 | if ((type & Sip) == Sip) |
186 | typeString += " "; | ||
187 | if ((type & Cell) == Cell) | ||
188 | typeString += i18n("Mobile") +" "; | ||
189 | if ((type & Sip) == Sip) | ||
190 | typeString += i18n("SIP")+" "; | 189 | typeString += i18n("SIP")+" "; |
191 | if ((type & Car) == Car) | 190 | if ((type & Car) == Car) |
192 | typeString += i18n("Car")+" "; | 191 | typeString += i18n("Car")+" "; |
193 | 192 | ||
194 | if ((type & Fax) == Fax) | 193 | if ((type & Fax) == Fax) |
195 | typeString += i18n("Fax"); | 194 | typeString += i18n("Fax"); |
196 | else if ((type & Msg) == Msg) | 195 | else if ((type & Msg) == Msg) |
197 | typeString += i18n("Messenger"); | 196 | typeString += i18n("Messenger"); |
198 | else if ((type & Video) == Video) | 197 | else if ((type & Video) == Video) |
199 | typeString += i18n("Video"); | 198 | typeString += i18n("Video"); |
200 | else if ((type & Bbs) == Bbs) | 199 | else if ((type & Bbs) == Bbs) |
201 | typeString += i18n("Mailbox"); | 200 | typeString += i18n("Mailbox"); |
202 | else if ((type & Modem) == Modem) | 201 | else if ((type & Modem) == Modem) |
203 | typeString += i18n("Modem"); | 202 | typeString += i18n("Modem"); |
204 | else if ((type & Isdn) == Isdn) | 203 | else if ((type & Isdn) == Isdn) |
205 | typeString += i18n("ISDN"); | 204 | typeString += i18n("ISDN"); |
206 | else if ((type & Pcs) == Pcs) | 205 | else if ((type & Pcs) == Pcs) |
207 | typeString += i18n("PCS"); | 206 | typeString += i18n("PCS"); |
208 | else if ((type & Pager) == Pager) | 207 | else if ((type & Pager) == Pager) |
209 | typeString += i18n("Pager"); | 208 | typeString += i18n("Pager"); |
210 | // add the prefered flag | 209 | // add the prefered flag |
211 | /* | 210 | /* |
212 | if ((type & Pref) == Pref) | 211 | if ((type & Pref) == Pref) |
213 | typeString += i18n("(p)"); | 212 | typeString += i18n("(p)"); |
214 | */ | 213 | */ |
215 | //if we still have no match, return "other" | 214 | //if we still have no match, return "other" |
216 | if (typeString.isEmpty()) { | 215 | if (typeString.isEmpty()) { |
217 | if ((type & Voice) == Voice) | 216 | if ((type & Voice) == Voice) |
218 | return i18n("Voice"); | 217 | return i18n("Voice"); |
219 | else | 218 | else |
220 | return i18n("Other"); | 219 | return i18n("Other"); |
221 | } | 220 | } |
222 | 221 | ||
223 | return typeString.stripWhiteSpace(); | 222 | return typeString.stripWhiteSpace(); |
224 | } | 223 | } |
225 | 224 | ||
226 | QDataStream &KABC::operator<<( QDataStream &s, const PhoneNumber &phone ) | 225 | QDataStream &KABC::operator<<( QDataStream &s, const PhoneNumber &phone ) |
227 | { | 226 | { |
228 | return s << phone.mId << phone.mType << phone.mNumber; | 227 | return s << phone.mId << phone.mType << phone.mNumber; |
229 | } | 228 | } |
230 | 229 | ||
231 | QDataStream &KABC::operator>>( QDataStream &s, PhoneNumber &phone ) | 230 | QDataStream &KABC::operator>>( QDataStream &s, PhoneNumber &phone ) |
232 | { | 231 | { |
233 | s >> phone.mId >> phone.mType >> phone.mNumber; | 232 | s >> phone.mId >> phone.mType >> phone.mNumber; |
234 | 233 | ||
235 | return s; | 234 | return s; |
236 | } | 235 | } |