author | ulf69 <ulf69> | 2004-07-13 15:00:05 (UTC) |
---|---|---|
committer | ulf69 <ulf69> | 2004-07-13 15:00:05 (UTC) |
commit | 65848bf858dae95799ec8ed883c23faa48ff8566 (patch) (unidiff) | |
tree | 74835d0d68caa5570b344b8494281786d00e57d5 | |
parent | eb1ab908047072aa4fb224ab7da6e147d4dcf1e0 (diff) | |
download | kdepimpi-65848bf858dae95799ec8ed883c23faa48ff8566.zip kdepimpi-65848bf858dae95799ec8ed883c23faa48ff8566.tar.gz kdepimpi-65848bf858dae95799ec8ed883c23faa48ff8566.tar.bz2 |
changed output of gender field. Now it can have the values "male", "female" or ""
-rw-r--r-- | kabc/converter/opie/opieconverter.cpp | 13 | ||||
-rw-r--r-- | kaddressbook/kabcore.cpp | 3 |
2 files changed, 12 insertions, 4 deletions
diff --git a/kabc/converter/opie/opieconverter.cpp b/kabc/converter/opie/opieconverter.cpp index 0b6a55e..46e14dd 100644 --- a/kabc/converter/opie/opieconverter.cpp +++ b/kabc/converter/opie/opieconverter.cpp | |||
@@ -1,348 +1,355 @@ | |||
1 | /* | 1 | /* |
2 | This file is part of libkabc. | 2 | This file is part of libkabc. |
3 | Copyright (c) 2002 Tobias Koenig <tokoe@kde.org> | 3 | Copyright (c) 2002 Tobias Koenig <tokoe@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 | //US | 28 | //US |
29 | #include "kglobal.h" | 29 | #include "kglobal.h" |
30 | 30 | ||
31 | 31 | ||
32 | #include "opieconverter.h" | 32 | #include "opieconverter.h" |
33 | 33 | ||
34 | #include <qpe/categories.h> | 34 | #include <qpe/categories.h> |
35 | #include <qpe/categoryselect.h> | 35 | #include <qpe/categoryselect.h> |
36 | 36 | ||
37 | 37 | ||
38 | using namespace KABC; | 38 | using namespace KABC; |
39 | 39 | ||
40 | OpieConverter::OpieConverter() : catDB(0) | 40 | OpieConverter::OpieConverter() : catDB(0) |
41 | { | 41 | { |
42 | } | 42 | } |
43 | 43 | ||
44 | OpieConverter::~OpieConverter() | 44 | OpieConverter::~OpieConverter() |
45 | { | 45 | { |
46 | deinit(); | 46 | deinit(); |
47 | } | 47 | } |
48 | 48 | ||
49 | bool OpieConverter::init() | 49 | bool OpieConverter::init() |
50 | { | 50 | { |
51 | catDB = new Categories(); | 51 | catDB = new Categories(); |
52 | if (catDB) | 52 | if (catDB) |
53 | { | 53 | { |
54 | catDB->load( categoryFileName() ); | 54 | catDB->load( categoryFileName() ); |
55 | return true; | 55 | return true; |
56 | } | 56 | } |
57 | else | 57 | else |
58 | { | 58 | { |
59 | return false; | 59 | return false; |
60 | } | 60 | } |
61 | 61 | ||
62 | } | 62 | } |
63 | 63 | ||
64 | void OpieConverter::deinit() | 64 | void OpieConverter::deinit() |
65 | { | 65 | { |
66 | if (catDB) | 66 | if (catDB) |
67 | { | 67 | { |
68 | delete catDB; | 68 | delete catDB; |
69 | catDB = 0; | 69 | catDB = 0; |
70 | } | 70 | } |
71 | } | 71 | } |
72 | 72 | ||
73 | bool OpieConverter::opieToAddressee( const OContact &contact, Addressee &addr ) | 73 | bool OpieConverter::opieToAddressee( const OContact &contact, Addressee &addr ) |
74 | { | 74 | { |
75 | // name | 75 | // name |
76 | addr.setFormattedName(contact.fileAs()); | 76 | addr.setFormattedName(contact.fileAs()); |
77 | addr.setFamilyName( contact.lastName() ); | 77 | addr.setFamilyName( contact.lastName() ); |
78 | addr.setGivenName( contact.firstName() ); | 78 | addr.setGivenName( contact.firstName() ); |
79 | addr.setAdditionalName( contact.middleName() ); | 79 | addr.setAdditionalName( contact.middleName() ); |
80 | addr.setPrefix( contact.title() ); | 80 | addr.setPrefix( contact.title() ); |
81 | addr.setSuffix( contact.suffix() ); | 81 | addr.setSuffix( contact.suffix() ); |
82 | 82 | ||
83 | 83 | ||
84 | 84 | ||
85 | QStringList emails = contact.emailList(); | 85 | QStringList emails = contact.emailList(); |
86 | for ( QStringList::Iterator it = emails.begin(); it != emails.end(); ++it ) { | 86 | for ( QStringList::Iterator it = emails.begin(); it != emails.end(); ++it ) { |
87 | addr.insertEmail( *it, ((*it) == contact.defaultEmail()) ); | 87 | addr.insertEmail( *it, ((*it) == contact.defaultEmail()) ); |
88 | } | 88 | } |
89 | 89 | ||
90 | if (!contact.defaultEmail().isEmpty()) | 90 | if (!contact.defaultEmail().isEmpty()) |
91 | addr.insertEmail(contact.defaultEmail(), true); | 91 | addr.insertEmail(contact.defaultEmail(), true); |
92 | 92 | ||
93 | // home | 93 | // home |
94 | if ((!contact.homeStreet().isEmpty()) || | 94 | if ((!contact.homeStreet().isEmpty()) || |
95 | (!contact.homeCity().isEmpty()) || | 95 | (!contact.homeCity().isEmpty()) || |
96 | (!contact.homeState().isEmpty()) || | 96 | (!contact.homeState().isEmpty()) || |
97 | (!contact.homeZip().isEmpty()) || | 97 | (!contact.homeZip().isEmpty()) || |
98 | (!contact.homeCountry().isEmpty())) | 98 | (!contact.homeCountry().isEmpty())) |
99 | { | 99 | { |
100 | Address homeaddress; | 100 | Address homeaddress; |
101 | homeaddress.setType(Address::Home); | 101 | homeaddress.setType(Address::Home); |
102 | //US homeaddress.setPostOfficeBox( "" ); | 102 | //US homeaddress.setPostOfficeBox( "" ); |
103 | //US homeaddress.setExtended( "" ); | 103 | //US homeaddress.setExtended( "" ); |
104 | homeaddress.setStreet( contact.homeStreet() ); | 104 | homeaddress.setStreet( contact.homeStreet() ); |
105 | homeaddress.setLocality( contact.homeCity() ); | 105 | homeaddress.setLocality( contact.homeCity() ); |
106 | homeaddress.setRegion( contact.homeState() ); | 106 | homeaddress.setRegion( contact.homeState() ); |
107 | homeaddress.setPostalCode( contact.homeZip() ); | 107 | homeaddress.setPostalCode( contact.homeZip() ); |
108 | homeaddress.setCountry( contact.homeCountry() ); | 108 | homeaddress.setCountry( contact.homeCountry() ); |
109 | 109 | ||
110 | addr.insertAddress( homeaddress ); | 110 | addr.insertAddress( homeaddress ); |
111 | } | 111 | } |
112 | 112 | ||
113 | if (!contact.homePhone().isEmpty()) | 113 | if (!contact.homePhone().isEmpty()) |
114 | { | 114 | { |
115 | PhoneNumber homephone; | 115 | PhoneNumber homephone; |
116 | homephone.setType( PhoneNumber::Home ); | 116 | homephone.setType( PhoneNumber::Home ); |
117 | homephone.setNumber( contact.homePhone() ); | 117 | homephone.setNumber( contact.homePhone() ); |
118 | addr.insertPhoneNumber( homephone ); | 118 | addr.insertPhoneNumber( homephone ); |
119 | } | 119 | } |
120 | 120 | ||
121 | if (!contact.homeFax().isEmpty()) | 121 | if (!contact.homeFax().isEmpty()) |
122 | { | 122 | { |
123 | PhoneNumber homefax; | 123 | PhoneNumber homefax; |
124 | homefax.setType( PhoneNumber::Home | PhoneNumber::Fax ); | 124 | homefax.setType( PhoneNumber::Home | PhoneNumber::Fax ); |
125 | homefax.setNumber( contact.homeFax() ); | 125 | homefax.setNumber( contact.homeFax() ); |
126 | addr.insertPhoneNumber( homefax ); | 126 | addr.insertPhoneNumber( homefax ); |
127 | } | 127 | } |
128 | 128 | ||
129 | if (!contact.homeMobile().isEmpty()) | 129 | if (!contact.homeMobile().isEmpty()) |
130 | { | 130 | { |
131 | PhoneNumber homemobile; | 131 | PhoneNumber homemobile; |
132 | homemobile.setType( PhoneNumber::Home | PhoneNumber::Cell ); | 132 | homemobile.setType( PhoneNumber::Home | PhoneNumber::Cell ); |
133 | homemobile.setNumber( contact.homeMobile() ); | 133 | homemobile.setNumber( contact.homeMobile() ); |
134 | addr.insertPhoneNumber( homemobile ); | 134 | addr.insertPhoneNumber( homemobile ); |
135 | } | 135 | } |
136 | 136 | ||
137 | addr.setUrl( contact.homeWebpage() ); | 137 | addr.setUrl( contact.homeWebpage() ); |
138 | 138 | ||
139 | 139 | ||
140 | // business | 140 | // business |
141 | if ((!contact.businessStreet().isEmpty()) || | 141 | if ((!contact.businessStreet().isEmpty()) || |
142 | (!contact.businessCity().isEmpty()) || | 142 | (!contact.businessCity().isEmpty()) || |
143 | (!contact.businessState().isEmpty()) || | 143 | (!contact.businessState().isEmpty()) || |
144 | (!contact.businessZip().isEmpty()) || | 144 | (!contact.businessZip().isEmpty()) || |
145 | (!contact.businessCountry().isEmpty())) | 145 | (!contact.businessCountry().isEmpty())) |
146 | { | 146 | { |
147 | Address businessaddress; | 147 | Address businessaddress; |
148 | businessaddress.setType(Address::Work); | 148 | businessaddress.setType(Address::Work); |
149 | //US businessaddress.setPostOfficeBox( "" ); | 149 | //US businessaddress.setPostOfficeBox( "" ); |
150 | //US businessaddress.setExtended( "" ); | 150 | //US businessaddress.setExtended( "" ); |
151 | businessaddress.setStreet( contact.businessStreet() ); | 151 | businessaddress.setStreet( contact.businessStreet() ); |
152 | businessaddress.setLocality( contact.businessCity() ); | 152 | businessaddress.setLocality( contact.businessCity() ); |
153 | businessaddress.setRegion( contact.businessState() ); | 153 | businessaddress.setRegion( contact.businessState() ); |
154 | businessaddress.setPostalCode( contact.businessZip() ); | 154 | businessaddress.setPostalCode( contact.businessZip() ); |
155 | businessaddress.setCountry( contact.businessCountry() ); | 155 | businessaddress.setCountry( contact.businessCountry() ); |
156 | 156 | ||
157 | addr.insertAddress( businessaddress ); | 157 | addr.insertAddress( businessaddress ); |
158 | } | 158 | } |
159 | 159 | ||
160 | 160 | ||
161 | if (!contact.businessPhone().isEmpty()) | 161 | if (!contact.businessPhone().isEmpty()) |
162 | { | 162 | { |
163 | PhoneNumber businessphone; | 163 | PhoneNumber businessphone; |
164 | businessphone.setType( PhoneNumber::Work ); | 164 | businessphone.setType( PhoneNumber::Work ); |
165 | businessphone.setNumber( contact.businessPhone() ); | 165 | businessphone.setNumber( contact.businessPhone() ); |
166 | addr.insertPhoneNumber( businessphone ); | 166 | addr.insertPhoneNumber( businessphone ); |
167 | } | 167 | } |
168 | 168 | ||
169 | if (!contact.businessFax().isEmpty()) | 169 | if (!contact.businessFax().isEmpty()) |
170 | { | 170 | { |
171 | PhoneNumber businessfax; | 171 | PhoneNumber businessfax; |
172 | businessfax.setType( PhoneNumber::Work | PhoneNumber::Fax ); | 172 | businessfax.setType( PhoneNumber::Work | PhoneNumber::Fax ); |
173 | businessfax.setNumber( contact.businessFax() ); | 173 | businessfax.setNumber( contact.businessFax() ); |
174 | addr.insertPhoneNumber( businessfax ); | 174 | addr.insertPhoneNumber( businessfax ); |
175 | } | 175 | } |
176 | 176 | ||
177 | if (!contact.businessMobile().isEmpty()) | 177 | if (!contact.businessMobile().isEmpty()) |
178 | { | 178 | { |
179 | PhoneNumber businessmobile; | 179 | PhoneNumber businessmobile; |
180 | businessmobile.setType( PhoneNumber::Work | PhoneNumber::Cell ); | 180 | businessmobile.setType( PhoneNumber::Work | PhoneNumber::Cell ); |
181 | businessmobile.setNumber( contact.businessMobile() ); | 181 | businessmobile.setNumber( contact.businessMobile() ); |
182 | addr.insertPhoneNumber( businessmobile ); | 182 | addr.insertPhoneNumber( businessmobile ); |
183 | } | 183 | } |
184 | 184 | ||
185 | if (!contact.businessPager().isEmpty()) | 185 | if (!contact.businessPager().isEmpty()) |
186 | { | 186 | { |
187 | PhoneNumber businesspager; | 187 | PhoneNumber businesspager; |
188 | businesspager.setType( PhoneNumber::Work | PhoneNumber::Pager ); | 188 | businesspager.setType( PhoneNumber::Work | PhoneNumber::Pager ); |
189 | businesspager.setNumber( contact.businessPager() ); | 189 | businesspager.setNumber( contact.businessPager() ); |
190 | addr.insertPhoneNumber( businesspager ); | 190 | addr.insertPhoneNumber( businesspager ); |
191 | } | 191 | } |
192 | 192 | ||
193 | addr.setRole( contact.jobTitle() ); //? | 193 | addr.setRole( contact.jobTitle() ); //? |
194 | addr.setOrganization( contact.company() ); | 194 | addr.setOrganization( contact.company() ); |
195 | addr.insertCustom( "KADDRESSBOOK", "X-Profession", contact.profession() ); | 195 | addr.insertCustom( "KADDRESSBOOK", "X-Profession", contact.profession() ); |
196 | addr.insertCustom( "KADDRESSBOOK", "X-AssistantsName", contact.assistant() ); | 196 | addr.insertCustom( "KADDRESSBOOK", "X-AssistantsName", contact.assistant() ); |
197 | addr.insertCustom( "KADDRESSBOOK", "X-Department", contact.department() ); | 197 | addr.insertCustom( "KADDRESSBOOK", "X-Department", contact.department() ); |
198 | addr.insertCustom( "KADDRESSBOOK", "X-ManagersName", contact.manager() ); | 198 | addr.insertCustom( "KADDRESSBOOK", "X-ManagersName", contact.manager() ); |
199 | addr.insertCustom( "KADDRESSBOOK", "X-Office", contact.office() ); | 199 | addr.insertCustom( "KADDRESSBOOK", "X-Office", contact.office() ); |
200 | 200 | ||
201 | //personal | 201 | //personal |
202 | addr.insertCustom( "KADDRESSBOOK", "X-SpousesName", contact.spouse() ); | 202 | addr.insertCustom( "KADDRESSBOOK", "X-SpousesName", contact.spouse() ); |
203 | addr.insertCustom( "KADDRESSBOOK", "X-Gender", contact.gender() ); | 203 | if (contact.gender() == 1) |
204 | addr.insertCustom( "KADDRESSBOOK", "X-Gender", "female" ); | ||
205 | else if (contact.gender() == 2) | ||
206 | addr.insertCustom( "KADDRESSBOOK", "X-Gender", "male" ); | ||
204 | 207 | ||
205 | if (contact.anniversary().isValid()) { | 208 | if (contact.anniversary().isValid()) { |
206 | QString dt = KGlobal::locale()->formatDate(contact.anniversary(), true, KLocale::ISODate); | 209 | QString dt = KGlobal::locale()->formatDate(contact.anniversary(), true, KLocale::ISODate); |
207 | //US | 210 | //US |
208 | qDebug("OpieConverter::opieToAddressee found:%s", dt.latin1()); | 211 | qDebug("OpieConverter::opieToAddressee found:%s", dt.latin1()); |
209 | addr.insertCustom( "KADDRESSBOOK", "X-Anniversary", dt); | 212 | addr.insertCustom( "KADDRESSBOOK", "X-Anniversary", dt); |
210 | } | 213 | } |
211 | 214 | ||
212 | addr.insertCustom( "KADDRESSBOOK", "X-Children", contact.children() ); | 215 | addr.insertCustom( "KADDRESSBOOK", "X-Children", contact.children() ); |
213 | if (contact.birthday().isValid()) | 216 | if (contact.birthday().isValid()) |
214 | addr.setBirthday( contact.birthday() ); | 217 | addr.setBirthday( contact.birthday() ); |
215 | 218 | ||
216 | addr.setNickName( contact.nickname() ); | 219 | addr.setNickName( contact.nickname() ); |
217 | 220 | ||
218 | // others | 221 | // others |
219 | //US I put opies BusinessWebPage into Ka/Pi's notes block, because no other native field is available. | 222 | //US I put opies BusinessWebPage into Ka/Pi's notes block, because no other native field is available. |
220 | QString notes = contact.notes(); | 223 | QString notes = contact.notes(); |
221 | notes += "\nBusinessWebPage: " + contact.businessWebpage() + "\n"; | 224 | notes += "\nBusinessWebPage: " + contact.businessWebpage() + "\n"; |
222 | 225 | ||
223 | addr.setNote( contact.notes() ); | 226 | addr.setNote( contact.notes() ); |
224 | 227 | ||
225 | 228 | ||
226 | 229 | ||
227 | //US QString groups() const { return find( Qtopia::Groups ); } | 230 | //US QString groups() const { return find( Qtopia::Groups ); } |
228 | //US QStringList groupList() const; | 231 | //US QStringList groupList() const; |
229 | 232 | ||
230 | 233 | ||
231 | QStringList cats = contact.categoryNames("Contacts"); | 234 | QStringList cats = contact.categoryNames("Contacts"); |
232 | addr.setCategories( cats ); | 235 | addr.setCategories( cats ); |
233 | // for ( QStringList::Iterator it = cats.begin(); it != cats.end(); ++it ) { | 236 | // for ( QStringList::Iterator it = cats.begin(); it != cats.end(); ++it ) { |
234 | // qDebug("Cat: %s", (*it).latin1()); | 237 | // qDebug("Cat: %s", (*it).latin1()); |
235 | // } | 238 | // } |
236 | 239 | ||
237 | 240 | ||
238 | return true; | 241 | return true; |
239 | } | 242 | } |
240 | 243 | ||
241 | bool OpieConverter::addresseeToOpie( const Addressee &addr, OContact &contact ) | 244 | bool OpieConverter::addresseeToOpie( const Addressee &addr, OContact &contact ) |
242 | { | 245 | { |
243 | // name | 246 | // name |
244 | contact.setLastName(addr.familyName()); | 247 | contact.setLastName(addr.familyName()); |
245 | contact.setFirstName(addr.givenName()); | 248 | contact.setFirstName(addr.givenName()); |
246 | contact.setMiddleName(addr.additionalName()); | 249 | contact.setMiddleName(addr.additionalName()); |
247 | contact.setTitle(addr.prefix()); | 250 | contact.setTitle(addr.prefix()); |
248 | contact.setSuffix(addr.suffix()); | 251 | contact.setSuffix(addr.suffix()); |
249 | contact.setFileAs(); | 252 | contact.setFileAs(); |
250 | 253 | ||
251 | 254 | ||
252 | 255 | ||
253 | QStringList emails = addr.emails(); | 256 | QStringList emails = addr.emails(); |
254 | for ( QStringList::Iterator it = emails.begin(); it != emails.end(); ++it ) { | 257 | for ( QStringList::Iterator it = emails.begin(); it != emails.end(); ++it ) { |
255 | contact.insertEmail(*it); | 258 | contact.insertEmail(*it); |
256 | } | 259 | } |
257 | contact.setDefaultEmail( addr.preferredEmail() ); | 260 | contact.setDefaultEmail( addr.preferredEmail() ); |
258 | 261 | ||
259 | 262 | ||
260 | // home | 263 | // home |
261 | const Address homeaddress = addr.address(Address::Home); | 264 | const Address homeaddress = addr.address(Address::Home); |
262 | if (!homeaddress.isEmpty()) { | 265 | if (!homeaddress.isEmpty()) { |
263 | contact.setHomeStreet(homeaddress.street()); | 266 | contact.setHomeStreet(homeaddress.street()); |
264 | contact.setHomeCity(homeaddress.locality()); | 267 | contact.setHomeCity(homeaddress.locality()); |
265 | contact.setHomeState(homeaddress.region()); | 268 | contact.setHomeState(homeaddress.region()); |
266 | contact.setHomeZip(homeaddress.postalCode()); | 269 | contact.setHomeZip(homeaddress.postalCode()); |
267 | contact.setHomeCountry(homeaddress.country()); | 270 | contact.setHomeCountry(homeaddress.country()); |
268 | } | 271 | } |
269 | 272 | ||
270 | PhoneNumber homephone = addr.phoneNumber( PhoneNumber::Home ); | 273 | PhoneNumber homephone = addr.phoneNumber( PhoneNumber::Home ); |
271 | if (!homephone.number().isEmpty()) | 274 | if (!homephone.number().isEmpty()) |
272 | contact.setHomePhone(homephone.number()); | 275 | contact.setHomePhone(homephone.number()); |
273 | 276 | ||
274 | PhoneNumber homefax = addr.phoneNumber( PhoneNumber::Home | PhoneNumber::Fax ); | 277 | PhoneNumber homefax = addr.phoneNumber( PhoneNumber::Home | PhoneNumber::Fax ); |
275 | if (!homefax.number().isEmpty()) | 278 | if (!homefax.number().isEmpty()) |
276 | contact.setHomeFax(homefax.number()); | 279 | contact.setHomeFax(homefax.number()); |
277 | 280 | ||
278 | PhoneNumber homemobile = addr.phoneNumber( PhoneNumber::Home | PhoneNumber::Cell ); | 281 | PhoneNumber homemobile = addr.phoneNumber( PhoneNumber::Home | PhoneNumber::Cell ); |
279 | if (!homemobile.number().isEmpty()) | 282 | if (!homemobile.number().isEmpty()) |
280 | contact.setHomeMobile(homemobile.number()); | 283 | contact.setHomeMobile(homemobile.number()); |
281 | 284 | ||
282 | contact.setHomeWebpage(addr.url().url()); | 285 | contact.setHomeWebpage(addr.url().url()); |
283 | 286 | ||
284 | 287 | ||
285 | // business | 288 | // business |
286 | const Address businessaddress = addr.address(Address::Work); | 289 | const Address businessaddress = addr.address(Address::Work); |
287 | if (!businessaddress.isEmpty()) { | 290 | if (!businessaddress.isEmpty()) { |
288 | contact.setBusinessStreet(businessaddress.street()); | 291 | contact.setBusinessStreet(businessaddress.street()); |
289 | contact.setBusinessCity(businessaddress.locality()); | 292 | contact.setBusinessCity(businessaddress.locality()); |
290 | contact.setBusinessState(businessaddress.region()); | 293 | contact.setBusinessState(businessaddress.region()); |
291 | contact.setBusinessZip(businessaddress.postalCode()); | 294 | contact.setBusinessZip(businessaddress.postalCode()); |
292 | contact.setBusinessCountry(businessaddress.country()); | 295 | contact.setBusinessCountry(businessaddress.country()); |
293 | } | 296 | } |
294 | 297 | ||
295 | PhoneNumber businessphone = addr.phoneNumber( PhoneNumber::Work ); | 298 | PhoneNumber businessphone = addr.phoneNumber( PhoneNumber::Work ); |
296 | if (!businessphone.number().isEmpty()) | 299 | if (!businessphone.number().isEmpty()) |
297 | contact.setBusinessPhone(businessphone.number()); | 300 | contact.setBusinessPhone(businessphone.number()); |
298 | 301 | ||
299 | PhoneNumber businessfax = addr.phoneNumber( PhoneNumber::Work | PhoneNumber::Fax ); | 302 | PhoneNumber businessfax = addr.phoneNumber( PhoneNumber::Work | PhoneNumber::Fax ); |
300 | if (!businessfax.number().isEmpty()) | 303 | if (!businessfax.number().isEmpty()) |
301 | contact.setBusinessFax(businessfax.number()); | 304 | contact.setBusinessFax(businessfax.number()); |
302 | 305 | ||
303 | PhoneNumber businessmobile = addr.phoneNumber( PhoneNumber::Work | PhoneNumber::Cell ); | 306 | PhoneNumber businessmobile = addr.phoneNumber( PhoneNumber::Work | PhoneNumber::Cell ); |
304 | if (!businessmobile.number().isEmpty()) | 307 | if (!businessmobile.number().isEmpty()) |
305 | contact.setBusinessMobile(businessmobile.number()); | 308 | contact.setBusinessMobile(businessmobile.number()); |
306 | 309 | ||
307 | PhoneNumber businesspager = addr.phoneNumber( PhoneNumber::Work | PhoneNumber::Pager ); | 310 | PhoneNumber businesspager = addr.phoneNumber( PhoneNumber::Work | PhoneNumber::Pager ); |
308 | if (!businesspager.number().isEmpty()) | 311 | if (!businesspager.number().isEmpty()) |
309 | contact.setBusinessPager(businesspager.number()); | 312 | contact.setBusinessPager(businesspager.number()); |
310 | 313 | ||
311 | contact.setJobTitle(addr.role()); | 314 | contact.setJobTitle(addr.role()); |
312 | contact.setCompany(addr.organization()); | 315 | contact.setCompany(addr.organization()); |
313 | 316 | ||
314 | contact.setProfession(addr.custom( "KADDRESSBOOK", "X-Profession" )); | 317 | contact.setProfession(addr.custom( "KADDRESSBOOK", "X-Profession" )); |
315 | contact.setAssistant(addr.custom( "KADDRESSBOOK", "X-AssistantsName" )); | 318 | contact.setAssistant(addr.custom( "KADDRESSBOOK", "X-AssistantsName" )); |
316 | contact.setDepartment(addr.custom( "KADDRESSBOOK", "X-Department" )); | 319 | contact.setDepartment(addr.custom( "KADDRESSBOOK", "X-Department" )); |
317 | contact.setManager(addr.custom( "KADDRESSBOOK", "X-ManagersName" )); | 320 | contact.setManager(addr.custom( "KADDRESSBOOK", "X-ManagersName" )); |
318 | contact.setOffice(addr.custom( "KADDRESSBOOK", "X-Office" )); | 321 | contact.setOffice(addr.custom( "KADDRESSBOOK", "X-Office" )); |
319 | 322 | ||
320 | //personal | 323 | //personal |
321 | contact.setSpouse(addr.custom( "KADDRESSBOOK", "X-Spouse" )); | 324 | contact.setSpouse(addr.custom( "KADDRESSBOOK", "X-Spouse" )); |
322 | contact.setGender(addr.custom( "KADDRESSBOOK", "X-Gender" )); | 325 | QString gend = addr.custom( "KADDRESSBOOK", "X-Gender" ); |
323 | 326 | if (gend == "female") | |
327 | contact.setGender("1"); | ||
328 | else if (gend == "male") | ||
329 | contact.setGender("2"); | ||
330 | |||
324 | QDate dt = KGlobal::locale()->readDate( | 331 | QDate dt = KGlobal::locale()->readDate( |
325 | addr.custom("KADDRESSBOOK", "X-Anniversary" ), "%Y-%m-%d"); // = Qt::ISODate | 332 | addr.custom("KADDRESSBOOK", "X-Anniversary" ), "%Y-%m-%d"); // = Qt::ISODate |
326 | contact.setAnniversary( dt ); | 333 | contact.setAnniversary( dt ); |
327 | 334 | ||
328 | contact.setChildren(addr.custom( "KADDRESSBOOK", "X-Children" )); | 335 | contact.setChildren(addr.custom( "KADDRESSBOOK", "X-Children" )); |
329 | 336 | ||
330 | contact.setBirthday(addr.birthday().date()); | 337 | contact.setBirthday(addr.birthday().date()); |
331 | contact.setNickname(addr.nickName()); | 338 | contact.setNickname(addr.nickName()); |
332 | 339 | ||
333 | // other | 340 | // other |
334 | contact.setNotes(addr.note()); | 341 | contact.setNotes(addr.note()); |
335 | 342 | ||
336 | //US QString groups() const { return find( Qtopia::Groups ); } | 343 | //US QString groups() const { return find( Qtopia::Groups ); } |
337 | //US QStringList groupList() const; | 344 | //US QStringList groupList() const; |
338 | 345 | ||
339 | QStringList cats = addr.categories(); | 346 | QStringList cats = addr.categories(); |
340 | 347 | ||
341 | QArray<int> iar; | 348 | QArray<int> iar; |
342 | if ( !cats.isEmpty() ) { | 349 | if ( !cats.isEmpty() ) { |
343 | QArray<int> iar = catDB->ids("contact", cats); | 350 | QArray<int> iar = catDB->ids("contact", cats); |
344 | contact.setCategories(iar); | 351 | contact.setCategories(iar); |
345 | } | 352 | } |
346 | 353 | ||
347 | return true; | 354 | return true; |
348 | } | 355 | } |
diff --git a/kaddressbook/kabcore.cpp b/kaddressbook/kabcore.cpp index 1a34e4d..8daca33 100644 --- a/kaddressbook/kabcore.cpp +++ b/kaddressbook/kabcore.cpp | |||
@@ -1,550 +1,551 @@ | |||
1 | /* | 1 | /* |
2 | This file is part of KAddressbook. | 2 | This file is part of KAddressbook. |
3 | Copyright (c) 2003 Tobias Koenig <tokoe@kde.org> | 3 | Copyright (c) 2003 Tobias Koenig <tokoe@kde.org> |
4 | 4 | ||
5 | This program is free software; you can redistribute it and/or modify | 5 | This program is free software; you can redistribute it and/or modify |
6 | it under the terms of the GNU General Public License as published by | 6 | it under the terms of the GNU General Public License as published by |
7 | the Free Software Foundation; either version 2 of the License, or | 7 | the Free Software Foundation; either version 2 of the License, or |
8 | (at your option) any later version. | 8 | (at your option) any later version. |
9 | 9 | ||
10 | This program is distributed in the hope that it will be useful, | 10 | This program 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 | 12 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
13 | GNU General Public License for more details. | 13 | GNU General Public License for more details. |
14 | 14 | ||
15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU General Public License |
16 | along with this program; if not, write to the Free Software | 16 | along with this program; if not, write to the Free Software |
17 | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | 17 | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
18 | 18 | ||
19 | As a special exception, permission is given to link this program | 19 | As a special exception, permission is given to link this program |
20 | with any edition of Qt, and distribute the resulting executable, | 20 | with any edition of Qt, and distribute the resulting executable, |
21 | without including the source code for Qt in the source distribution. | 21 | without including the source code for Qt in the source distribution. |
22 | */ | 22 | */ |
23 | 23 | ||
24 | #include "kabcore.h" | 24 | #include "kabcore.h" |
25 | 25 | ||
26 | #include <stdaddressbook.h> | 26 | #include <stdaddressbook.h> |
27 | #include <klocale.h> | 27 | #include <klocale.h> |
28 | 28 | ||
29 | #ifndef KAB_EMBEDDED | 29 | #ifndef KAB_EMBEDDED |
30 | #include <qclipboard.h> | 30 | #include <qclipboard.h> |
31 | #include <qdir.h> | 31 | #include <qdir.h> |
32 | #include <qfile.h> | 32 | #include <qfile.h> |
33 | #include <qapplicaton.h> | 33 | #include <qapplicaton.h> |
34 | #include <qlayout.h> | 34 | #include <qlayout.h> |
35 | #include <qregexp.h> | 35 | #include <qregexp.h> |
36 | #include <qvbox.h> | 36 | #include <qvbox.h> |
37 | #include <kabc/addresseelist.h> | 37 | #include <kabc/addresseelist.h> |
38 | #include <kabc/errorhandler.h> | 38 | #include <kabc/errorhandler.h> |
39 | #include <kabc/resource.h> | 39 | #include <kabc/resource.h> |
40 | #include <kabc/vcardconverter.h> | 40 | #include <kabc/vcardconverter.h> |
41 | #include <kapplication.h> | 41 | #include <kapplication.h> |
42 | #include <kactionclasses.h> | 42 | #include <kactionclasses.h> |
43 | #include <kcmultidialog.h> | 43 | #include <kcmultidialog.h> |
44 | #include <kdebug.h> | 44 | #include <kdebug.h> |
45 | #include <kdeversion.h> | 45 | #include <kdeversion.h> |
46 | #include <kkeydialog.h> | 46 | #include <kkeydialog.h> |
47 | #include <kmessagebox.h> | 47 | #include <kmessagebox.h> |
48 | #include <kprinter.h> | 48 | #include <kprinter.h> |
49 | #include <kprotocolinfo.h> | 49 | #include <kprotocolinfo.h> |
50 | #include <kresources/selectdialog.h> | 50 | #include <kresources/selectdialog.h> |
51 | #include <kstandarddirs.h> | 51 | #include <kstandarddirs.h> |
52 | #include <ktempfile.h> | 52 | #include <ktempfile.h> |
53 | #include <kxmlguiclient.h> | 53 | #include <kxmlguiclient.h> |
54 | #include <kaboutdata.h> | 54 | #include <kaboutdata.h> |
55 | #include <libkdepim/categoryselectdialog.h> | 55 | #include <libkdepim/categoryselectdialog.h> |
56 | 56 | ||
57 | #include "addresseeutil.h" | 57 | #include "addresseeutil.h" |
58 | #include "addresseeeditordialog.h" | 58 | #include "addresseeeditordialog.h" |
59 | #include "extensionmanager.h" | 59 | #include "extensionmanager.h" |
60 | #include "kstdaction.h" | 60 | #include "kstdaction.h" |
61 | #include "kaddressbookservice.h" | 61 | #include "kaddressbookservice.h" |
62 | #include "ldapsearchdialog.h" | 62 | #include "ldapsearchdialog.h" |
63 | #include "printing/printingwizard.h" | 63 | #include "printing/printingwizard.h" |
64 | #else // KAB_EMBEDDED | 64 | #else // KAB_EMBEDDED |
65 | 65 | ||
66 | #include <kapplication.h> | 66 | #include <kapplication.h> |
67 | #include "KDGanttMinimizeSplitter.h" | 67 | #include "KDGanttMinimizeSplitter.h" |
68 | #include "kaddressbookmain.h" | 68 | #include "kaddressbookmain.h" |
69 | #include "kactioncollection.h" | 69 | #include "kactioncollection.h" |
70 | #include <qapp.h> | 70 | #include <qapp.h> |
71 | #include <qmenubar.h> | 71 | #include <qmenubar.h> |
72 | //#include <qtoolbar.h> | 72 | //#include <qtoolbar.h> |
73 | #include <qmessagebox.h> | 73 | #include <qmessagebox.h> |
74 | #include <kdebug.h> | 74 | #include <kdebug.h> |
75 | #include <kiconloader.h> // needed for SmallIcon | 75 | #include <kiconloader.h> // needed for SmallIcon |
76 | #include <kresources/kcmkresources.h> | 76 | #include <kresources/kcmkresources.h> |
77 | #include <ktoolbar.h> | 77 | #include <ktoolbar.h> |
78 | 78 | ||
79 | #include <kcmkabconfig.h> | 79 | #include <kcmkabconfig.h> |
80 | 80 | ||
81 | //US#include <qpe/resource.h> // needed for Resource::loadPixmap | 81 | //US#include <qpe/resource.h> // needed for Resource::loadPixmap |
82 | //#include <qlabel.h> | 82 | //#include <qlabel.h> |
83 | #endif // KAB_EMBEDDED | 83 | #endif // KAB_EMBEDDED |
84 | #include <kcmkabconfig.h> | 84 | #include <kcmkabconfig.h> |
85 | 85 | ||
86 | 86 | ||
87 | #include <kresources/selectdialog.h> | 87 | #include <kresources/selectdialog.h> |
88 | #include <kmessagebox.h> | 88 | #include <kmessagebox.h> |
89 | 89 | ||
90 | #include <picture.h> | 90 | #include <picture.h> |
91 | #include <resource.h> | 91 | #include <resource.h> |
92 | 92 | ||
93 | //US#include <qsplitter.h> | 93 | //US#include <qsplitter.h> |
94 | #include <qvbox.h> | 94 | #include <qvbox.h> |
95 | #include <qlayout.h> | 95 | #include <qlayout.h> |
96 | #include <qclipboard.h> | 96 | #include <qclipboard.h> |
97 | 97 | ||
98 | #include <libkdepim/categoryselectdialog.h> | 98 | #include <libkdepim/categoryselectdialog.h> |
99 | 99 | ||
100 | #include "addresseeutil.h" | 100 | #include "addresseeutil.h" |
101 | #include "undocmds.h" | 101 | #include "undocmds.h" |
102 | #include "addresseeeditordialog.h" | 102 | #include "addresseeeditordialog.h" |
103 | #include "viewmanager.h" | 103 | #include "viewmanager.h" |
104 | #include "details/detailsviewcontainer.h" | 104 | #include "details/detailsviewcontainer.h" |
105 | #include "kabprefs.h" | 105 | #include "kabprefs.h" |
106 | #include "xxportmanager.h" | 106 | #include "xxportmanager.h" |
107 | #include "incsearchwidget.h" | 107 | #include "incsearchwidget.h" |
108 | #include "jumpbuttonbar.h" | 108 | #include "jumpbuttonbar.h" |
109 | #include "extensionmanager.h" | 109 | #include "extensionmanager.h" |
110 | #include "addresseeconfig.h" | 110 | #include "addresseeconfig.h" |
111 | #include <kcmultidialog.h> | 111 | #include <kcmultidialog.h> |
112 | 112 | ||
113 | #ifdef _WIN32_ | 113 | #ifdef _WIN32_ |
114 | 114 | ||
115 | #include "kaimportoldialog.h" | 115 | #include "kaimportoldialog.h" |
116 | #endif | 116 | #endif |
117 | 117 | ||
118 | bool pasteWithNewUid = true; | 118 | bool pasteWithNewUid = true; |
119 | 119 | ||
120 | #ifdef KAB_EMBEDDED | 120 | #ifdef KAB_EMBEDDED |
121 | KABCore::KABCore( KAddressBookMain *client, bool readWrite, QWidget *parent, const char *name ) | 121 | KABCore::KABCore( KAddressBookMain *client, bool readWrite, QWidget *parent, const char *name ) |
122 | : QWidget( parent, name ), mGUIClient( client ), mViewManager( 0 ), | 122 | : QWidget( parent, name ), mGUIClient( client ), mViewManager( 0 ), |
123 | mExtensionManager( 0 ),mConfigureDialog( 0 ),/*US mLdapSearchDialog( 0 ),*/ | 123 | mExtensionManager( 0 ),mConfigureDialog( 0 ),/*US mLdapSearchDialog( 0 ),*/ |
124 | mReadWrite( readWrite ), mModified( false ), mMainWindow(client) | 124 | mReadWrite( readWrite ), mModified( false ), mMainWindow(client) |
125 | #else //KAB_EMBEDDED | 125 | #else //KAB_EMBEDDED |
126 | KABCore::KABCore( KXMLGUIClient *client, bool readWrite, QWidget *parent, const char *name ) | 126 | KABCore::KABCore( KXMLGUIClient *client, bool readWrite, QWidget *parent, const char *name ) |
127 | : QWidget( parent, name ), mGUIClient( client ), mViewManager( 0 ), | 127 | : QWidget( parent, name ), mGUIClient( client ), mViewManager( 0 ), |
128 | mExtensionManager( 0 ), mConfigureDialog( 0 ), mLdapSearchDialog( 0 ), | 128 | mExtensionManager( 0 ), mConfigureDialog( 0 ), mLdapSearchDialog( 0 ), |
129 | mReadWrite( readWrite ), mModified( false ) | 129 | mReadWrite( readWrite ), mModified( false ) |
130 | #endif //KAB_EMBEDDED | 130 | #endif //KAB_EMBEDDED |
131 | { | 131 | { |
132 | #ifdef KAB_EMBEDDED | 132 | #ifdef KAB_EMBEDDED |
133 | //US we define here our own global actioncollection. | 133 | //US we define here our own global actioncollection. |
134 | //mActionCollection = new KActionCollection(this); | 134 | //mActionCollection = new KActionCollection(this); |
135 | #endif //KAB_EMBEDDED | 135 | #endif //KAB_EMBEDDED |
136 | mExtensionBarSplitter = 0; | 136 | mExtensionBarSplitter = 0; |
137 | mIsPart = !parent->inherits( "KAddressBookMain" ); | 137 | mIsPart = !parent->inherits( "KAddressBookMain" ); |
138 | 138 | ||
139 | mAddressBook = KABC::StdAddressBook::self(); | 139 | mAddressBook = KABC::StdAddressBook::self(); |
140 | KABC::StdAddressBook::setAutomaticSave( false ); | 140 | KABC::StdAddressBook::setAutomaticSave( false ); |
141 | 141 | ||
142 | #ifndef KAB_EMBEDDED | 142 | #ifndef KAB_EMBEDDED |
143 | mAddressBook->setErrorHandler( new KABC::GUIErrorHandler ); | 143 | mAddressBook->setErrorHandler( new KABC::GUIErrorHandler ); |
144 | #endif //KAB_EMBEDDED | 144 | #endif //KAB_EMBEDDED |
145 | 145 | ||
146 | connect( mAddressBook, SIGNAL( addressBookChanged( AddressBook * ) ), | 146 | connect( mAddressBook, SIGNAL( addressBookChanged( AddressBook * ) ), |
147 | SLOT( addressBookChanged() ) ); | 147 | SLOT( addressBookChanged() ) ); |
148 | 148 | ||
149 | mAddressBook->addCustomField( i18n( "Department" ), KABC::Field::Organization, | 149 | mAddressBook->addCustomField( i18n( "Department" ), KABC::Field::Organization, |
150 | "X-Department", "KADDRESSBOOK" ); | 150 | "X-Department", "KADDRESSBOOK" ); |
151 | mAddressBook->addCustomField( i18n( "Profession" ), KABC::Field::Organization, | 151 | mAddressBook->addCustomField( i18n( "Profession" ), KABC::Field::Organization, |
152 | "X-Profession", "KADDRESSBOOK" ); | 152 | "X-Profession", "KADDRESSBOOK" ); |
153 | mAddressBook->addCustomField( i18n( "Assistant's Name" ), KABC::Field::Organization, | 153 | mAddressBook->addCustomField( i18n( "Assistant's Name" ), KABC::Field::Organization, |
154 | "X-AssistantsName", "KADDRESSBOOK" ); | 154 | "X-AssistantsName", "KADDRESSBOOK" ); |
155 | mAddressBook->addCustomField( i18n( "Manager's Name" ), KABC::Field::Organization, | 155 | mAddressBook->addCustomField( i18n( "Manager's Name" ), KABC::Field::Organization, |
156 | "X-ManagersName", "KADDRESSBOOK" ); | 156 | "X-ManagersName", "KADDRESSBOOK" ); |
157 | mAddressBook->addCustomField( i18n( "Spouse's Name" ), KABC::Field::Personal, | 157 | mAddressBook->addCustomField( i18n( "Spouse's Name" ), KABC::Field::Personal, |
158 | "X-SpousesName", "KADDRESSBOOK" ); | 158 | "X-SpousesName", "KADDRESSBOOK" ); |
159 | mAddressBook->addCustomField( i18n( "Office" ), KABC::Field::Personal, | 159 | mAddressBook->addCustomField( i18n( "Office" ), KABC::Field::Personal, |
160 | "X-Office", "KADDRESSBOOK" ); | 160 | "X-Office", "KADDRESSBOOK" ); |
161 | mAddressBook->addCustomField( i18n( "IM Address" ), KABC::Field::Personal, | 161 | mAddressBook->addCustomField( i18n( "IM Address" ), KABC::Field::Personal, |
162 | "X-IMAddress", "KADDRESSBOOK" ); | 162 | "X-IMAddress", "KADDRESSBOOK" ); |
163 | mAddressBook->addCustomField( i18n( "Anniversary" ), KABC::Field::Personal, | 163 | mAddressBook->addCustomField( i18n( "Anniversary" ), KABC::Field::Personal, |
164 | "X-Anniversary", "KADDRESSBOOK" ); | 164 | "X-Anniversary", "KADDRESSBOOK" ); |
165 | 165 | ||
166 | //US added this field to become compatible with Opie addressbook | 166 | //US added this field to become compatible with Opie/qtopia addressbook |
167 | // values can be "female" or "male" or "". An empty field represents undefined. | ||
167 | mAddressBook->addCustomField( i18n( "Gender" ), KABC::Field::Personal, | 168 | mAddressBook->addCustomField( i18n( "Gender" ), KABC::Field::Personal, |
168 | "X-Gender", "KADDRESSBOOK" ); | 169 | "X-Gender", "KADDRESSBOOK" ); |
169 | mAddressBook->addCustomField( i18n( "Children" ), KABC::Field::Personal, | 170 | mAddressBook->addCustomField( i18n( "Children" ), KABC::Field::Personal, |
170 | "X-Children", "KADDRESSBOOK" ); | 171 | "X-Children", "KADDRESSBOOK" ); |
171 | mAddressBook->addCustomField( i18n( "FreeBusyUrl" ), KABC::Field::Personal, | 172 | mAddressBook->addCustomField( i18n( "FreeBusyUrl" ), KABC::Field::Personal, |
172 | "X-FreeBusyUrl", "KADDRESSBOOK" ); | 173 | "X-FreeBusyUrl", "KADDRESSBOOK" ); |
173 | 174 | ||
174 | initGUI(); | 175 | initGUI(); |
175 | 176 | ||
176 | mIncSearchWidget->setFocus(); | 177 | mIncSearchWidget->setFocus(); |
177 | 178 | ||
178 | 179 | ||
179 | connect( mViewManager, SIGNAL( selected( const QString& ) ), | 180 | connect( mViewManager, SIGNAL( selected( const QString& ) ), |
180 | SLOT( setContactSelected( const QString& ) ) ); | 181 | SLOT( setContactSelected( const QString& ) ) ); |
181 | connect( mViewManager, SIGNAL( executed( const QString& ) ), | 182 | connect( mViewManager, SIGNAL( executed( const QString& ) ), |
182 | SLOT( editContact( const QString& ) ) ); | 183 | SLOT( editContact( const QString& ) ) ); |
183 | connect( mViewManager, SIGNAL( deleteRequest( ) ), | 184 | connect( mViewManager, SIGNAL( deleteRequest( ) ), |
184 | SLOT( deleteContacts( ) ) ); | 185 | SLOT( deleteContacts( ) ) ); |
185 | connect( mViewManager, SIGNAL( modified() ), | 186 | connect( mViewManager, SIGNAL( modified() ), |
186 | SLOT( setModified() ) ); | 187 | SLOT( setModified() ) ); |
187 | 188 | ||
188 | connect( mExtensionManager, SIGNAL( modified( const KABC::Addressee::List& ) ), this, SLOT( extensionModified( const KABC::Addressee::List& ) ) ); | 189 | connect( mExtensionManager, SIGNAL( modified( const KABC::Addressee::List& ) ), this, SLOT( extensionModified( const KABC::Addressee::List& ) ) ); |
189 | 190 | ||
190 | connect( mXXPortManager, SIGNAL( modified() ), | 191 | connect( mXXPortManager, SIGNAL( modified() ), |
191 | SLOT( setModified() ) ); | 192 | SLOT( setModified() ) ); |
192 | 193 | ||
193 | connect( mJumpButtonBar, SIGNAL( jumpToLetter( const QString& ) ), | 194 | connect( mJumpButtonBar, SIGNAL( jumpToLetter( const QString& ) ), |
194 | SLOT( incrementalSearch( const QString& ) ) ); | 195 | SLOT( incrementalSearch( const QString& ) ) ); |
195 | connect( mIncSearchWidget, SIGNAL( fieldChanged() ), | 196 | connect( mIncSearchWidget, SIGNAL( fieldChanged() ), |
196 | mJumpButtonBar, SLOT( recreateButtons() ) ); | 197 | mJumpButtonBar, SLOT( recreateButtons() ) ); |
197 | 198 | ||
198 | #ifndef KAB_EMBEDDED | 199 | #ifndef KAB_EMBEDDED |
199 | connect( mViewManager, SIGNAL( urlDropped( const KURL& ) ), | 200 | connect( mViewManager, SIGNAL( urlDropped( const KURL& ) ), |
200 | mXXPortManager, SLOT( importVCard( const KURL& ) ) ); | 201 | mXXPortManager, SLOT( importVCard( const KURL& ) ) ); |
201 | 202 | ||
202 | connect( mDetails, SIGNAL( sendEmail( const QString& ) ), | 203 | connect( mDetails, SIGNAL( sendEmail( const QString& ) ), |
203 | SLOT( sendMail( const QString& ) ) ); | 204 | SLOT( sendMail( const QString& ) ) ); |
204 | connect( mDetails, SIGNAL( browse( const QString& ) ), | 205 | connect( mDetails, SIGNAL( browse( const QString& ) ), |
205 | SLOT( browse( const QString& ) ) ); | 206 | SLOT( browse( const QString& ) ) ); |
206 | 207 | ||
207 | mAddressBookService = new KAddressBookService( this ); | 208 | mAddressBookService = new KAddressBookService( this ); |
208 | 209 | ||
209 | #endif //KAB_EMBEDDED | 210 | #endif //KAB_EMBEDDED |
210 | mEditorDialog = 0; | 211 | mEditorDialog = 0; |
211 | createAddresseeEditorDialog( this ); | 212 | createAddresseeEditorDialog( this ); |
212 | setModified( false ); | 213 | setModified( false ); |
213 | } | 214 | } |
214 | 215 | ||
215 | KABCore::~KABCore() | 216 | KABCore::~KABCore() |
216 | { | 217 | { |
217 | // save(); | 218 | // save(); |
218 | //saveSettings(); | 219 | //saveSettings(); |
219 | //KABPrefs::instance()->writeConfig(); | 220 | //KABPrefs::instance()->writeConfig(); |
220 | delete AddresseeConfig::instance(); | 221 | delete AddresseeConfig::instance(); |
221 | mAddressBook = 0; | 222 | mAddressBook = 0; |
222 | KABC::StdAddressBook::close(); | 223 | KABC::StdAddressBook::close(); |
223 | 224 | ||
224 | #ifdef KAB_EMBEDDED | 225 | #ifdef KAB_EMBEDDED |
225 | //US we define here our own global actioncollection. | 226 | //US we define here our own global actioncollection. |
226 | // delete mActionCollection; | 227 | // delete mActionCollection; |
227 | #endif //KAB_EMBEDDED | 228 | #endif //KAB_EMBEDDED |
228 | 229 | ||
229 | } | 230 | } |
230 | 231 | ||
231 | void KABCore::restoreSettings() | 232 | void KABCore::restoreSettings() |
232 | { | 233 | { |
233 | bool state = KABPrefs::instance()->mJumpButtonBarVisible; | 234 | bool state = KABPrefs::instance()->mJumpButtonBarVisible; |
234 | 235 | ||
235 | mActionJumpBar->setChecked( state ); | 236 | mActionJumpBar->setChecked( state ); |
236 | setJumpButtonBarVisible( state ); | 237 | setJumpButtonBarVisible( state ); |
237 | 238 | ||
238 | state = KABPrefs::instance()->mDetailsPageVisible; | 239 | state = KABPrefs::instance()->mDetailsPageVisible; |
239 | 240 | ||
240 | mActionDetails->setChecked( state ); | 241 | mActionDetails->setChecked( state ); |
241 | setDetailsVisible( state ); | 242 | setDetailsVisible( state ); |
242 | QValueList<int> splitterSize = KABPrefs::instance()->mDetailsSplitter; | 243 | QValueList<int> splitterSize = KABPrefs::instance()->mDetailsSplitter; |
243 | if ( splitterSize.count() == 0 ) { | 244 | if ( splitterSize.count() == 0 ) { |
244 | splitterSize.append( width() / 2 ); | 245 | splitterSize.append( width() / 2 ); |
245 | splitterSize.append( width() / 2 ); | 246 | splitterSize.append( width() / 2 ); |
246 | } | 247 | } |
247 | mMiniSplitter->setSizes( splitterSize ); | 248 | mMiniSplitter->setSizes( splitterSize ); |
248 | if ( mExtensionBarSplitter ) { | 249 | if ( mExtensionBarSplitter ) { |
249 | splitterSize = KABPrefs::instance()->mExtensionsSplitter; | 250 | splitterSize = KABPrefs::instance()->mExtensionsSplitter; |
250 | if ( splitterSize.count() == 0 ) { | 251 | if ( splitterSize.count() == 0 ) { |
251 | splitterSize.append( width() / 2 ); | 252 | splitterSize.append( width() / 2 ); |
252 | splitterSize.append( width() / 2 ); | 253 | splitterSize.append( width() / 2 ); |
253 | } | 254 | } |
254 | mExtensionBarSplitter->setSizes( splitterSize ); | 255 | mExtensionBarSplitter->setSizes( splitterSize ); |
255 | 256 | ||
256 | } | 257 | } |
257 | #ifndef KAB_EMBEDDED | 258 | #ifndef KAB_EMBEDDED |
258 | QValueList<int> splitterSize = KABPrefs::instance()->mExtensionsSplitter; | 259 | QValueList<int> splitterSize = KABPrefs::instance()->mExtensionsSplitter; |
259 | if ( splitterSize.count() == 0 ) { | 260 | if ( splitterSize.count() == 0 ) { |
260 | splitterSize.append( width() / 2 ); | 261 | splitterSize.append( width() / 2 ); |
261 | splitterSize.append( width() / 2 ); | 262 | splitterSize.append( width() / 2 ); |
262 | } | 263 | } |
263 | mExtensionBarSplitter->setSizes( splitterSize ); | 264 | mExtensionBarSplitter->setSizes( splitterSize ); |
264 | 265 | ||
265 | splitterSize = KABPrefs::instance()->mDetailsSplitter; | 266 | splitterSize = KABPrefs::instance()->mDetailsSplitter; |
266 | if ( splitterSize.count() == 0 ) { | 267 | if ( splitterSize.count() == 0 ) { |
267 | splitterSize.append( height() / 2 ); | 268 | splitterSize.append( height() / 2 ); |
268 | splitterSize.append( height() / 2 ); | 269 | splitterSize.append( height() / 2 ); |
269 | } | 270 | } |
270 | mDetailsSplitter->setSizes( splitterSize ); | 271 | mDetailsSplitter->setSizes( splitterSize ); |
271 | 272 | ||
272 | mExtensionManager->restoreSettings(); | 273 | mExtensionManager->restoreSettings(); |
273 | 274 | ||
274 | #endif //KAB_EMBEDDED | 275 | #endif //KAB_EMBEDDED |
275 | 276 | ||
276 | mIncSearchWidget->setCurrentItem( KABPrefs::instance()->mCurrentIncSearchField ); | 277 | mIncSearchWidget->setCurrentItem( KABPrefs::instance()->mCurrentIncSearchField ); |
277 | 278 | ||
278 | mViewManager->restoreSettings(); | 279 | mViewManager->restoreSettings(); |
279 | mExtensionManager->restoreSettings(); | 280 | mExtensionManager->restoreSettings(); |
280 | } | 281 | } |
281 | 282 | ||
282 | void KABCore::saveSettings() | 283 | void KABCore::saveSettings() |
283 | { | 284 | { |
284 | KABPrefs::instance()->mJumpButtonBarVisible = mActionJumpBar->isChecked(); | 285 | KABPrefs::instance()->mJumpButtonBarVisible = mActionJumpBar->isChecked(); |
285 | if ( mExtensionBarSplitter ) | 286 | if ( mExtensionBarSplitter ) |
286 | KABPrefs::instance()->mExtensionsSplitter = mExtensionBarSplitter->sizes(); | 287 | KABPrefs::instance()->mExtensionsSplitter = mExtensionBarSplitter->sizes(); |
287 | KABPrefs::instance()->mDetailsPageVisible = mActionDetails->isChecked(); | 288 | KABPrefs::instance()->mDetailsPageVisible = mActionDetails->isChecked(); |
288 | KABPrefs::instance()->mDetailsSplitter = mMiniSplitter->sizes(); | 289 | KABPrefs::instance()->mDetailsSplitter = mMiniSplitter->sizes(); |
289 | #ifndef KAB_EMBEDDED | 290 | #ifndef KAB_EMBEDDED |
290 | 291 | ||
291 | KABPrefs::instance()->mExtensionsSplitter = mExtensionBarSplitter->sizes(); | 292 | KABPrefs::instance()->mExtensionsSplitter = mExtensionBarSplitter->sizes(); |
292 | KABPrefs::instance()->mDetailsSplitter = mDetailsSplitter->sizes(); | 293 | KABPrefs::instance()->mDetailsSplitter = mDetailsSplitter->sizes(); |
293 | #endif //KAB_EMBEDDED | 294 | #endif //KAB_EMBEDDED |
294 | mExtensionManager->saveSettings(); | 295 | mExtensionManager->saveSettings(); |
295 | mViewManager->saveSettings(); | 296 | mViewManager->saveSettings(); |
296 | 297 | ||
297 | KABPrefs::instance()->mCurrentIncSearchField = mIncSearchWidget->currentItem(); | 298 | KABPrefs::instance()->mCurrentIncSearchField = mIncSearchWidget->currentItem(); |
298 | 299 | ||
299 | } | 300 | } |
300 | 301 | ||
301 | KABC::AddressBook *KABCore::addressBook() const | 302 | KABC::AddressBook *KABCore::addressBook() const |
302 | { | 303 | { |
303 | return mAddressBook; | 304 | return mAddressBook; |
304 | } | 305 | } |
305 | 306 | ||
306 | KConfig *KABCore::config() | 307 | KConfig *KABCore::config() |
307 | { | 308 | { |
308 | #ifndef KAB_EMBEDDED | 309 | #ifndef KAB_EMBEDDED |
309 | return KABPrefs::instance()->config(); | 310 | return KABPrefs::instance()->config(); |
310 | #else //KAB_EMBEDDED | 311 | #else //KAB_EMBEDDED |
311 | return KABPrefs::instance()->getConfig(); | 312 | return KABPrefs::instance()->getConfig(); |
312 | #endif //KAB_EMBEDDED | 313 | #endif //KAB_EMBEDDED |
313 | } | 314 | } |
314 | 315 | ||
315 | KActionCollection *KABCore::actionCollection() const | 316 | KActionCollection *KABCore::actionCollection() const |
316 | { | 317 | { |
317 | return mGUIClient->actionCollection(); | 318 | return mGUIClient->actionCollection(); |
318 | } | 319 | } |
319 | 320 | ||
320 | KABC::Field *KABCore::currentSearchField() const | 321 | KABC::Field *KABCore::currentSearchField() const |
321 | { | 322 | { |
322 | if (mIncSearchWidget) | 323 | if (mIncSearchWidget) |
323 | return mIncSearchWidget->currentField(); | 324 | return mIncSearchWidget->currentField(); |
324 | else | 325 | else |
325 | return 0; | 326 | return 0; |
326 | } | 327 | } |
327 | 328 | ||
328 | QStringList KABCore::selectedUIDs() const | 329 | QStringList KABCore::selectedUIDs() const |
329 | { | 330 | { |
330 | return mViewManager->selectedUids(); | 331 | return mViewManager->selectedUids(); |
331 | } | 332 | } |
332 | 333 | ||
333 | KABC::Resource *KABCore::requestResource( QWidget *parent ) | 334 | KABC::Resource *KABCore::requestResource( QWidget *parent ) |
334 | { | 335 | { |
335 | QPtrList<KABC::Resource> kabcResources = addressBook()->resources(); | 336 | QPtrList<KABC::Resource> kabcResources = addressBook()->resources(); |
336 | 337 | ||
337 | QPtrList<KRES::Resource> kresResources; | 338 | QPtrList<KRES::Resource> kresResources; |
338 | QPtrListIterator<KABC::Resource> resIt( kabcResources ); | 339 | QPtrListIterator<KABC::Resource> resIt( kabcResources ); |
339 | KABC::Resource *resource; | 340 | KABC::Resource *resource; |
340 | while ( ( resource = resIt.current() ) != 0 ) { | 341 | while ( ( resource = resIt.current() ) != 0 ) { |
341 | ++resIt; | 342 | ++resIt; |
342 | if ( !resource->readOnly() ) { | 343 | if ( !resource->readOnly() ) { |
343 | KRES::Resource *res = static_cast<KRES::Resource*>( resource ); | 344 | KRES::Resource *res = static_cast<KRES::Resource*>( resource ); |
344 | if ( res ) | 345 | if ( res ) |
345 | kresResources.append( res ); | 346 | kresResources.append( res ); |
346 | } | 347 | } |
347 | } | 348 | } |
348 | 349 | ||
349 | KRES::Resource *res = KRES::SelectDialog::getResource( kresResources, parent ); | 350 | KRES::Resource *res = KRES::SelectDialog::getResource( kresResources, parent ); |
350 | return static_cast<KABC::Resource*>( res ); | 351 | return static_cast<KABC::Resource*>( res ); |
351 | } | 352 | } |
352 | 353 | ||
353 | #ifndef KAB_EMBEDDED | 354 | #ifndef KAB_EMBEDDED |
354 | KAboutData *KABCore::createAboutData() | 355 | KAboutData *KABCore::createAboutData() |
355 | #else //KAB_EMBEDDED | 356 | #else //KAB_EMBEDDED |
356 | void KABCore::createAboutData() | 357 | void KABCore::createAboutData() |
357 | #endif //KAB_EMBEDDED | 358 | #endif //KAB_EMBEDDED |
358 | { | 359 | { |
359 | #ifndef KAB_EMBEDDED | 360 | #ifndef KAB_EMBEDDED |
360 | KAboutData *about = new KAboutData( "kaddressbook", I18N_NOOP( "KAddressBook" ), | 361 | KAboutData *about = new KAboutData( "kaddressbook", I18N_NOOP( "KAddressBook" ), |
361 | "3.1", I18N_NOOP( "The KDE Address Book" ), | 362 | "3.1", I18N_NOOP( "The KDE Address Book" ), |
362 | KAboutData::License_GPL_V2, | 363 | KAboutData::License_GPL_V2, |
363 | I18N_NOOP( "(c) 1997-2003, The KDE PIM Team" ) ); | 364 | I18N_NOOP( "(c) 1997-2003, The KDE PIM Team" ) ); |
364 | about->addAuthor( "Tobias Koenig", I18N_NOOP( "Current maintainer " ), "tokoe@kde.org" ); | 365 | about->addAuthor( "Tobias Koenig", I18N_NOOP( "Current maintainer " ), "tokoe@kde.org" ); |
365 | about->addAuthor( "Don Sanders", I18N_NOOP( "Original author " ) ); | 366 | about->addAuthor( "Don Sanders", I18N_NOOP( "Original author " ) ); |
366 | about->addAuthor( "Cornelius Schumacher", | 367 | about->addAuthor( "Cornelius Schumacher", |
367 | I18N_NOOP( "Co-maintainer, libkabc port, CSV import/export " ), | 368 | I18N_NOOP( "Co-maintainer, libkabc port, CSV import/export " ), |
368 | "schumacher@kde.org" ); | 369 | "schumacher@kde.org" ); |
369 | about->addAuthor( "Mike Pilone", I18N_NOOP( "GUI and framework redesign " ), | 370 | about->addAuthor( "Mike Pilone", I18N_NOOP( "GUI and framework redesign " ), |
370 | "mpilone@slac.com" ); | 371 | "mpilone@slac.com" ); |
371 | about->addAuthor( "Greg Stern", I18N_NOOP( "DCOP interface" ) ); | 372 | about->addAuthor( "Greg Stern", I18N_NOOP( "DCOP interface" ) ); |
372 | about->addAuthor( "Mark Westcott", I18N_NOOP( "Contact pinning" ) ); | 373 | about->addAuthor( "Mark Westcott", I18N_NOOP( "Contact pinning" ) ); |
373 | about->addAuthor( "Michel Boyer de la Giroday", I18N_NOOP( "LDAP Lookup\n" ), | 374 | about->addAuthor( "Michel Boyer de la Giroday", I18N_NOOP( "LDAP Lookup\n" ), |
374 | "michel@klaralvdalens-datakonsult.se" ); | 375 | "michel@klaralvdalens-datakonsult.se" ); |
375 | about->addAuthor( "Steffen Hansen", I18N_NOOP( "LDAP Lookup " ), | 376 | about->addAuthor( "Steffen Hansen", I18N_NOOP( "LDAP Lookup " ), |
376 | "hansen@kde.org" ); | 377 | "hansen@kde.org" ); |
377 | 378 | ||
378 | return about; | 379 | return about; |
379 | #endif //KAB_EMBEDDED | 380 | #endif //KAB_EMBEDDED |
380 | 381 | ||
381 | QString version; | 382 | QString version; |
382 | #include <../version> | 383 | #include <../version> |
383 | QMessageBox::about( this, "About KAddressbook/Pi", | 384 | QMessageBox::about( this, "About KAddressbook/Pi", |
384 | "KAddressbook/Platform-independent\n" | 385 | "KAddressbook/Platform-independent\n" |
385 | "(KA/Pi) " +version + " - " + | 386 | "(KA/Pi) " +version + " - " + |
386 | #ifdef DESKTOP_VERSION | 387 | #ifdef DESKTOP_VERSION |
387 | "Desktop Edition\n" | 388 | "Desktop Edition\n" |
388 | #else | 389 | #else |
389 | "PDA-Edition\n" | 390 | "PDA-Edition\n" |
390 | "for: Zaurus 5500 / 7x0 / 8x0\n" | 391 | "for: Zaurus 5500 / 7x0 / 8x0\n" |
391 | #endif | 392 | #endif |
392 | 393 | ||
393 | "(c) 2004 Ulf Schenk\n" | 394 | "(c) 2004 Ulf Schenk\n" |
394 | "(c) 1997-2003, The KDE PIM Team\n" | 395 | "(c) 1997-2003, The KDE PIM Team\n" |
395 | "Tobias Koenig Current maintainer tokoe@kde.org\n" | 396 | "Tobias Koenig Current maintainer tokoe@kde.org\n" |
396 | "Don Sanders Original author\n" | 397 | "Don Sanders Original author\n" |
397 | "Cornelius Schumacher Co-maintainer schumacher@kde.org\n" | 398 | "Cornelius Schumacher Co-maintainer schumacher@kde.org\n" |
398 | "Mike Pilone GUI and framework redesign mpilone@slac.com\n" | 399 | "Mike Pilone GUI and framework redesign mpilone@slac.com\n" |
399 | "Greg Stern DCOP interface\n" | 400 | "Greg Stern DCOP interface\n" |
400 | "Mark Westcot Contact pinning\n" | 401 | "Mark Westcot Contact pinning\n" |
401 | "Michel Boyer de la Giroday LDAP Lookup\n" "michel@klaralvdalens-datakonsult.se\n" | 402 | "Michel Boyer de la Giroday LDAP Lookup\n" "michel@klaralvdalens-datakonsult.se\n" |
402 | "Steffen Hansen LDAP Lookup hansen@kde.org\n" | 403 | "Steffen Hansen LDAP Lookup hansen@kde.org\n" |
403 | #ifdef _WIN32_ | 404 | #ifdef _WIN32_ |
404 | "(c) 2004 Lutz Rogowski Import from OL rogowski@kde.org\n" | 405 | "(c) 2004 Lutz Rogowski Import from OL rogowski@kde.org\n" |
405 | #endif | 406 | #endif |
406 | ); | 407 | ); |
407 | } | 408 | } |
408 | 409 | ||
409 | void KABCore::setContactSelected( const QString &uid ) | 410 | void KABCore::setContactSelected( const QString &uid ) |
410 | { | 411 | { |
411 | KABC::Addressee addr = mAddressBook->findByUid( uid ); | 412 | KABC::Addressee addr = mAddressBook->findByUid( uid ); |
412 | if ( !mDetails->isHidden() ) | 413 | if ( !mDetails->isHidden() ) |
413 | mDetails->setAddressee( addr ); | 414 | mDetails->setAddressee( addr ); |
414 | 415 | ||
415 | if ( !addr.isEmpty() ) { | 416 | if ( !addr.isEmpty() ) { |
416 | emit contactSelected( addr.formattedName() ); | 417 | emit contactSelected( addr.formattedName() ); |
417 | KABC::Picture pic = addr.photo(); | 418 | KABC::Picture pic = addr.photo(); |
418 | if ( pic.isIntern() ) { | 419 | if ( pic.isIntern() ) { |
419 | //US emit contactSelected( pic.data() ); | 420 | //US emit contactSelected( pic.data() ); |
420 | //US instead use: | 421 | //US instead use: |
421 | QPixmap px; | 422 | QPixmap px; |
422 | if (pic.data().isNull() != true) | 423 | if (pic.data().isNull() != true) |
423 | { | 424 | { |
424 | px.convertFromImage(pic.data()); | 425 | px.convertFromImage(pic.data()); |
425 | } | 426 | } |
426 | 427 | ||
427 | emit contactSelected( px ); | 428 | emit contactSelected( px ); |
428 | } | 429 | } |
429 | } | 430 | } |
430 | 431 | ||
431 | 432 | ||
432 | mExtensionManager->setSelectionChanged(); | 433 | mExtensionManager->setSelectionChanged(); |
433 | 434 | ||
434 | // update the actions | 435 | // update the actions |
435 | bool selected = !uid.isEmpty(); | 436 | bool selected = !uid.isEmpty(); |
436 | 437 | ||
437 | if ( mReadWrite ) { | 438 | if ( mReadWrite ) { |
438 | mActionCut->setEnabled( selected ); | 439 | mActionCut->setEnabled( selected ); |
439 | mActionPaste->setEnabled( selected ); | 440 | mActionPaste->setEnabled( selected ); |
440 | } | 441 | } |
441 | 442 | ||
442 | mActionCopy->setEnabled( selected ); | 443 | mActionCopy->setEnabled( selected ); |
443 | mActionDelete->setEnabled( selected ); | 444 | mActionDelete->setEnabled( selected ); |
444 | mActionEditAddressee->setEnabled( selected ); | 445 | mActionEditAddressee->setEnabled( selected ); |
445 | mActionMail->setEnabled( selected ); | 446 | mActionMail->setEnabled( selected ); |
446 | mActionMailVCard->setEnabled( selected ); | 447 | mActionMailVCard->setEnabled( selected ); |
447 | mActionWhoAmI->setEnabled( selected ); | 448 | mActionWhoAmI->setEnabled( selected ); |
448 | mActionCategories->setEnabled( selected ); | 449 | mActionCategories->setEnabled( selected ); |
449 | } | 450 | } |
450 | 451 | ||
451 | void KABCore::sendMail() | 452 | void KABCore::sendMail() |
452 | { | 453 | { |
453 | #ifndef KAB_EMBEDDED | 454 | #ifndef KAB_EMBEDDED |
454 | sendMail( mViewManager->selectedEmails().join( ", " ) ); | 455 | sendMail( mViewManager->selectedEmails().join( ", " ) ); |
455 | #else //KAB_EMBEDDED | 456 | #else //KAB_EMBEDDED |
456 | qDebug("KABCore::sendMail() ust be fixed"); | 457 | qDebug("KABCore::sendMail() ust be fixed"); |
457 | #endif //KAB_EMBEDDED | 458 | #endif //KAB_EMBEDDED |
458 | } | 459 | } |
459 | 460 | ||
460 | void KABCore::sendMail( const QString& email ) | 461 | void KABCore::sendMail( const QString& email ) |
461 | { | 462 | { |
462 | #ifndef KAB_EMBEDDED | 463 | #ifndef KAB_EMBEDDED |
463 | kapp->invokeMailer( email, "" ); | 464 | kapp->invokeMailer( email, "" ); |
464 | #else //KAB_EMBEDDED | 465 | #else //KAB_EMBEDDED |
465 | qDebug("KABCore::sendMail(const QString& email) ust be fixed"); | 466 | qDebug("KABCore::sendMail(const QString& email) ust be fixed"); |
466 | #endif //KAB_EMBEDDED | 467 | #endif //KAB_EMBEDDED |
467 | } | 468 | } |
468 | 469 | ||
469 | void KABCore::mailVCard() | 470 | void KABCore::mailVCard() |
470 | { | 471 | { |
471 | #ifndef KAB_EMBEDDED | 472 | #ifndef KAB_EMBEDDED |
472 | QStringList uids = mViewManager->selectedUids(); | 473 | QStringList uids = mViewManager->selectedUids(); |
473 | if ( !uids.isEmpty() ) | 474 | if ( !uids.isEmpty() ) |
474 | mailVCard( uids ); | 475 | mailVCard( uids ); |
475 | #else //KAB_EMBEDDED | 476 | #else //KAB_EMBEDDED |
476 | qDebug("KABCore::mailVCard() must be fixed"); | 477 | qDebug("KABCore::mailVCard() must be fixed"); |
477 | #endif //KAB_EMBEDDED | 478 | #endif //KAB_EMBEDDED |
478 | } | 479 | } |
479 | 480 | ||
480 | void KABCore::mailVCard( const QStringList& uids ) | 481 | void KABCore::mailVCard( const QStringList& uids ) |
481 | { | 482 | { |
482 | #ifndef KAB_EMBEDDED | 483 | #ifndef KAB_EMBEDDED |
483 | QStringList urls; | 484 | QStringList urls; |
484 | 485 | ||
485 | // Create a temp dir, so that we can put the files in it with proper names | 486 | // Create a temp dir, so that we can put the files in it with proper names |
486 | KTempFile tempDir; | 487 | KTempFile tempDir; |
487 | if ( tempDir.status() != 0 ) { | 488 | if ( tempDir.status() != 0 ) { |
488 | kdWarning() << strerror( tempDir.status() ) << endl; | 489 | kdWarning() << strerror( tempDir.status() ) << endl; |
489 | return; | 490 | return; |
490 | } | 491 | } |
491 | 492 | ||
492 | QString dirName = tempDir.name(); | 493 | QString dirName = tempDir.name(); |
493 | tempDir.unlink(); | 494 | tempDir.unlink(); |
494 | QDir().mkdir( dirName, true ); | 495 | QDir().mkdir( dirName, true ); |
495 | 496 | ||
496 | for( QStringList::ConstIterator it = uids.begin(); it != uids.end(); ++it ) { | 497 | for( QStringList::ConstIterator it = uids.begin(); it != uids.end(); ++it ) { |
497 | KABC::Addressee a = mAddressBook->findByUid( *it ); | 498 | KABC::Addressee a = mAddressBook->findByUid( *it ); |
498 | 499 | ||
499 | if ( a.isEmpty() ) | 500 | if ( a.isEmpty() ) |
500 | continue; | 501 | continue; |
501 | 502 | ||
502 | QString name = a.givenName() + "_" + a.familyName() + ".vcf"; | 503 | QString name = a.givenName() + "_" + a.familyName() + ".vcf"; |
503 | 504 | ||
504 | QString fileName = dirName + "/" + name; | 505 | QString fileName = dirName + "/" + name; |
505 | 506 | ||
506 | QFile outFile(fileName); | 507 | QFile outFile(fileName); |
507 | if ( outFile.open(IO_WriteOnly) ) { // file opened successfully | 508 | if ( outFile.open(IO_WriteOnly) ) { // file opened successfully |
508 | KABC::VCardConverter converter; | 509 | KABC::VCardConverter converter; |
509 | QString vcard; | 510 | QString vcard; |
510 | 511 | ||
511 | converter.addresseeToVCard( a, vcard ); | 512 | converter.addresseeToVCard( a, vcard ); |
512 | 513 | ||
513 | QTextStream t( &outFile ); // use a text stream | 514 | QTextStream t( &outFile ); // use a text stream |
514 | t.setEncoding( QTextStream::UnicodeUTF8 ); | 515 | t.setEncoding( QTextStream::UnicodeUTF8 ); |
515 | t << vcard; | 516 | t << vcard; |
516 | 517 | ||
517 | outFile.close(); | 518 | outFile.close(); |
518 | 519 | ||
519 | urls.append( fileName ); | 520 | urls.append( fileName ); |
520 | } | 521 | } |
521 | } | 522 | } |
522 | 523 | ||
523 | kapp->invokeMailer( QString::null, QString::null, QString::null, | 524 | kapp->invokeMailer( QString::null, QString::null, QString::null, |
524 | QString::null, // subject | 525 | QString::null, // subject |
525 | QString::null, // body | 526 | QString::null, // body |
526 | QString::null, | 527 | QString::null, |
527 | urls ); // attachments | 528 | urls ); // attachments |
528 | #else //KAB_EMBEDDED | 529 | #else //KAB_EMBEDDED |
529 | qDebug("KABCore::mailVCard( must be fixed"); | 530 | qDebug("KABCore::mailVCard( must be fixed"); |
530 | #endif //KAB_EMBEDDED | 531 | #endif //KAB_EMBEDDED |
531 | 532 | ||
532 | } | 533 | } |
533 | 534 | ||
534 | void KABCore::browse( const QString& url ) | 535 | void KABCore::browse( const QString& url ) |
535 | { | 536 | { |
536 | #ifndef KAB_EMBEDDED | 537 | #ifndef KAB_EMBEDDED |
537 | kapp->invokeBrowser( url ); | 538 | kapp->invokeBrowser( url ); |
538 | #else //KAB_EMBEDDED | 539 | #else //KAB_EMBEDDED |
539 | qDebug("KABCore::browse must be fixed"); | 540 | qDebug("KABCore::browse must be fixed"); |
540 | #endif //KAB_EMBEDDED | 541 | #endif //KAB_EMBEDDED |
541 | } | 542 | } |
542 | 543 | ||
543 | void KABCore::selectAllContacts() | 544 | void KABCore::selectAllContacts() |
544 | { | 545 | { |
545 | mViewManager->setSelected( QString::null, true ); | 546 | mViewManager->setSelected( QString::null, true ); |
546 | } | 547 | } |
547 | 548 | ||
548 | void KABCore::deleteContacts() | 549 | void KABCore::deleteContacts() |
549 | { | 550 | { |
550 | QStringList uidList = mViewManager->selectedUids(); | 551 | QStringList uidList = mViewManager->selectedUids(); |