summaryrefslogtreecommitdiffabout
path: root/kaddressbook
Unidiff
Diffstat (limited to 'kaddressbook') (more/less context) (ignore whitespace changes)
-rw-r--r--kaddressbook/kabcore.cpp34
1 files changed, 7 insertions, 27 deletions
diff --git a/kaddressbook/kabcore.cpp b/kaddressbook/kabcore.cpp
index fa9f130..9c40142 100644
--- a/kaddressbook/kabcore.cpp
+++ b/kaddressbook/kabcore.cpp
@@ -1,1702 +1,1682 @@
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 Async a special exception, permission is given to link this program 19 Async 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/*s 24/*s
25Enhanced Version of the file for platform independent KDE tools. 25Enhanced Version of the file for platform independent KDE tools.
26Copyright (c) 2004 Ulf Schenk 26Copyright (c) 2004 Ulf Schenk
27 27
28$Id$ 28$Id$
29*/ 29*/
30 30
31#include "kabcore.h" 31#include "kabcore.h"
32 32
33#include <stdaddressbook.h> 33#include <stdaddressbook.h>
34#include <klocale.h> 34#include <klocale.h>
35#include <kfiledialog.h> 35#include <kfiledialog.h>
36#include <qtimer.h> 36#include <qtimer.h>
37#include <qlabel.h> 37#include <qlabel.h>
38#include <qregexp.h> 38#include <qregexp.h>
39#include <qlineedit.h> 39#include <qlineedit.h>
40#include <qcheckbox.h> 40#include <qcheckbox.h>
41#include <qpushbutton.h> 41#include <qpushbutton.h>
42#include <qprogressbar.h> 42#include <qprogressbar.h>
43#include <libkdepim/phoneaccess.h> 43#include <libkdepim/phoneaccess.h>
44 44
45#ifndef KAB_EMBEDDED 45#ifndef KAB_EMBEDDED
46#include <qclipboard.h> 46#include <qclipboard.h>
47#include <qdir.h> 47#include <qdir.h>
48#include <qfile.h> 48#include <qfile.h>
49#include <qapplicaton.h> 49#include <qapplicaton.h>
50#include <qprogressbar.h> 50#include <qprogressbar.h>
51#include <qlayout.h> 51#include <qlayout.h>
52#include <qregexp.h> 52#include <qregexp.h>
53#include <qvbox.h> 53#include <qvbox.h>
54#include <kabc/addresseelist.h> 54#include <kabc/addresseelist.h>
55#include <kabc/errorhandler.h> 55#include <kabc/errorhandler.h>
56#include <kabc/resource.h> 56#include <kabc/resource.h>
57#include <kabc/vcardconverter.h> 57#include <kabc/vcardconverter.h>
58#include <kapplication.h> 58#include <kapplication.h>
59#include <kactionclasses.h> 59#include <kactionclasses.h>
60#include <kcmultidialog.h> 60#include <kcmultidialog.h>
61#include <kdebug.h> 61#include <kdebug.h>
62#include <kdeversion.h> 62#include <kdeversion.h>
63#include <kkeydialog.h> 63#include <kkeydialog.h>
64#include <kmessagebox.h> 64#include <kmessagebox.h>
65#include <kprinter.h> 65#include <kprinter.h>
66#include <kprotocolinfo.h> 66#include <kprotocolinfo.h>
67#include <kresources/selectdialog.h> 67#include <kresources/selectdialog.h>
68#include <kstandarddirs.h> 68#include <kstandarddirs.h>
69#include <ktempfile.h> 69#include <ktempfile.h>
70#include <kxmlguiclient.h> 70#include <kxmlguiclient.h>
71#include <kaboutdata.h> 71#include <kaboutdata.h>
72#include <libkdepim/categoryselectdialog.h> 72#include <libkdepim/categoryselectdialog.h>
73 73
74#include "addresseeutil.h" 74#include "addresseeutil.h"
75#include "addresseeeditordialog.h" 75#include "addresseeeditordialog.h"
76#include "extensionmanager.h" 76#include "extensionmanager.h"
77#include "kstdaction.h" 77#include "kstdaction.h"
78#include "kaddressbookservice.h" 78#include "kaddressbookservice.h"
79#include "ldapsearchdialog.h" 79#include "ldapsearchdialog.h"
80#include "printing/printingwizard.h" 80#include "printing/printingwizard.h"
81#else // KAB_EMBEDDED 81#else // KAB_EMBEDDED
82 82
83#include <kapplication.h> 83#include <kapplication.h>
84#include "KDGanttMinimizeSplitter.h" 84#include "KDGanttMinimizeSplitter.h"
85#include "kaddressbookmain.h" 85#include "kaddressbookmain.h"
86#include "kactioncollection.h" 86#include "kactioncollection.h"
87#include "addresseedialog.h" 87#include "addresseedialog.h"
88//US 88//US
89#include <addresseeview.h> 89#include <addresseeview.h>
90 90
91#include <qapp.h> 91#include <qapp.h>
92#include <qmenubar.h> 92#include <qmenubar.h>
93//#include <qtoolbar.h> 93//#include <qtoolbar.h>
94#include <qmessagebox.h> 94#include <qmessagebox.h>
95#include <kdebug.h> 95#include <kdebug.h>
96#include <kiconloader.h> // needed for SmallIcon 96#include <kiconloader.h> // needed for SmallIcon
97#include <kresources/kcmkresources.h> 97#include <kresources/kcmkresources.h>
98#include <ktoolbar.h> 98#include <ktoolbar.h>
99 99
100 100
101//#include <qlabel.h> 101//#include <qlabel.h>
102 102
103 103
104#ifndef DESKTOP_VERSION 104#ifndef DESKTOP_VERSION
105#include <qpe/ir.h> 105#include <qpe/ir.h>
106#include <qpe/qpemenubar.h> 106#include <qpe/qpemenubar.h>
107#include <qtopia/qcopenvelope_qws.h> 107#include <qtopia/qcopenvelope_qws.h>
108#else 108#else
109 109
110#include <qmenubar.h> 110#include <qmenubar.h>
111#endif 111#endif
112 112
113#endif // KAB_EMBEDDED 113#endif // KAB_EMBEDDED
114#include "kcmconfigs/kcmkabconfig.h" 114#include "kcmconfigs/kcmkabconfig.h"
115#include "kcmconfigs/kcmkdepimconfig.h" 115#include "kcmconfigs/kcmkdepimconfig.h"
116#include "kpimglobalprefs.h" 116#include "kpimglobalprefs.h"
117#include "externalapphandler.h" 117#include "externalapphandler.h"
118#include "xxportselectdialog.h" 118#include "xxportselectdialog.h"
119 119
120 120
121#include <kresources/selectdialog.h> 121#include <kresources/selectdialog.h>
122#include <kmessagebox.h> 122#include <kmessagebox.h>
123 123
124#include <picture.h> 124#include <picture.h>
125#include <resource.h> 125#include <resource.h>
126 126
127//US#include <qsplitter.h> 127//US#include <qsplitter.h>
128#include <qmap.h> 128#include <qmap.h>
129#include <qdir.h> 129#include <qdir.h>
130#include <qfile.h> 130#include <qfile.h>
131#include <qvbox.h> 131#include <qvbox.h>
132#include <qlayout.h> 132#include <qlayout.h>
133#include <qclipboard.h> 133#include <qclipboard.h>
134#include <qtextstream.h> 134#include <qtextstream.h>
135#include <qradiobutton.h> 135#include <qradiobutton.h>
136#include <qbuttongroup.h> 136#include <qbuttongroup.h>
137 137
138#include <libkdepim/categoryselectdialog.h> 138#include <libkdepim/categoryselectdialog.h>
139#include <libkdepim/categoryeditdialog.h> 139#include <libkdepim/categoryeditdialog.h>
140#include <kabc/vcardconverter.h> 140#include <kabc/vcardconverter.h>
141 141
142 142
143#include "addresseeutil.h" 143#include "addresseeutil.h"
144#include "undocmds.h" 144#include "undocmds.h"
145#include "addresseeeditordialog.h" 145#include "addresseeeditordialog.h"
146#include "viewmanager.h" 146#include "viewmanager.h"
147#include "details/detailsviewcontainer.h" 147#include "details/detailsviewcontainer.h"
148#include "kabprefs.h" 148#include "kabprefs.h"
149#include "xxportmanager.h" 149#include "xxportmanager.h"
150#include "incsearchwidget.h" 150#include "incsearchwidget.h"
151#include "jumpbuttonbar.h" 151#include "jumpbuttonbar.h"
152#include "extensionmanager.h" 152#include "extensionmanager.h"
153#include "addresseeconfig.h" 153#include "addresseeconfig.h"
154#include "nameeditdialog.h" 154#include "nameeditdialog.h"
155#include <kcmultidialog.h> 155#include <kcmultidialog.h>
156 156
157#ifdef _WIN32_ 157#ifdef _WIN32_
158#ifdef _OL_IMPORT_ 158#ifdef _OL_IMPORT_
159#include "kaimportoldialog.h" 159#include "kaimportoldialog.h"
160#endif 160#endif
161#else 161#else
162#include <unistd.h> 162#include <unistd.h>
163#endif 163#endif
164// sync includes 164// sync includes
165#include <libkdepim/ksyncprofile.h> 165#include <libkdepim/ksyncprofile.h>
166#include <libkdepim/ksyncprefsdialog.h> 166#include <libkdepim/ksyncprefsdialog.h>
167 167
168 168
169class KABCatPrefs : public QDialog 169class KABCatPrefs : public QDialog
170{ 170{
171 public: 171 public:
172 KABCatPrefs( QWidget *parent=0, const char *name=0 ) : 172 KABCatPrefs( QWidget *parent=0, const char *name=0 ) :
173 QDialog( parent, name, true ) 173 QDialog( parent, name, true )
174 { 174 {
175 setCaption( i18n("Manage new Categories") ); 175 setCaption( i18n("Manage new Categories") );
176 QVBoxLayout* lay = new QVBoxLayout( this ); 176 QVBoxLayout* lay = new QVBoxLayout( this );
177 lay->setSpacing( 3 ); 177 lay->setSpacing( 3 );
178 lay->setMargin( 3 ); 178 lay->setMargin( 3 );
179 QLabel * lab = new QLabel( i18n("After importing/loading/syncing\nthere may be new categories in\naddressees\nwhich are not in the category list.\nPlease choose what to do:\n "), this ); 179 QLabel * lab = new QLabel( i18n("After importing/loading/syncing\nthere may be new categories in\naddressees\nwhich are not in the category list.\nPlease choose what to do:\n "), this );
180 lay->addWidget( lab ); 180 lay->addWidget( lab );
181 QButtonGroup* format = new QButtonGroup( 1, Horizontal, i18n("New categories not in list:"), this ); 181 QButtonGroup* format = new QButtonGroup( 1, Horizontal, i18n("New categories not in list:"), this );
182 lay->addWidget( format ); 182 lay->addWidget( format );
183 format->setExclusive ( true ) ; 183 format->setExclusive ( true ) ;
184 addCatBut = new QRadioButton(i18n("Add to category list"), format ); 184 addCatBut = new QRadioButton(i18n("Add to category list"), format );
185 new QRadioButton(i18n("Remove from addressees"), format ); 185 new QRadioButton(i18n("Remove from addressees"), format );
186 addCatBut->setChecked( true ); 186 addCatBut->setChecked( true );
187 QPushButton * ok = new QPushButton( i18n("OK"), this ); 187 QPushButton * ok = new QPushButton( i18n("OK"), this );
188 lay->addWidget( ok ); 188 lay->addWidget( ok );
189 QPushButton * cancel = new QPushButton( i18n("Cancel"), this ); 189 QPushButton * cancel = new QPushButton( i18n("Cancel"), this );
190 lay->addWidget( cancel ); 190 lay->addWidget( cancel );
191 connect ( ok,SIGNAL(clicked() ),this , SLOT ( accept() ) ); 191 connect ( ok,SIGNAL(clicked() ),this , SLOT ( accept() ) );
192 connect (cancel, SIGNAL(clicked() ), this, SLOT ( reject()) ); 192 connect (cancel, SIGNAL(clicked() ), this, SLOT ( reject()) );
193 resize( 200, 200 ); 193 resize( 200, 200 );
194 } 194 }
195 195
196 bool addCat() { return addCatBut->isChecked(); } 196 bool addCat() { return addCatBut->isChecked(); }
197private: 197private:
198 QRadioButton* addCatBut; 198 QRadioButton* addCatBut;
199}; 199};
200 200
201class KABFormatPrefs : public QDialog 201class KABFormatPrefs : public QDialog
202{ 202{
203 public: 203 public:
204 KABFormatPrefs( QWidget *parent=0, const char *name=0 ) : 204 KABFormatPrefs( QWidget *parent=0, const char *name=0 ) :
205 QDialog( parent, name, true ) 205 QDialog( parent, name, true )
206 { 206 {
207 setCaption( i18n("Set formatted name") ); 207 setCaption( i18n("Set formatted name") );
208 QVBoxLayout* lay = new QVBoxLayout( this ); 208 QVBoxLayout* lay = new QVBoxLayout( this );
209 lay->setSpacing( 3 ); 209 lay->setSpacing( 3 );
210 lay->setMargin( 3 ); 210 lay->setMargin( 3 );
211 QLabel * lab = new QLabel( i18n("You can set the formatted name\nfor a list of contacts in one go."), this ); 211 QLabel * lab = new QLabel( i18n("You can set the formatted name\nfor a list of contacts in one go."), this );
212 lay->addWidget( lab ); 212 lay->addWidget( lab );
213 QButtonGroup* format = new QButtonGroup( 1, Horizontal, i18n("Set formatted name to:"), this ); 213 QButtonGroup* format = new QButtonGroup( 1, Horizontal, i18n("Set formatted name to:"), this );
214 lay->addWidget( format ); 214 lay->addWidget( format );
215 format->setExclusive ( true ) ; 215 format->setExclusive ( true ) ;
216 simple = new QRadioButton(i18n("Simple: James Bond"), format ); 216 simple = new QRadioButton(i18n("Simple: James Bond"), format );
217 full = new QRadioButton(i18n("Full: Mr. James 007 Bond I"), format ); 217 full = new QRadioButton(i18n("Full: Mr. James 007 Bond I"), format );
218 reverse = new QRadioButton(i18n("Reverse: Bond, James"), format ); 218 reverse = new QRadioButton(i18n("Reverse: Bond, James"), format );
219 company = new QRadioButton(i18n("Organization: MI6"), format ); 219 company = new QRadioButton(i18n("Organization: MI6"), format );
220 simple->setChecked( true ); 220 simple->setChecked( true );
221 setCompany = new QCheckBox(i18n("Set formatted name to\norganization, if name empty"), this); 221 setCompany = new QCheckBox(i18n("Set formatted name to\norganization, if name empty"), this);
222 lay->addWidget( setCompany ); 222 lay->addWidget( setCompany );
223 QPushButton * ok = new QPushButton( i18n("Select contact list"), this ); 223 QPushButton * ok = new QPushButton( i18n("Select contact list"), this );
224 lay->addWidget( ok ); 224 lay->addWidget( ok );
225 QPushButton * cancel = new QPushButton( i18n("Cancel"), this ); 225 QPushButton * cancel = new QPushButton( i18n("Cancel"), this );
226 lay->addWidget( cancel ); 226 lay->addWidget( cancel );
227 connect ( ok,SIGNAL(clicked() ),this , SLOT ( accept() ) ); 227 connect ( ok,SIGNAL(clicked() ),this , SLOT ( accept() ) );
228 connect (cancel, SIGNAL(clicked() ), this, SLOT ( reject()) ); 228 connect (cancel, SIGNAL(clicked() ), this, SLOT ( reject()) );
229 //resize( 200, 200 ); 229 //resize( 200, 200 );
230 230
231 } 231 }
232public: 232public:
233 QRadioButton* simple, *full, *reverse, *company; 233 QRadioButton* simple, *full, *reverse, *company;
234 QCheckBox* setCompany; 234 QCheckBox* setCompany;
235}; 235};
236 236
237 237
238 238
239class KAex2phonePrefs : public QDialog 239class KAex2phonePrefs : public QDialog
240{ 240{
241 public: 241 public:
242 KAex2phonePrefs( QWidget *parent=0, const char *name=0 ) : 242 KAex2phonePrefs( QWidget *parent=0, const char *name=0 ) :
243 QDialog( parent, name, true ) 243 QDialog( parent, name, true )
244 { 244 {
245 setCaption( i18n("Export to phone options") ); 245 setCaption( i18n("Export to phone options") );
246 QVBoxLayout* lay = new QVBoxLayout( this ); 246 QVBoxLayout* lay = new QVBoxLayout( this );
247 lay->setSpacing( 3 ); 247 lay->setSpacing( 3 );
248 lay->setMargin( 3 ); 248 lay->setMargin( 3 );
249 QLabel *lab; 249 QLabel *lab;
250 lay->addWidget(lab = new QLabel( i18n("Please read Help-Sync Howto\nto know what settings to use."), this ) ); 250 lay->addWidget(lab = new QLabel( i18n("Please read Help-Sync Howto\nto know what settings to use."), this ) );
251 lab->setAlignment (AlignHCenter ); 251 lab->setAlignment (AlignHCenter );
252 QHBox* temphb; 252 QHBox* temphb;
253 temphb = new QHBox( this ); 253 temphb = new QHBox( this );
254 new QLabel( i18n("I/O device: "), temphb ); 254 new QLabel( i18n("I/O device: "), temphb );
255 mPhoneDevice = new QLineEdit( temphb); 255 mPhoneDevice = new QLineEdit( temphb);
256 lay->addWidget( temphb ); 256 lay->addWidget( temphb );
257 temphb = new QHBox( this ); 257 temphb = new QHBox( this );
258 new QLabel( i18n("Connection: "), temphb ); 258 new QLabel( i18n("Connection: "), temphb );
259 mPhoneConnection = new QLineEdit( temphb); 259 mPhoneConnection = new QLineEdit( temphb);
260 lay->addWidget( temphb ); 260 lay->addWidget( temphb );
261 temphb = new QHBox( this ); 261 temphb = new QHBox( this );
262 new QLabel( i18n("Model(opt.): "), temphb ); 262 new QLabel( i18n("Model(opt.): "), temphb );
263 mPhoneModel = new QLineEdit( temphb); 263 mPhoneModel = new QLineEdit( temphb);
264 lay->addWidget( temphb ); 264 lay->addWidget( temphb );
265 // mWriteToSim = new QCheckBox( i18n("Write Contacts to SIM card\n(if not, write to phone memory)"), this ); 265 // mWriteToSim = new QCheckBox( i18n("Write Contacts to SIM card\n(if not, write to phone memory)"), this );
266 // lay->addWidget( mWriteToSim ); 266 // lay->addWidget( mWriteToSim );
267 lay->addWidget(lab = new QLabel( i18n("NOTE: This will remove all old\ncontact data on phone!"), this ) ); 267 lay->addWidget(lab = new QLabel( i18n("NOTE: This will remove all old\ncontact data on phone!"), this ) );
268 lab->setAlignment (AlignHCenter); 268 lab->setAlignment (AlignHCenter);
269 QPushButton * ok = new QPushButton( i18n("Export to mobile phone!"), this ); 269 QPushButton * ok = new QPushButton( i18n("Export to mobile phone!"), this );
270 lay->addWidget( ok ); 270 lay->addWidget( ok );
271 QPushButton * cancel = new QPushButton( i18n("Cancel"), this ); 271 QPushButton * cancel = new QPushButton( i18n("Cancel"), this );
272 lay->addWidget( cancel ); 272 lay->addWidget( cancel );
273 connect ( ok,SIGNAL(clicked() ),this , SLOT ( accept() ) ); 273 connect ( ok,SIGNAL(clicked() ),this , SLOT ( accept() ) );
274 connect (cancel, SIGNAL(clicked() ), this, SLOT ( reject()) ); 274 connect (cancel, SIGNAL(clicked() ), this, SLOT ( reject()) );
275 resize( 220, 240 ); 275 resize( 220, 240 );
276 276
277 } 277 }
278 278
279public: 279public:
280 QLineEdit* mPhoneConnection, *mPhoneDevice, *mPhoneModel; 280 QLineEdit* mPhoneConnection, *mPhoneDevice, *mPhoneModel;
281 QCheckBox* mWriteToSim; 281 QCheckBox* mWriteToSim;
282}; 282};
283 283
284 284
285bool pasteWithNewUid = true; 285bool pasteWithNewUid = true;
286 286
287#ifdef KAB_EMBEDDED 287#ifdef KAB_EMBEDDED
288KABCore::KABCore( KAddressBookMain *client, bool readWrite, QWidget *parent, const char *name ) 288KABCore::KABCore( KAddressBookMain *client, bool readWrite, QWidget *parent, const char *name )
289 : QWidget( parent, name ), KSyncInterface(), mGUIClient( client ), mViewManager( 0 ), 289 : QWidget( parent, name ), KSyncInterface(), mGUIClient( client ), mViewManager( 0 ),
290 mExtensionManager( 0 ),mConfigureDialog( 0 ),/*US mLdapSearchDialog( 0 ),*/ 290 mExtensionManager( 0 ),mConfigureDialog( 0 ),/*US mLdapSearchDialog( 0 ),*/
291 mReadWrite( readWrite ), mModified( false ), mMainWindow(client) 291 mReadWrite( readWrite ), mModified( false ), mMainWindow(client)
292#else //KAB_EMBEDDED 292#else //KAB_EMBEDDED
293KABCore::KABCore( KXMLGUIClient *client, bool readWrite, QWidget *parent, const char *name ) 293KABCore::KABCore( KXMLGUIClient *client, bool readWrite, QWidget *parent, const char *name )
294 : QWidget( parent, name ), KSyncInterface(), mGUIClient( client ), mViewManager( 0 ), 294 : QWidget( parent, name ), KSyncInterface(), mGUIClient( client ), mViewManager( 0 ),
295 mExtensionManager( 0 ), mConfigureDialog( 0 ), mLdapSearchDialog( 0 ), 295 mExtensionManager( 0 ), mConfigureDialog( 0 ), mLdapSearchDialog( 0 ),
296 mReadWrite( readWrite ), mModified( false ) 296 mReadWrite( readWrite ), mModified( false )
297#endif //KAB_EMBEDDED 297#endif //KAB_EMBEDDED
298{ 298{
299 // syncManager = new KSyncManager((QWidget*)this, (KSyncInterface*)this, KSyncManager::KAPI, KABPrefs::instance(), syncMenu); 299 // syncManager = new KSyncManager((QWidget*)this, (KSyncInterface*)this, KSyncManager::KAPI, KABPrefs::instance(), syncMenu);
300 // syncManager->setBlockSave(false); 300 // syncManager->setBlockSave(false);
301 mIncSearchWidget = 0; 301 mIncSearchWidget = 0;
302 mMiniSplitter = 0; 302 mMiniSplitter = 0;
303 mExtensionBarSplitter = 0; 303 mExtensionBarSplitter = 0;
304 mIsPart = !parent->inherits( "KAddressBookMain" ); 304 mIsPart = !parent->inherits( "KAddressBookMain" );
305 mAddressBook = KABC::StdAddressBook::self(); 305 mAddressBook = KABC::StdAddressBook::self();
306 KABC::StdAddressBook::setAutomaticSave( false ); 306 KABC::StdAddressBook::setAutomaticSave( false );
307 307
308#ifndef KAB_EMBEDDED 308#ifndef KAB_EMBEDDED
309 mAddressBook->setErrorHandler( new KABC::GUIErrorHandler ); 309 mAddressBook->setErrorHandler( new KABC::GUIErrorHandler );
310#endif //KAB_EMBEDDED 310#endif //KAB_EMBEDDED
311 311
312 connect( mAddressBook, SIGNAL( addressBookChanged( AddressBook * ) ), 312 connect( mAddressBook, SIGNAL( addressBookChanged( AddressBook * ) ),
313 SLOT( addressBookChanged() ) ); 313 SLOT( addressBookChanged() ) );
314 314
315#if 0 315#if 0
316 // LR moved to addressbook init method 316 // LR moved to addressbook init method
317 mAddressBook->addCustomField( i18n( "Department" ), KABC::Field::Organization, 317 mAddressBook->addCustomField( i18n( "Department" ), KABC::Field::Organization,
318 "X-Department", "KADDRESSBOOK" ); 318 "X-Department", "KADDRESSBOOK" );
319 mAddressBook->addCustomField( i18n( "Profession" ), KABC::Field::Organization, 319 mAddressBook->addCustomField( i18n( "Profession" ), KABC::Field::Organization,
320 "X-Profession", "KADDRESSBOOK" ); 320 "X-Profession", "KADDRESSBOOK" );
321 mAddressBook->addCustomField( i18n( "Assistant's Name" ), KABC::Field::Organization, 321 mAddressBook->addCustomField( i18n( "Assistant's Name" ), KABC::Field::Organization,
322 "X-AssistantsName", "KADDRESSBOOK" ); 322 "X-AssistantsName", "KADDRESSBOOK" );
323 mAddressBook->addCustomField( i18n( "Manager's Name" ), KABC::Field::Organization, 323 mAddressBook->addCustomField( i18n( "Manager's Name" ), KABC::Field::Organization,
324 "X-ManagersName", "KADDRESSBOOK" ); 324 "X-ManagersName", "KADDRESSBOOK" );
325 mAddressBook->addCustomField( i18n( "Spouse's Name" ), KABC::Field::Personal, 325 mAddressBook->addCustomField( i18n( "Spouse's Name" ), KABC::Field::Personal,
326 "X-SpousesName", "KADDRESSBOOK" ); 326 "X-SpousesName", "KADDRESSBOOK" );
327 mAddressBook->addCustomField( i18n( "Office" ), KABC::Field::Personal, 327 mAddressBook->addCustomField( i18n( "Office" ), KABC::Field::Personal,
328 "X-Office", "KADDRESSBOOK" ); 328 "X-Office", "KADDRESSBOOK" );
329 mAddressBook->addCustomField( i18n( "IM Address" ), KABC::Field::Personal, 329 mAddressBook->addCustomField( i18n( "IM Address" ), KABC::Field::Personal,
330 "X-IMAddress", "KADDRESSBOOK" ); 330 "X-IMAddress", "KADDRESSBOOK" );
331 mAddressBook->addCustomField( i18n( "Anniversary" ), KABC::Field::Personal, 331 mAddressBook->addCustomField( i18n( "Anniversary" ), KABC::Field::Personal,
332 "X-Anniversary", "KADDRESSBOOK" ); 332 "X-Anniversary", "KADDRESSBOOK" );
333 333
334 //US added this field to become compatible with Opie/qtopia addressbook 334 //US added this field to become compatible with Opie/qtopia addressbook
335 // values can be "female" or "male" or "". An empty field represents undefined. 335 // values can be "female" or "male" or "". An empty field represents undefined.
336 mAddressBook->addCustomField( i18n( "Gender" ), KABC::Field::Personal, 336 mAddressBook->addCustomField( i18n( "Gender" ), KABC::Field::Personal,
337 "X-Gender", "KADDRESSBOOK" ); 337 "X-Gender", "KADDRESSBOOK" );
338 mAddressBook->addCustomField( i18n( "Children" ), KABC::Field::Personal, 338 mAddressBook->addCustomField( i18n( "Children" ), KABC::Field::Personal,
339 "X-Children", "KADDRESSBOOK" ); 339 "X-Children", "KADDRESSBOOK" );
340 mAddressBook->addCustomField( i18n( "FreeBusyUrl" ), KABC::Field::Personal, 340 mAddressBook->addCustomField( i18n( "FreeBusyUrl" ), KABC::Field::Personal,
341 "X-FreeBusyUrl", "KADDRESSBOOK" ); 341 "X-FreeBusyUrl", "KADDRESSBOOK" );
342#endif 342#endif
343 initGUI(); 343 initGUI();
344 344
345 mIncSearchWidget->setFocus(); 345 mIncSearchWidget->setFocus();
346 346
347 347
348 connect( mViewManager, SIGNAL( selected( const QString& ) ), 348 connect( mViewManager, SIGNAL( selected( const QString& ) ),
349 SLOT( setContactSelected( const QString& ) ) ); 349 SLOT( setContactSelected( const QString& ) ) );
350 connect( mViewManager, SIGNAL( executed( const QString& ) ), 350 connect( mViewManager, SIGNAL( executed( const QString& ) ),
351 SLOT( executeContact( const QString& ) ) ); 351 SLOT( executeContact( const QString& ) ) );
352 352
353 connect( mViewManager, SIGNAL( deleteRequest( ) ), 353 connect( mViewManager, SIGNAL( deleteRequest( ) ),
354 SLOT( deleteContacts( ) ) ); 354 SLOT( deleteContacts( ) ) );
355 connect( mViewManager, SIGNAL( modified() ), 355 connect( mViewManager, SIGNAL( modified() ),
356 SLOT( setModified() ) ); 356 SLOT( setModified() ) );
357 357
358 connect( mExtensionManager, SIGNAL( modified( const KABC::Addressee::List& ) ), this, SLOT( extensionModified( const KABC::Addressee::List& ) ) ); 358 connect( mExtensionManager, SIGNAL( modified( const KABC::Addressee::List& ) ), this, SLOT( extensionModified( const KABC::Addressee::List& ) ) );
359 connect( mExtensionManager, SIGNAL( changedActiveExtension( int ) ), this, SLOT( extensionChanged( int ) ) ); 359 connect( mExtensionManager, SIGNAL( changedActiveExtension( int ) ), this, SLOT( extensionChanged( int ) ) );
360 360
361 connect( mXXPortManager, SIGNAL( modified() ), 361 connect( mXXPortManager, SIGNAL( modified() ),
362 SLOT( setModified() ) ); 362 SLOT( setModified() ) );
363 363
364 connect( mJumpButtonBar, SIGNAL( jumpToLetter( const QString& ) ), 364 connect( mJumpButtonBar, SIGNAL( jumpToLetter( const QString& ) ),
365 SLOT( incrementalSearchJump( const QString& ) ) ); 365 SLOT( incrementalSearchJump( const QString& ) ) );
366 connect( mIncSearchWidget, SIGNAL( fieldChanged() ), 366 connect( mIncSearchWidget, SIGNAL( fieldChanged() ),
367 mJumpButtonBar, SLOT( recreateButtons() ) ); 367 mJumpButtonBar, SLOT( recreateButtons() ) );
368 368
369 connect( mDetails, SIGNAL( sendEmail( const QString& ) ), 369 connect( mDetails, SIGNAL( sendEmail( const QString& ) ),
370 SLOT( sendMail( const QString& ) ) ); 370 SLOT( sendMail( const QString& ) ) );
371 371
372 372
373 connect( ExternalAppHandler::instance(), SIGNAL (requestForNameEmailUidList(const QString&, const QString&)),this, SLOT(requestForNameEmailUidList(const QString&, const QString&))); 373 connect( ExternalAppHandler::instance(), SIGNAL (requestForNameEmailUidList(const QString&, const QString&)),this, SLOT(requestForNameEmailUidList(const QString&, const QString&)));
374 connect( ExternalAppHandler::instance(), SIGNAL (requestForDetails(const QString&, const QString&, const QString&, const QString&, const QString&)),this, SLOT(requestForDetails(const QString&, const QString&, const QString&, const QString&, const QString&))); 374 connect( ExternalAppHandler::instance(), SIGNAL (requestForDetails(const QString&, const QString&, const QString&, const QString&, const QString&)),this, SLOT(requestForDetails(const QString&, const QString&, const QString&, const QString&, const QString&)));
375 connect( ExternalAppHandler::instance(), SIGNAL (requestForBirthdayList(const QString&, const QString&)),this, SLOT(requestForBirthdayList(const QString&, const QString&))); 375 connect( ExternalAppHandler::instance(), SIGNAL (requestForBirthdayList(const QString&, const QString&)),this, SLOT(requestForBirthdayList(const QString&, const QString&)));
376 connect( ExternalAppHandler::instance(), SIGNAL (nextView()),this, SLOT(setDetailsToggle())); 376 connect( ExternalAppHandler::instance(), SIGNAL (nextView()),this, SLOT(setDetailsToggle()));
377 connect( ExternalAppHandler::instance(), SIGNAL (callContactdialog()),this, SLOT(callContactdialog())); 377 connect( ExternalAppHandler::instance(), SIGNAL (callContactdialog()),this, SLOT(callContactdialog()));
378 378
379 379
380#ifndef KAB_EMBEDDED 380#ifndef KAB_EMBEDDED
381 connect( mViewManager, SIGNAL( urlDropped( const KURL& ) ), 381 connect( mViewManager, SIGNAL( urlDropped( const KURL& ) ),
382 mXXPortManager, SLOT( importVCard( const KURL& ) ) ); 382 mXXPortManager, SLOT( importVCard( const KURL& ) ) );
383 383
384 connect( mDetails, SIGNAL( browse( const QString& ) ), 384 connect( mDetails, SIGNAL( browse( const QString& ) ),
385 SLOT( browse( const QString& ) ) ); 385 SLOT( browse( const QString& ) ) );
386 386
387 387
388 mAddressBookService = new KAddressBookService( this ); 388 mAddressBookService = new KAddressBookService( this );
389 389
390#endif //KAB_EMBEDDED 390#endif //KAB_EMBEDDED
391 391
392 mMessageTimer = new QTimer( this ); 392 mMessageTimer = new QTimer( this );
393 connect( mMessageTimer, SIGNAL( timeout() ), this, SLOT( setCaptionBack() ) ); 393 connect( mMessageTimer, SIGNAL( timeout() ), this, SLOT( setCaptionBack() ) );
394 mEditorDialog = 0; 394 mEditorDialog = 0;
395 createAddresseeEditorDialog( this ); 395 createAddresseeEditorDialog( this );
396 setModified( false ); 396 setModified( false );
397 mBRdisabled = false; 397 mBRdisabled = false;
398#ifndef DESKTOP_VERSION 398#ifndef DESKTOP_VERSION
399 infrared = 0; 399 infrared = 0;
400#endif 400#endif
401 //toggleBeamReceive( ); 401 //toggleBeamReceive( );
402 mMainWindow->toolBar()->show(); 402 mMainWindow->toolBar()->show();
403 // we have a toolbar repainting error on the Zaurus when starting KA/Pi 403 // we have a toolbar repainting error on the Zaurus when starting KA/Pi
404 QTimer::singleShot( 10, this , SLOT ( updateToolBar())); 404 QTimer::singleShot( 10, this , SLOT ( updateToolBar()));
405} 405}
406 406
407void KABCore::updateToolBar() 407void KABCore::updateToolBar()
408{ 408{
409 static int iii = 0; 409 static int iii = 0;
410 ++iii; 410 ++iii;
411 mMainWindow->toolBar()->repaintMe(); 411 mMainWindow->toolBar()->repaintMe();
412 if ( iii < 4 ) 412 if ( iii < 4 )
413 QTimer::singleShot( 100*iii, this , SLOT ( updateToolBar())); 413 QTimer::singleShot( 100*iii, this , SLOT ( updateToolBar()));
414} 414}
415KABCore::~KABCore() 415KABCore::~KABCore()
416{ 416{
417 // save(); 417 // save();
418 //saveSettings(); 418 //saveSettings();
419 //KABPrefs::instance()->writeConfig(); 419 //KABPrefs::instance()->writeConfig();
420 delete AddresseeConfig::instance(); 420 delete AddresseeConfig::instance();
421 mAddressBook = 0; 421 mAddressBook = 0;
422 KABC::StdAddressBook::close(); 422 KABC::StdAddressBook::close();
423 423
424 delete syncManager; 424 delete syncManager;
425#ifndef DESKTOP_VERSION 425#ifndef DESKTOP_VERSION
426 if ( infrared ) 426 if ( infrared )
427 delete infrared; 427 delete infrared;
428#endif 428#endif
429} 429}
430void KABCore::receive( const QCString& cmsg, const QByteArray& data ) 430void KABCore::receive( const QCString& cmsg, const QByteArray& data )
431{ 431{
432 //qDebug("KA: QCOP message received: %s ", cmsg.data() ); 432 //qDebug("KA: QCOP message received: %s ", cmsg.data() );
433 if ( cmsg == "setDocument(QString)" ) { 433 if ( cmsg == "setDocument(QString)" ) {
434 QDataStream stream( data, IO_ReadOnly ); 434 QDataStream stream( data, IO_ReadOnly );
435 QString fileName; 435 QString fileName;
436 stream >> fileName; 436 stream >> fileName;
437 recieve( fileName ); 437 recieve( fileName );
438 return; 438 return;
439 } 439 }
440} 440}
441void KABCore::toggleBeamReceive( ) 441void KABCore::toggleBeamReceive( )
442{ 442{
443 if ( mBRdisabled ) 443 if ( mBRdisabled )
444 return; 444 return;
445#ifndef DESKTOP_VERSION 445#ifndef DESKTOP_VERSION
446 if ( infrared ) { 446 if ( infrared ) {
447 qDebug("KA: AB disable BeamReceive "); 447 qDebug("KA: AB disable BeamReceive ");
448 delete infrared; 448 delete infrared;
449 infrared = 0; 449 infrared = 0;
450 mActionBR->setChecked(false); 450 mActionBR->setChecked(false);
451 return; 451 return;
452 } 452 }
453 qDebug("KA: AB enable BeamReceive "); 453 qDebug("KA: AB enable BeamReceive ");
454 mActionBR->setChecked(true); 454 mActionBR->setChecked(true);
455 455
456 infrared = new QCopChannel("QPE/Application/addressbook",this, "channelAB" ) ; 456 infrared = new QCopChannel("QPE/Application/addressbook",this, "channelAB" ) ;
457 QObject::connect( infrared, SIGNAL (received ( const QCString &, const QByteArray & )),this, SLOT(receive( const QCString&, const QByteArray& ))); 457 QObject::connect( infrared, SIGNAL (received ( const QCString &, const QByteArray & )),this, SLOT(receive( const QCString&, const QByteArray& )));
458#endif 458#endif
459} 459}
460 460
461 461
462void KABCore::disableBR(bool b) 462void KABCore::disableBR(bool b)
463{ 463{
464#ifndef DESKTOP_VERSION 464#ifndef DESKTOP_VERSION
465 if ( b ) { 465 if ( b ) {
466 if ( infrared ) { 466 if ( infrared ) {
467 toggleBeamReceive( ); 467 toggleBeamReceive( );
468 } 468 }
469 mBRdisabled = true; 469 mBRdisabled = true;
470 } else { 470 } else {
471 if ( mBRdisabled ) { 471 if ( mBRdisabled ) {
472 mBRdisabled = false; 472 mBRdisabled = false;
473 //toggleBeamReceive( ); 473 //toggleBeamReceive( );
474 } 474 }
475 } 475 }
476#endif 476#endif
477 477
478} 478}
479void KABCore::recieve( QString fn ) 479void KABCore::recieve( QString fn )
480{ 480{
481 //qDebug("KABCore::recieve "); 481 //qDebug("KABCore::recieve ");
482 int count = mAddressBook->importFromFile( fn, true ); 482 int count = mAddressBook->importFromFile( fn, true );
483 if ( count ) 483 if ( count )
484 setModified( true ); 484 setModified( true );
485 mViewManager->refreshView(); 485 mViewManager->refreshView();
486 message(i18n("%1 contact(s) received!").arg( count )); 486 message(i18n("%1 contact(s) received!").arg( count ));
487 topLevelWidget()->showMaximized(); 487 topLevelWidget()->showMaximized();
488 topLevelWidget()->raise(); 488 topLevelWidget()->raise();
489} 489}
490void KABCore::restoreSettings() 490void KABCore::restoreSettings()
491{ 491{
492 mMultipleViewsAtOnce = KABPrefs::instance()->mMultipleViewsAtOnce; 492 mMultipleViewsAtOnce = KABPrefs::instance()->mMultipleViewsAtOnce;
493 493
494 bool state; 494 bool state;
495 495
496 if (mMultipleViewsAtOnce) 496 if (mMultipleViewsAtOnce)
497 state = KABPrefs::instance()->mDetailsPageVisible; 497 state = KABPrefs::instance()->mDetailsPageVisible;
498 else 498 else
499 state = false; 499 state = false;
500 500
501 mActionDetails->setChecked( state ); 501 mActionDetails->setChecked( state );
502 setDetailsVisible( state ); 502 setDetailsVisible( state );
503 503
504 state = KABPrefs::instance()->mJumpButtonBarVisible; 504 state = KABPrefs::instance()->mJumpButtonBarVisible;
505 505
506 mActionJumpBar->setChecked( state ); 506 mActionJumpBar->setChecked( state );
507 setJumpButtonBarVisible( state ); 507 setJumpButtonBarVisible( state );
508/*US 508/*US
509 QValueList<int> splitterSize = KABPrefs::instance()->mDetailsSplitter; 509 QValueList<int> splitterSize = KABPrefs::instance()->mDetailsSplitter;
510 if ( splitterSize.count() == 0 ) { 510 if ( splitterSize.count() == 0 ) {
511 splitterSize.append( width() / 2 ); 511 splitterSize.append( width() / 2 );
512 splitterSize.append( width() / 2 ); 512 splitterSize.append( width() / 2 );
513 } 513 }
514 mMiniSplitter->setSizes( splitterSize ); 514 mMiniSplitter->setSizes( splitterSize );
515 if ( mExtensionBarSplitter ) { 515 if ( mExtensionBarSplitter ) {
516 splitterSize = KABPrefs::instance()->mExtensionsSplitter; 516 splitterSize = KABPrefs::instance()->mExtensionsSplitter;
517 if ( splitterSize.count() == 0 ) { 517 if ( splitterSize.count() == 0 ) {
518 splitterSize.append( width() / 2 ); 518 splitterSize.append( width() / 2 );
519 splitterSize.append( width() / 2 ); 519 splitterSize.append( width() / 2 );
520 } 520 }
521 mExtensionBarSplitter->setSizes( splitterSize ); 521 mExtensionBarSplitter->setSizes( splitterSize );
522 522
523 } 523 }
524*/ 524*/
525 mViewManager->restoreSettings(); 525 mViewManager->restoreSettings();
526 mIncSearchWidget->setCurrentItem( KABPrefs::instance()->mCurrentIncSearchField ); 526 mIncSearchWidget->setCurrentItem( KABPrefs::instance()->mCurrentIncSearchField );
527 mExtensionManager->restoreSettings(); 527 mExtensionManager->restoreSettings();
528#ifdef DESKTOP_VERSION 528#ifdef DESKTOP_VERSION
529 int wid = width(); 529 int wid = width();
530 if ( wid < 10 ) 530 if ( wid < 10 )
531 wid = 400; 531 wid = 400;
532#else 532#else
533 int wid = QApplication::desktop()->width(); 533 int wid = QApplication::desktop()->width();
534 if ( wid < 640 ) 534 if ( wid < 640 )
535 wid = QApplication::desktop()->height(); 535 wid = QApplication::desktop()->height();
536#endif 536#endif
537 QValueList<int> splitterSize;// = KABPrefs::instance()->mDetailsSplitter; 537 QValueList<int> splitterSize;// = KABPrefs::instance()->mDetailsSplitter;
538 if ( true /*splitterSize.count() == 0*/ ) { 538 if ( true /*splitterSize.count() == 0*/ ) {
539 splitterSize.append( wid / 2 ); 539 splitterSize.append( wid / 2 );
540 splitterSize.append( wid / 2 ); 540 splitterSize.append( wid / 2 );
541 } 541 }
542 mMiniSplitter->setSizes( splitterSize ); 542 mMiniSplitter->setSizes( splitterSize );
543 if ( mExtensionBarSplitter ) { 543 if ( mExtensionBarSplitter ) {
544 //splitterSize = KABPrefs::instance()->mExtensionsSplitter; 544 //splitterSize = KABPrefs::instance()->mExtensionsSplitter;
545 if ( true /*splitterSize.count() == 0*/ ) { 545 if ( true /*splitterSize.count() == 0*/ ) {
546 splitterSize.append( wid / 2 ); 546 splitterSize.append( wid / 2 );
547 splitterSize.append( wid / 2 ); 547 splitterSize.append( wid / 2 );
548 } 548 }
549 mExtensionBarSplitter->setSizes( splitterSize ); 549 mExtensionBarSplitter->setSizes( splitterSize );
550 550
551 } 551 }
552 552
553 553
554} 554}
555 555
556void KABCore::saveSettings() 556void KABCore::saveSettings()
557{ 557{
558 KABPrefs::instance()->mJumpButtonBarVisible = mActionJumpBar->isChecked(); 558 KABPrefs::instance()->mJumpButtonBarVisible = mActionJumpBar->isChecked();
559 if ( mExtensionBarSplitter ) 559 if ( mExtensionBarSplitter )
560 KABPrefs::instance()->mExtensionsSplitter = mExtensionBarSplitter->sizes(); 560 KABPrefs::instance()->mExtensionsSplitter = mExtensionBarSplitter->sizes();
561 KABPrefs::instance()->mDetailsPageVisible = mActionDetails->isChecked(); 561 KABPrefs::instance()->mDetailsPageVisible = mActionDetails->isChecked();
562 KABPrefs::instance()->mDetailsSplitter = mMiniSplitter->sizes(); 562 KABPrefs::instance()->mDetailsSplitter = mMiniSplitter->sizes();
563#ifndef KAB_EMBEDDED 563#ifndef KAB_EMBEDDED
564 564
565 KABPrefs::instance()->mExtensionsSplitter = mExtensionBarSplitter->sizes(); 565 KABPrefs::instance()->mExtensionsSplitter = mExtensionBarSplitter->sizes();
566 KABPrefs::instance()->mDetailsSplitter = mDetailsSplitter->sizes(); 566 KABPrefs::instance()->mDetailsSplitter = mDetailsSplitter->sizes();
567#endif //KAB_EMBEDDED 567#endif //KAB_EMBEDDED
568 mExtensionManager->saveSettings(); 568 mExtensionManager->saveSettings();
569 mViewManager->saveSettings(); 569 mViewManager->saveSettings();
570 570
571 KABPrefs::instance()->mCurrentIncSearchField = mIncSearchWidget->currentItem(); 571 KABPrefs::instance()->mCurrentIncSearchField = mIncSearchWidget->currentItem();
572 KABPrefs::instance()->writeConfig(); 572 KABPrefs::instance()->writeConfig();
573 qDebug("KA: KABCore::saveSettings() "); 573 qDebug("KA: KABCore::saveSettings() ");
574} 574}
575 575
576KABC::AddressBook *KABCore::addressBook() const 576KABC::AddressBook *KABCore::addressBook() const
577{ 577{
578 return mAddressBook; 578 return mAddressBook;
579} 579}
580 580
581KConfig *KABCore::config() 581KConfig *KABCore::config()
582{ 582{
583#ifndef KAB_EMBEDDED 583#ifndef KAB_EMBEDDED
584 return KABPrefs::instance()->config(); 584 return KABPrefs::instance()->config();
585#else //KAB_EMBEDDED 585#else //KAB_EMBEDDED
586 return KABPrefs::instance()->getConfig(); 586 return KABPrefs::instance()->getConfig();
587#endif //KAB_EMBEDDED 587#endif //KAB_EMBEDDED
588} 588}
589 589
590KActionCollection *KABCore::actionCollection() const 590KActionCollection *KABCore::actionCollection() const
591{ 591{
592 return mGUIClient->actionCollection(); 592 return mGUIClient->actionCollection();
593} 593}
594 594
595KABC::Field *KABCore::currentSearchField() const 595KABC::Field *KABCore::currentSearchField() const
596{ 596{
597 if (mIncSearchWidget) 597 if (mIncSearchWidget)
598 return mIncSearchWidget->currentField(); 598 return mIncSearchWidget->currentField();
599 else 599 else
600 return 0; 600 return 0;
601} 601}
602 602
603QStringList KABCore::selectedUIDs() const 603QStringList KABCore::selectedUIDs() const
604{ 604{
605 return mViewManager->selectedUids(); 605 return mViewManager->selectedUids();
606} 606}
607 607
608KABC::Resource *KABCore::requestResource( QWidget *parent ) 608KABC::Resource *KABCore::requestResource( QWidget *parent )
609{ 609{
610 QPtrList<KABC::Resource> kabcResources = addressBook()->resources(); 610 QPtrList<KABC::Resource> kabcResources = addressBook()->resources();
611 611
612 QPtrList<KRES::Resource> kresResources; 612 QPtrList<KRES::Resource> kresResources;
613 QPtrListIterator<KABC::Resource> resIt( kabcResources ); 613 QPtrListIterator<KABC::Resource> resIt( kabcResources );
614 KABC::Resource *resource; 614 KABC::Resource *resource;
615 while ( ( resource = resIt.current() ) != 0 ) { 615 while ( ( resource = resIt.current() ) != 0 ) {
616 ++resIt; 616 ++resIt;
617 if ( !resource->readOnly() ) { 617 if ( !resource->readOnly() ) {
618 KRES::Resource *res = static_cast<KRES::Resource*>( resource ); 618 KRES::Resource *res = static_cast<KRES::Resource*>( resource );
619 if ( res ) 619 if ( res )
620 kresResources.append( res ); 620 kresResources.append( res );
621 } 621 }
622 } 622 }
623 623
624 KRES::Resource *res = KRES::SelectDialog::getResource( kresResources, parent ); 624 KRES::Resource *res = KRES::SelectDialog::getResource( kresResources, parent );
625 return static_cast<KABC::Resource*>( res ); 625 return static_cast<KABC::Resource*>( res );
626} 626}
627 627
628#ifndef KAB_EMBEDDED 628#ifndef KAB_EMBEDDED
629KAboutData *KABCore::createAboutData() 629KAboutData *KABCore::createAboutData()
630#else //KAB_EMBEDDED 630#else //KAB_EMBEDDED
631void KABCore::createAboutData() 631void KABCore::createAboutData()
632#endif //KAB_EMBEDDED 632#endif //KAB_EMBEDDED
633{ 633{
634#ifndef KAB_EMBEDDED 634
635 KAboutData *about = new KAboutData( "kaddressbook", I18N_NOOP( "KAddressBook" ),
636 "3.1", I18N_NOOP( "The KDE Address Book" ),
637 KAboutData::License_GPL_V2,
638 I18N_NOOP( "(c) 1997-2003, The KDE PIM Team" ) );
639 about->addAuthor( "Tobias Koenig", I18N_NOOP( "Current maintainer " ), "tokoe@kde.org" );
640 about->addAuthor( "Don Sanders", I18N_NOOP( "Original author " ) );
641 about->addAuthor( "Cornelius Schumacher",
642 I18N_NOOP( "Co-maintainer, libkabc port, CSV import/export " ),
643 "schumacher@kde.org" );
644 about->addAuthor( "Mike Pilone", I18N_NOOP( "GUI and framework redesign " ),
645 "mpilone@slac.com" );
646 about->addAuthor( "Greg Stern", I18N_NOOP( "DCOP interface" ) );
647 about->addAuthor( "Mark Westcott", I18N_NOOP( "Contact pinning" ) );
648 about->addAuthor( "Michel Boyer de la Giroday", I18N_NOOP( "LDAP Lookup\n" ),
649 "michel@klaralvdalens-datakonsult.se" );
650 about->addAuthor( "Steffen Hansen", I18N_NOOP( "LDAP Lookup " ),
651 "hansen@kde.org" );
652
653 return about;
654#endif //KAB_EMBEDDED
655 635
656 QString version; 636 QString version;
657#include <../version> 637#include <../version>
658 QMessageBox::about( this, "About KAddressbook/Pi", 638 QMessageBox::about( this, "About KAddressbook/Pi",
659 "KAddressbook/Platform-independent\n" 639 "KAddressbook/Platform-independent\n"
660 "(KA/Pi) " +version + " - " + 640 "(KA/Pi) " +version + " - " +
661#ifdef DESKTOP_VERSION 641#ifdef DESKTOP_VERSION
662 "Desktop Edition\n" 642 "Desktop Edition\n"
663#else 643#else
664 "PDA-Edition\n" 644 "PDA-Edition\n"
665 "for: Zaurus 5500 / 7x0 / 8x0\n" 645 "for: Zaurus 5500 / 7x0 / 8x0\n"
666#endif 646#endif
667 647
668 "(c) 2004 Ulf Schenk\n" 648 "(c) 2004 Ulf Schenk\n"
669 "(c) 2004 Lutz Rogowski\n" 649 "(c) 2004-2005 Lutz Rogowski\nrogowski@kde.org\n"
670 "(c) 1997-2003, The KDE PIM Team\n" 650 "(c) 1997-2003, The KDE PIM Team\n"
671 "Tobias Koenig Current maintainer\ntokoe@kde.org\n" 651 "Tobias Koenig Maintainer\n"
672 "Don Sanders Original author\n" 652 "Don Sanders Original author\n"
673 "Cornelius Schumacher Co-maintainer\nschumacher@kde.org\n" 653 "Cornelius Schumacher Co-maintainer\n"
674 "Mike Pilone GUI and framework redesign\nmpilone@slac.com\n" 654 "Mike Pilone GUI and framework redesign\n"
675 "Greg Stern DCOP interface\n" 655 "Greg Stern DCOP interface\n"
676 "Mark Westcot Contact pinning\n" 656 "Mark Westcot Contact pinning\n"
677 "Michel Boyer de la Giroday LDAP Lookup\n" "michel@klaralvdalens-datakonsult.se\n" 657 "Michel Boyer de la Giroday LDAP Lookup\n"
678 "Steffen Hansen LDAP Lookup\nhansen@kde.org\n" 658 "Steffen Hansen LDAP Lookup"
679#ifdef _WIN32_ 659#ifdef _WIN32_
680 "(c) 2004 Lutz Rogowski Import from OL\nrogowski@kde.org\n" 660 "(c) 2004 Lutz Rogowski Import from OL\nrogowski@kde.org\n"
681#endif 661#endif
682 ); 662 );
683} 663}
684 664
685void KABCore::setContactSelected( const QString &uid ) 665void KABCore::setContactSelected( const QString &uid )
686{ 666{
687 KABC::Addressee addr = mAddressBook->findByUid( uid ); 667 KABC::Addressee addr = mAddressBook->findByUid( uid );
688 if ( !mDetails->isHidden() ) 668 if ( !mDetails->isHidden() )
689 mDetails->setAddressee( addr ); 669 mDetails->setAddressee( addr );
690 670
691 if ( !addr.isEmpty() ) { 671 if ( !addr.isEmpty() ) {
692 emit contactSelected( addr.formattedName() ); 672 emit contactSelected( addr.formattedName() );
693 KABC::Picture pic = addr.photo(); 673 KABC::Picture pic = addr.photo();
694 if ( pic.isIntern() ) { 674 if ( pic.isIntern() ) {
695//US emit contactSelected( pic.data() ); 675//US emit contactSelected( pic.data() );
696//US instead use: 676//US instead use:
697 QPixmap px; 677 QPixmap px;
698 if (pic.data().isNull() != true) 678 if (pic.data().isNull() != true)
699 { 679 {
700 px.convertFromImage(pic.data()); 680 px.convertFromImage(pic.data());
701 } 681 }
702 682
703 emit contactSelected( px ); 683 emit contactSelected( px );
704 } 684 }
705 } 685 }
706 686
707 687
708 mExtensionManager->setSelectionChanged(); 688 mExtensionManager->setSelectionChanged();
709 689
710 // update the actions 690 // update the actions
711 bool selected = !uid.isEmpty(); 691 bool selected = !uid.isEmpty();
712 692
713 if ( mReadWrite ) { 693 if ( mReadWrite ) {
714 mActionCut->setEnabled( selected ); 694 mActionCut->setEnabled( selected );
715 mActionPaste->setEnabled( selected ); 695 mActionPaste->setEnabled( selected );
716 } 696 }
717 697
718 mActionCopy->setEnabled( selected ); 698 mActionCopy->setEnabled( selected );
719 mActionDelete->setEnabled( selected ); 699 mActionDelete->setEnabled( selected );
720 mActionEditAddressee->setEnabled( selected ); 700 mActionEditAddressee->setEnabled( selected );
721 mActionMail->setEnabled( selected ); 701 mActionMail->setEnabled( selected );
722 mActionMailVCard->setEnabled( selected ); 702 mActionMailVCard->setEnabled( selected );
723 //if (mActionBeam) 703 //if (mActionBeam)
724 //mActionBeam->setEnabled( selected ); 704 //mActionBeam->setEnabled( selected );
725 mActionWhoAmI->setEnabled( selected ); 705 mActionWhoAmI->setEnabled( selected );
726} 706}
727 707
728void KABCore::sendMail() 708void KABCore::sendMail()
729{ 709{
730 sendMail( mViewManager->selectedEmails().join( ", " ) ); 710 sendMail( mViewManager->selectedEmails().join( ", " ) );
731} 711}
732 712
733void KABCore::sendMail( const QString& emaillist ) 713void KABCore::sendMail( const QString& emaillist )
734{ 714{
735 // the parameter has the form "name1 <abc@aol.com>,name2 <abc@aol.com>;... " 715 // the parameter has the form "name1 <abc@aol.com>,name2 <abc@aol.com>;... "
736 if (emaillist.contains(",") > 0) 716 if (emaillist.contains(",") > 0)
737 ExternalAppHandler::instance()->mailToMultipleContacts( emaillist, QString::null ); 717 ExternalAppHandler::instance()->mailToMultipleContacts( emaillist, QString::null );
738 else 718 else
739 ExternalAppHandler::instance()->mailToOneContact( emaillist ); 719 ExternalAppHandler::instance()->mailToOneContact( emaillist );
740} 720}
741 721
742 722
743 723
744void KABCore::mailVCard() 724void KABCore::mailVCard()
745{ 725{
746 QStringList uids = mViewManager->selectedUids(); 726 QStringList uids = mViewManager->selectedUids();
747 if ( !uids.isEmpty() ) 727 if ( !uids.isEmpty() )
748 mailVCard( uids ); 728 mailVCard( uids );
749} 729}
750 730
751void KABCore::mailVCard( const QStringList& uids ) 731void KABCore::mailVCard( const QStringList& uids )
752{ 732{
753 QStringList urls; 733 QStringList urls;
754 734
755// QString tmpdir = locateLocal("tmp", KGlobal::getAppName()); 735// QString tmpdir = locateLocal("tmp", KGlobal::getAppName());
756 736
757 QString dirName = "/tmp/" + KApplication::randomString( 8 ); 737 QString dirName = "/tmp/" + KApplication::randomString( 8 );
758 738
759 739
760 740
761 QDir().mkdir( dirName, true ); 741 QDir().mkdir( dirName, true );
762 742
763 for( QStringList::ConstIterator it = uids.begin(); it != uids.end(); ++it ) { 743 for( QStringList::ConstIterator it = uids.begin(); it != uids.end(); ++it ) {
764 KABC::Addressee a = mAddressBook->findByUid( *it ); 744 KABC::Addressee a = mAddressBook->findByUid( *it );
765 745
766 if ( a.isEmpty() ) 746 if ( a.isEmpty() )
767 continue; 747 continue;
768 748
769 QString name = a.givenName() + "_" + a.familyName() + ".vcf"; 749 QString name = a.givenName() + "_" + a.familyName() + ".vcf";
770 750
771 QString fileName = dirName + "/" + name; 751 QString fileName = dirName + "/" + name;
772 752
773 QFile outFile(fileName); 753 QFile outFile(fileName);
774 754
775 if ( outFile.open(IO_WriteOnly) ) { // file opened successfully 755 if ( outFile.open(IO_WriteOnly) ) { // file opened successfully
776 KABC::VCardConverter converter; 756 KABC::VCardConverter converter;
777 QString vcard; 757 QString vcard;
778 758
779 converter.addresseeToVCard( a, vcard ); 759 converter.addresseeToVCard( a, vcard );
780 760
781 QTextStream t( &outFile ); // use a text stream 761 QTextStream t( &outFile ); // use a text stream
782 t.setEncoding( QTextStream::UnicodeUTF8 ); 762 t.setEncoding( QTextStream::UnicodeUTF8 );
783 t << vcard; 763 t << vcard;
784 764
785 outFile.close(); 765 outFile.close();
786 766
787 urls.append( fileName ); 767 urls.append( fileName );
788 } 768 }
789 } 769 }
790 770
791 bool result = ExternalAppHandler::instance()->mailToMultipleContacts( QString::null, urls.join(", ") ); 771 bool result = ExternalAppHandler::instance()->mailToMultipleContacts( QString::null, urls.join(", ") );
792 772
793 773
794/*US 774/*US
795 kapp->invokeMailer( QString::null, QString::null, QString::null, 775 kapp->invokeMailer( QString::null, QString::null, QString::null,
796 QString::null, // subject 776 QString::null, // subject
797 QString::null, // body 777 QString::null, // body
798 QString::null, 778 QString::null,
799 urls ); // attachments 779 urls ); // attachments
800*/ 780*/
801 781
802} 782}
803 783
804/** 784/**
805 Beams the "WhoAmI contact. 785 Beams the "WhoAmI contact.
806*/ 786*/
807void KABCore::beamMySelf() 787void KABCore::beamMySelf()
808{ 788{
809 KABC::Addressee a = KABC::StdAddressBook::self()->whoAmI(); 789 KABC::Addressee a = KABC::StdAddressBook::self()->whoAmI();
810 if (!a.isEmpty()) 790 if (!a.isEmpty())
811 { 791 {
812 QStringList uids; 792 QStringList uids;
813 uids << a.uid(); 793 uids << a.uid();
814 794
815 beamVCard(uids); 795 beamVCard(uids);
816 } else { 796 } else {
817 KMessageBox::information( this, i18n( "Your personal contact is\nnot set! Please select it\nand set it with menu:\nSettings - Set Who Am I\n" ) ); 797 KMessageBox::information( this, i18n( "Your personal contact is\nnot set! Please select it\nand set it with menu:\nSettings - Set Who Am I\n" ) );
818 798
819 799
820 } 800 }
821} 801}
822void KABCore::updateMainWindow() 802void KABCore::updateMainWindow()
823{ 803{
824 mMainWindow->showMaximized(); 804 mMainWindow->showMaximized();
825 mMainWindow->update(); 805 mMainWindow->update();
826} 806}
827void KABCore::resizeEvent(QResizeEvent* e ) 807void KABCore::resizeEvent(QResizeEvent* e )
828{ 808{
829 if ( !mMiniSplitter ) 809 if ( !mMiniSplitter )
830 return; 810 return;
831 //qDebug("KABCore::resizeEvent(QResizeEvent* e ) "); 811 //qDebug("KABCore::resizeEvent(QResizeEvent* e ) ");
832 if ( QApplication::desktop()->width() >= 480 ) { 812 if ( QApplication::desktop()->width() >= 480 ) {
833 if (QApplication::desktop()->width() == 640 ) { // e.g. 640x480 813 if (QApplication::desktop()->width() == 640 ) { // e.g. 640x480
834 if ( mMiniSplitter->orientation() == Qt::Vertical ) { 814 if ( mMiniSplitter->orientation() == Qt::Vertical ) {
835 mMiniSplitter->setOrientation( Qt::Horizontal); 815 mMiniSplitter->setOrientation( Qt::Horizontal);
836 mMiniSplitter->setMinimizeDirection ( KDGanttMinimizeSplitter::Right ); 816 mMiniSplitter->setMinimizeDirection ( KDGanttMinimizeSplitter::Right );
837 } 817 }
838 if ( QApplication::desktop()->width() <= 640 ) { 818 if ( QApplication::desktop()->width() <= 640 ) {
839 mMainWindow->showMinimized(); 819 mMainWindow->showMinimized();
840 //mMainWindow->setMaximumSize( QApplication::desktop()->size() ); 820 //mMainWindow->setMaximumSize( QApplication::desktop()->size() );
841 mViewManager->getFilterAction()->setComboWidth( 150 ); 821 mViewManager->getFilterAction()->setComboWidth( 150 );
842 if ( mIncSearchWidget ) 822 if ( mIncSearchWidget )
843 mIncSearchWidget->setSize(); 823 mIncSearchWidget->setSize();
844 QTimer::singleShot( 1, this , SLOT ( updateMainWindow())); 824 QTimer::singleShot( 1, this , SLOT ( updateMainWindow()));
845 } 825 }
846 826
847 } else if (QApplication::desktop()->width() == 480 ){// e.g. 480x640 827 } else if (QApplication::desktop()->width() == 480 ){// e.g. 480x640
848 if ( mMiniSplitter->orientation() == Qt::Horizontal ) { 828 if ( mMiniSplitter->orientation() == Qt::Horizontal ) {
849 mMiniSplitter->setOrientation( Qt::Vertical ); 829 mMiniSplitter->setOrientation( Qt::Vertical );
850 mMiniSplitter->setMinimizeDirection ( KDGanttMinimizeSplitter::Down ); 830 mMiniSplitter->setMinimizeDirection ( KDGanttMinimizeSplitter::Down );
851 } 831 }
852 if ( QApplication::desktop()->width() <= 640 ) { 832 if ( QApplication::desktop()->width() <= 640 ) {
853 //mMainWindow->setMaximumSize( QApplication::desktop()->size() ); 833 //mMainWindow->setMaximumSize( QApplication::desktop()->size() );
854 mMainWindow->showMinimized(); 834 mMainWindow->showMinimized();
855 if ( KABPrefs::instance()->mHideSearchOnSwitch ) { 835 if ( KABPrefs::instance()->mHideSearchOnSwitch ) {
856 if ( mIncSearchWidget ) { 836 if ( mIncSearchWidget ) {
857 mIncSearchWidget->setSize(); 837 mIncSearchWidget->setSize();
858 } 838 }
859 } else { 839 } else {
860 mViewManager->getFilterAction()->setComboWidth( 0 ); 840 mViewManager->getFilterAction()->setComboWidth( 0 );
861 } 841 }
862 QTimer::singleShot( 1, this , SLOT ( updateMainWindow())); 842 QTimer::singleShot( 1, this , SLOT ( updateMainWindow()));
863 } 843 }
864 } 844 }
865 } 845 }
866 QWidget::resizeEvent( e ); 846 QWidget::resizeEvent( e );
867 847
868} 848}
869void KABCore::export2phone() 849void KABCore::export2phone()
870{ 850{
871 851
872 QStringList uids; 852 QStringList uids;
873 XXPortSelectDialog dlg( this, false, this ); 853 XXPortSelectDialog dlg( this, false, this );
874 if ( dlg.exec() ) 854 if ( dlg.exec() )
875 uids = dlg.uids(); 855 uids = dlg.uids();
876 else 856 else
877 return; 857 return;
878 if ( uids.isEmpty() ) 858 if ( uids.isEmpty() )
879 return; 859 return;
880 // qDebug("count %d ", uids.count()); 860 // qDebug("count %d ", uids.count());
881 861
882 KAex2phonePrefs ex2phone; 862 KAex2phonePrefs ex2phone;
883 ex2phone.mPhoneConnection->setText( KPimGlobalPrefs::instance()->mEx2PhoneConnection ); 863 ex2phone.mPhoneConnection->setText( KPimGlobalPrefs::instance()->mEx2PhoneConnection );
884 ex2phone.mPhoneDevice->setText( KPimGlobalPrefs::instance()->mEx2PhoneDevice ); 864 ex2phone.mPhoneDevice->setText( KPimGlobalPrefs::instance()->mEx2PhoneDevice );
885 ex2phone.mPhoneModel->setText( KPimGlobalPrefs::instance()->mEx2PhoneModel ); 865 ex2phone.mPhoneModel->setText( KPimGlobalPrefs::instance()->mEx2PhoneModel );
886 866
887 if ( !ex2phone.exec() ) { 867 if ( !ex2phone.exec() ) {
888 return; 868 return;
889 } 869 }
890 KPimGlobalPrefs::instance()->mEx2PhoneConnection = ex2phone.mPhoneConnection->text(); 870 KPimGlobalPrefs::instance()->mEx2PhoneConnection = ex2phone.mPhoneConnection->text();
891 KPimGlobalPrefs::instance()->mEx2PhoneDevice = ex2phone.mPhoneDevice->text(); 871 KPimGlobalPrefs::instance()->mEx2PhoneDevice = ex2phone.mPhoneDevice->text();
892 KPimGlobalPrefs::instance()->mEx2PhoneModel = ex2phone.mPhoneModel->text(); 872 KPimGlobalPrefs::instance()->mEx2PhoneModel = ex2phone.mPhoneModel->text();
893 873
894 874
895 PhoneAccess::writeConfig( KPimGlobalPrefs::instance()->mEx2PhoneDevice, 875 PhoneAccess::writeConfig( KPimGlobalPrefs::instance()->mEx2PhoneDevice,
896 KPimGlobalPrefs::instance()->mEx2PhoneConnection, 876 KPimGlobalPrefs::instance()->mEx2PhoneConnection,
897 KPimGlobalPrefs::instance()->mEx2PhoneModel ); 877 KPimGlobalPrefs::instance()->mEx2PhoneModel );
898 878
899 QString fileName = getPhoneFile(); 879 QString fileName = getPhoneFile();
900 if ( ! mAddressBook->export2PhoneFormat( uids ,fileName ) ) 880 if ( ! mAddressBook->export2PhoneFormat( uids ,fileName ) )
901 return; 881 return;
902 882
903 message(i18n("Exporting to phone...")); 883 message(i18n("Exporting to phone..."));
904 QTimer::singleShot( 1, this , SLOT ( writeToPhone())); 884 QTimer::singleShot( 1, this , SLOT ( writeToPhone()));
905 885
906} 886}
907QString KABCore::getPhoneFile() 887QString KABCore::getPhoneFile()
908{ 888{
909#ifdef DESKTOP_VERSION 889#ifdef DESKTOP_VERSION
910 return locateLocal("tmp", "phonefile.vcf"); 890 return locateLocal("tmp", "phonefile.vcf");
911#else 891#else
912 return "/tmp/phonefile.vcf"; 892 return "/tmp/phonefile.vcf";
913#endif 893#endif
914 894
915} 895}
916void KABCore::writeToPhone( ) 896void KABCore::writeToPhone( )
917{ 897{
918 if ( PhoneAccess::writeToPhone( getPhoneFile() ) ) 898 if ( PhoneAccess::writeToPhone( getPhoneFile() ) )
919 message(i18n("Export to phone finished!")); 899 message(i18n("Export to phone finished!"));
920 else 900 else
921 qDebug(i18n("KA: Error exporting to phone")); 901 qDebug(i18n("KA: Error exporting to phone"));
922} 902}
923void KABCore::beamVCard() 903void KABCore::beamVCard()
924{ 904{
925 QStringList uids; 905 QStringList uids;
926 XXPortSelectDialog dlg( this, false, this ); 906 XXPortSelectDialog dlg( this, false, this );
927 if ( dlg.exec() ) 907 if ( dlg.exec() )
928 uids = dlg.uids(); 908 uids = dlg.uids();
929 else 909 else
930 return; 910 return;
931 if ( uids.isEmpty() ) 911 if ( uids.isEmpty() )
932 return; 912 return;
933 beamVCard( uids ); 913 beamVCard( uids );
934} 914}
935 915
936 916
937void KABCore::beamVCard(const QStringList& uids) 917void KABCore::beamVCard(const QStringList& uids)
938{ 918{
939 919
940 // LR: we should use the /tmp dir on the Zaurus, 920 // LR: we should use the /tmp dir on the Zaurus,
941 // because: /tmp = RAM, (HOME)/kdepim = flash memory 921 // because: /tmp = RAM, (HOME)/kdepim = flash memory
942 922
943#ifdef DESKTOP_VERSION 923#ifdef DESKTOP_VERSION
944 QString fileName = locateLocal("tmp", "kapibeamfile.vcf"); 924 QString fileName = locateLocal("tmp", "kapibeamfile.vcf");
945#else 925#else
946 QString fileName = "/tmp/kapibeamfile.vcf"; 926 QString fileName = "/tmp/kapibeamfile.vcf";
947#endif 927#endif
948 928
949 KABC::VCardConverter converter; 929 KABC::VCardConverter converter;
950 QString description; 930 QString description;
951 QString datastream; 931 QString datastream;
952 for( QStringList::ConstIterator it = uids.begin(); it != uids.end(); ++it ) { 932 for( QStringList::ConstIterator it = uids.begin(); it != uids.end(); ++it ) {
953 KABC::Addressee a = mAddressBook->findByUid( *it ); 933 KABC::Addressee a = mAddressBook->findByUid( *it );
954 934
955 if ( a.isEmpty() ) 935 if ( a.isEmpty() )
956 continue; 936 continue;
957 937
958 if (description.isEmpty()) 938 if (description.isEmpty())
959 description = a.formattedName(); 939 description = a.formattedName();
960 940
961 QString vcard; 941 QString vcard;
962 converter.addresseeToVCard( a, vcard ); 942 converter.addresseeToVCard( a, vcard );
963 int start = 0; 943 int start = 0;
964 int next; 944 int next;
965 while ( (next = vcard.find("TYPE=", start) )>= 0 ) { 945 while ( (next = vcard.find("TYPE=", start) )>= 0 ) {
966 int semi = vcard.find(";", next); 946 int semi = vcard.find(";", next);
967 int dopp = vcard.find(":", next); 947 int dopp = vcard.find(":", next);
968 int sep; 948 int sep;
969 if ( semi < dopp && semi >= 0 ) 949 if ( semi < dopp && semi >= 0 )
970 sep = semi ; 950 sep = semi ;
971 else 951 else
972 sep = dopp; 952 sep = dopp;
973 datastream +=vcard.mid( start, next - start); 953 datastream +=vcard.mid( start, next - start);
974 datastream +=vcard.mid( next+5,sep -next -5 ).upper(); 954 datastream +=vcard.mid( next+5,sep -next -5 ).upper();
975 start = sep; 955 start = sep;
976 } 956 }
977 datastream += vcard.mid( start,vcard.length() ); 957 datastream += vcard.mid( start,vcard.length() );
978 } 958 }
979#ifndef DESKTOP_VERSION 959#ifndef DESKTOP_VERSION
980 QFile outFile(fileName); 960 QFile outFile(fileName);
981 if ( outFile.open(IO_WriteOnly) ) { 961 if ( outFile.open(IO_WriteOnly) ) {
982 datastream.replace ( QRegExp("VERSION:3.0") , "VERSION:2.1" ); 962 datastream.replace ( QRegExp("VERSION:3.0") , "VERSION:2.1" );
983 QTextStream t( &outFile ); // use a text stream 963 QTextStream t( &outFile ); // use a text stream
984 //t.setEncoding( QTextStream::UnicodeUTF8 ); 964 //t.setEncoding( QTextStream::UnicodeUTF8 );
985 t.setEncoding( QTextStream::Latin1 ); 965 t.setEncoding( QTextStream::Latin1 );
986 t <<datastream.latin1(); 966 t <<datastream.latin1();
987 outFile.close(); 967 outFile.close();
988 Ir *ir = new Ir( this ); 968 Ir *ir = new Ir( this );
989 connect( ir, SIGNAL( done(Ir*) ), this, SLOT( beamDone(Ir*) ) ); 969 connect( ir, SIGNAL( done(Ir*) ), this, SLOT( beamDone(Ir*) ) );
990 ir->send( fileName, description, "text/x-vCard" ); 970 ir->send( fileName, description, "text/x-vCard" );
991 } else { 971 } else {
992 qDebug("KA: Error open temp beam file "); 972 qDebug("KA: Error open temp beam file ");
993 return; 973 return;
994 } 974 }
995#endif 975#endif
996 976
997} 977}
998 978
999void KABCore::beamDone( Ir *ir ) 979void KABCore::beamDone( Ir *ir )
1000{ 980{
1001#ifndef DESKTOP_VERSION 981#ifndef DESKTOP_VERSION
1002 delete ir; 982 delete ir;
1003#endif 983#endif
1004 topLevelWidget()->raise(); 984 topLevelWidget()->raise();
1005 message( i18n("Beaming finished!") ); 985 message( i18n("Beaming finished!") );
1006} 986}
1007 987
1008 988
1009void KABCore::browse( const QString& url ) 989void KABCore::browse( const QString& url )
1010{ 990{
1011#ifndef KAB_EMBEDDED 991#ifndef KAB_EMBEDDED
1012 kapp->invokeBrowser( url ); 992 kapp->invokeBrowser( url );
1013#else //KAB_EMBEDDED 993#else //KAB_EMBEDDED
1014 qDebug("KABCore::browse must be fixed"); 994 qDebug("KABCore::browse must be fixed");
1015#endif //KAB_EMBEDDED 995#endif //KAB_EMBEDDED
1016} 996}
1017 997
1018void KABCore::selectAllContacts() 998void KABCore::selectAllContacts()
1019{ 999{
1020 mViewManager->setSelected( QString::null, true ); 1000 mViewManager->setSelected( QString::null, true );
1021} 1001}
1022 1002
1023void KABCore::deleteContacts() 1003void KABCore::deleteContacts()
1024{ 1004{
1025 QStringList uidList = mViewManager->selectedUids(); 1005 QStringList uidList = mViewManager->selectedUids();
1026 deleteContacts( uidList ); 1006 deleteContacts( uidList );
1027} 1007}
1028 1008
1029void KABCore::deleteContacts( const QStringList &uids ) 1009void KABCore::deleteContacts( const QStringList &uids )
1030{ 1010{
1031 if ( uids.count() > 0 ) { 1011 if ( uids.count() > 0 ) {
1032 PwDeleteCommand *command = new PwDeleteCommand( mAddressBook, uids ); 1012 PwDeleteCommand *command = new PwDeleteCommand( mAddressBook, uids );
1033 UndoStack::instance()->push( command ); 1013 UndoStack::instance()->push( command );
1034 RedoStack::instance()->clear(); 1014 RedoStack::instance()->clear();
1035 1015
1036 // now if we deleted anything, refresh 1016 // now if we deleted anything, refresh
1037 setContactSelected( QString::null ); 1017 setContactSelected( QString::null );
1038 setModified( true ); 1018 setModified( true );
1039 } 1019 }
1040} 1020}
1041 1021
1042void KABCore::copyContacts() 1022void KABCore::copyContacts()
1043{ 1023{
1044 KABC::Addressee::List addrList = mViewManager->selectedAddressees(); 1024 KABC::Addressee::List addrList = mViewManager->selectedAddressees();
1045 1025
1046 QString clipText = AddresseeUtil::addresseesToClipboard( addrList ); 1026 QString clipText = AddresseeUtil::addresseesToClipboard( addrList );
1047 1027
1048 kdDebug(5720) << "KABCore::copyContacts: " << clipText << endl; 1028 kdDebug(5720) << "KABCore::copyContacts: " << clipText << endl;
1049 1029
1050 QClipboard *cb = QApplication::clipboard(); 1030 QClipboard *cb = QApplication::clipboard();
1051 cb->setText( clipText ); 1031 cb->setText( clipText );
1052} 1032}
1053 1033
1054void KABCore::cutContacts() 1034void KABCore::cutContacts()
1055{ 1035{
1056 QStringList uidList = mViewManager->selectedUids(); 1036 QStringList uidList = mViewManager->selectedUids();
1057 1037
1058//US if ( uidList.size() > 0 ) { 1038//US if ( uidList.size() > 0 ) {
1059 if ( uidList.count() > 0 ) { 1039 if ( uidList.count() > 0 ) {
1060 PwCutCommand *command = new PwCutCommand( mAddressBook, uidList ); 1040 PwCutCommand *command = new PwCutCommand( mAddressBook, uidList );
1061 UndoStack::instance()->push( command ); 1041 UndoStack::instance()->push( command );
1062 RedoStack::instance()->clear(); 1042 RedoStack::instance()->clear();
1063 1043
1064 setModified( true ); 1044 setModified( true );
1065 } 1045 }
1066} 1046}
1067 1047
1068void KABCore::pasteContacts() 1048void KABCore::pasteContacts()
1069{ 1049{
1070 QClipboard *cb = QApplication::clipboard(); 1050 QClipboard *cb = QApplication::clipboard();
1071 1051
1072 KABC::Addressee::List list = AddresseeUtil::clipboardToAddressees( cb->text() ); 1052 KABC::Addressee::List list = AddresseeUtil::clipboardToAddressees( cb->text() );
1073 1053
1074 pasteContacts( list ); 1054 pasteContacts( list );
1075} 1055}
1076 1056
1077void KABCore::pasteContacts( KABC::Addressee::List &list ) 1057void KABCore::pasteContacts( KABC::Addressee::List &list )
1078{ 1058{
1079 KABC::Resource *resource = requestResource( this ); 1059 KABC::Resource *resource = requestResource( this );
1080 KABC::Addressee::List::Iterator it; 1060 KABC::Addressee::List::Iterator it;
1081 for ( it = list.begin(); it != list.end(); ++it ) 1061 for ( it = list.begin(); it != list.end(); ++it )
1082 (*it).setResource( resource ); 1062 (*it).setResource( resource );
1083 1063
1084 PwPasteCommand *command = new PwPasteCommand( this, list ); 1064 PwPasteCommand *command = new PwPasteCommand( this, list );
1085 UndoStack::instance()->push( command ); 1065 UndoStack::instance()->push( command );
1086 RedoStack::instance()->clear(); 1066 RedoStack::instance()->clear();
1087 1067
1088 setModified( true ); 1068 setModified( true );
1089} 1069}
1090 1070
1091void KABCore::setWhoAmI() 1071void KABCore::setWhoAmI()
1092{ 1072{
1093 KABC::Addressee::List addrList = mViewManager->selectedAddressees(); 1073 KABC::Addressee::List addrList = mViewManager->selectedAddressees();
1094 1074
1095 if ( addrList.count() > 1 ) { 1075 if ( addrList.count() > 1 ) {
1096 KMessageBox::sorry( this, i18n( "Please select only one contact." ) ); 1076 KMessageBox::sorry( this, i18n( "Please select only one contact." ) );
1097 return; 1077 return;
1098 } 1078 }
1099 1079
1100 QString text( i18n( "<qt>Do you really want to use <b>%1</b> as your new personal contact?</qt>" ) ); 1080 QString text( i18n( "<qt>Do you really want to use <b>%1</b> as your new personal contact?</qt>" ) );
1101 if ( KMessageBox::questionYesNo( this, text.arg( addrList[ 0 ].assembledName() ) ) == KMessageBox::Yes ) 1081 if ( KMessageBox::questionYesNo( this, text.arg( addrList[ 0 ].assembledName() ) ) == KMessageBox::Yes )
1102 static_cast<KABC::StdAddressBook*>( KABC::StdAddressBook::self() )->setWhoAmI( addrList[ 0 ] ); 1082 static_cast<KABC::StdAddressBook*>( KABC::StdAddressBook::self() )->setWhoAmI( addrList[ 0 ] );
1103} 1083}
1104void KABCore::editCategories() 1084void KABCore::editCategories()
1105{ 1085{
1106 KPIM::CategoryEditDialog dlg ( KABPrefs::instance(), this, "", true ); 1086 KPIM::CategoryEditDialog dlg ( KABPrefs::instance(), this, "", true );
1107 dlg.exec(); 1087 dlg.exec();
1108} 1088}
1109void KABCore::setCategories() 1089void KABCore::setCategories()
1110{ 1090{
1111 1091
1112 QStringList uids; 1092 QStringList uids;
1113 XXPortSelectDialog dlgx( this, false, this ); 1093 XXPortSelectDialog dlgx( this, false, this );
1114 if ( dlgx.exec() ) 1094 if ( dlgx.exec() )
1115 uids = dlgx.uids(); 1095 uids = dlgx.uids();
1116 else 1096 else
1117 return; 1097 return;
1118 if ( uids.isEmpty() ) 1098 if ( uids.isEmpty() )
1119 return; 1099 return;
1120 // qDebug("count %d ", uids.count()); 1100 // qDebug("count %d ", uids.count());
1121 1101
1122 1102
1123 KPIM::CategorySelectDialog dlg( KABPrefs::instance(), this, "", true ); 1103 KPIM::CategorySelectDialog dlg( KABPrefs::instance(), this, "", true );
1124 if ( !dlg.exec() ) { 1104 if ( !dlg.exec() ) {
1125 message( i18n("Setting categories cancelled") ); 1105 message( i18n("Setting categories cancelled") );
1126 return; 1106 return;
1127 } 1107 }
1128 bool merge = false; 1108 bool merge = false;
1129 QString msg = i18n( "Merge with existing categories?" ); 1109 QString msg = i18n( "Merge with existing categories?" );
1130 if ( KMessageBox::questionYesNo( this, msg ) == KMessageBox::Yes ) 1110 if ( KMessageBox::questionYesNo( this, msg ) == KMessageBox::Yes )
1131 merge = true; 1111 merge = true;
1132 1112
1133 message( i18n("Setting categories ... please wait!") ); 1113 message( i18n("Setting categories ... please wait!") );
1134 QStringList categories = dlg.selectedCategories(); 1114 QStringList categories = dlg.selectedCategories();
1135 1115
1136 //QStringList uids = mViewManager->selectedUids(); 1116 //QStringList uids = mViewManager->selectedUids();
1137 QStringList::Iterator it; 1117 QStringList::Iterator it;
1138 for ( it = uids.begin(); it != uids.end(); ++it ) { 1118 for ( it = uids.begin(); it != uids.end(); ++it ) {
1139 KABC::Addressee addr = mAddressBook->findByUid( *it ); 1119 KABC::Addressee addr = mAddressBook->findByUid( *it );
1140 if ( !addr.isEmpty() ) { 1120 if ( !addr.isEmpty() ) {
1141 if ( !merge ) 1121 if ( !merge )
1142 addr.setCategories( categories ); 1122 addr.setCategories( categories );
1143 else { 1123 else {
1144 QStringList addrCategories = addr.categories(); 1124 QStringList addrCategories = addr.categories();
1145 QStringList::Iterator catIt; 1125 QStringList::Iterator catIt;
1146 for ( catIt = categories.begin(); catIt != categories.end(); ++catIt ) { 1126 for ( catIt = categories.begin(); catIt != categories.end(); ++catIt ) {
1147 if ( !addrCategories.contains( *catIt ) ) 1127 if ( !addrCategories.contains( *catIt ) )
1148 addrCategories.append( *catIt ); 1128 addrCategories.append( *catIt );
1149 } 1129 }
1150 addr.setCategories( addrCategories ); 1130 addr.setCategories( addrCategories );
1151 } 1131 }
1152 mAddressBook->insertAddressee( addr ); 1132 mAddressBook->insertAddressee( addr );
1153 } 1133 }
1154 } 1134 }
1155 1135
1156 if ( uids.count() > 0 ) 1136 if ( uids.count() > 0 )
1157 setModified( true ); 1137 setModified( true );
1158 message( i18n("Setting categories completed!") ); 1138 message( i18n("Setting categories completed!") );
1159} 1139}
1160 1140
1161void KABCore::setSearchFields( const KABC::Field::List &fields ) 1141void KABCore::setSearchFields( const KABC::Field::List &fields )
1162{ 1142{
1163 mIncSearchWidget->setFields( fields ); 1143 mIncSearchWidget->setFields( fields );
1164} 1144}
1165 1145
1166void KABCore::incrementalSearch( const QString& text ) 1146void KABCore::incrementalSearch( const QString& text )
1167{ 1147{
1168 QString stext; 1148 QString stext;
1169 if ( KABPrefs::instance()->mAutoSearchWithWildcard ) { 1149 if ( KABPrefs::instance()->mAutoSearchWithWildcard ) {
1170 stext = "*" + text; 1150 stext = "*" + text;
1171 } else { 1151 } else {
1172 stext = text; 1152 stext = text;
1173 } 1153 }
1174 mViewManager->doSearch( stext, mIncSearchWidget->currentField() ); 1154 mViewManager->doSearch( stext, mIncSearchWidget->currentField() );
1175} 1155}
1176void KABCore::incrementalSearchJump( const QString& text ) 1156void KABCore::incrementalSearchJump( const QString& text )
1177{ 1157{
1178 mViewManager->doSearch( text, mIncSearchWidget->currentField() ); 1158 mViewManager->doSearch( text, mIncSearchWidget->currentField() );
1179} 1159}
1180 1160
1181void KABCore::setModified() 1161void KABCore::setModified()
1182{ 1162{
1183 setModified( true ); 1163 setModified( true );
1184} 1164}
1185 1165
1186void KABCore::setModifiedWOrefresh() 1166void KABCore::setModifiedWOrefresh()
1187{ 1167{
1188 // qDebug("KABCore::setModifiedWOrefresh() "); 1168 // qDebug("KABCore::setModifiedWOrefresh() ");
1189 mModified = true; 1169 mModified = true;
1190 mActionSave->setEnabled( mModified ); 1170 mActionSave->setEnabled( mModified );
1191 1171
1192 1172
1193} 1173}
1194void KABCore::setModified( bool modified ) 1174void KABCore::setModified( bool modified )
1195{ 1175{
1196 mModified = modified; 1176 mModified = modified;
1197 mActionSave->setEnabled( mModified ); 1177 mActionSave->setEnabled( mModified );
1198 1178
1199 if ( modified ) 1179 if ( modified )
1200 mJumpButtonBar->recreateButtons(); 1180 mJumpButtonBar->recreateButtons();
1201 1181
1202 mViewManager->refreshView(); 1182 mViewManager->refreshView();
1203 1183
1204} 1184}
1205 1185
1206bool KABCore::modified() const 1186bool KABCore::modified() const
1207{ 1187{
1208 return mModified; 1188 return mModified;
1209} 1189}
1210 1190
1211void KABCore::contactModified( const KABC::Addressee &addr ) 1191void KABCore::contactModified( const KABC::Addressee &addr )
1212{ 1192{
1213 addrModified( addr ); 1193 addrModified( addr );
1214#if 0 // debug only 1194#if 0 // debug only
1215 KABC::Addressee ad = addr; 1195 KABC::Addressee ad = addr;
1216 ad.computeCsum( "123"); 1196 ad.computeCsum( "123");
1217#endif 1197#endif
1218} 1198}
1219 1199
1220void KABCore::addrModified( const KABC::Addressee &addr ,bool updateDetails ) 1200void KABCore::addrModified( const KABC::Addressee &addr ,bool updateDetails )
1221{ 1201{
1222 1202
1223 Command *command = 0; 1203 Command *command = 0;
1224 QString uid; 1204 QString uid;
1225 1205
1226 // check if it exists already 1206 // check if it exists already
1227 KABC::Addressee origAddr = mAddressBook->findByUid( addr.uid() ); 1207 KABC::Addressee origAddr = mAddressBook->findByUid( addr.uid() );
1228 if ( origAddr.isEmpty() ) 1208 if ( origAddr.isEmpty() )
1229 command = new PwNewCommand( mAddressBook, addr ); 1209 command = new PwNewCommand( mAddressBook, addr );
1230 else { 1210 else {
1231 command = new PwEditCommand( mAddressBook, origAddr, addr ); 1211 command = new PwEditCommand( mAddressBook, origAddr, addr );
1232 uid = addr.uid(); 1212 uid = addr.uid();
1233 } 1213 }
1234 1214
1235 UndoStack::instance()->push( command ); 1215 UndoStack::instance()->push( command );
1236 RedoStack::instance()->clear(); 1216 RedoStack::instance()->clear();
1237 if ( updateDetails ) 1217 if ( updateDetails )
1238 mDetails->setAddressee( addr ); 1218 mDetails->setAddressee( addr );
1239 setModified( true ); 1219 setModified( true );
1240} 1220}
1241 1221
1242void KABCore::newContact() 1222void KABCore::newContact()
1243{ 1223{
1244 1224
1245 1225
1246 QPtrList<KABC::Resource> kabcResources = mAddressBook->resources(); 1226 QPtrList<KABC::Resource> kabcResources = mAddressBook->resources();
1247 1227
1248 QPtrList<KRES::Resource> kresResources; 1228 QPtrList<KRES::Resource> kresResources;
1249 QPtrListIterator<KABC::Resource> it( kabcResources ); 1229 QPtrListIterator<KABC::Resource> it( kabcResources );
1250 KABC::Resource *resource; 1230 KABC::Resource *resource;
1251 while ( ( resource = it.current() ) != 0 ) { 1231 while ( ( resource = it.current() ) != 0 ) {
1252 ++it; 1232 ++it;
1253 if ( !resource->readOnly() ) { 1233 if ( !resource->readOnly() ) {
1254 KRES::Resource *res = static_cast<KRES::Resource*>( resource ); 1234 KRES::Resource *res = static_cast<KRES::Resource*>( resource );
1255 if ( res ) 1235 if ( res )
1256 kresResources.append( res ); 1236 kresResources.append( res );
1257 } 1237 }
1258 } 1238 }
1259 1239
1260 KRES::Resource *res = KRES::SelectDialog::getResource( kresResources, this ); 1240 KRES::Resource *res = KRES::SelectDialog::getResource( kresResources, this );
1261 resource = static_cast<KABC::Resource*>( res ); 1241 resource = static_cast<KABC::Resource*>( res );
1262 1242
1263 if ( resource ) { 1243 if ( resource ) {
1264 KABC::Addressee addr; 1244 KABC::Addressee addr;
1265 addr.setResource( resource ); 1245 addr.setResource( resource );
1266 mEditorDialog->setAddressee( addr ); 1246 mEditorDialog->setAddressee( addr );
1267 mEditorDialog->setCaption( i18n("Edit new contact")); 1247 mEditorDialog->setCaption( i18n("Edit new contact"));
1268 KApplication::execDialog ( mEditorDialog ); 1248 KApplication::execDialog ( mEditorDialog );
1269 1249
1270 } else 1250 } else
1271 return; 1251 return;
1272 1252
1273 // mEditorDict.insert( dialog->addressee().uid(), dialog ); 1253 // mEditorDict.insert( dialog->addressee().uid(), dialog );
1274 1254
1275 1255
1276} 1256}
1277 1257
1278void KABCore::addEmail( QString aStr ) 1258void KABCore::addEmail( QString aStr )
1279{ 1259{
1280#ifndef KAB_EMBEDDED 1260#ifndef KAB_EMBEDDED
1281 QString fullName, email; 1261 QString fullName, email;
1282 1262
1283 KABC::Addressee::parseEmailAddress( aStr, fullName, email ); 1263 KABC::Addressee::parseEmailAddress( aStr, fullName, email );
1284 1264
1285 // Try to lookup the addressee matching the email address 1265 // Try to lookup the addressee matching the email address
1286 bool found = false; 1266 bool found = false;
1287 QStringList emailList; 1267 QStringList emailList;
1288 KABC::AddressBook::Iterator it; 1268 KABC::AddressBook::Iterator it;
1289 for ( it = mAddressBook->begin(); !found && (it != mAddressBook->end()); ++it ) { 1269 for ( it = mAddressBook->begin(); !found && (it != mAddressBook->end()); ++it ) {
1290 emailList = (*it).emails(); 1270 emailList = (*it).emails();
1291 if ( emailList.contains( email ) > 0 ) { 1271 if ( emailList.contains( email ) > 0 ) {
1292 found = true; 1272 found = true;
1293 (*it).setNameFromString( fullName ); 1273 (*it).setNameFromString( fullName );
1294 editContact( (*it).uid() ); 1274 editContact( (*it).uid() );
1295 } 1275 }
1296 } 1276 }
1297 1277
1298 if ( !found ) { 1278 if ( !found ) {
1299 KABC::Addressee addr; 1279 KABC::Addressee addr;
1300 addr.setNameFromString( fullName ); 1280 addr.setNameFromString( fullName );
1301 addr.insertEmail( email, true ); 1281 addr.insertEmail( email, true );
1302 1282
1303 mAddressBook->insertAddressee( addr ); 1283 mAddressBook->insertAddressee( addr );
1304 mViewManager->refreshView( addr.uid() ); 1284 mViewManager->refreshView( addr.uid() );
1305 editContact( addr.uid() ); 1285 editContact( addr.uid() );
1306 } 1286 }
1307#else //KAB_EMBEDDED 1287#else //KAB_EMBEDDED
1308 qDebug("KABCore::addEmail finsih method"); 1288 qDebug("KABCore::addEmail finsih method");
1309#endif //KAB_EMBEDDED 1289#endif //KAB_EMBEDDED
1310} 1290}
1311 1291
1312void KABCore::importVCard( const KURL &url, bool showPreview ) 1292void KABCore::importVCard( const KURL &url, bool showPreview )
1313{ 1293{
1314 mXXPortManager->importVCard( url, showPreview ); 1294 mXXPortManager->importVCard( url, showPreview );
1315} 1295}
1316void KABCore::importFromOL() 1296void KABCore::importFromOL()
1317{ 1297{
1318#ifdef _OL_IMPORT_ 1298#ifdef _OL_IMPORT_
1319 KAImportOLdialog* idgl = new KAImportOLdialog( i18n("Import Contacts from OL"), mAddressBook, this ); 1299 KAImportOLdialog* idgl = new KAImportOLdialog( i18n("Import Contacts from OL"), mAddressBook, this );
1320 idgl->exec(); 1300 idgl->exec();
1321 KABC::Addressee::List list = idgl->getAddressList(); 1301 KABC::Addressee::List list = idgl->getAddressList();
1322 if ( list.count() > 0 ) { 1302 if ( list.count() > 0 ) {
1323 KABC::Addressee::List listNew; 1303 KABC::Addressee::List listNew;
1324 KABC::Addressee::List listExisting; 1304 KABC::Addressee::List listExisting;
1325 KABC::Addressee::List::Iterator it; 1305 KABC::Addressee::List::Iterator it;
1326 KABC::AddressBook::Iterator iter; 1306 KABC::AddressBook::Iterator iter;
1327 for ( it = list.begin(); it != list.end(); ++it ) { 1307 for ( it = list.begin(); it != list.end(); ++it ) {
1328 if ( mAddressBook->findByUid((*it).uid() ).isEmpty()) 1308 if ( mAddressBook->findByUid((*it).uid() ).isEmpty())
1329 listNew.append( (*it) ); 1309 listNew.append( (*it) );
1330 else 1310 else
1331 listExisting.append( (*it) ); 1311 listExisting.append( (*it) );
1332 } 1312 }
1333 if ( listExisting.count() > 0 ) 1313 if ( listExisting.count() > 0 )
1334 KMessageBox::information( this, i18n("%1 contacts not added to addressbook\nbecause they were already in the addressbook!").arg( listExisting.count() )); 1314 KMessageBox::information( this, i18n("%1 contacts not added to addressbook\nbecause they were already in the addressbook!").arg( listExisting.count() ));
1335 if ( listNew.count() > 0 ) { 1315 if ( listNew.count() > 0 ) {
1336 pasteWithNewUid = false; 1316 pasteWithNewUid = false;
1337 pasteContacts( listNew ); 1317 pasteContacts( listNew );
1338 pasteWithNewUid = true; 1318 pasteWithNewUid = true;
1339 } 1319 }
1340 } 1320 }
1341 delete idgl; 1321 delete idgl;
1342#endif 1322#endif
1343} 1323}
1344 1324
1345void KABCore::importVCard( const QString &vCard, bool showPreview ) 1325void KABCore::importVCard( const QString &vCard, bool showPreview )
1346{ 1326{
1347 mXXPortManager->importVCard( vCard, showPreview ); 1327 mXXPortManager->importVCard( vCard, showPreview );
1348} 1328}
1349 1329
1350//US added a second method without defaultparameter 1330//US added a second method without defaultparameter
1351void KABCore::editContact2() { 1331void KABCore::editContact2() {
1352 editContact( QString::null ); 1332 editContact( QString::null );
1353} 1333}
1354 1334
1355void KABCore::editContact( const QString &uid ) 1335void KABCore::editContact( const QString &uid )
1356{ 1336{
1357 1337
1358 if ( mExtensionManager->isQuickEditVisible() ) 1338 if ( mExtensionManager->isQuickEditVisible() )
1359 return; 1339 return;
1360 1340
1361 // First, locate the contact entry 1341 // First, locate the contact entry
1362 QString localUID = uid; 1342 QString localUID = uid;
1363 if ( localUID.isNull() ) { 1343 if ( localUID.isNull() ) {
1364 QStringList uidList = mViewManager->selectedUids(); 1344 QStringList uidList = mViewManager->selectedUids();
1365 if ( uidList.count() > 0 ) 1345 if ( uidList.count() > 0 )
1366 localUID = *( uidList.at( 0 ) ); 1346 localUID = *( uidList.at( 0 ) );
1367 } 1347 }
1368 1348
1369 KABC::Addressee addr = mAddressBook->findByUid( localUID ); 1349 KABC::Addressee addr = mAddressBook->findByUid( localUID );
1370 if ( !addr.isEmpty() ) { 1350 if ( !addr.isEmpty() ) {
1371 mEditorDialog->setAddressee( addr ); 1351 mEditorDialog->setAddressee( addr );
1372 KApplication::execDialog ( mEditorDialog ); 1352 KApplication::execDialog ( mEditorDialog );
1373 } 1353 }
1374} 1354}
1375 1355
1376/** 1356/**
1377 Shows or edits the detail view for the given uid. If the uid is QString::null, 1357 Shows or edits the detail view for the given uid. If the uid is QString::null,
1378 the method will try to find a selected addressee in the view. 1358 the method will try to find a selected addressee in the view.
1379 */ 1359 */
1380void KABCore::executeContact( const QString &uid /*US = QString::null*/ ) 1360void KABCore::executeContact( const QString &uid /*US = QString::null*/ )
1381{ 1361{
1382 if ( mMultipleViewsAtOnce ) 1362 if ( mMultipleViewsAtOnce )
1383 { 1363 {
1384 editContact( uid ); 1364 editContact( uid );
1385 } 1365 }
1386 else 1366 else
1387 { 1367 {
1388 setDetailsVisible( true ); 1368 setDetailsVisible( true );
1389 mActionDetails->setChecked(true); 1369 mActionDetails->setChecked(true);
1390 } 1370 }
1391 1371
1392} 1372}
1393 1373
1394void KABCore::save() 1374void KABCore::save()
1395{ 1375{
1396 if (syncManager->blockSave()) 1376 if (syncManager->blockSave())
1397 return; 1377 return;
1398 if ( !mModified ) 1378 if ( !mModified )
1399 return; 1379 return;
1400 1380
1401 syncManager->setBlockSave(true); 1381 syncManager->setBlockSave(true);
1402 QString text = i18n( "There was an error while attempting to save\n the " 1382 QString text = i18n( "There was an error while attempting to save\n the "
1403 "address book. Please check that some \nother application is " 1383 "address book. Please check that some \nother application is "
1404 "not using it. " ); 1384 "not using it. " );
1405 message(i18n("Saving ... please wait! "), false); 1385 message(i18n("Saving ... please wait! "), false);
1406 //qApp->processEvents(); 1386 //qApp->processEvents();
1407#ifndef KAB_EMBEDDED 1387#ifndef KAB_EMBEDDED
1408 KABC::StdAddressBook *b = dynamic_cast<KABC::StdAddressBook*>( mAddressBook ); 1388 KABC::StdAddressBook *b = dynamic_cast<KABC::StdAddressBook*>( mAddressBook );
1409 if ( !b || !b->save() ) { 1389 if ( !b || !b->save() ) {
1410 KMessageBox::error( this, text, i18n( "Unable to Save" ) ); 1390 KMessageBox::error( this, text, i18n( "Unable to Save" ) );
1411 } 1391 }
1412#else //KAB_EMBEDDED 1392#else //KAB_EMBEDDED
1413 KABC::StdAddressBook *b = (KABC::StdAddressBook*)( mAddressBook ); 1393 KABC::StdAddressBook *b = (KABC::StdAddressBook*)( mAddressBook );
1414 if ( !b || !b->save() ) { 1394 if ( !b || !b->save() ) {
1415 QMessageBox::critical( this, i18n( "Unable to Save" ), text, i18n("Ok")); 1395 QMessageBox::critical( this, i18n( "Unable to Save" ), text, i18n("Ok"));
1416 } 1396 }
1417#endif //KAB_EMBEDDED 1397#endif //KAB_EMBEDDED
1418 1398
1419 message(i18n("Addressbook saved!")); 1399 message(i18n("Addressbook saved!"));
1420 setModified( false ); 1400 setModified( false );
1421 syncManager->setBlockSave(false); 1401 syncManager->setBlockSave(false);
1422} 1402}
1423 1403
1424 1404
1425void KABCore::undo() 1405void KABCore::undo()
1426{ 1406{
1427 UndoStack::instance()->undo(); 1407 UndoStack::instance()->undo();
1428 1408
1429 // Refresh the view 1409 // Refresh the view
1430 mViewManager->refreshView(); 1410 mViewManager->refreshView();
1431} 1411}
1432 1412
1433void KABCore::redo() 1413void KABCore::redo()
1434{ 1414{
1435 RedoStack::instance()->redo(); 1415 RedoStack::instance()->redo();
1436 1416
1437 // Refresh the view 1417 // Refresh the view
1438 mViewManager->refreshView(); 1418 mViewManager->refreshView();
1439} 1419}
1440void KABCore::setJumpButtonBar( bool visible ) 1420void KABCore::setJumpButtonBar( bool visible )
1441{ 1421{
1442 setJumpButtonBarVisible(visible ); 1422 setJumpButtonBarVisible(visible );
1443 saveSettings(); 1423 saveSettings();
1444} 1424}
1445void KABCore::setJumpButtonBarVisible( bool visible ) 1425void KABCore::setJumpButtonBarVisible( bool visible )
1446{ 1426{
1447 if (mMultipleViewsAtOnce) 1427 if (mMultipleViewsAtOnce)
1448 { 1428 {
1449 if ( visible ) 1429 if ( visible )
1450 mJumpButtonBar->show(); 1430 mJumpButtonBar->show();
1451 else 1431 else
1452 mJumpButtonBar->hide(); 1432 mJumpButtonBar->hide();
1453 } 1433 }
1454 else 1434 else
1455 { 1435 {
1456 // show the jumpbar only if "the details are hidden" == "viewmanager are shown" 1436 // show the jumpbar only if "the details are hidden" == "viewmanager are shown"
1457 if (mViewManager->isVisible()) 1437 if (mViewManager->isVisible())
1458 { 1438 {
1459 if ( visible ) 1439 if ( visible )
1460 mJumpButtonBar->show(); 1440 mJumpButtonBar->show();
1461 else 1441 else
1462 mJumpButtonBar->hide(); 1442 mJumpButtonBar->hide();
1463 } 1443 }
1464 else 1444 else
1465 { 1445 {
1466 mJumpButtonBar->hide(); 1446 mJumpButtonBar->hide();
1467 } 1447 }
1468 } 1448 }
1469 if ( visible ) { 1449 if ( visible ) {
1470 if ( mIncSearchWidget->currentItem() == 0 ) { 1450 if ( mIncSearchWidget->currentItem() == 0 ) {
1471 message( i18n("Change search field enable jump bar") ); 1451 message( i18n("Change search field enable jump bar") );
1472 } 1452 }
1473 } 1453 }
1474} 1454}
1475 1455
1476 1456
1477void KABCore::setDetailsToState() 1457void KABCore::setDetailsToState()
1478{ 1458{
1479 setDetailsVisible( mActionDetails->isChecked() ); 1459 setDetailsVisible( mActionDetails->isChecked() );
1480} 1460}
1481void KABCore::setDetailsToggle() 1461void KABCore::setDetailsToggle()
1482{ 1462{
1483 mActionDetails->setChecked( !mActionDetails->isChecked() ); 1463 mActionDetails->setChecked( !mActionDetails->isChecked() );
1484 setDetailsToState(); 1464 setDetailsToState();
1485} 1465}
1486 1466
1487 1467
1488 1468
1489void KABCore::setDetailsVisible( bool visible ) 1469void KABCore::setDetailsVisible( bool visible )
1490{ 1470{
1491 if (visible && mDetails->isHidden()) 1471 if (visible && mDetails->isHidden())
1492 { 1472 {
1493 KABC::Addressee::List addrList = mViewManager->selectedAddressees(); 1473 KABC::Addressee::List addrList = mViewManager->selectedAddressees();
1494 if ( addrList.count() > 0 ) 1474 if ( addrList.count() > 0 )
1495 mDetails->setAddressee( addrList[ 0 ] ); 1475 mDetails->setAddressee( addrList[ 0 ] );
1496 } 1476 }
1497 1477
1498 // mMultipleViewsAtOnce=false: mDetails is always visible. But we switch between 1478 // mMultipleViewsAtOnce=false: mDetails is always visible. But we switch between
1499 // the listview and the detailview. We do that by changing the splitbar size. 1479 // the listview and the detailview. We do that by changing the splitbar size.
1500 if (mMultipleViewsAtOnce) 1480 if (mMultipleViewsAtOnce)
1501 { 1481 {
1502 if ( visible ) 1482 if ( visible )
1503 mDetails->show(); 1483 mDetails->show();
1504 else 1484 else
1505 mDetails->hide(); 1485 mDetails->hide();
1506 } 1486 }
1507 else 1487 else
1508 { 1488 {
1509 if ( visible ) { 1489 if ( visible ) {
1510 mViewManager->hide(); 1490 mViewManager->hide();
1511 mDetails->show(); 1491 mDetails->show();
1512 mIncSearchWidget->setFocus(); 1492 mIncSearchWidget->setFocus();
1513 } 1493 }
1514 else { 1494 else {
1515 mViewManager->show(); 1495 mViewManager->show();
1516 mDetails->hide(); 1496 mDetails->hide();
1517 mViewManager->setFocusAV(); 1497 mViewManager->setFocusAV();
1518 } 1498 }
1519 setJumpButtonBarVisible( !visible ); 1499 setJumpButtonBarVisible( !visible );
1520 } 1500 }
1521 1501
1522} 1502}
1523 1503
1524void KABCore::extensionChanged( int id ) 1504void KABCore::extensionChanged( int id )
1525{ 1505{
1526 //change the details view only for non desktop systems 1506 //change the details view only for non desktop systems
1527#ifndef DESKTOP_VERSION 1507#ifndef DESKTOP_VERSION
1528 1508
1529 if (id == 0) 1509 if (id == 0)
1530 { 1510 {
1531 //the user disabled the extension. 1511 //the user disabled the extension.
1532 1512
1533 if (mMultipleViewsAtOnce) 1513 if (mMultipleViewsAtOnce)
1534 { // enable detailsview again 1514 { // enable detailsview again
1535 setDetailsVisible( true ); 1515 setDetailsVisible( true );
1536 mActionDetails->setChecked( true ); 1516 mActionDetails->setChecked( true );
1537 } 1517 }
1538 else 1518 else
1539 { //go back to the listview 1519 { //go back to the listview
1540 setDetailsVisible( false ); 1520 setDetailsVisible( false );
1541 mActionDetails->setChecked( false ); 1521 mActionDetails->setChecked( false );
1542 mActionDetails->setEnabled(true); 1522 mActionDetails->setEnabled(true);
1543 } 1523 }
1544 1524
1545 } 1525 }
1546 else 1526 else
1547 { 1527 {
1548 //the user enabled the extension. 1528 //the user enabled the extension.
1549 setDetailsVisible( false ); 1529 setDetailsVisible( false );
1550 mActionDetails->setChecked( false ); 1530 mActionDetails->setChecked( false );
1551 1531
1552 if (!mMultipleViewsAtOnce) 1532 if (!mMultipleViewsAtOnce)
1553 { 1533 {
1554 mActionDetails->setEnabled(false); 1534 mActionDetails->setEnabled(false);
1555 } 1535 }
1556 1536
1557 mExtensionManager->setSelectionChanged(); 1537 mExtensionManager->setSelectionChanged();
1558 1538
1559 } 1539 }
1560 1540
1561#endif// DESKTOP_VERSION 1541#endif// DESKTOP_VERSION
1562 1542
1563} 1543}
1564 1544
1565 1545
1566void KABCore::extensionModified( const KABC::Addressee::List &list ) 1546void KABCore::extensionModified( const KABC::Addressee::List &list )
1567{ 1547{
1568 1548
1569 if ( list.count() != 0 ) { 1549 if ( list.count() != 0 ) {
1570 KABC::Addressee::List::ConstIterator it; 1550 KABC::Addressee::List::ConstIterator it;
1571 for ( it = list.begin(); it != list.end(); ++it ) 1551 for ( it = list.begin(); it != list.end(); ++it )
1572 mAddressBook->insertAddressee( *it ); 1552 mAddressBook->insertAddressee( *it );
1573 if ( list.count() > 1 ) 1553 if ( list.count() > 1 )
1574 setModified(); 1554 setModified();
1575 else 1555 else
1576 setModifiedWOrefresh(); 1556 setModifiedWOrefresh();
1577 } 1557 }
1578 if ( list.count() == 0 ) 1558 if ( list.count() == 0 )
1579 mViewManager->refreshView(); 1559 mViewManager->refreshView();
1580 else 1560 else
1581 mViewManager->refreshView( list[ 0 ].uid() ); 1561 mViewManager->refreshView( list[ 0 ].uid() );
1582 1562
1583 1563
1584 1564
1585} 1565}
1586 1566
1587QString KABCore::getNameByPhone( const QString &phone ) 1567QString KABCore::getNameByPhone( const QString &phone )
1588{ 1568{
1589#ifndef KAB_EMBEDDED 1569#ifndef KAB_EMBEDDED
1590 QRegExp r( "[/*/-/ ]" ); 1570 QRegExp r( "[/*/-/ ]" );
1591 QString localPhone( phone ); 1571 QString localPhone( phone );
1592 1572
1593 bool found = false; 1573 bool found = false;
1594 QString ownerName = ""; 1574 QString ownerName = "";
1595 KABC::AddressBook::Iterator iter; 1575 KABC::AddressBook::Iterator iter;
1596 KABC::PhoneNumber::List::Iterator phoneIter; 1576 KABC::PhoneNumber::List::Iterator phoneIter;
1597 KABC::PhoneNumber::List phoneList; 1577 KABC::PhoneNumber::List phoneList;
1598 for ( iter = mAddressBook->begin(); !found && ( iter != mAddressBook->end() ); ++iter ) { 1578 for ( iter = mAddressBook->begin(); !found && ( iter != mAddressBook->end() ); ++iter ) {
1599 phoneList = (*iter).phoneNumbers(); 1579 phoneList = (*iter).phoneNumbers();
1600 for ( phoneIter = phoneList.begin(); !found && ( phoneIter != phoneList.end() ); 1580 for ( phoneIter = phoneList.begin(); !found && ( phoneIter != phoneList.end() );
1601 ++phoneIter) { 1581 ++phoneIter) {
1602 // Get rid of separator chars so just the numbers are compared. 1582 // Get rid of separator chars so just the numbers are compared.
1603 if ( (*phoneIter).number().replace( r, "" ) == localPhone.replace( r, "" ) ) { 1583 if ( (*phoneIter).number().replace( r, "" ) == localPhone.replace( r, "" ) ) {
1604 ownerName = (*iter).formattedName(); 1584 ownerName = (*iter).formattedName();
1605 found = true; 1585 found = true;
1606 } 1586 }
1607 } 1587 }
1608 } 1588 }
1609 1589
1610 return ownerName; 1590 return ownerName;
1611#else //KAB_EMBEDDED 1591#else //KAB_EMBEDDED
1612 qDebug("KABCore::getNameByPhone finsih method"); 1592 qDebug("KABCore::getNameByPhone finsih method");
1613 return ""; 1593 return "";
1614#endif //KAB_EMBEDDED 1594#endif //KAB_EMBEDDED
1615 1595
1616} 1596}
1617 1597
1618void KABCore::openConfigDialog() 1598void KABCore::openConfigDialog()
1619{ 1599{
1620 KCMultiDialog* ConfigureDialog = new KCMultiDialog( "PIM", this ,"kabconfigdialog", true ); 1600 KCMultiDialog* ConfigureDialog = new KCMultiDialog( "PIM", this ,"kabconfigdialog", true );
1621 KCMKabConfig* kabcfg = new KCMKabConfig( ConfigureDialog->getNewVBoxPage(i18n( "Addressbook")) , "KCMKabConfig" ); 1601 KCMKabConfig* kabcfg = new KCMKabConfig( ConfigureDialog->getNewVBoxPage(i18n( "Addressbook")) , "KCMKabConfig" );
1622 ConfigureDialog->addModule(kabcfg ); 1602 ConfigureDialog->addModule(kabcfg );
1623 KCMKdePimConfig* kdelibcfg = new KCMKdePimConfig( ConfigureDialog->getNewVBoxPage(i18n( "Global")) , "KCMKdeLibConfig" ); 1603 KCMKdePimConfig* kdelibcfg = new KCMKdePimConfig( ConfigureDialog->getNewVBoxPage(i18n( "Global")) , "KCMKdeLibConfig" );
1624 ConfigureDialog->addModule(kdelibcfg ); 1604 ConfigureDialog->addModule(kdelibcfg );
1625 1605
1626 connect( ConfigureDialog, SIGNAL( applyClicked() ), 1606 connect( ConfigureDialog, SIGNAL( applyClicked() ),
1627 this, SLOT( configurationChanged() ) ); 1607 this, SLOT( configurationChanged() ) );
1628 connect( ConfigureDialog, SIGNAL( okClicked() ), 1608 connect( ConfigureDialog, SIGNAL( okClicked() ),
1629 this, SLOT( configurationChanged() ) ); 1609 this, SLOT( configurationChanged() ) );
1630 saveSettings(); 1610 saveSettings();
1631#ifndef DESKTOP_VERSION 1611#ifndef DESKTOP_VERSION
1632 ConfigureDialog->showMaximized(); 1612 ConfigureDialog->showMaximized();
1633#endif 1613#endif
1634 if ( ConfigureDialog->exec() ) 1614 if ( ConfigureDialog->exec() )
1635 KMessageBox::information( this, i18n("Some changes are only\neffective after a restart!\n") ); 1615 KMessageBox::information( this, i18n("Some changes are only\neffective after a restart!\n") );
1636 delete ConfigureDialog; 1616 delete ConfigureDialog;
1637} 1617}
1638 1618
1639void KABCore::openLDAPDialog() 1619void KABCore::openLDAPDialog()
1640{ 1620{
1641#ifndef KAB_EMBEDDED 1621#ifndef KAB_EMBEDDED
1642 if ( !mLdapSearchDialog ) { 1622 if ( !mLdapSearchDialog ) {
1643 mLdapSearchDialog = new LDAPSearchDialog( mAddressBook, this ); 1623 mLdapSearchDialog = new LDAPSearchDialog( mAddressBook, this );
1644 connect( mLdapSearchDialog, SIGNAL( addresseesAdded() ), mViewManager, 1624 connect( mLdapSearchDialog, SIGNAL( addresseesAdded() ), mViewManager,
1645 SLOT( refreshView() ) ); 1625 SLOT( refreshView() ) );
1646 connect( mLdapSearchDialog, SIGNAL( addresseesAdded() ), this, 1626 connect( mLdapSearchDialog, SIGNAL( addresseesAdded() ), this,
1647 SLOT( setModified() ) ); 1627 SLOT( setModified() ) );
1648 } else 1628 } else
1649 mLdapSearchDialog->restoreSettings(); 1629 mLdapSearchDialog->restoreSettings();
1650 1630
1651 if ( mLdapSearchDialog->isOK() ) 1631 if ( mLdapSearchDialog->isOK() )
1652 mLdapSearchDialog->exec(); 1632 mLdapSearchDialog->exec();
1653#else //KAB_EMBEDDED 1633#else //KAB_EMBEDDED
1654 qDebug("KABCore::openLDAPDialog() finsih method"); 1634 qDebug("KABCore::openLDAPDialog() finsih method");
1655#endif //KAB_EMBEDDED 1635#endif //KAB_EMBEDDED
1656} 1636}
1657 1637
1658void KABCore::print() 1638void KABCore::print()
1659{ 1639{
1660#ifndef KAB_EMBEDDED 1640#ifndef KAB_EMBEDDED
1661 KPrinter printer; 1641 KPrinter printer;
1662 if ( !printer.setup( this ) ) 1642 if ( !printer.setup( this ) )
1663 return; 1643 return;
1664 1644
1665 KABPrinting::PrintingWizard wizard( &printer, mAddressBook, 1645 KABPrinting::PrintingWizard wizard( &printer, mAddressBook,
1666 mViewManager->selectedUids(), this ); 1646 mViewManager->selectedUids(), this );
1667 1647
1668 wizard.exec(); 1648 wizard.exec();
1669#else //KAB_EMBEDDED 1649#else //KAB_EMBEDDED
1670 qDebug("KABCore::print() finsih method"); 1650 qDebug("KABCore::print() finsih method");
1671#endif //KAB_EMBEDDED 1651#endif //KAB_EMBEDDED
1672 1652
1673} 1653}
1674 1654
1675 1655
1676void KABCore::addGUIClient( KXMLGUIClient *client ) 1656void KABCore::addGUIClient( KXMLGUIClient *client )
1677{ 1657{
1678 if ( mGUIClient ) 1658 if ( mGUIClient )
1679 mGUIClient->insertChildClient( client ); 1659 mGUIClient->insertChildClient( client );
1680 else 1660 else
1681 KMessageBox::error( this, "no KXMLGUICLient"); 1661 KMessageBox::error( this, "no KXMLGUICLient");
1682} 1662}
1683 1663
1684 1664
1685void KABCore::configurationChanged() 1665void KABCore::configurationChanged()
1686{ 1666{
1687 mExtensionManager->reconfigure(); 1667 mExtensionManager->reconfigure();
1688} 1668}
1689 1669
1690void KABCore::addressBookChanged() 1670void KABCore::addressBookChanged()
1691{ 1671{
1692/*US 1672/*US
1693 QDictIterator<AddresseeEditorDialog> it( mEditorDict ); 1673 QDictIterator<AddresseeEditorDialog> it( mEditorDict );
1694 while ( it.current() ) { 1674 while ( it.current() ) {
1695 if ( it.current()->dirty() ) { 1675 if ( it.current()->dirty() ) {
1696 QString text = i18n( "Data has been changed externally. Unsaved " 1676 QString text = i18n( "Data has been changed externally. Unsaved "
1697 "changes will be lost." ); 1677 "changes will be lost." );
1698 KMessageBox::information( this, text ); 1678 KMessageBox::information( this, text );
1699 } 1679 }
1700 it.current()->setAddressee( mAddressBook->findByUid( it.currentKey() ) ); 1680 it.current()->setAddressee( mAddressBook->findByUid( it.currentKey() ) );
1701 ++it; 1681 ++it;
1702 } 1682 }