summaryrefslogtreecommitdiffabout
authorzautrix <zautrix>2005-03-29 19:00:52 (UTC)
committer zautrix <zautrix>2005-03-29 19:00:52 (UTC)
commitd6e5d0b71d6a6727fbfef895a814e046a2a99aae (patch) (unidiff)
tree2bc757ab32fda4a2c1b4ad78cc99621ef3466415
parentb70d9695bb6a2d567b75965c0530792ad90c84a3 (diff)
downloadkdepimpi-d6e5d0b71d6a6727fbfef895a814e046a2a99aae.zip
kdepimpi-d6e5d0b71d6a6727fbfef895a814e046a2a99aae.tar.gz
kdepimpi-d6e5d0b71d6a6727fbfef895a814e046a2a99aae.tar.bz2
fixes
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--kabc/addresseeview.cpp48
-rw-r--r--kaddressbook/kabcore.cpp2
2 files changed, 43 insertions, 7 deletions
diff --git a/kabc/addresseeview.cpp b/kabc/addresseeview.cpp
index 8f104e0..aa96210 100644
--- a/kabc/addresseeview.cpp
+++ b/kabc/addresseeview.cpp
@@ -1,503 +1,539 @@
1/* 1/*
2 This file is part of libkdepim. 2 This file is part of libkdepim.
3 3
4 Copyright (c) 2003 Tobias Koenig <tokoe@kde.org> 4 Copyright (c) 2003 Tobias Koenig <tokoe@kde.org>
5 5
6 This library is free software; you can redistribute it and/or 6 This library is free software; you can redistribute it and/or
7 modify it under the terms of the GNU Library General Public 7 modify it under the terms of the GNU Library General Public
8 License as published by the Free Software Foundation; either 8 License as published by the Free Software Foundation; either
9 version 2 of the License, or (at your option) any later version. 9 version 2 of the License, or (at your option) any later version.
10 10
11 This library is distributed in the hope that it will be useful, 11 This library is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of 12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 Library General Public License for more details. 14 Library General Public License for more details.
15 15
16 You should have received a copy of the GNU Library General Public License 16 You should have received a copy of the GNU Library General Public License
17 along with this library; see the file COPYING.LIB. If not, write to 17 along with this library; see the file COPYING.LIB. If not, write to
18 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 18 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
19 Boston, MA 02111-1307, USA. 19 Boston, MA 02111-1307, USA.
20*/ 20*/
21 21
22#include <kabc/address.h> 22#include <kabc/address.h>
23#include <kabc/addressee.h> 23#include <kabc/addressee.h>
24#include <kabc/phonenumber.h> 24#include <kabc/phonenumber.h>
25#include <kglobal.h> 25#include <kglobal.h>
26//US#include <kglobalsettings.h> 26//US#include <kglobalsettings.h>
27#include <kiconloader.h> 27#include <kiconloader.h>
28#include <klocale.h> 28#include <klocale.h>
29//US #include <kstringhandler.h> 29//US #include <kstringhandler.h>
30#include <qscrollview.h> 30#include <qscrollview.h>
31#include <qregexp.h> 31#include <qregexp.h>
32#include <qfile.h> 32#include <qfile.h>
33#include <qvbox.h> 33#include <qvbox.h>
34#include <qlabel.h> 34#include <qlabel.h>
35#include <qwidget.h> 35#include <qwidget.h>
36#include <qlayout.h> 36#include <qlayout.h>
37#include <qapplication.h> 37#include <qapplication.h>
38#include <qpushbutton.h> 38#include <qpushbutton.h>
39#ifdef DESKTOP_VERSION 39#ifdef DESKTOP_VERSION
40#include <qpaintdevicemetrics.h> 40#include <qpaintdevicemetrics.h>
41#include <qprinter.h> 41#include <qprinter.h>
42#include <qpainter.h> 42#include <qpainter.h>
43#endif 43#endif
44 44
45 45
46#include "externalapphandler.h" 46#include "externalapphandler.h"
47#include <kabc/addresseeview.h> 47#include <kabc/addresseeview.h>
48 48
49 49
50//US #ifndef DESKTOP_VERSION 50//US #ifndef DESKTOP_VERSION
51//US #include <qtopia/qcopenvelope_qws.h> 51//US #include <qtopia/qcopenvelope_qws.h>
52//US #include <qpe/qpeapplication.h> 52//US #include <qpe/qpeapplication.h>
53//US #endif 53//US #endif
54 54
55//US static int kphoneInstalled = 0; 55//US static int kphoneInstalled = 0;
56 56
57using namespace KABC; 57using namespace KABC;
58 58
59AddresseeView::AddresseeView( QWidget *parent, const char *name ) 59AddresseeView::AddresseeView( QWidget *parent, const char *name )
60 : QTextBrowser( parent, name ) 60 : QTextBrowser( parent, name )
61 61
62 62
63{ 63{
64//US setWrapPolicy( QTextEdit::AtWordBoundary ); 64//US setWrapPolicy( QTextEdit::AtWordBoundary );
65 setLinkUnderline( false ); 65 setLinkUnderline( false );
66 // setVScrollBarMode( QScrollView::AlwaysOff ); 66 // setVScrollBarMode( QScrollView::AlwaysOff );
67 //setHScrollBarMode( QScrollView::AlwaysOff ); 67 //setHScrollBarMode( QScrollView::AlwaysOff );
68 68
69//US QStyleSheet *sheet = styleSheet(); 69//US QStyleSheet *sheet = styleSheet();
70//US QStyleSheetItem *link = sheet->item( "a" ); 70//US QStyleSheetItem *link = sheet->item( "a" );
71//US link->setColor( KGlobalSettings::linkColor() ); 71//US link->setColor( KGlobalSettings::linkColor() );
72 72
73} 73}
74void AddresseeView::printMe() 74void AddresseeView::printMe()
75{ 75{
76#ifdef DESKTOP_VERSION 76#ifdef DESKTOP_VERSION
77 QPrinter printer; 77 QPrinter printer;
78 if (!printer.setup() ) 78 if (!printer.setup() )
79 return; 79 return;
80 QPainter p; 80 QPainter p;
81 p.begin ( &printer ); 81 p.begin ( &printer );
82 QPaintDeviceMetrics m = QPaintDeviceMetrics ( &printer ); 82 QPaintDeviceMetrics m = QPaintDeviceMetrics ( &printer );
83 float dx, dy; 83 float dx, dy;
84 int wid = (m.width() * 9)/10; 84 int wid = (m.width() * 9)/10;
85 dx = (float) wid/(float)contentsWidth (); 85 dx = (float) wid/(float)contentsWidth ();
86 dy = (float)(m.height()) / (float)contentsHeight (); 86 dy = (float)(m.height()) / (float)contentsHeight ();
87 float scale; 87 float scale;
88 // scale to fit the width or height of the paper 88 // scale to fit the width or height of the paper
89 if ( dx < dy ) 89 if ( dx < dy )
90 scale = dx; 90 scale = dx;
91 else 91 else
92 scale = dy; 92 scale = dy;
93 p.translate( m.width()/10,0 ); 93 p.translate( m.width()/10,0 );
94 p.scale( scale, scale ); 94 p.scale( scale, scale );
95 drawContents ( &p, 0,0, contentsWidth (), contentsHeight () ); 95 drawContents ( &p, 0,0, contentsWidth (), contentsHeight () );
96 p.end(); 96 p.end();
97#endif 97#endif
98} 98}
99void AddresseeView::setSource(const QString& n) 99void AddresseeView::setSource(const QString& n)
100{ 100{
101 //qDebug("********AddresseeView::setSource %s", n.latin1()); 101 //qDebug("********AddresseeView::setSource %s", n.latin1());
102 102
103 if ( n.left( 6 ) == "mailto" ) 103 if ( n.left( 6 ) == "mailto" )
104 ExternalAppHandler::instance()->mailToOneContact( n.mid(7) ); 104 ExternalAppHandler::instance()->mailToOneContact( n.mid(7) );
105 else if ( n.left( 7 ) == "phoneto" ) 105 else if ( n.left( 7 ) == "phoneto" )
106 ExternalAppHandler::instance()->callByPhone( n.mid(8) ); 106 ExternalAppHandler::instance()->callByPhone( n.mid(8) );
107 else if ( n.left( 5 ) == "faxto" ) 107 else if ( n.left( 5 ) == "faxto" )
108 ExternalAppHandler::instance()->callByFax( n.mid(6) ); 108 ExternalAppHandler::instance()->callByFax( n.mid(6) );
109 else if ( n.left( 5 ) == "smsto" ) 109 else if ( n.left( 5 ) == "smsto" )
110 ExternalAppHandler::instance()->callBySMS( n.mid(6) ); 110 ExternalAppHandler::instance()->callBySMS( n.mid(6) );
111 else if ( n.left( 7 ) == "pagerto" ) 111 else if ( n.left( 7 ) == "pagerto" )
112 ExternalAppHandler::instance()->callByPager( n.mid(8) ); 112 ExternalAppHandler::instance()->callByPager( n.mid(8) );
113 else if ( n.left( 5 ) == "sipto" ) 113 else if ( n.left( 5 ) == "sipto" )
114 ExternalAppHandler::instance()->callBySIP( n.mid(6) ); 114 ExternalAppHandler::instance()->callBySIP( n.mid(6) );
115 115
116} 116}
117void AddresseeView::setAddressee( const KABC::Addressee& mAddressee ) 117void AddresseeView::setAddressee( const KABC::Addressee& mAddressee )
118{ 118{
119 bool kemailAvail = ExternalAppHandler::instance()->isEmailAppAvailable(); 119 bool kemailAvail = ExternalAppHandler::instance()->isEmailAppAvailable();
120 // mAddressee = addr; 120 // mAddressee = addr;
121 // clear view 121 // clear view
122 //setText( QString::null ); 122 //setText( QString::null );
123 123
124 if ( mAddressee.isEmpty() ) { 124 if ( mAddressee.isEmpty() ) {
125 setText( QString::null); 125 setText( QString::null);
126 return; 126 return;
127 } 127 }
128 QString name = ( mAddressee.assembledName().isEmpty() ? 128 QString name = ( mAddressee.assembledName().isEmpty() ?
129 mAddressee.formattedName() : mAddressee.assembledName() ); 129 mAddressee.formattedName() : mAddressee.assembledName() );
130 130
131 QString dynamicPart; 131 QString dynamicPart;
132 132
133 dynamicPart += getPhoneNumbers( mAddressee.phoneNumbers(),true ); 133 dynamicPart += getPhoneNumbers( mAddressee.phoneNumbers(),true );
134 QStringList emails = mAddressee.emails(); 134 QStringList emails = mAddressee.emails();
135 QStringList::ConstIterator emailIt; 135 QStringList::ConstIterator emailIt;
136 QString type = i18n( "Email" ); 136 QString type = i18n( "Email" );
137 emailIt = emails.begin(); 137 emailIt = emails.begin();
138 if ( emailIt != emails.end() ) { 138 if ( emailIt != emails.end() ) {
139 if ( kemailAvail ) { 139 if ( kemailAvail ) {
140 dynamicPart += QString( 140 dynamicPart += QString(
141 "<tr><td align=\"right\"><b>%1</b></td>" 141 "<tr><td align=\"right\"><b>%1</b></td>"
142 "<td align=\"left\"><a href=\"mailto:%2 <%3> \">%4</a></td></tr>" ) 142 "<td align=\"left\"><a href=\"mailto:%2 <%3> \">%4</a></td></tr>" )
143 .arg( type ) 143 .arg( type )
144 .arg( name ) 144 .arg( name )
145 .arg( *emailIt ) 145 .arg( *emailIt )
146 .arg( *emailIt ); 146 .arg( *emailIt );
147 ++emailIt; 147 ++emailIt;
148 } else { 148 } else {
149 dynamicPart += QString( 149 dynamicPart += QString(
150 "<tr><td align=\"right\"><b>%1</b></td>" 150 "<tr><td align=\"right\"><b>%1</b></td>"
151 "<td align=\"left\">%2</td></tr>" ) 151 "<td align=\"left\">%2</td></tr>" )
152 .arg( type ) 152 .arg( type )
153 .arg( *emailIt ); 153 .arg( *emailIt );
154 ++emailIt; 154 ++emailIt;
155 } 155 }
156 } 156 }
157 if ( mAddressee.birthday().date().isValid() ) { 157 if ( mAddressee.birthday().date().isValid() ) {
158 dynamicPart += QString( 158 dynamicPart += QString(
159 "<tr><td align=\"right\"><b>%1</b></td>" 159 "<tr><td align=\"right\"><b>%1</b></td>"
160 "<td align=\"left\">%2</td></tr>" ) 160 "<td align=\"left\">%2</td></tr>" )
161 .arg( i18n ("Birthday") ) 161 .arg( i18n ("Birthday") )
162 .arg( KGlobal::locale()->formatDate( mAddressee.birthday().date() ,true) ); 162 .arg( KGlobal::locale()->formatDate( mAddressee.birthday().date() ,true) );
163 } 163 }
164 dynamicPart += getPhoneNumbers( mAddressee.phoneNumbers(), false ); 164 dynamicPart += getPhoneNumbers( mAddressee.phoneNumbers(), false );
165 165
166 for ( ; emailIt != emails.end(); ++emailIt ) { 166 for ( ; emailIt != emails.end(); ++emailIt ) {
167 if ( kemailAvail ) { 167 if ( kemailAvail ) {
168 dynamicPart += QString( 168 dynamicPart += QString(
169 "<tr><td align=\"right\"><b>%1</b></td>" 169 "<tr><td align=\"right\"><b>%1</b></td>"
170 "<td align=\"left\"><a href=\"mailto:%2 <%3> \">%4</a></td></tr>" ) 170 "<td align=\"left\"><a href=\"mailto:%2 <%3> \">%4</a></td></tr>" )
171 .arg( type ) 171 .arg( type )
172 .arg( name ) 172 .arg( name )
173 .arg( *emailIt ) 173 .arg( *emailIt )
174 .arg( *emailIt ); 174 .arg( *emailIt );
175 } else { 175 } else {
176 dynamicPart += QString( 176 dynamicPart += QString(
177 "<tr><td align=\"right\"><b>%1</b></td>" 177 "<tr><td align=\"right\"><b>%1</b></td>"
178 "<td align=\"left\">%2</td></tr>" ) 178 "<td align=\"left\">%2</td></tr>" )
179 .arg( type ) 179 .arg( type )
180 .arg( *emailIt ); 180 .arg( *emailIt );
181 } 181 }
182 } 182 }
183 183
184 if ( !mAddressee.url().url().isEmpty() ) { 184 if ( !mAddressee.url().url().isEmpty() ) {
185 dynamicPart += QString( 185 dynamicPart += QString(
186 "<tr><td align=\"right\"><b>%1</b></td>" 186 "<tr><td align=\"right\"><b>%1</b></td>"
187 "<td align=\"left\">%2</td></tr>" ) 187 "<td align=\"left\">%2</td></tr>" )
188 .arg( i18n( "Homepage" ) ) 188 .arg( i18n( "Homepage" ) )
189//US .arg( KStringHandler::tagURLs( mAddressee.url().url() ) ); 189//US .arg( KStringHandler::tagURLs( mAddressee.url().url() ) );
190 .arg( mAddressee.url().url() ); 190 .arg( mAddressee.url().url() );
191 //qDebug("AddresseeView::setAddressee has to be verified."); 191 //qDebug("AddresseeView::setAddressee has to be verified.");
192 } 192 }
193 193
194 KABC::Address::List addresses = mAddressee.addresses(); 194 KABC::Address::List addresses = mAddressee.addresses();
195 KABC::Address::List::ConstIterator addrIt; 195 KABC::Address::List::ConstIterator addrIt;
196 for ( addrIt = addresses.begin(); addrIt != addresses.end(); ++addrIt ) { 196 for ( addrIt = addresses.begin(); addrIt != addresses.end(); ++addrIt ) {
197 if ( true /*(*addrIt).label().isEmpty()*/ ) { 197 if ( true /*(*addrIt).label().isEmpty()*/ ) {
198 QString formattedAddress = (*addrIt).formattedAddress().stripWhiteSpace(); 198 QString formattedAddress = (*addrIt).formattedAddress().stripWhiteSpace();
199//US formattedAddress = formattedAddress.replace( '\n', "<br>" ); 199//US formattedAddress = formattedAddress.replace( '\n', "<br>" );
200 //qDebug("adresss %s ",formattedAddress.latin1() ); 200 //qDebug("adresss %s ",formattedAddress.latin1() );
201 formattedAddress = formattedAddress.replace( QRegExp("\n"), "<br>" ); 201 formattedAddress = formattedAddress.replace( QRegExp("\n"), "<br>" );
202 //qDebug("AddresseeView::setAddressee has to be verified."); 202 //qDebug("AddresseeView::setAddressee has to be verified.");
203 203
204 dynamicPart += QString( 204 dynamicPart += QString(
205 "<tr><td align=\"right\"><b>%1</b></td>" 205 "<tr><td align=\"right\"><b>%1</b></td>"
206 "<td align=\"left\">%2</td></tr>" ) 206 "<td align=\"left\">%2</td></tr>" )
207 .arg( KABC::Address::typeLabel( (*addrIt).type() ) ) 207 .arg( KABC::Address::typeLabel( (*addrIt).type() ) )
208 .arg( formattedAddress ); 208 .arg( formattedAddress );
209 } else { 209 } else {
210 210
211 dynamicPart += QString( 211 dynamicPart += QString(
212 "<tr><td align=\"right\"><b>%1</b></td>" 212 "<tr><td align=\"right\"><b>%1</b></td>"
213 "<td align=\"left\">%2</td></tr>" ) 213 "<td align=\"left\">%2</td></tr>" )
214 .arg( KABC::Address::typeLabel( (*addrIt).type() ) ) 214 .arg( KABC::Address::typeLabel( (*addrIt).type() ) )
215//US .arg( (*addrIt).label().replace( '\n', "<br>" ) ); 215//US .arg( (*addrIt).label().replace( '\n', "<br>" ) );
216 .arg( (*addrIt).label() /*replace( QRegExp("\n"), "<br>" )*/ ); 216 .arg( (*addrIt).label() /*replace( QRegExp("\n"), "<br>" )*/ );
217 217
218 } 218 }
219 } 219 }
220 220
221 QString notes; 221 QString notes;
222 if ( !mAddressee.note().isEmpty() ) { 222 if ( !mAddressee.note().isEmpty() ) {
223 notes = QString( 223 notes = QString(
224 "<tr>" 224 "<tr>"
225 "<td align=\"right\" valign=\"top\"><b>%1</b></td>" // note label 225 "<td align=\"right\" valign=\"top\"><b>%1</b></td>" // note label
226 "<td align=\"left\">%2</td>" // note 226 "<td align=\"left\">%2</td>" // note
227 "</tr>" ).arg( i18n( "Notes" ) ) 227 "</tr>" ).arg( i18n( "Notes" ) )
228//US .arg( mAddressee.note().replace( '\n', "<br>" ) ); 228//US .arg( mAddressee.note().replace( '\n', "<br>" ) );
229 .arg( mAddressee.note().replace( QRegExp("\n"), "<br>" ) ); 229 .arg( mAddressee.note().replace( QRegExp("\n"), "<br>" ) );
230 //qDebug("AddresseeView::setAddressee has to be verified."); 230 //qDebug("AddresseeView::setAddressee has to be verified.");
231 } 231 }
232 232
233 QString aRole = ""; 233 QString aRole = "";
234 QString aOrga = ""; 234 QString aOrga = "";
235 if ( true /*!mAddressee.role().isEmpty()*/ ) { 235 if ( true /*!mAddressee.role().isEmpty()*/ ) {
236 aRole = "<tr>" 236 aRole = "<tr>"
237 "<td align=\"left\">" + mAddressee.role() + "</td>" 237 "<td align=\"left\">" + mAddressee.role() + "</td>"
238 "</tr>"; 238 "</tr>";
239 } 239 }
240 if ( true /*!mAddressee.organization().isEmpty()*/ ) { 240 if ( true /*!mAddressee.organization().isEmpty()*/ ) {
241 aOrga = "<tr>" 241 aOrga = "<tr>"
242 "<td align=\"left\">" + mAddressee.organization() + "</td>" 242 "<td align=\"left\">" + mAddressee.organization() + "</td>"
243 "</tr>"; 243 "</tr>";
244 } 244 }
245 mText = ""; 245 mText = "";
246 QString picString = ""; 246 QString picString = "";
247 KABC::Picture picture = mAddressee.photo(); 247 KABC::Picture picture = mAddressee.photo();
248 bool picAvailintern = false; 248 bool picAvailintern = false;
249 bool picAvailUrl = false; 249 bool picAvailUrl = false;
250 if (! picture.undefined() ) { 250 if (! picture.undefined() ) {
251 picAvailintern = (picture.isIntern() && !picture.data().isNull()); 251 picAvailintern = (picture.isIntern() && !picture.data().isNull());
252 picAvailUrl = !picture.isIntern() && QFile::exists(picture.url() ); 252 picAvailUrl = !picture.isIntern() && QFile::exists(picture.url() );
253 } 253 }
254 if ( picAvailUrl || picAvailintern || QApplication::desktop()->width() > 320 ) { 254 if ( picAvailUrl || picAvailintern || QApplication::desktop()->width() > 320 ) {
255 picString = "<img src=\"myimage\" width=\"50\" height=\"70\">"; 255 picString = "<img src=\"myimage\" width=\"50\" height=\"70\">";
256 if ( picAvailintern ) { 256 if ( picAvailintern ) {
257 QMimeSourceFactory::defaultFactory()->setImage( "myimage", picture.data() ); 257 QMimeSourceFactory::defaultFactory()->setImage( "myimage", picture.data() );
258 } else { 258 } else {
259 if ( picAvailUrl ) { 259 if ( picAvailUrl ) {
260 QMimeSourceFactory::defaultFactory()->setPixmap( "myimage", QPixmap( picture.url() )); 260 QMimeSourceFactory::defaultFactory()->setPixmap( "myimage", QPixmap( picture.url() ));
261 } else { 261 } else {
262 static bool setDefaultImage = false; 262 if ( !mAddressee.custom( "KADDRESSBOOK", "X-Children" ).isEmpty() ) {
263 if ( !setDefaultImage ) { 263 static bool setDefaultImageChildren = false;
264 qDebug("Setting default pixmap "); 264 if ( !setDefaultImageChildren ) {
265 QMimeSourceFactory::defaultFactory()->setPixmap( "defaultPenguin", KGlobal::iconLoader()->loadIcon( "package_toys", KIcon::Desktop, 128 ) ); 265 QMimeSourceFactory::defaultFactory()->setPixmap( "familyIcon", KGlobal::iconLoader()->loadIcon( "ic_kids", KIcon::Desktop, 128 ) );
266 setDefaultImage = true; 266 setDefaultImageChildren = true;
267 }
268 picString = "<img src=\"familyIcon\" width=\"64\" height=\"64\">";
269
270 } else if ( !mAddressee.custom( "KADDRESSBOOK", "X-SpousesName" ).isEmpty() ) {
271 static bool setDefaultImagepouses = false;
272 if ( !setDefaultImagepouses ) {
273 QMimeSourceFactory::defaultFactory()->setPixmap( "SpousesIcon", KGlobal::iconLoader()->loadIcon( "ic_family", KIcon::Desktop, 128 ) );
274 setDefaultImagepouses = true;
275 }
276 picString = "<img src=\"SpousesIcon\" width=\"64\" height=\"64\">";
277 } else {
278 QString gen = mAddressee.custom( "KADDRESSBOOK", "X-Gender" );
279 if ( gen == "male" ) {
280 static bool setDefaultImageMale = false;
281 if ( !setDefaultImageMale ) {
282 QMimeSourceFactory::defaultFactory()->setPixmap( "MaleIcon", KGlobal::iconLoader()->loadIcon( "ic_male", KIcon::Desktop, 128 ) );
283 setDefaultImageMale = true;
284 }
285 picString = "<img src=\"MaleIcon\" width=\"64\" height=\"64\">";
286
287 } else if ( gen == "female" ) {
288 static bool setDefaultImageFemale = false;
289 if ( !setDefaultImageFemale ) {
290 QMimeSourceFactory::defaultFactory()->setPixmap( "FemaleIcon", KGlobal::iconLoader()->loadIcon( "ic_female", KIcon::Desktop, 128 ) );
291 setDefaultImageFemale = true;
292 }
293 picString = "<img src=\"FemaleIcon\" width=\"64\" height=\"64\">";
294
295 } else {
296 static bool setDefaultImage = false;
297 if ( !setDefaultImage ) {
298 qDebug("Setting default pixmap ");
299 QMimeSourceFactory::defaultFactory()->setPixmap( "defaultIcon", KGlobal::iconLoader()->loadIcon( "ic_penguin", KIcon::Desktop, 128 ) );
300 setDefaultImage = true;
301 }
302 picString = "<img src=\"defaultIcon\" width=\"64\" height=\"64\">";
303 }
267 } 304 }
268 picString = "<img src=\"defaultPenguin\" width=\"64\" height=\"64\">";
269 } 305 }
270 } 306 }
271 mText = QString::fromLatin1( 307 mText = QString::fromLatin1(
272 "<html>" 308 "<html>"
273 "<body text=\"%1\" bgcolor=\"%2\">" // text and background color 309 "<body text=\"%1\" bgcolor=\"%2\">" // text and background color
274 "<table>" 310 "<table>"
275 "<tr>" 311 "<tr>"
276 "<td rowspan=\"3\" align=\"right\" valign=\"top\">" 312 "<td rowspan=\"3\" align=\"right\" valign=\"top\">"
277 "%3" 313 "%3"
278 "</td>" 314 "</td>"
279 "<td align=\"left\"><font size=\"+2\"><b>%4</b></font></td>" // name 315 "<td align=\"left\"><font size=\"+2\"><b>%4</b></font></td>" // name
280 "</tr>" 316 "</tr>"
281 "%5" // role 317 "%5" // role
282 "%6" // organization 318 "%6" // organization
283 "<td colspan=\"2\">&nbsp;</td>" 319 "<td colspan=\"2\">&nbsp;</td>"
284 "%7" // dynamic part 320 "%7" // dynamic part
285 "%8" // notes 321 "%8" // notes
286 "</table>" 322 "</table>"
287 "</body>" 323 "</body>"
288 "</html>") 324 "</html>")
289//US 325//US
290 .arg( /*KGlobalSettings::textColor().name()*/ "black" ) 326 .arg( /*KGlobalSettings::textColor().name()*/ "black" )
291//US 327//US
292 .arg( /*KGlobalSettings::baseColor().name()*/ "white" ) 328 .arg( /*KGlobalSettings::baseColor().name()*/ "white" )
293 .arg( picString ) 329 .arg( picString )
294 .arg( name ) 330 .arg( name )
295 .arg( aRole ) 331 .arg( aRole )
296 .arg( aOrga ) 332 .arg( aOrga )
297 .arg( dynamicPart ) 333 .arg( dynamicPart )
298 .arg( notes ); 334 .arg( notes );
299 335
300 } else { // no picture! 336 } else { // no picture!
301 337
302mText = "<table width=\"100%\">\n"; 338mText = "<table width=\"100%\">\n";
303 //mText += "<tr bgcolor=\"#3679AD\"><td><h2>"; 339 //mText += "<tr bgcolor=\"#3679AD\"><td><h2>";
304#ifdef DESKTOP_VERSION 340#ifdef DESKTOP_VERSION
305 mText += "<tr bgcolor=\"#5699CD\"><td align=\"left\"><h1>"; 341 mText += "<tr bgcolor=\"#5699CD\"><td align=\"left\"><h1>";
306 mText += "<font color=\"#FFFFFF\">" + name +"</font></h1>"; 342 mText += "<font color=\"#FFFFFF\">" + name +"</font></h1>";
307#else 343#else
308 mText += "<tr bgcolor=\"#5699CD\"><td align=\"left\"><h3>"; 344 mText += "<tr bgcolor=\"#5699CD\"><td align=\"left\"><h3>";
309 mText += "<font color=\"#FFFFFF\"> " + name +"</font></h3>"; 345 mText += "<font color=\"#FFFFFF\"> " + name +"</font></h3>";
310#endif 346#endif
311 347
312 mText += "</td></tr>\n<tr bgcolor=\"#EAF8FA\"><td>"; 348 mText += "</td></tr>\n<tr bgcolor=\"#EAF8FA\"><td>";
313 349
314 mText += "<table><td colspan=\"2\">&nbsp;</td>"; 350 mText += "<table><td colspan=\"2\">&nbsp;</td>";
315 /* 351 /*
316 mText += QString("<tr><td align=\"right\"><b2>%1</b2></td>" 352 mText += QString("<tr><td align=\"right\"><b2>%1</b2></td>"
317 "<td align=\"left\"><b>%2</b></td></tr>" ) 353 "<td align=\"left\"><b>%2</b></td></tr>" )
318 .arg( i18n(" ") ) 354 .arg( i18n(" ") )
319 .arg( name ); 355 .arg( name );
320 */ 356 */
321 if ( ! mAddressee.role().isEmpty() ) 357 if ( ! mAddressee.role().isEmpty() )
322 mText += QString("<tr><td align=\"right\"><b>%1</b></td>" 358 mText += QString("<tr><td align=\"right\"><b>%1</b></td>"
323 "<td align=\"left\">%2</td></tr>" ) 359 "<td align=\"left\">%2</td></tr>" )
324 .arg( i18n(" ") ) 360 .arg( i18n(" ") )
325 .arg( mAddressee.role()); 361 .arg( mAddressee.role());
326 if ( ! mAddressee.organization().isEmpty() ) 362 if ( ! mAddressee.organization().isEmpty() )
327 mText += QString("<tr><td align=\"right\"><b>%1</b></td>" 363 mText += QString("<tr><td align=\"right\"><b>%1</b></td>"
328 "<td align=\"left\">%2</td></tr>" ) 364 "<td align=\"left\">%2</td></tr>" )
329 .arg( i18n(" ") ) 365 .arg( i18n(" ") )
330 .arg( mAddressee.organization()); 366 .arg( mAddressee.organization());
331 mText += dynamicPart; 367 mText += dynamicPart;
332 mText += notes; 368 mText += notes;
333 mText += "</table>"; 369 mText += "</table>";
334 370
335 } 371 }
336 372
337 // at last display it... 373 // at last display it...
338 setText( mText ); 374 setText( mText );
339 375
340} 376}
341 377
342QString AddresseeView::getPhoneNumbers( KABC::PhoneNumber::List phones ,bool preferred ) 378QString AddresseeView::getPhoneNumbers( KABC::PhoneNumber::List phones ,bool preferred )
343{ 379{
344 ExternalAppHandler* eah = ExternalAppHandler::instance(); 380 ExternalAppHandler* eah = ExternalAppHandler::instance();
345 bool kphoneAvail = eah->isPhoneAppAvailable(); 381 bool kphoneAvail = eah->isPhoneAppAvailable();
346 bool kfaxAvail = eah->isFaxAppAvailable(); 382 bool kfaxAvail = eah->isFaxAppAvailable();
347 bool ksmsAvail = eah->isSMSAppAvailable(); 383 bool ksmsAvail = eah->isSMSAppAvailable();
348 bool kpagerAvail = eah->isPagerAppAvailable(); 384 bool kpagerAvail = eah->isPagerAppAvailable();
349 bool ksipAvail = eah->isSIPAppAvailable(); 385 bool ksipAvail = eah->isSIPAppAvailable();
350 QString dynamicPart; 386 QString dynamicPart;
351 KABC::PhoneNumber::List::ConstIterator phoneIt; 387 KABC::PhoneNumber::List::ConstIterator phoneIt;
352 QString extension; 388 QString extension;
353 int phonetype; 389 int phonetype;
354 QString sms; 390 QString sms;
355 for ( phoneIt = phones.begin(); phoneIt != phones.end(); ++phoneIt ) { 391 for ( phoneIt = phones.begin(); phoneIt != phones.end(); ++phoneIt ) {
356 phonetype = (*phoneIt).type(); 392 phonetype = (*phoneIt).type();
357 if ( ((phonetype & KABC::PhoneNumber::Pref) == 0 ) == preferred ) 393 if ( ((phonetype & KABC::PhoneNumber::Pref) == 0 ) == preferred )
358 continue; 394 continue;
359 if (ksmsAvail && 395 if (ksmsAvail &&
360 ( 396 (
361 ((phonetype & KABC::PhoneNumber::Car) == KABC::PhoneNumber::Car) || 397 ((phonetype & KABC::PhoneNumber::Car) == KABC::PhoneNumber::Car) ||
362 ((phonetype & KABC::PhoneNumber::Cell) == KABC::PhoneNumber::Cell) 398 ((phonetype & KABC::PhoneNumber::Cell) == KABC::PhoneNumber::Cell)
363 ) 399 )
364 ) 400 )
365 { 401 {
366 sms = QString("<a href=\"smsto:%1 \">(sms)</a>" ) 402 sms = QString("<a href=\"smsto:%1 \">(sms)</a>" )
367 .arg( (*phoneIt).number() ); 403 .arg( (*phoneIt).number() );
368 404
369 } 405 }
370 else 406 else
371 sms = ""; 407 sms = "";
372 408
373 extension = QString::null; 409 extension = QString::null;
374 if ((phonetype & KABC::PhoneNumber::Fax) == KABC::PhoneNumber::Fax) { 410 if ((phonetype & KABC::PhoneNumber::Fax) == KABC::PhoneNumber::Fax) {
375 if (kfaxAvail) extension = "faxto:"; 411 if (kfaxAvail) extension = "faxto:";
376 } 412 }
377 else if ((phonetype & KABC::PhoneNumber::Pager) == KABC::PhoneNumber::Pager) { 413 else if ((phonetype & KABC::PhoneNumber::Pager) == KABC::PhoneNumber::Pager) {
378 if (kpagerAvail) extension = "pagerto:"; 414 if (kpagerAvail) extension = "pagerto:";
379 } 415 }
380 else if ((phonetype & KABC::PhoneNumber::Sip) == KABC::PhoneNumber::Sip) { 416 else if ((phonetype & KABC::PhoneNumber::Sip) == KABC::PhoneNumber::Sip) {
381 if (ksipAvail) extension = "sipto:"; 417 if (ksipAvail) extension = "sipto:";
382 } 418 }
383 else if (kphoneAvail) { 419 else if (kphoneAvail) {
384 extension = "phoneto:"; 420 extension = "phoneto:";
385 } 421 }
386 else 422 else
387 extension = QString::null; 423 extension = QString::null;
388 424
389 if ( !extension.isEmpty() ) { 425 if ( !extension.isEmpty() ) {
390 dynamicPart += QString( 426 dynamicPart += QString(
391 "<tr><td align=\"right\"><b>%1</b></td>" 427 "<tr><td align=\"right\"><b>%1</b></td>"
392 "<td align=\"left\"><a href=\"%2%3 \">%4</a> %5</td></tr>" ) 428 "<td align=\"left\"><a href=\"%2%3 \">%4</a> %5</td></tr>" )
393 .arg( KABC::PhoneNumber::typeLabel( phonetype ) ) 429 .arg( KABC::PhoneNumber::typeLabel( phonetype ) )
394 .arg( extension ) 430 .arg( extension )
395 .arg( (*phoneIt).number() ) 431 .arg( (*phoneIt).number() )
396 .arg( (*phoneIt).number() ) 432 .arg( (*phoneIt).number() )
397 .arg( sms ); 433 .arg( sms );
398 434
399 } else { 435 } else {
400 dynamicPart += QString( 436 dynamicPart += QString(
401 "<tr><td align=\"right\"><b>%1</b></td>" 437 "<tr><td align=\"right\"><b>%1</b></td>"
402 "<td align=\"left\">%2 %3</td></tr>" ) 438 "<td align=\"left\">%2 %3</td></tr>" )
403 .arg( KABC::PhoneNumber::typeLabel( phonetype ) ) 439 .arg( KABC::PhoneNumber::typeLabel( phonetype ) )
404 .arg( (*phoneIt).number() ) 440 .arg( (*phoneIt).number() )
405 .arg( sms ); 441 .arg( sms );
406 } 442 }
407 } 443 }
408 return dynamicPart; 444 return dynamicPart;
409} 445}
410/* 446/*
411KABC::Addressee AddresseeView::addressee() const 447KABC::Addressee AddresseeView::addressee() const
412{ 448{
413 return mAddressee; 449 return mAddressee;
414} 450}
415*/ 451*/
416void AddresseeView::addTag(const QString & tag,const QString & text) 452void AddresseeView::addTag(const QString & tag,const QString & text)
417{ 453{
418 if ( text.isEmpty() ) 454 if ( text.isEmpty() )
419 return; 455 return;
420 int number=text.contains("\n"); 456 int number=text.contains("\n");
421 QString str = "<" + tag + ">"; 457 QString str = "<" + tag + ">";
422 QString tmpText=text; 458 QString tmpText=text;
423 QString tmpStr=str; 459 QString tmpStr=str;
424 if(number !=-1) 460 if(number !=-1)
425 { 461 {
426 if (number > 0) { 462 if (number > 0) {
427 int pos=0; 463 int pos=0;
428 QString tmp; 464 QString tmp;
429 for(int i=0;i<=number;i++) { 465 for(int i=0;i<=number;i++) {
430 pos=tmpText.find("\n"); 466 pos=tmpText.find("\n");
431 tmp=tmpText.left(pos); 467 tmp=tmpText.left(pos);
432 tmpText=tmpText.right(tmpText.length()-pos-1); 468 tmpText=tmpText.right(tmpText.length()-pos-1);
433 tmpStr+=tmp+"<br>"; 469 tmpStr+=tmp+"<br>";
434 } 470 }
435 } 471 }
436 else tmpStr += tmpText; 472 else tmpStr += tmpText;
437 tmpStr+="</" + tag + ">"; 473 tmpStr+="</" + tag + ">";
438 mText.append(tmpStr); 474 mText.append(tmpStr);
439 } 475 }
440 else 476 else
441 { 477 {
442 str += text + "</" + tag + ">"; 478 str += text + "</" + tag + ">";
443 mText.append(str); 479 mText.append(str);
444 } 480 }
445} 481}
446 482
447AddresseeChooser::AddresseeChooser( KABC::Addressee loc, KABC::Addressee rem, bool takeloc, QWidget *parent, const char *name ) : KDialogBase(parent,name, 483AddresseeChooser::AddresseeChooser( KABC::Addressee loc, KABC::Addressee rem, bool takeloc, QWidget *parent, const char *name ) : KDialogBase(parent,name,
448 true ,i18n("Conflict! Please choose Adressee!"),Ok|User1|Close,Close, false) 484 true ,i18n("Conflict! Please choose Adressee!"),Ok|User1|Close,Close, false)
449{ 485{
450 findButton( Close )->setText( i18n("Cancel Sync")); 486 findButton( Close )->setText( i18n("Cancel Sync"));
451 findButton( Ok )->setText( i18n("Remote")); 487 findButton( Ok )->setText( i18n("Remote"));
452 findButton( User1 )->setText( i18n("Local")); 488 findButton( User1 )->setText( i18n("Local"));
453 QWidget* topframe = new QWidget( this ); 489 QWidget* topframe = new QWidget( this );
454 setMainWidget( topframe ); 490 setMainWidget( topframe );
455 QBoxLayout* bl; 491 QBoxLayout* bl;
456 if ( QApplication::desktop()->width() < 640 ) { 492 if ( QApplication::desktop()->width() < 640 ) {
457 bl = new QVBoxLayout( topframe ); 493 bl = new QVBoxLayout( topframe );
458 } else { 494 } else {
459 bl = new QHBoxLayout( topframe ); 495 bl = new QHBoxLayout( topframe );
460 } 496 }
461 QVBox* subframe = new QVBox( topframe ); 497 QVBox* subframe = new QVBox( topframe );
462 bl->addWidget(subframe ); 498 bl->addWidget(subframe );
463 QLabel* lab = new QLabel( i18n("Local Addressee"), subframe ); 499 QLabel* lab = new QLabel( i18n("Local Addressee"), subframe );
464 if ( takeloc ) 500 if ( takeloc )
465 lab->setBackgroundColor(Qt::green.light() ); 501 lab->setBackgroundColor(Qt::green.light() );
466 AddresseeView * av = new AddresseeView( subframe ); 502 AddresseeView * av = new AddresseeView( subframe );
467 av->setAddressee( loc ); 503 av->setAddressee( loc );
468 subframe = new QVBox( topframe ); 504 subframe = new QVBox( topframe );
469 bl->addWidget(subframe ); 505 bl->addWidget(subframe );
470 lab = new QLabel( i18n("Remote Addressee"), subframe ); 506 lab = new QLabel( i18n("Remote Addressee"), subframe );
471 if ( !takeloc ) 507 if ( !takeloc )
472 lab->setBackgroundColor(Qt::green.light() ); 508 lab->setBackgroundColor(Qt::green.light() );
473 av = new AddresseeView( subframe ); 509 av = new AddresseeView( subframe );
474 av->setAddressee( rem ); 510 av->setAddressee( rem );
475 QObject::connect(findButton( Ok ),SIGNAL(clicked()),this, SLOT(slot_remote())); 511 QObject::connect(findButton( Ok ),SIGNAL(clicked()),this, SLOT(slot_remote()));
476 QObject::connect(this,SIGNAL(user1Clicked()),this, SLOT(slot_local())); 512 QObject::connect(this,SIGNAL(user1Clicked()),this, SLOT(slot_local()));
477#ifndef DESKTOP_VERSION 513#ifndef DESKTOP_VERSION
478 showMaximized(); 514 showMaximized();
479#else 515#else
480 resize ( 640, 400 ); 516 resize ( 640, 400 );
481#endif 517#endif
482} 518}
483 519
484int AddresseeChooser::executeD( bool local ) 520int AddresseeChooser::executeD( bool local )
485{ 521{
486 mSyncResult = 3; 522 mSyncResult = 3;
487 if ( local ) 523 if ( local )
488 findButton( User1 )->setFocus(); 524 findButton( User1 )->setFocus();
489 else 525 else
490 findButton( Ok )->setFocus(); 526 findButton( Ok )->setFocus();
491 exec(); 527 exec();
492 return mSyncResult; 528 return mSyncResult;
493} 529}
494void AddresseeChooser::slot_remote() 530void AddresseeChooser::slot_remote()
495{ 531{
496 mSyncResult = 2; 532 mSyncResult = 2;
497 accept(); 533 accept();
498} 534}
499void AddresseeChooser::slot_local() 535void AddresseeChooser::slot_local()
500{ 536{
501 mSyncResult = 1; 537 mSyncResult = 1;
502 accept(); 538 accept();
503} 539}
diff --git a/kaddressbook/kabcore.cpp b/kaddressbook/kabcore.cpp
index e1a490d..3650b20 100644
--- a/kaddressbook/kabcore.cpp
+++ b/kaddressbook/kabcore.cpp
@@ -1,3391 +1,3391 @@
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 // LP 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( incrementalSearch( const QString& ) ) ); 365 SLOT( incrementalSearch( 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#ifndef KAB_EMBEDDED
635 KAboutData *about = new KAboutData( "kaddressbook", I18N_NOOP( "KAddressBook" ), 635 KAboutData *about = new KAboutData( "kaddressbook", I18N_NOOP( "KAddressBook" ),
636 "3.1", I18N_NOOP( "The KDE Address Book" ), 636 "3.1", I18N_NOOP( "The KDE Address Book" ),
637 KAboutData::License_GPL_V2, 637 KAboutData::License_GPL_V2,
638 I18N_NOOP( "(c) 1997-2003, The KDE PIM Team" ) ); 638 I18N_NOOP( "(c) 1997-2003, The KDE PIM Team" ) );
639 about->addAuthor( "Tobias Koenig", I18N_NOOP( "Current maintainer " ), "tokoe@kde.org" ); 639 about->addAuthor( "Tobias Koenig", I18N_NOOP( "Current maintainer " ), "tokoe@kde.org" );
640 about->addAuthor( "Don Sanders", I18N_NOOP( "Original author " ) ); 640 about->addAuthor( "Don Sanders", I18N_NOOP( "Original author " ) );
641 about->addAuthor( "Cornelius Schumacher", 641 about->addAuthor( "Cornelius Schumacher",
642 I18N_NOOP( "Co-maintainer, libkabc port, CSV import/export " ), 642 I18N_NOOP( "Co-maintainer, libkabc port, CSV import/export " ),
643 "schumacher@kde.org" ); 643 "schumacher@kde.org" );
644 about->addAuthor( "Mike Pilone", I18N_NOOP( "GUI and framework redesign " ), 644 about->addAuthor( "Mike Pilone", I18N_NOOP( "GUI and framework redesign " ),
645 "mpilone@slac.com" ); 645 "mpilone@slac.com" );
646 about->addAuthor( "Greg Stern", I18N_NOOP( "DCOP interface" ) ); 646 about->addAuthor( "Greg Stern", I18N_NOOP( "DCOP interface" ) );
647 about->addAuthor( "Mark Westcott", I18N_NOOP( "Contact pinning" ) ); 647 about->addAuthor( "Mark Westcott", I18N_NOOP( "Contact pinning" ) );
648 about->addAuthor( "Michel Boyer de la Giroday", I18N_NOOP( "LDAP Lookup\n" ), 648 about->addAuthor( "Michel Boyer de la Giroday", I18N_NOOP( "LDAP Lookup\n" ),
649 "michel@klaralvdalens-datakonsult.se" ); 649 "michel@klaralvdalens-datakonsult.se" );
650 about->addAuthor( "Steffen Hansen", I18N_NOOP( "LDAP Lookup " ), 650 about->addAuthor( "Steffen Hansen", I18N_NOOP( "LDAP Lookup " ),
651 "hansen@kde.org" ); 651 "hansen@kde.org" );
652 652
653 return about; 653 return about;
654#endif //KAB_EMBEDDED 654#endif //KAB_EMBEDDED
655 655
656 QString version; 656 QString version;
657#include <../version> 657#include <../version>
658 QMessageBox::about( this, "About KAddressbook/Pi", 658 QMessageBox::about( this, "About KAddressbook/Pi",
659 "KAddressbook/Platform-independent\n" 659 "KAddressbook/Platform-independent\n"
660 "(KA/Pi) " +version + " - " + 660 "(KA/Pi) " +version + " - " +
661#ifdef DESKTOP_VERSION 661#ifdef DESKTOP_VERSION
662 "Desktop Edition\n" 662 "Desktop Edition\n"
663#else 663#else
664 "PDA-Edition\n" 664 "PDA-Edition\n"
665 "for: Zaurus 5500 / 7x0 / 8x0\n" 665 "for: Zaurus 5500 / 7x0 / 8x0\n"
666#endif 666#endif
667 667
668 "(c) 2004 Ulf Schenk\n" 668 "(c) 2004 Ulf Schenk\n"
669 "(c) 2004 Lutz Rogowski\n" 669 "(c) 2004 Lutz Rogowski\n"
670 "(c) 1997-2003, The KDE PIM Team\n" 670 "(c) 1997-2003, The KDE PIM Team\n"
671 "Tobias Koenig Current maintainer\ntokoe@kde.org\n" 671 "Tobias Koenig Current maintainer\ntokoe@kde.org\n"
672 "Don Sanders Original author\n" 672 "Don Sanders Original author\n"
673 "Cornelius Schumacher Co-maintainer\nschumacher@kde.org\n" 673 "Cornelius Schumacher Co-maintainer\nschumacher@kde.org\n"
674 "Mike Pilone GUI and framework redesign\nmpilone@slac.com\n" 674 "Mike Pilone GUI and framework redesign\nmpilone@slac.com\n"
675 "Greg Stern DCOP interface\n" 675 "Greg Stern DCOP interface\n"
676 "Mark Westcot Contact pinning\n" 676 "Mark Westcot Contact pinning\n"
677 "Michel Boyer de la Giroday LDAP Lookup\n" "michel@klaralvdalens-datakonsult.se\n" 677 "Michel Boyer de la Giroday LDAP Lookup\n" "michel@klaralvdalens-datakonsult.se\n"
678 "Steffen Hansen LDAP Lookup\nhansen@kde.org\n" 678 "Steffen Hansen LDAP Lookup\nhansen@kde.org\n"
679#ifdef _WIN32_ 679#ifdef _WIN32_
680 "(c) 2004 Lutz Rogowski Import from OL\nrogowski@kde.org\n" 680 "(c) 2004 Lutz Rogowski Import from OL\nrogowski@kde.org\n"
681#endif 681#endif
682 ); 682 );
683} 683}
684 684
685void KABCore::setContactSelected( const QString &uid ) 685void KABCore::setContactSelected( const QString &uid )
686{ 686{
687 KABC::Addressee addr = mAddressBook->findByUid( uid ); 687 KABC::Addressee addr = mAddressBook->findByUid( uid );
688 if ( !mDetails->isHidden() ) 688 if ( !mDetails->isHidden() )
689 mDetails->setAddressee( addr ); 689 mDetails->setAddressee( addr );
690 690
691 if ( !addr.isEmpty() ) { 691 if ( !addr.isEmpty() ) {
692 emit contactSelected( addr.formattedName() ); 692 emit contactSelected( addr.formattedName() );
693 KABC::Picture pic = addr.photo(); 693 KABC::Picture pic = addr.photo();
694 if ( pic.isIntern() ) { 694 if ( pic.isIntern() ) {
695//US emit contactSelected( pic.data() ); 695//US emit contactSelected( pic.data() );
696//US instead use: 696//US instead use:
697 QPixmap px; 697 QPixmap px;
698 if (pic.data().isNull() != true) 698 if (pic.data().isNull() != true)
699 { 699 {
700 px.convertFromImage(pic.data()); 700 px.convertFromImage(pic.data());
701 } 701 }
702 702
703 emit contactSelected( px ); 703 emit contactSelected( px );
704 } 704 }
705 } 705 }
706 706
707 707
708 mExtensionManager->setSelectionChanged(); 708 mExtensionManager->setSelectionChanged();
709 709
710 // update the actions 710 // update the actions
711 bool selected = !uid.isEmpty(); 711 bool selected = !uid.isEmpty();
712 712
713 if ( mReadWrite ) { 713 if ( mReadWrite ) {
714 mActionCut->setEnabled( selected ); 714 mActionCut->setEnabled( selected );
715 mActionPaste->setEnabled( selected ); 715 mActionPaste->setEnabled( selected );
716 } 716 }
717 717
718 mActionCopy->setEnabled( selected ); 718 mActionCopy->setEnabled( selected );
719 mActionDelete->setEnabled( selected ); 719 mActionDelete->setEnabled( selected );
720 mActionEditAddressee->setEnabled( selected ); 720 mActionEditAddressee->setEnabled( selected );
721 mActionMail->setEnabled( selected ); 721 mActionMail->setEnabled( selected );
722 mActionMailVCard->setEnabled( selected ); 722 mActionMailVCard->setEnabled( selected );
723 //if (mActionBeam) 723 //if (mActionBeam)
724 //mActionBeam->setEnabled( selected ); 724 //mActionBeam->setEnabled( selected );
725 mActionWhoAmI->setEnabled( selected ); 725 mActionWhoAmI->setEnabled( selected );
726} 726}
727 727
728void KABCore::sendMail() 728void KABCore::sendMail()
729{ 729{
730 sendMail( mViewManager->selectedEmails().join( ", " ) ); 730 sendMail( mViewManager->selectedEmails().join( ", " ) );
731} 731}
732 732
733void KABCore::sendMail( const QString& emaillist ) 733void KABCore::sendMail( const QString& emaillist )
734{ 734{
735 // the parameter has the form "name1 <abc@aol.com>,name2 <abc@aol.com>;... " 735 // the parameter has the form "name1 <abc@aol.com>,name2 <abc@aol.com>;... "
736 if (emaillist.contains(",") > 0) 736 if (emaillist.contains(",") > 0)
737 ExternalAppHandler::instance()->mailToMultipleContacts( emaillist, QString::null ); 737 ExternalAppHandler::instance()->mailToMultipleContacts( emaillist, QString::null );
738 else 738 else
739 ExternalAppHandler::instance()->mailToOneContact( emaillist ); 739 ExternalAppHandler::instance()->mailToOneContact( emaillist );
740} 740}
741 741
742 742
743 743
744void KABCore::mailVCard() 744void KABCore::mailVCard()
745{ 745{
746 QStringList uids = mViewManager->selectedUids(); 746 QStringList uids = mViewManager->selectedUids();
747 if ( !uids.isEmpty() ) 747 if ( !uids.isEmpty() )
748 mailVCard( uids ); 748 mailVCard( uids );
749} 749}
750 750
751void KABCore::mailVCard( const QStringList& uids ) 751void KABCore::mailVCard( const QStringList& uids )
752{ 752{
753 QStringList urls; 753 QStringList urls;
754 754
755// QString tmpdir = locateLocal("tmp", KGlobal::getAppName()); 755// QString tmpdir = locateLocal("tmp", KGlobal::getAppName());
756 756
757 QString dirName = "/tmp/" + KApplication::randomString( 8 ); 757 QString dirName = "/tmp/" + KApplication::randomString( 8 );
758 758
759 759
760 760
761 QDir().mkdir( dirName, true ); 761 QDir().mkdir( dirName, true );
762 762
763 for( QStringList::ConstIterator it = uids.begin(); it != uids.end(); ++it ) { 763 for( QStringList::ConstIterator it = uids.begin(); it != uids.end(); ++it ) {
764 KABC::Addressee a = mAddressBook->findByUid( *it ); 764 KABC::Addressee a = mAddressBook->findByUid( *it );
765 765
766 if ( a.isEmpty() ) 766 if ( a.isEmpty() )
767 continue; 767 continue;
768 768
769 QString name = a.givenName() + "_" + a.familyName() + ".vcf"; 769 QString name = a.givenName() + "_" + a.familyName() + ".vcf";
770 770
771 QString fileName = dirName + "/" + name; 771 QString fileName = dirName + "/" + name;
772 772
773 QFile outFile(fileName); 773 QFile outFile(fileName);
774 774
775 if ( outFile.open(IO_WriteOnly) ) { // file opened successfully 775 if ( outFile.open(IO_WriteOnly) ) { // file opened successfully
776 KABC::VCardConverter converter; 776 KABC::VCardConverter converter;
777 QString vcard; 777 QString vcard;
778 778
779 converter.addresseeToVCard( a, vcard ); 779 converter.addresseeToVCard( a, vcard );
780 780
781 QTextStream t( &outFile ); // use a text stream 781 QTextStream t( &outFile ); // use a text stream
782 t.setEncoding( QTextStream::UnicodeUTF8 ); 782 t.setEncoding( QTextStream::UnicodeUTF8 );
783 t << vcard; 783 t << vcard;
784 784
785 outFile.close(); 785 outFile.close();
786 786
787 urls.append( fileName ); 787 urls.append( fileName );
788 } 788 }
789 } 789 }
790 790
791 bool result = ExternalAppHandler::instance()->mailToMultipleContacts( QString::null, urls.join(", ") ); 791 bool result = ExternalAppHandler::instance()->mailToMultipleContacts( QString::null, urls.join(", ") );
792 792
793 793
794/*US 794/*US
795 kapp->invokeMailer( QString::null, QString::null, QString::null, 795 kapp->invokeMailer( QString::null, QString::null, QString::null,
796 QString::null, // subject 796 QString::null, // subject
797 QString::null, // body 797 QString::null, // body
798 QString::null, 798 QString::null,
799 urls ); // attachments 799 urls ); // attachments
800*/ 800*/
801 801
802} 802}
803 803
804/** 804/**
805 Beams the "WhoAmI contact. 805 Beams the "WhoAmI contact.
806*/ 806*/
807void KABCore::beamMySelf() 807void KABCore::beamMySelf()
808{ 808{
809 KABC::Addressee a = KABC::StdAddressBook::self()->whoAmI(); 809 KABC::Addressee a = KABC::StdAddressBook::self()->whoAmI();
810 if (!a.isEmpty()) 810 if (!a.isEmpty())
811 { 811 {
812 QStringList uids; 812 QStringList uids;
813 uids << a.uid(); 813 uids << a.uid();
814 814
815 beamVCard(uids); 815 beamVCard(uids);
816 } else { 816 } 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" ) ); 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" ) );
818 818
819 819
820 } 820 }
821} 821}
822void KABCore::updateMainWindow() 822void KABCore::updateMainWindow()
823{ 823{
824 mMainWindow->showMaximized(); 824 mMainWindow->showMaximized();
825 mMainWindow->update(); 825 mMainWindow->update();
826} 826}
827void KABCore::resizeEvent(QResizeEvent* e ) 827void KABCore::resizeEvent(QResizeEvent* e )
828{ 828{
829 if ( !mMiniSplitter ) 829 if ( !mMiniSplitter )
830 return; 830 return;
831 //qDebug("KABCore::resizeEvent(QResizeEvent* e ) "); 831 //qDebug("KABCore::resizeEvent(QResizeEvent* e ) ");
832 if ( QApplication::desktop()->width() >= 480 ) { 832 if ( QApplication::desktop()->width() >= 480 ) {
833 if (QApplication::desktop()->width() == 640 ) { // e.g. 640x480 833 if (QApplication::desktop()->width() == 640 ) { // e.g. 640x480
834 if ( mMiniSplitter->orientation() == Qt::Vertical ) { 834 if ( mMiniSplitter->orientation() == Qt::Vertical ) {
835 mMiniSplitter->setOrientation( Qt::Horizontal); 835 mMiniSplitter->setOrientation( Qt::Horizontal);
836 mMiniSplitter->setMinimizeDirection ( KDGanttMinimizeSplitter::Right ); 836 mMiniSplitter->setMinimizeDirection ( KDGanttMinimizeSplitter::Right );
837 } 837 }
838 if ( QApplication::desktop()->width() <= 640 ) { 838 if ( QApplication::desktop()->width() <= 640 ) {
839 mMainWindow->showMinimized(); 839 mMainWindow->showMinimized();
840 //mMainWindow->setMaximumSize( QApplication::desktop()->size() ); 840 //mMainWindow->setMaximumSize( QApplication::desktop()->size() );
841 mViewManager->getFilterAction()->setComboWidth( 150 ); 841 mViewManager->getFilterAction()->setComboWidth( 150 );
842 if ( mIncSearchWidget ) 842 if ( mIncSearchWidget )
843 mIncSearchWidget->setSize(); 843 mIncSearchWidget->setSize();
844 QTimer::singleShot( 1, this , SLOT ( updateMainWindow())); 844 QTimer::singleShot( 1, this , SLOT ( updateMainWindow()));
845 } 845 }
846 846
847 } else if (QApplication::desktop()->width() == 480 ){// e.g. 480x640 847 } else if (QApplication::desktop()->width() == 480 ){// e.g. 480x640
848 if ( mMiniSplitter->orientation() == Qt::Horizontal ) { 848 if ( mMiniSplitter->orientation() == Qt::Horizontal ) {
849 mMiniSplitter->setOrientation( Qt::Vertical ); 849 mMiniSplitter->setOrientation( Qt::Vertical );
850 mMiniSplitter->setMinimizeDirection ( KDGanttMinimizeSplitter::Down ); 850 mMiniSplitter->setMinimizeDirection ( KDGanttMinimizeSplitter::Down );
851 } 851 }
852 if ( QApplication::desktop()->width() <= 640 ) { 852 if ( QApplication::desktop()->width() <= 640 ) {
853 //mMainWindow->setMaximumSize( QApplication::desktop()->size() ); 853 //mMainWindow->setMaximumSize( QApplication::desktop()->size() );
854 mMainWindow->showMinimized(); 854 mMainWindow->showMinimized();
855 if ( KABPrefs::instance()->mHideSearchOnSwitch ) { 855 if ( KABPrefs::instance()->mHideSearchOnSwitch ) {
856 if ( mIncSearchWidget ) { 856 if ( mIncSearchWidget ) {
857 mIncSearchWidget->setSize(); 857 mIncSearchWidget->setSize();
858 } 858 }
859 } else { 859 } else {
860 mViewManager->getFilterAction()->setComboWidth( 0 ); 860 mViewManager->getFilterAction()->setComboWidth( 0 );
861 } 861 }
862 QTimer::singleShot( 1, this , SLOT ( updateMainWindow())); 862 QTimer::singleShot( 1, this , SLOT ( updateMainWindow()));
863 } 863 }
864 } 864 }
865 } 865 }
866 QWidget::resizeEvent( e ); 866 QWidget::resizeEvent( e );
867 867
868} 868}
869void KABCore::export2phone() 869void KABCore::export2phone()
870{ 870{
871 871
872 QStringList uids; 872 QStringList uids;
873 XXPortSelectDialog dlg( this, false, this ); 873 XXPortSelectDialog dlg( this, false, this );
874 if ( dlg.exec() ) 874 if ( dlg.exec() )
875 uids = dlg.uids(); 875 uids = dlg.uids();
876 else 876 else
877 return; 877 return;
878 if ( uids.isEmpty() ) 878 if ( uids.isEmpty() )
879 return; 879 return;
880 // qDebug("count %d ", uids.count()); 880 // qDebug("count %d ", uids.count());
881 881
882 KAex2phonePrefs ex2phone; 882 KAex2phonePrefs ex2phone;
883 ex2phone.mPhoneConnection->setText( KPimGlobalPrefs::instance()->mEx2PhoneConnection ); 883 ex2phone.mPhoneConnection->setText( KPimGlobalPrefs::instance()->mEx2PhoneConnection );
884 ex2phone.mPhoneDevice->setText( KPimGlobalPrefs::instance()->mEx2PhoneDevice ); 884 ex2phone.mPhoneDevice->setText( KPimGlobalPrefs::instance()->mEx2PhoneDevice );
885 ex2phone.mPhoneModel->setText( KPimGlobalPrefs::instance()->mEx2PhoneModel ); 885 ex2phone.mPhoneModel->setText( KPimGlobalPrefs::instance()->mEx2PhoneModel );
886 886
887 if ( !ex2phone.exec() ) { 887 if ( !ex2phone.exec() ) {
888 return; 888 return;
889 } 889 }
890 KPimGlobalPrefs::instance()->mEx2PhoneConnection = ex2phone.mPhoneConnection->text(); 890 KPimGlobalPrefs::instance()->mEx2PhoneConnection = ex2phone.mPhoneConnection->text();
891 KPimGlobalPrefs::instance()->mEx2PhoneDevice = ex2phone.mPhoneDevice->text(); 891 KPimGlobalPrefs::instance()->mEx2PhoneDevice = ex2phone.mPhoneDevice->text();
892 KPimGlobalPrefs::instance()->mEx2PhoneModel = ex2phone.mPhoneModel->text(); 892 KPimGlobalPrefs::instance()->mEx2PhoneModel = ex2phone.mPhoneModel->text();
893 893
894 894
895 PhoneAccess::writeConfig( KPimGlobalPrefs::instance()->mEx2PhoneDevice, 895 PhoneAccess::writeConfig( KPimGlobalPrefs::instance()->mEx2PhoneDevice,
896 KPimGlobalPrefs::instance()->mEx2PhoneConnection, 896 KPimGlobalPrefs::instance()->mEx2PhoneConnection,
897 KPimGlobalPrefs::instance()->mEx2PhoneModel ); 897 KPimGlobalPrefs::instance()->mEx2PhoneModel );
898 898
899 QString fileName = getPhoneFile(); 899 QString fileName = getPhoneFile();
900 if ( ! mAddressBook->export2PhoneFormat( uids ,fileName ) ) 900 if ( ! mAddressBook->export2PhoneFormat( uids ,fileName ) )
901 return; 901 return;
902 902
903 message(i18n("Exporting to phone...")); 903 message(i18n("Exporting to phone..."));
904 QTimer::singleShot( 1, this , SLOT ( writeToPhone())); 904 QTimer::singleShot( 1, this , SLOT ( writeToPhone()));
905 905
906} 906}
907QString KABCore::getPhoneFile() 907QString KABCore::getPhoneFile()
908{ 908{
909#ifdef DESKTOP_VERSION 909#ifdef DESKTOP_VERSION
910 return locateLocal("tmp", "phonefile.vcf"); 910 return locateLocal("tmp", "phonefile.vcf");
911#else 911#else
912 return "/tmp/phonefile.vcf"; 912 return "/tmp/phonefile.vcf";
913#endif 913#endif
914 914
915} 915}
916void KABCore::writeToPhone( ) 916void KABCore::writeToPhone( )
917{ 917{
918 if ( PhoneAccess::writeToPhone( getPhoneFile() ) ) 918 if ( PhoneAccess::writeToPhone( getPhoneFile() ) )
919 message(i18n("Export to phone finished!")); 919 message(i18n("Export to phone finished!"));
920 else 920 else
921 qDebug(i18n("KA: Error exporting to phone")); 921 qDebug(i18n("KA: Error exporting to phone"));
922} 922}
923void KABCore::beamVCard() 923void KABCore::beamVCard()
924{ 924{
925 QStringList uids; 925 QStringList uids;
926 XXPortSelectDialog dlg( this, false, this ); 926 XXPortSelectDialog dlg( this, false, this );
927 if ( dlg.exec() ) 927 if ( dlg.exec() )
928 uids = dlg.uids(); 928 uids = dlg.uids();
929 else 929 else
930 return; 930 return;
931 if ( uids.isEmpty() ) 931 if ( uids.isEmpty() )
932 return; 932 return;
933 beamVCard( uids ); 933 beamVCard( uids );
934} 934}
935 935
936 936
937void KABCore::beamVCard(const QStringList& uids) 937void KABCore::beamVCard(const QStringList& uids)
938{ 938{
939 939
940 // LR: we should use the /tmp dir on the Zaurus, 940 // LR: we should use the /tmp dir on the Zaurus,
941 // because: /tmp = RAM, (HOME)/kdepim = flash memory 941 // because: /tmp = RAM, (HOME)/kdepim = flash memory
942 942
943#ifdef DESKTOP_VERSION 943#ifdef DESKTOP_VERSION
944 QString fileName = locateLocal("tmp", "kapibeamfile.vcf"); 944 QString fileName = locateLocal("tmp", "kapibeamfile.vcf");
945#else 945#else
946 QString fileName = "/tmp/kapibeamfile.vcf"; 946 QString fileName = "/tmp/kapibeamfile.vcf";
947#endif 947#endif
948 948
949 KABC::VCardConverter converter; 949 KABC::VCardConverter converter;
950 QString description; 950 QString description;
951 QString datastream; 951 QString datastream;
952 for( QStringList::ConstIterator it = uids.begin(); it != uids.end(); ++it ) { 952 for( QStringList::ConstIterator it = uids.begin(); it != uids.end(); ++it ) {
953 KABC::Addressee a = mAddressBook->findByUid( *it ); 953 KABC::Addressee a = mAddressBook->findByUid( *it );
954 954
955 if ( a.isEmpty() ) 955 if ( a.isEmpty() )
956 continue; 956 continue;
957 957
958 if (description.isEmpty()) 958 if (description.isEmpty())
959 description = a.formattedName(); 959 description = a.formattedName();
960 960
961 QString vcard; 961 QString vcard;
962 converter.addresseeToVCard( a, vcard ); 962 converter.addresseeToVCard( a, vcard );
963 int start = 0; 963 int start = 0;
964 int next; 964 int next;
965 while ( (next = vcard.find("TYPE=", start) )>= 0 ) { 965 while ( (next = vcard.find("TYPE=", start) )>= 0 ) {
966 int semi = vcard.find(";", next); 966 int semi = vcard.find(";", next);
967 int dopp = vcard.find(":", next); 967 int dopp = vcard.find(":", next);
968 int sep; 968 int sep;
969 if ( semi < dopp && semi >= 0 ) 969 if ( semi < dopp && semi >= 0 )
970 sep = semi ; 970 sep = semi ;
971 else 971 else
972 sep = dopp; 972 sep = dopp;
973 datastream +=vcard.mid( start, next - start); 973 datastream +=vcard.mid( start, next - start);
974 datastream +=vcard.mid( next+5,sep -next -5 ).upper(); 974 datastream +=vcard.mid( next+5,sep -next -5 ).upper();
975 start = sep; 975 start = sep;
976 } 976 }
977 datastream += vcard.mid( start,vcard.length() ); 977 datastream += vcard.mid( start,vcard.length() );
978 } 978 }
979#ifndef DESKTOP_VERSION 979#ifndef DESKTOP_VERSION
980 QFile outFile(fileName); 980 QFile outFile(fileName);
981 if ( outFile.open(IO_WriteOnly) ) { 981 if ( outFile.open(IO_WriteOnly) ) {
982 datastream.replace ( QRegExp("VERSION:3.0") , "VERSION:2.1" ); 982 datastream.replace ( QRegExp("VERSION:3.0") , "VERSION:2.1" );
983 QTextStream t( &outFile ); // use a text stream 983 QTextStream t( &outFile ); // use a text stream
984 //t.setEncoding( QTextStream::UnicodeUTF8 ); 984 //t.setEncoding( QTextStream::UnicodeUTF8 );
985 t.setEncoding( QTextStream::Latin1 ); 985 t.setEncoding( QTextStream::Latin1 );
986 t <<datastream.latin1(); 986 t <<datastream.latin1();
987 outFile.close(); 987 outFile.close();
988 Ir *ir = new Ir( this ); 988 Ir *ir = new Ir( this );
989 connect( ir, SIGNAL( done(Ir*) ), this, SLOT( beamDone(Ir*) ) ); 989 connect( ir, SIGNAL( done(Ir*) ), this, SLOT( beamDone(Ir*) ) );
990 ir->send( fileName, description, "text/x-vCard" ); 990 ir->send( fileName, description, "text/x-vCard" );
991 } else { 991 } else {
992 qDebug("KA: Error open temp beam file "); 992 qDebug("KA: Error open temp beam file ");
993 return; 993 return;
994 } 994 }
995#endif 995#endif
996 996
997} 997}
998 998
999void KABCore::beamDone( Ir *ir ) 999void KABCore::beamDone( Ir *ir )
1000{ 1000{
1001#ifndef DESKTOP_VERSION 1001#ifndef DESKTOP_VERSION
1002 delete ir; 1002 delete ir;
1003#endif 1003#endif
1004 topLevelWidget()->raise(); 1004 topLevelWidget()->raise();
1005 message( i18n("Beaming finished!") ); 1005 message( i18n("Beaming finished!") );
1006} 1006}
1007 1007
1008 1008
1009void KABCore::browse( const QString& url ) 1009void KABCore::browse( const QString& url )
1010{ 1010{
1011#ifndef KAB_EMBEDDED 1011#ifndef KAB_EMBEDDED
1012 kapp->invokeBrowser( url ); 1012 kapp->invokeBrowser( url );
1013#else //KAB_EMBEDDED 1013#else //KAB_EMBEDDED
1014 qDebug("KABCore::browse must be fixed"); 1014 qDebug("KABCore::browse must be fixed");
1015#endif //KAB_EMBEDDED 1015#endif //KAB_EMBEDDED
1016} 1016}
1017 1017
1018void KABCore::selectAllContacts() 1018void KABCore::selectAllContacts()
1019{ 1019{
1020 mViewManager->setSelected( QString::null, true ); 1020 mViewManager->setSelected( QString::null, true );
1021} 1021}
1022 1022
1023void KABCore::deleteContacts() 1023void KABCore::deleteContacts()
1024{ 1024{
1025 QStringList uidList = mViewManager->selectedUids(); 1025 QStringList uidList = mViewManager->selectedUids();
1026 deleteContacts( uidList ); 1026 deleteContacts( uidList );
1027} 1027}
1028 1028
1029void KABCore::deleteContacts( const QStringList &uids ) 1029void KABCore::deleteContacts( const QStringList &uids )
1030{ 1030{
1031 if ( uids.count() > 0 ) { 1031 if ( uids.count() > 0 ) {
1032 PwDeleteCommand *command = new PwDeleteCommand( mAddressBook, uids ); 1032 PwDeleteCommand *command = new PwDeleteCommand( mAddressBook, uids );
1033 UndoStack::instance()->push( command ); 1033 UndoStack::instance()->push( command );
1034 RedoStack::instance()->clear(); 1034 RedoStack::instance()->clear();
1035 1035
1036 // now if we deleted anything, refresh 1036 // now if we deleted anything, refresh
1037 setContactSelected( QString::null ); 1037 setContactSelected( QString::null );
1038 setModified( true ); 1038 setModified( true );
1039 } 1039 }
1040} 1040}
1041 1041
1042void KABCore::copyContacts() 1042void KABCore::copyContacts()
1043{ 1043{
1044 KABC::Addressee::List addrList = mViewManager->selectedAddressees(); 1044 KABC::Addressee::List addrList = mViewManager->selectedAddressees();
1045 1045
1046 QString clipText = AddresseeUtil::addresseesToClipboard( addrList ); 1046 QString clipText = AddresseeUtil::addresseesToClipboard( addrList );
1047 1047
1048 kdDebug(5720) << "KABCore::copyContacts: " << clipText << endl; 1048 kdDebug(5720) << "KABCore::copyContacts: " << clipText << endl;
1049 1049
1050 QClipboard *cb = QApplication::clipboard(); 1050 QClipboard *cb = QApplication::clipboard();
1051 cb->setText( clipText ); 1051 cb->setText( clipText );
1052} 1052}
1053 1053
1054void KABCore::cutContacts() 1054void KABCore::cutContacts()
1055{ 1055{
1056 QStringList uidList = mViewManager->selectedUids(); 1056 QStringList uidList = mViewManager->selectedUids();
1057 1057
1058//US if ( uidList.size() > 0 ) { 1058//US if ( uidList.size() > 0 ) {
1059 if ( uidList.count() > 0 ) { 1059 if ( uidList.count() > 0 ) {
1060 PwCutCommand *command = new PwCutCommand( mAddressBook, uidList ); 1060 PwCutCommand *command = new PwCutCommand( mAddressBook, uidList );
1061 UndoStack::instance()->push( command ); 1061 UndoStack::instance()->push( command );
1062 RedoStack::instance()->clear(); 1062 RedoStack::instance()->clear();
1063 1063
1064 setModified( true ); 1064 setModified( true );
1065 } 1065 }
1066} 1066}
1067 1067
1068void KABCore::pasteContacts() 1068void KABCore::pasteContacts()
1069{ 1069{
1070 QClipboard *cb = QApplication::clipboard(); 1070 QClipboard *cb = QApplication::clipboard();
1071 1071
1072 KABC::Addressee::List list = AddresseeUtil::clipboardToAddressees( cb->text() ); 1072 KABC::Addressee::List list = AddresseeUtil::clipboardToAddressees( cb->text() );
1073 1073
1074 pasteContacts( list ); 1074 pasteContacts( list );
1075} 1075}
1076 1076
1077void KABCore::pasteContacts( KABC::Addressee::List &list ) 1077void KABCore::pasteContacts( KABC::Addressee::List &list )
1078{ 1078{
1079 KABC::Resource *resource = requestResource( this ); 1079 KABC::Resource *resource = requestResource( this );
1080 KABC::Addressee::List::Iterator it; 1080 KABC::Addressee::List::Iterator it;
1081 for ( it = list.begin(); it != list.end(); ++it ) 1081 for ( it = list.begin(); it != list.end(); ++it )
1082 (*it).setResource( resource ); 1082 (*it).setResource( resource );
1083 1083
1084 PwPasteCommand *command = new PwPasteCommand( this, list ); 1084 PwPasteCommand *command = new PwPasteCommand( this, list );
1085 UndoStack::instance()->push( command ); 1085 UndoStack::instance()->push( command );
1086 RedoStack::instance()->clear(); 1086 RedoStack::instance()->clear();
1087 1087
1088 setModified( true ); 1088 setModified( true );
1089} 1089}
1090 1090
1091void KABCore::setWhoAmI() 1091void KABCore::setWhoAmI()
1092{ 1092{
1093 KABC::Addressee::List addrList = mViewManager->selectedAddressees(); 1093 KABC::Addressee::List addrList = mViewManager->selectedAddressees();
1094 1094
1095 if ( addrList.count() > 1 ) { 1095 if ( addrList.count() > 1 ) {
1096 KMessageBox::sorry( this, i18n( "Please select only one contact." ) ); 1096 KMessageBox::sorry( this, i18n( "Please select only one contact." ) );
1097 return; 1097 return;
1098 } 1098 }
1099 1099
1100 QString text( i18n( "<qt>Do you really want to use <b>%1</b> as your new personal contact?</qt>" ) ); 1100 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 ) 1101 if ( KMessageBox::questionYesNo( this, text.arg( addrList[ 0 ].assembledName() ) ) == KMessageBox::Yes )
1102 static_cast<KABC::StdAddressBook*>( KABC::StdAddressBook::self() )->setWhoAmI( addrList[ 0 ] ); 1102 static_cast<KABC::StdAddressBook*>( KABC::StdAddressBook::self() )->setWhoAmI( addrList[ 0 ] );
1103} 1103}
1104void KABCore::editCategories() 1104void KABCore::editCategories()
1105{ 1105{
1106 KPIM::CategoryEditDialog dlg ( KABPrefs::instance(), this, "", true ); 1106 KPIM::CategoryEditDialog dlg ( KABPrefs::instance(), this, "", true );
1107 dlg.exec(); 1107 dlg.exec();
1108} 1108}
1109void KABCore::setCategories() 1109void KABCore::setCategories()
1110{ 1110{
1111 1111
1112 QStringList uids; 1112 QStringList uids;
1113 XXPortSelectDialog dlgx( this, false, this ); 1113 XXPortSelectDialog dlgx( this, false, this );
1114 if ( dlgx.exec() ) 1114 if ( dlgx.exec() )
1115 uids = dlgx.uids(); 1115 uids = dlgx.uids();
1116 else 1116 else
1117 return; 1117 return;
1118 if ( uids.isEmpty() ) 1118 if ( uids.isEmpty() )
1119 return; 1119 return;
1120 // qDebug("count %d ", uids.count()); 1120 // qDebug("count %d ", uids.count());
1121 1121
1122 1122
1123 KPIM::CategorySelectDialog dlg( KABPrefs::instance(), this, "", true ); 1123 KPIM::CategorySelectDialog dlg( KABPrefs::instance(), this, "", true );
1124 if ( !dlg.exec() ) { 1124 if ( !dlg.exec() ) {
1125 message( i18n("Setting categories cancelled") ); 1125 message( i18n("Setting categories cancelled") );
1126 return; 1126 return;
1127 } 1127 }
1128 bool merge = false; 1128 bool merge = false;
1129 QString msg = i18n( "Merge with existing categories?" ); 1129 QString msg = i18n( "Merge with existing categories?" );
1130 if ( KMessageBox::questionYesNo( this, msg ) == KMessageBox::Yes ) 1130 if ( KMessageBox::questionYesNo( this, msg ) == KMessageBox::Yes )
1131 merge = true; 1131 merge = true;
1132 1132
1133 message( i18n("Setting categories ... please wait!") ); 1133 message( i18n("Setting categories ... please wait!") );
1134 QStringList categories = dlg.selectedCategories(); 1134 QStringList categories = dlg.selectedCategories();
1135 1135
1136 //QStringList uids = mViewManager->selectedUids(); 1136 //QStringList uids = mViewManager->selectedUids();
1137 QStringList::Iterator it; 1137 QStringList::Iterator it;
1138 for ( it = uids.begin(); it != uids.end(); ++it ) { 1138 for ( it = uids.begin(); it != uids.end(); ++it ) {
1139 KABC::Addressee addr = mAddressBook->findByUid( *it ); 1139 KABC::Addressee addr = mAddressBook->findByUid( *it );
1140 if ( !addr.isEmpty() ) { 1140 if ( !addr.isEmpty() ) {
1141 if ( !merge ) 1141 if ( !merge )
1142 addr.setCategories( categories ); 1142 addr.setCategories( categories );
1143 else { 1143 else {
1144 QStringList addrCategories = addr.categories(); 1144 QStringList addrCategories = addr.categories();
1145 QStringList::Iterator catIt; 1145 QStringList::Iterator catIt;
1146 for ( catIt = categories.begin(); catIt != categories.end(); ++catIt ) { 1146 for ( catIt = categories.begin(); catIt != categories.end(); ++catIt ) {
1147 if ( !addrCategories.contains( *catIt ) ) 1147 if ( !addrCategories.contains( *catIt ) )
1148 addrCategories.append( *catIt ); 1148 addrCategories.append( *catIt );
1149 } 1149 }
1150 addr.setCategories( addrCategories ); 1150 addr.setCategories( addrCategories );
1151 } 1151 }
1152 mAddressBook->insertAddressee( addr ); 1152 mAddressBook->insertAddressee( addr );
1153 } 1153 }
1154 } 1154 }
1155 1155
1156 if ( uids.count() > 0 ) 1156 if ( uids.count() > 0 )
1157 setModified( true ); 1157 setModified( true );
1158 message( i18n("Setting categories completed!") ); 1158 message( i18n("Setting categories completed!") );
1159} 1159}
1160 1160
1161void KABCore::setSearchFields( const KABC::Field::List &fields ) 1161void KABCore::setSearchFields( const KABC::Field::List &fields )
1162{ 1162{
1163 mIncSearchWidget->setFields( fields ); 1163 mIncSearchWidget->setFields( fields );
1164} 1164}
1165 1165
1166void KABCore::incrementalSearch( const QString& text ) 1166void KABCore::incrementalSearch( const QString& text )
1167{ 1167{
1168 QString stext; 1168 QString stext;
1169 if ( KABPrefs::instance()->mAutoSearchWithWildcard ) { 1169 if ( KABPrefs::instance()->mAutoSearchWithWildcard ) {
1170 stext = "*" + text; 1170 stext = "*" + text;
1171 } else { 1171 } else {
1172 stext = text; 1172 stext = text;
1173 } 1173 }
1174 mViewManager->doSearch( stext, mIncSearchWidget->currentField() ); 1174 mViewManager->doSearch( stext, mIncSearchWidget->currentField() );
1175} 1175}
1176 1176
1177void KABCore::setModified() 1177void KABCore::setModified()
1178{ 1178{
1179 setModified( true ); 1179 setModified( true );
1180} 1180}
1181 1181
1182void KABCore::setModifiedWOrefresh() 1182void KABCore::setModifiedWOrefresh()
1183{ 1183{
1184 // qDebug("KABCore::setModifiedWOrefresh() "); 1184 // qDebug("KABCore::setModifiedWOrefresh() ");
1185 mModified = true; 1185 mModified = true;
1186 mActionSave->setEnabled( mModified ); 1186 mActionSave->setEnabled( mModified );
1187 1187
1188 1188
1189} 1189}
1190void KABCore::setModified( bool modified ) 1190void KABCore::setModified( bool modified )
1191{ 1191{
1192 mModified = modified; 1192 mModified = modified;
1193 mActionSave->setEnabled( mModified ); 1193 mActionSave->setEnabled( mModified );
1194 1194
1195 if ( modified ) 1195 if ( modified )
1196 mJumpButtonBar->recreateButtons(); 1196 mJumpButtonBar->recreateButtons();
1197 1197
1198 mViewManager->refreshView(); 1198 mViewManager->refreshView();
1199 1199
1200} 1200}
1201 1201
1202bool KABCore::modified() const 1202bool KABCore::modified() const
1203{ 1203{
1204 return mModified; 1204 return mModified;
1205} 1205}
1206 1206
1207void KABCore::contactModified( const KABC::Addressee &addr ) 1207void KABCore::contactModified( const KABC::Addressee &addr )
1208{ 1208{
1209 addrModified( addr ); 1209 addrModified( addr );
1210#if 0 // debug only 1210#if 0 // debug only
1211 KABC::Addressee ad = addr; 1211 KABC::Addressee ad = addr;
1212 ad.computeCsum( "123"); 1212 ad.computeCsum( "123");
1213#endif 1213#endif
1214} 1214}
1215 1215
1216void KABCore::addrModified( const KABC::Addressee &addr ,bool updateDetails ) 1216void KABCore::addrModified( const KABC::Addressee &addr ,bool updateDetails )
1217{ 1217{
1218 1218
1219 Command *command = 0; 1219 Command *command = 0;
1220 QString uid; 1220 QString uid;
1221 1221
1222 // check if it exists already 1222 // check if it exists already
1223 KABC::Addressee origAddr = mAddressBook->findByUid( addr.uid() ); 1223 KABC::Addressee origAddr = mAddressBook->findByUid( addr.uid() );
1224 if ( origAddr.isEmpty() ) 1224 if ( origAddr.isEmpty() )
1225 command = new PwNewCommand( mAddressBook, addr ); 1225 command = new PwNewCommand( mAddressBook, addr );
1226 else { 1226 else {
1227 command = new PwEditCommand( mAddressBook, origAddr, addr ); 1227 command = new PwEditCommand( mAddressBook, origAddr, addr );
1228 uid = addr.uid(); 1228 uid = addr.uid();
1229 } 1229 }
1230 1230
1231 UndoStack::instance()->push( command ); 1231 UndoStack::instance()->push( command );
1232 RedoStack::instance()->clear(); 1232 RedoStack::instance()->clear();
1233 if ( updateDetails ) 1233 if ( updateDetails )
1234 mDetails->setAddressee( addr ); 1234 mDetails->setAddressee( addr );
1235 setModified( true ); 1235 setModified( true );
1236} 1236}
1237 1237
1238void KABCore::newContact() 1238void KABCore::newContact()
1239{ 1239{
1240 1240
1241 1241
1242 QPtrList<KABC::Resource> kabcResources = mAddressBook->resources(); 1242 QPtrList<KABC::Resource> kabcResources = mAddressBook->resources();
1243 1243
1244 QPtrList<KRES::Resource> kresResources; 1244 QPtrList<KRES::Resource> kresResources;
1245 QPtrListIterator<KABC::Resource> it( kabcResources ); 1245 QPtrListIterator<KABC::Resource> it( kabcResources );
1246 KABC::Resource *resource; 1246 KABC::Resource *resource;
1247 while ( ( resource = it.current() ) != 0 ) { 1247 while ( ( resource = it.current() ) != 0 ) {
1248 ++it; 1248 ++it;
1249 if ( !resource->readOnly() ) { 1249 if ( !resource->readOnly() ) {
1250 KRES::Resource *res = static_cast<KRES::Resource*>( resource ); 1250 KRES::Resource *res = static_cast<KRES::Resource*>( resource );
1251 if ( res ) 1251 if ( res )
1252 kresResources.append( res ); 1252 kresResources.append( res );
1253 } 1253 }
1254 } 1254 }
1255 1255
1256 KRES::Resource *res = KRES::SelectDialog::getResource( kresResources, this ); 1256 KRES::Resource *res = KRES::SelectDialog::getResource( kresResources, this );
1257 resource = static_cast<KABC::Resource*>( res ); 1257 resource = static_cast<KABC::Resource*>( res );
1258 1258
1259 if ( resource ) { 1259 if ( resource ) {
1260 KABC::Addressee addr; 1260 KABC::Addressee addr;
1261 addr.setResource( resource ); 1261 addr.setResource( resource );
1262 mEditorDialog->setAddressee( addr ); 1262 mEditorDialog->setAddressee( addr );
1263 mEditorDialog->setCaption( i18n("Edit new contact")); 1263 mEditorDialog->setCaption( i18n("Edit new contact"));
1264 KApplication::execDialog ( mEditorDialog ); 1264 KApplication::execDialog ( mEditorDialog );
1265 1265
1266 } else 1266 } else
1267 return; 1267 return;
1268 1268
1269 // mEditorDict.insert( dialog->addressee().uid(), dialog ); 1269 // mEditorDict.insert( dialog->addressee().uid(), dialog );
1270 1270
1271 1271
1272} 1272}
1273 1273
1274void KABCore::addEmail( QString aStr ) 1274void KABCore::addEmail( QString aStr )
1275{ 1275{
1276#ifndef KAB_EMBEDDED 1276#ifndef KAB_EMBEDDED
1277 QString fullName, email; 1277 QString fullName, email;
1278 1278
1279 KABC::Addressee::parseEmailAddress( aStr, fullName, email ); 1279 KABC::Addressee::parseEmailAddress( aStr, fullName, email );
1280 1280
1281 // Try to lookup the addressee matching the email address 1281 // Try to lookup the addressee matching the email address
1282 bool found = false; 1282 bool found = false;
1283 QStringList emailList; 1283 QStringList emailList;
1284 KABC::AddressBook::Iterator it; 1284 KABC::AddressBook::Iterator it;
1285 for ( it = mAddressBook->begin(); !found && (it != mAddressBook->end()); ++it ) { 1285 for ( it = mAddressBook->begin(); !found && (it != mAddressBook->end()); ++it ) {
1286 emailList = (*it).emails(); 1286 emailList = (*it).emails();
1287 if ( emailList.contains( email ) > 0 ) { 1287 if ( emailList.contains( email ) > 0 ) {
1288 found = true; 1288 found = true;
1289 (*it).setNameFromString( fullName ); 1289 (*it).setNameFromString( fullName );
1290 editContact( (*it).uid() ); 1290 editContact( (*it).uid() );
1291 } 1291 }
1292 } 1292 }
1293 1293
1294 if ( !found ) { 1294 if ( !found ) {
1295 KABC::Addressee addr; 1295 KABC::Addressee addr;
1296 addr.setNameFromString( fullName ); 1296 addr.setNameFromString( fullName );
1297 addr.insertEmail( email, true ); 1297 addr.insertEmail( email, true );
1298 1298
1299 mAddressBook->insertAddressee( addr ); 1299 mAddressBook->insertAddressee( addr );
1300 mViewManager->refreshView( addr.uid() ); 1300 mViewManager->refreshView( addr.uid() );
1301 editContact( addr.uid() ); 1301 editContact( addr.uid() );
1302 } 1302 }
1303#else //KAB_EMBEDDED 1303#else //KAB_EMBEDDED
1304 qDebug("KABCore::addEmail finsih method"); 1304 qDebug("KABCore::addEmail finsih method");
1305#endif //KAB_EMBEDDED 1305#endif //KAB_EMBEDDED
1306} 1306}
1307 1307
1308void KABCore::importVCard( const KURL &url, bool showPreview ) 1308void KABCore::importVCard( const KURL &url, bool showPreview )
1309{ 1309{
1310 mXXPortManager->importVCard( url, showPreview ); 1310 mXXPortManager->importVCard( url, showPreview );
1311} 1311}
1312void KABCore::importFromOL() 1312void KABCore::importFromOL()
1313{ 1313{
1314#ifdef _OL_IMPORT_ 1314#ifdef _OL_IMPORT_
1315 KAImportOLdialog* idgl = new KAImportOLdialog( i18n("Import Contacts from OL"), mAddressBook, this ); 1315 KAImportOLdialog* idgl = new KAImportOLdialog( i18n("Import Contacts from OL"), mAddressBook, this );
1316 idgl->exec(); 1316 idgl->exec();
1317 KABC::Addressee::List list = idgl->getAddressList(); 1317 KABC::Addressee::List list = idgl->getAddressList();
1318 if ( list.count() > 0 ) { 1318 if ( list.count() > 0 ) {
1319 KABC::Addressee::List listNew; 1319 KABC::Addressee::List listNew;
1320 KABC::Addressee::List listExisting; 1320 KABC::Addressee::List listExisting;
1321 KABC::Addressee::List::Iterator it; 1321 KABC::Addressee::List::Iterator it;
1322 KABC::AddressBook::Iterator iter; 1322 KABC::AddressBook::Iterator iter;
1323 for ( it = list.begin(); it != list.end(); ++it ) { 1323 for ( it = list.begin(); it != list.end(); ++it ) {
1324 if ( mAddressBook->findByUid((*it).uid() ).isEmpty()) 1324 if ( mAddressBook->findByUid((*it).uid() ).isEmpty())
1325 listNew.append( (*it) ); 1325 listNew.append( (*it) );
1326 else 1326 else
1327 listExisting.append( (*it) ); 1327 listExisting.append( (*it) );
1328 } 1328 }
1329 if ( listExisting.count() > 0 ) 1329 if ( listExisting.count() > 0 )
1330 KMessageBox::information( this, i18n("%1 contacts not added to addressbook\nbecause they were already in the addressbook!").arg( listExisting.count() )); 1330 KMessageBox::information( this, i18n("%1 contacts not added to addressbook\nbecause they were already in the addressbook!").arg( listExisting.count() ));
1331 if ( listNew.count() > 0 ) { 1331 if ( listNew.count() > 0 ) {
1332 pasteWithNewUid = false; 1332 pasteWithNewUid = false;
1333 pasteContacts( listNew ); 1333 pasteContacts( listNew );
1334 pasteWithNewUid = true; 1334 pasteWithNewUid = true;
1335 } 1335 }
1336 } 1336 }
1337 delete idgl; 1337 delete idgl;
1338#endif 1338#endif
1339} 1339}
1340 1340
1341void KABCore::importVCard( const QString &vCard, bool showPreview ) 1341void KABCore::importVCard( const QString &vCard, bool showPreview )
1342{ 1342{
1343 mXXPortManager->importVCard( vCard, showPreview ); 1343 mXXPortManager->importVCard( vCard, showPreview );
1344} 1344}
1345 1345
1346//US added a second method without defaultparameter 1346//US added a second method without defaultparameter
1347void KABCore::editContact2() { 1347void KABCore::editContact2() {
1348 editContact( QString::null ); 1348 editContact( QString::null );
1349} 1349}
1350 1350
1351void KABCore::editContact( const QString &uid ) 1351void KABCore::editContact( const QString &uid )
1352{ 1352{
1353 1353
1354 if ( mExtensionManager->isQuickEditVisible() ) 1354 if ( mExtensionManager->isQuickEditVisible() )
1355 return; 1355 return;
1356 1356
1357 // First, locate the contact entry 1357 // First, locate the contact entry
1358 QString localUID = uid; 1358 QString localUID = uid;
1359 if ( localUID.isNull() ) { 1359 if ( localUID.isNull() ) {
1360 QStringList uidList = mViewManager->selectedUids(); 1360 QStringList uidList = mViewManager->selectedUids();
1361 if ( uidList.count() > 0 ) 1361 if ( uidList.count() > 0 )
1362 localUID = *( uidList.at( 0 ) ); 1362 localUID = *( uidList.at( 0 ) );
1363 } 1363 }
1364 1364
1365 KABC::Addressee addr = mAddressBook->findByUid( localUID ); 1365 KABC::Addressee addr = mAddressBook->findByUid( localUID );
1366 if ( !addr.isEmpty() ) { 1366 if ( !addr.isEmpty() ) {
1367 mEditorDialog->setAddressee( addr ); 1367 mEditorDialog->setAddressee( addr );
1368 KApplication::execDialog ( mEditorDialog ); 1368 KApplication::execDialog ( mEditorDialog );
1369 } 1369 }
1370} 1370}
1371 1371
1372/** 1372/**
1373 Shows or edits the detail view for the given uid. If the uid is QString::null, 1373 Shows or edits the detail view for the given uid. If the uid is QString::null,
1374 the method will try to find a selected addressee in the view. 1374 the method will try to find a selected addressee in the view.
1375 */ 1375 */
1376void KABCore::executeContact( const QString &uid /*US = QString::null*/ ) 1376void KABCore::executeContact( const QString &uid /*US = QString::null*/ )
1377{ 1377{
1378 if ( mMultipleViewsAtOnce ) 1378 if ( mMultipleViewsAtOnce )
1379 { 1379 {
1380 editContact( uid ); 1380 editContact( uid );
1381 } 1381 }
1382 else 1382 else
1383 { 1383 {
1384 setDetailsVisible( true ); 1384 setDetailsVisible( true );
1385 mActionDetails->setChecked(true); 1385 mActionDetails->setChecked(true);
1386 } 1386 }
1387 1387
1388} 1388}
1389 1389
1390void KABCore::save() 1390void KABCore::save()
1391{ 1391{
1392 if (syncManager->blockSave()) 1392 if (syncManager->blockSave())
1393 return; 1393 return;
1394 if ( !mModified ) 1394 if ( !mModified )
1395 return; 1395 return;
1396 1396
1397 syncManager->setBlockSave(true); 1397 syncManager->setBlockSave(true);
1398 QString text = i18n( "There was an error while attempting to save\n the " 1398 QString text = i18n( "There was an error while attempting to save\n the "
1399 "address book. Please check that some \nother application is " 1399 "address book. Please check that some \nother application is "
1400 "not using it. " ); 1400 "not using it. " );
1401 message(i18n("Saving ... please wait! "), false); 1401 message(i18n("Saving ... please wait! "), false);
1402 //qApp->processEvents(); 1402 //qApp->processEvents();
1403#ifndef KAB_EMBEDDED 1403#ifndef KAB_EMBEDDED
1404 KABC::StdAddressBook *b = dynamic_cast<KABC::StdAddressBook*>( mAddressBook ); 1404 KABC::StdAddressBook *b = dynamic_cast<KABC::StdAddressBook*>( mAddressBook );
1405 if ( !b || !b->save() ) { 1405 if ( !b || !b->save() ) {
1406 KMessageBox::error( this, text, i18n( "Unable to Save" ) ); 1406 KMessageBox::error( this, text, i18n( "Unable to Save" ) );
1407 } 1407 }
1408#else //KAB_EMBEDDED 1408#else //KAB_EMBEDDED
1409 KABC::StdAddressBook *b = (KABC::StdAddressBook*)( mAddressBook ); 1409 KABC::StdAddressBook *b = (KABC::StdAddressBook*)( mAddressBook );
1410 if ( !b || !b->save() ) { 1410 if ( !b || !b->save() ) {
1411 QMessageBox::critical( this, i18n( "Unable to Save" ), text, i18n("Ok")); 1411 QMessageBox::critical( this, i18n( "Unable to Save" ), text, i18n("Ok"));
1412 } 1412 }
1413#endif //KAB_EMBEDDED 1413#endif //KAB_EMBEDDED
1414 1414
1415 message(i18n("Addressbook saved!")); 1415 message(i18n("Addressbook saved!"));
1416 setModified( false ); 1416 setModified( false );
1417 syncManager->setBlockSave(false); 1417 syncManager->setBlockSave(false);
1418} 1418}
1419 1419
1420 1420
1421void KABCore::undo() 1421void KABCore::undo()
1422{ 1422{
1423 UndoStack::instance()->undo(); 1423 UndoStack::instance()->undo();
1424 1424
1425 // Refresh the view 1425 // Refresh the view
1426 mViewManager->refreshView(); 1426 mViewManager->refreshView();
1427} 1427}
1428 1428
1429void KABCore::redo() 1429void KABCore::redo()
1430{ 1430{
1431 RedoStack::instance()->redo(); 1431 RedoStack::instance()->redo();
1432 1432
1433 // Refresh the view 1433 // Refresh the view
1434 mViewManager->refreshView(); 1434 mViewManager->refreshView();
1435} 1435}
1436void KABCore::setJumpButtonBar( bool visible ) 1436void KABCore::setJumpButtonBar( bool visible )
1437{ 1437{
1438 setJumpButtonBarVisible(visible ); 1438 setJumpButtonBarVisible(visible );
1439 saveSettings(); 1439 saveSettings();
1440} 1440}
1441void KABCore::setJumpButtonBarVisible( bool visible ) 1441void KABCore::setJumpButtonBarVisible( bool visible )
1442{ 1442{
1443 if (mMultipleViewsAtOnce) 1443 if (mMultipleViewsAtOnce)
1444 { 1444 {
1445 if ( visible ) 1445 if ( visible )
1446 mJumpButtonBar->show(); 1446 mJumpButtonBar->show();
1447 else 1447 else
1448 mJumpButtonBar->hide(); 1448 mJumpButtonBar->hide();
1449 } 1449 }
1450 else 1450 else
1451 { 1451 {
1452 // show the jumpbar only if "the details are hidden" == "viewmanager are shown" 1452 // show the jumpbar only if "the details are hidden" == "viewmanager are shown"
1453 if (mViewManager->isVisible()) 1453 if (mViewManager->isVisible())
1454 { 1454 {
1455 if ( visible ) 1455 if ( visible )
1456 mJumpButtonBar->show(); 1456 mJumpButtonBar->show();
1457 else 1457 else
1458 mJumpButtonBar->hide(); 1458 mJumpButtonBar->hide();
1459 } 1459 }
1460 else 1460 else
1461 { 1461 {
1462 mJumpButtonBar->hide(); 1462 mJumpButtonBar->hide();
1463 } 1463 }
1464 } 1464 }
1465 if ( visible ) { 1465 if ( visible ) {
1466 if ( mIncSearchWidget->currentItem() == 0 ) { 1466 if ( mIncSearchWidget->currentItem() == 0 ) {
1467 message( i18n("Change search field enable jump bar") ); 1467 message( i18n("Change search field enable jump bar") );
1468 } 1468 }
1469 } 1469 }
1470} 1470}
1471 1471
1472 1472
1473void KABCore::setDetailsToState() 1473void KABCore::setDetailsToState()
1474{ 1474{
1475 setDetailsVisible( mActionDetails->isChecked() ); 1475 setDetailsVisible( mActionDetails->isChecked() );
1476} 1476}
1477void KABCore::setDetailsToggle() 1477void KABCore::setDetailsToggle()
1478{ 1478{
1479 mActionDetails->setChecked( !mActionDetails->isChecked() ); 1479 mActionDetails->setChecked( !mActionDetails->isChecked() );
1480 setDetailsToState(); 1480 setDetailsToState();
1481} 1481}
1482 1482
1483 1483
1484 1484
1485void KABCore::setDetailsVisible( bool visible ) 1485void KABCore::setDetailsVisible( bool visible )
1486{ 1486{
1487 if (visible && mDetails->isHidden()) 1487 if (visible && mDetails->isHidden())
1488 { 1488 {
1489 KABC::Addressee::List addrList = mViewManager->selectedAddressees(); 1489 KABC::Addressee::List addrList = mViewManager->selectedAddressees();
1490 if ( addrList.count() > 0 ) 1490 if ( addrList.count() > 0 )
1491 mDetails->setAddressee( addrList[ 0 ] ); 1491 mDetails->setAddressee( addrList[ 0 ] );
1492 } 1492 }
1493 1493
1494 // mMultipleViewsAtOnce=false: mDetails is always visible. But we switch between 1494 // mMultipleViewsAtOnce=false: mDetails is always visible. But we switch between
1495 // the listview and the detailview. We do that by changing the splitbar size. 1495 // the listview and the detailview. We do that by changing the splitbar size.
1496 if (mMultipleViewsAtOnce) 1496 if (mMultipleViewsAtOnce)
1497 { 1497 {
1498 if ( visible ) 1498 if ( visible )
1499 mDetails->show(); 1499 mDetails->show();
1500 else 1500 else
1501 mDetails->hide(); 1501 mDetails->hide();
1502 } 1502 }
1503 else 1503 else
1504 { 1504 {
1505 if ( visible ) { 1505 if ( visible ) {
1506 mViewManager->hide(); 1506 mViewManager->hide();
1507 mDetails->show(); 1507 mDetails->show();
1508 mIncSearchWidget->setFocus(); 1508 mIncSearchWidget->setFocus();
1509 } 1509 }
1510 else { 1510 else {
1511 mViewManager->show(); 1511 mViewManager->show();
1512 mDetails->hide(); 1512 mDetails->hide();
1513 mViewManager->setFocusAV(); 1513 mViewManager->setFocusAV();
1514 } 1514 }
1515 setJumpButtonBarVisible( !visible ); 1515 setJumpButtonBarVisible( !visible );
1516 } 1516 }
1517 1517
1518} 1518}
1519 1519
1520void KABCore::extensionChanged( int id ) 1520void KABCore::extensionChanged( int id )
1521{ 1521{
1522 //change the details view only for non desktop systems 1522 //change the details view only for non desktop systems
1523#ifndef DESKTOP_VERSION 1523#ifndef DESKTOP_VERSION
1524 1524
1525 if (id == 0) 1525 if (id == 0)
1526 { 1526 {
1527 //the user disabled the extension. 1527 //the user disabled the extension.
1528 1528
1529 if (mMultipleViewsAtOnce) 1529 if (mMultipleViewsAtOnce)
1530 { // enable detailsview again 1530 { // enable detailsview again
1531 setDetailsVisible( true ); 1531 setDetailsVisible( true );
1532 mActionDetails->setChecked( true ); 1532 mActionDetails->setChecked( true );
1533 } 1533 }
1534 else 1534 else
1535 { //go back to the listview 1535 { //go back to the listview
1536 setDetailsVisible( false ); 1536 setDetailsVisible( false );
1537 mActionDetails->setChecked( false ); 1537 mActionDetails->setChecked( false );
1538 mActionDetails->setEnabled(true); 1538 mActionDetails->setEnabled(true);
1539 } 1539 }
1540 1540
1541 } 1541 }
1542 else 1542 else
1543 { 1543 {
1544 //the user enabled the extension. 1544 //the user enabled the extension.
1545 setDetailsVisible( false ); 1545 setDetailsVisible( false );
1546 mActionDetails->setChecked( false ); 1546 mActionDetails->setChecked( false );
1547 1547
1548 if (!mMultipleViewsAtOnce) 1548 if (!mMultipleViewsAtOnce)
1549 { 1549 {
1550 mActionDetails->setEnabled(false); 1550 mActionDetails->setEnabled(false);
1551 } 1551 }
1552 1552
1553 mExtensionManager->setSelectionChanged(); 1553 mExtensionManager->setSelectionChanged();
1554 1554
1555 } 1555 }
1556 1556
1557#endif// DESKTOP_VERSION 1557#endif// DESKTOP_VERSION
1558 1558
1559} 1559}
1560 1560
1561 1561
1562void KABCore::extensionModified( const KABC::Addressee::List &list ) 1562void KABCore::extensionModified( const KABC::Addressee::List &list )
1563{ 1563{
1564 1564
1565 if ( list.count() != 0 ) { 1565 if ( list.count() != 0 ) {
1566 KABC::Addressee::List::ConstIterator it; 1566 KABC::Addressee::List::ConstIterator it;
1567 for ( it = list.begin(); it != list.end(); ++it ) 1567 for ( it = list.begin(); it != list.end(); ++it )
1568 mAddressBook->insertAddressee( *it ); 1568 mAddressBook->insertAddressee( *it );
1569 if ( list.count() > 1 ) 1569 if ( list.count() > 1 )
1570 setModified(); 1570 setModified();
1571 else 1571 else
1572 setModifiedWOrefresh(); 1572 setModifiedWOrefresh();
1573 } 1573 }
1574 if ( list.count() == 0 ) 1574 if ( list.count() == 0 )
1575 mViewManager->refreshView(); 1575 mViewManager->refreshView();
1576 else 1576 else
1577 mViewManager->refreshView( list[ 0 ].uid() ); 1577 mViewManager->refreshView( list[ 0 ].uid() );
1578 1578
1579 1579
1580 1580
1581} 1581}
1582 1582
1583QString KABCore::getNameByPhone( const QString &phone ) 1583QString KABCore::getNameByPhone( const QString &phone )
1584{ 1584{
1585#ifndef KAB_EMBEDDED 1585#ifndef KAB_EMBEDDED
1586 QRegExp r( "[/*/-/ ]" ); 1586 QRegExp r( "[/*/-/ ]" );
1587 QString localPhone( phone ); 1587 QString localPhone( phone );
1588 1588
1589 bool found = false; 1589 bool found = false;
1590 QString ownerName = ""; 1590 QString ownerName = "";
1591 KABC::AddressBook::Iterator iter; 1591 KABC::AddressBook::Iterator iter;
1592 KABC::PhoneNumber::List::Iterator phoneIter; 1592 KABC::PhoneNumber::List::Iterator phoneIter;
1593 KABC::PhoneNumber::List phoneList; 1593 KABC::PhoneNumber::List phoneList;
1594 for ( iter = mAddressBook->begin(); !found && ( iter != mAddressBook->end() ); ++iter ) { 1594 for ( iter = mAddressBook->begin(); !found && ( iter != mAddressBook->end() ); ++iter ) {
1595 phoneList = (*iter).phoneNumbers(); 1595 phoneList = (*iter).phoneNumbers();
1596 for ( phoneIter = phoneList.begin(); !found && ( phoneIter != phoneList.end() ); 1596 for ( phoneIter = phoneList.begin(); !found && ( phoneIter != phoneList.end() );
1597 ++phoneIter) { 1597 ++phoneIter) {
1598 // Get rid of separator chars so just the numbers are compared. 1598 // Get rid of separator chars so just the numbers are compared.
1599 if ( (*phoneIter).number().replace( r, "" ) == localPhone.replace( r, "" ) ) { 1599 if ( (*phoneIter).number().replace( r, "" ) == localPhone.replace( r, "" ) ) {
1600 ownerName = (*iter).formattedName(); 1600 ownerName = (*iter).formattedName();
1601 found = true; 1601 found = true;
1602 } 1602 }
1603 } 1603 }
1604 } 1604 }
1605 1605
1606 return ownerName; 1606 return ownerName;
1607#else //KAB_EMBEDDED 1607#else //KAB_EMBEDDED
1608 qDebug("KABCore::getNameByPhone finsih method"); 1608 qDebug("KABCore::getNameByPhone finsih method");
1609 return ""; 1609 return "";
1610#endif //KAB_EMBEDDED 1610#endif //KAB_EMBEDDED
1611 1611
1612} 1612}
1613 1613
1614void KABCore::openConfigDialog() 1614void KABCore::openConfigDialog()
1615{ 1615{
1616 KCMultiDialog* ConfigureDialog = new KCMultiDialog( "PIM", this ,"kabconfigdialog", true ); 1616 KCMultiDialog* ConfigureDialog = new KCMultiDialog( "PIM", this ,"kabconfigdialog", true );
1617 KCMKabConfig* kabcfg = new KCMKabConfig( ConfigureDialog->getNewVBoxPage(i18n( "Addressbook")) , "KCMKabConfig" ); 1617 KCMKabConfig* kabcfg = new KCMKabConfig( ConfigureDialog->getNewVBoxPage(i18n( "Addressbook")) , "KCMKabConfig" );
1618 ConfigureDialog->addModule(kabcfg ); 1618 ConfigureDialog->addModule(kabcfg );
1619 KCMKdePimConfig* kdelibcfg = new KCMKdePimConfig( ConfigureDialog->getNewVBoxPage(i18n( "Global")) , "KCMKdeLibConfig" ); 1619 KCMKdePimConfig* kdelibcfg = new KCMKdePimConfig( ConfigureDialog->getNewVBoxPage(i18n( "Global")) , "KCMKdeLibConfig" );
1620 ConfigureDialog->addModule(kdelibcfg ); 1620 ConfigureDialog->addModule(kdelibcfg );
1621 1621
1622 connect( ConfigureDialog, SIGNAL( applyClicked() ), 1622 connect( ConfigureDialog, SIGNAL( applyClicked() ),
1623 this, SLOT( configurationChanged() ) ); 1623 this, SLOT( configurationChanged() ) );
1624 connect( ConfigureDialog, SIGNAL( okClicked() ), 1624 connect( ConfigureDialog, SIGNAL( okClicked() ),
1625 this, SLOT( configurationChanged() ) ); 1625 this, SLOT( configurationChanged() ) );
1626 saveSettings(); 1626 saveSettings();
1627#ifndef DESKTOP_VERSION 1627#ifndef DESKTOP_VERSION
1628 ConfigureDialog->showMaximized(); 1628 ConfigureDialog->showMaximized();
1629#endif 1629#endif
1630 if ( ConfigureDialog->exec() ) 1630 if ( ConfigureDialog->exec() )
1631 KMessageBox::information( this, i18n("Some changes are only\neffective after a restart!\n") ); 1631 KMessageBox::information( this, i18n("Some changes are only\neffective after a restart!\n") );
1632 delete ConfigureDialog; 1632 delete ConfigureDialog;
1633} 1633}
1634 1634
1635void KABCore::openLDAPDialog() 1635void KABCore::openLDAPDialog()
1636{ 1636{
1637#ifndef KAB_EMBEDDED 1637#ifndef KAB_EMBEDDED
1638 if ( !mLdapSearchDialog ) { 1638 if ( !mLdapSearchDialog ) {
1639 mLdapSearchDialog = new LDAPSearchDialog( mAddressBook, this ); 1639 mLdapSearchDialog = new LDAPSearchDialog( mAddressBook, this );
1640 connect( mLdapSearchDialog, SIGNAL( addresseesAdded() ), mViewManager, 1640 connect( mLdapSearchDialog, SIGNAL( addresseesAdded() ), mViewManager,
1641 SLOT( refreshView() ) ); 1641 SLOT( refreshView() ) );
1642 connect( mLdapSearchDialog, SIGNAL( addresseesAdded() ), this, 1642 connect( mLdapSearchDialog, SIGNAL( addresseesAdded() ), this,
1643 SLOT( setModified() ) ); 1643 SLOT( setModified() ) );
1644 } else 1644 } else
1645 mLdapSearchDialog->restoreSettings(); 1645 mLdapSearchDialog->restoreSettings();
1646 1646
1647 if ( mLdapSearchDialog->isOK() ) 1647 if ( mLdapSearchDialog->isOK() )
1648 mLdapSearchDialog->exec(); 1648 mLdapSearchDialog->exec();
1649#else //KAB_EMBEDDED 1649#else //KAB_EMBEDDED
1650 qDebug("KABCore::openLDAPDialog() finsih method"); 1650 qDebug("KABCore::openLDAPDialog() finsih method");
1651#endif //KAB_EMBEDDED 1651#endif //KAB_EMBEDDED
1652} 1652}
1653 1653
1654void KABCore::print() 1654void KABCore::print()
1655{ 1655{
1656#ifndef KAB_EMBEDDED 1656#ifndef KAB_EMBEDDED
1657 KPrinter printer; 1657 KPrinter printer;
1658 if ( !printer.setup( this ) ) 1658 if ( !printer.setup( this ) )
1659 return; 1659 return;
1660 1660
1661 KABPrinting::PrintingWizard wizard( &printer, mAddressBook, 1661 KABPrinting::PrintingWizard wizard( &printer, mAddressBook,
1662 mViewManager->selectedUids(), this ); 1662 mViewManager->selectedUids(), this );
1663 1663
1664 wizard.exec(); 1664 wizard.exec();
1665#else //KAB_EMBEDDED 1665#else //KAB_EMBEDDED
1666 qDebug("KABCore::print() finsih method"); 1666 qDebug("KABCore::print() finsih method");
1667#endif //KAB_EMBEDDED 1667#endif //KAB_EMBEDDED
1668 1668
1669} 1669}
1670 1670
1671 1671
1672void KABCore::addGUIClient( KXMLGUIClient *client ) 1672void KABCore::addGUIClient( KXMLGUIClient *client )
1673{ 1673{
1674 if ( mGUIClient ) 1674 if ( mGUIClient )
1675 mGUIClient->insertChildClient( client ); 1675 mGUIClient->insertChildClient( client );
1676 else 1676 else
1677 KMessageBox::error( this, "no KXMLGUICLient"); 1677 KMessageBox::error( this, "no KXMLGUICLient");
1678} 1678}
1679 1679
1680 1680
1681void KABCore::configurationChanged() 1681void KABCore::configurationChanged()
1682{ 1682{
1683 mExtensionManager->reconfigure(); 1683 mExtensionManager->reconfigure();
1684} 1684}
1685 1685
1686void KABCore::addressBookChanged() 1686void KABCore::addressBookChanged()
1687{ 1687{
1688/*US 1688/*US
1689 QDictIterator<AddresseeEditorDialog> it( mEditorDict ); 1689 QDictIterator<AddresseeEditorDialog> it( mEditorDict );
1690 while ( it.current() ) { 1690 while ( it.current() ) {
1691 if ( it.current()->dirty() ) { 1691 if ( it.current()->dirty() ) {
1692 QString text = i18n( "Data has been changed externally. Unsaved " 1692 QString text = i18n( "Data has been changed externally. Unsaved "
1693 "changes will be lost." ); 1693 "changes will be lost." );
1694 KMessageBox::information( this, text ); 1694 KMessageBox::information( this, text );
1695 } 1695 }
1696 it.current()->setAddressee( mAddressBook->findByUid( it.currentKey() ) ); 1696 it.current()->setAddressee( mAddressBook->findByUid( it.currentKey() ) );
1697 ++it; 1697 ++it;
1698 } 1698 }
1699*/ 1699*/
1700 if (mEditorDialog) 1700 if (mEditorDialog)
1701 { 1701 {
1702 if (mEditorDialog->dirty()) 1702 if (mEditorDialog->dirty())
1703 { 1703 {
1704 QString text = i18n( "Data has been changed externally. Unsaved " 1704 QString text = i18n( "Data has been changed externally. Unsaved "
1705 "changes will be lost." ); 1705 "changes will be lost." );
1706 KMessageBox::information( this, text ); 1706 KMessageBox::information( this, text );
1707 } 1707 }
1708 QString currentuid = mEditorDialog->addressee().uid(); 1708 QString currentuid = mEditorDialog->addressee().uid();
1709 mEditorDialog->setAddressee( mAddressBook->findByUid( currentuid ) ); 1709 mEditorDialog->setAddressee( mAddressBook->findByUid( currentuid ) );
1710 } 1710 }
1711 mViewManager->refreshView(); 1711 mViewManager->refreshView();
1712 1712
1713 1713
1714} 1714}
1715 1715
1716AddresseeEditorDialog *KABCore::createAddresseeEditorDialog( QWidget *parent, 1716AddresseeEditorDialog *KABCore::createAddresseeEditorDialog( QWidget *parent,
1717 const char *name ) 1717 const char *name )
1718{ 1718{
1719 1719
1720 if ( mEditorDialog == 0 ) { 1720 if ( mEditorDialog == 0 ) {
1721 mEditorDialog = new AddresseeEditorDialog( this, parent, 1721 mEditorDialog = new AddresseeEditorDialog( this, parent,
1722 name ? name : "editorDialog" ); 1722 name ? name : "editorDialog" );
1723 1723
1724 1724
1725 connect( mEditorDialog, SIGNAL( contactModified( const KABC::Addressee& ) ), 1725 connect( mEditorDialog, SIGNAL( contactModified( const KABC::Addressee& ) ),
1726 SLOT( contactModified( const KABC::Addressee& ) ) ); 1726 SLOT( contactModified( const KABC::Addressee& ) ) );
1727 //connect( mEditorDialog, SIGNAL( editorDestroyed( const QString& ) ), 1727 //connect( mEditorDialog, SIGNAL( editorDestroyed( const QString& ) ),
1728 // SLOT( slotEditorDestroyed( const QString& ) ) ; 1728 // SLOT( slotEditorDestroyed( const QString& ) ) ;
1729 } 1729 }
1730 1730
1731 return mEditorDialog; 1731 return mEditorDialog;
1732} 1732}
1733 1733
1734void KABCore::slotEditorDestroyed( const QString &uid ) 1734void KABCore::slotEditorDestroyed( const QString &uid )
1735{ 1735{
1736 //mEditorDict.remove( uid ); 1736 //mEditorDict.remove( uid );
1737} 1737}
1738 1738
1739void KABCore::initGUI() 1739void KABCore::initGUI()
1740{ 1740{
1741#ifndef KAB_EMBEDDED 1741#ifndef KAB_EMBEDDED
1742 QHBoxLayout *topLayout = new QHBoxLayout( this ); 1742 QHBoxLayout *topLayout = new QHBoxLayout( this );
1743 topLayout->setSpacing( KDialogBase::spacingHint() ); 1743 topLayout->setSpacing( KDialogBase::spacingHint() );
1744 1744
1745 mExtensionBarSplitter = new QSplitter( this ); 1745 mExtensionBarSplitter = new QSplitter( this );
1746 mExtensionBarSplitter->setOrientation( Qt::Vertical ); 1746 mExtensionBarSplitter->setOrientation( Qt::Vertical );
1747 1747
1748 mDetailsSplitter = new QSplitter( mExtensionBarSplitter ); 1748 mDetailsSplitter = new QSplitter( mExtensionBarSplitter );
1749 1749
1750 QVBox *viewSpace = new QVBox( mDetailsSplitter ); 1750 QVBox *viewSpace = new QVBox( mDetailsSplitter );
1751 mIncSearchWidget = new IncSearchWidget( viewSpace ); 1751 mIncSearchWidget = new IncSearchWidget( viewSpace );
1752 connect( mIncSearchWidget, SIGNAL( doSearch( const QString& ) ), 1752 connect( mIncSearchWidget, SIGNAL( doSearch( const QString& ) ),
1753 SLOT( incrementalSearch( const QString& ) ) ); 1753 SLOT( incrementalSearch( const QString& ) ) );
1754 1754
1755 mViewManager = new ViewManager( this, viewSpace ); 1755 mViewManager = new ViewManager( this, viewSpace );
1756 viewSpace->setStretchFactor( mViewManager, 1 ); 1756 viewSpace->setStretchFactor( mViewManager, 1 );
1757 1757
1758 mDetails = new ViewContainer( mDetailsSplitter ); 1758 mDetails = new ViewContainer( mDetailsSplitter );
1759 1759
1760 mJumpButtonBar = new JumpButtonBar( this, this ); 1760 mJumpButtonBar = new JumpButtonBar( this, this );
1761 1761
1762 mExtensionManager = new ExtensionManager( this, mExtensionBarSplitter ); 1762 mExtensionManager = new ExtensionManager( this, mExtensionBarSplitter );
1763 1763
1764 topLayout->addWidget( mExtensionBarSplitter ); 1764 topLayout->addWidget( mExtensionBarSplitter );
1765 topLayout->setStretchFactor( mExtensionBarSplitter, 100 ); 1765 topLayout->setStretchFactor( mExtensionBarSplitter, 100 );
1766 topLayout->addWidget( mJumpButtonBar ); 1766 topLayout->addWidget( mJumpButtonBar );
1767 //topLayout->setStretchFactor( mJumpButtonBar, 1 ); 1767 //topLayout->setStretchFactor( mJumpButtonBar, 1 );
1768 1768
1769 mXXPortManager = new XXPortManager( this, this ); 1769 mXXPortManager = new XXPortManager( this, this );
1770 1770
1771#else //KAB_EMBEDDED 1771#else //KAB_EMBEDDED
1772 //US initialize viewMenu before settingup viewmanager. 1772 //US initialize viewMenu before settingup viewmanager.
1773 // Viewmanager needs this menu to plugin submenues. 1773 // Viewmanager needs this menu to plugin submenues.
1774 viewMenu = new QPopupMenu( this ); 1774 viewMenu = new QPopupMenu( this );
1775 settingsMenu = new QPopupMenu( this ); 1775 settingsMenu = new QPopupMenu( this );
1776 //filterMenu = new QPopupMenu( this ); 1776 //filterMenu = new QPopupMenu( this );
1777 ImportMenu = new QPopupMenu( this ); 1777 ImportMenu = new QPopupMenu( this );
1778 ExportMenu = new QPopupMenu( this ); 1778 ExportMenu = new QPopupMenu( this );
1779 syncMenu = new QPopupMenu( this ); 1779 syncMenu = new QPopupMenu( this );
1780 changeMenu= new QPopupMenu( this ); 1780 changeMenu= new QPopupMenu( this );
1781 beamMenu= new QPopupMenu( this ); 1781 beamMenu= new QPopupMenu( this );
1782 1782
1783//US since we have no splitter for the embedded system, setup 1783//US since we have no splitter for the embedded system, setup
1784// a layout with two frames. One left and one right. 1784// a layout with two frames. One left and one right.
1785 1785
1786 QBoxLayout *topLayout; 1786 QBoxLayout *topLayout;
1787 1787
1788 // = new QHBoxLayout( this ); 1788 // = new QHBoxLayout( this );
1789// QBoxLayout *topLayout = (QBoxLayout*)layout(); 1789// QBoxLayout *topLayout = (QBoxLayout*)layout();
1790 1790
1791// QWidget *mainBox = new QWidget( this ); 1791// QWidget *mainBox = new QWidget( this );
1792// QBoxLayout * mainBoxLayout = new QHBoxLayout(mainBox); 1792// QBoxLayout * mainBoxLayout = new QHBoxLayout(mainBox);
1793 1793
1794#ifdef DESKTOP_VERSION 1794#ifdef DESKTOP_VERSION
1795 topLayout = new QHBoxLayout( this ); 1795 topLayout = new QHBoxLayout( this );
1796 1796
1797 1797
1798 mMiniSplitter = new KDGanttMinimizeSplitter( Qt::Horizontal, this); 1798 mMiniSplitter = new KDGanttMinimizeSplitter( Qt::Horizontal, this);
1799 mMiniSplitter->setMinimizeDirection ( KDGanttMinimizeSplitter::Right ); 1799 mMiniSplitter->setMinimizeDirection ( KDGanttMinimizeSplitter::Right );
1800 1800
1801 topLayout->addWidget(mMiniSplitter ); 1801 topLayout->addWidget(mMiniSplitter );
1802 1802
1803 mExtensionBarSplitter = new KDGanttMinimizeSplitter( Qt::Vertical,mMiniSplitter ); 1803 mExtensionBarSplitter = new KDGanttMinimizeSplitter( Qt::Vertical,mMiniSplitter );
1804 mExtensionBarSplitter->setMinimizeDirection ( KDGanttMinimizeSplitter::Down ); 1804 mExtensionBarSplitter->setMinimizeDirection ( KDGanttMinimizeSplitter::Down );
1805 mViewManager = new ViewManager( this, mExtensionBarSplitter ); 1805 mViewManager = new ViewManager( this, mExtensionBarSplitter );
1806 mDetails = new ViewContainer( mMiniSplitter ); 1806 mDetails = new ViewContainer( mMiniSplitter );
1807 mExtensionManager = new ExtensionManager( this, mExtensionBarSplitter ); 1807 mExtensionManager = new ExtensionManager( this, mExtensionBarSplitter );
1808#else 1808#else
1809 if ( QApplication::desktop()->width() > 480 ) { 1809 if ( QApplication::desktop()->width() > 480 ) {
1810 topLayout = new QHBoxLayout( this ); 1810 topLayout = new QHBoxLayout( this );
1811 mMiniSplitter = new KDGanttMinimizeSplitter( Qt::Horizontal, this); 1811 mMiniSplitter = new KDGanttMinimizeSplitter( Qt::Horizontal, this);
1812 mMiniSplitter->setMinimizeDirection ( KDGanttMinimizeSplitter::Right ); 1812 mMiniSplitter->setMinimizeDirection ( KDGanttMinimizeSplitter::Right );
1813 } else { 1813 } else {
1814 1814
1815 topLayout = new QHBoxLayout( this ); 1815 topLayout = new QHBoxLayout( this );
1816 mMiniSplitter = new KDGanttMinimizeSplitter( Qt::Vertical, this); 1816 mMiniSplitter = new KDGanttMinimizeSplitter( Qt::Vertical, this);
1817 mMiniSplitter->setMinimizeDirection ( KDGanttMinimizeSplitter::Down ); 1817 mMiniSplitter->setMinimizeDirection ( KDGanttMinimizeSplitter::Down );
1818 } 1818 }
1819 1819
1820 topLayout->addWidget(mMiniSplitter ); 1820 topLayout->addWidget(mMiniSplitter );
1821 mViewManager = new ViewManager( this, mMiniSplitter ); 1821 mViewManager = new ViewManager( this, mMiniSplitter );
1822 mDetails = new ViewContainer( mMiniSplitter ); 1822 mDetails = new ViewContainer( mMiniSplitter );
1823 1823
1824 1824
1825 mExtensionManager = new ExtensionManager( this, mMiniSplitter ); 1825 mExtensionManager = new ExtensionManager( this, mMiniSplitter );
1826#endif 1826#endif
1827 //eh->hide(); 1827 //eh->hide();
1828 // topLayout->addWidget(mExtensionManager ); 1828 // topLayout->addWidget(mExtensionManager );
1829 1829
1830 1830
1831/*US 1831/*US
1832#ifndef KAB_NOSPLITTER 1832#ifndef KAB_NOSPLITTER
1833 QHBoxLayout *topLayout = new QHBoxLayout( this ); 1833 QHBoxLayout *topLayout = new QHBoxLayout( this );
1834//US topLayout->setSpacing( KDialogBase::spacingHint() ); 1834//US topLayout->setSpacing( KDialogBase::spacingHint() );
1835 topLayout->setSpacing( 10 ); 1835 topLayout->setSpacing( 10 );
1836 1836
1837 mDetailsSplitter = new QSplitter( this ); 1837 mDetailsSplitter = new QSplitter( this );
1838 1838
1839 QVBox *viewSpace = new QVBox( mDetailsSplitter ); 1839 QVBox *viewSpace = new QVBox( mDetailsSplitter );
1840 1840
1841 mViewManager = new ViewManager( this, viewSpace ); 1841 mViewManager = new ViewManager( this, viewSpace );
1842 viewSpace->setStretchFactor( mViewManager, 1 ); 1842 viewSpace->setStretchFactor( mViewManager, 1 );
1843 1843
1844 mDetails = new ViewContainer( mDetailsSplitter ); 1844 mDetails = new ViewContainer( mDetailsSplitter );
1845 1845
1846 topLayout->addWidget( mDetailsSplitter ); 1846 topLayout->addWidget( mDetailsSplitter );
1847 topLayout->setStretchFactor( mDetailsSplitter, 100 ); 1847 topLayout->setStretchFactor( mDetailsSplitter, 100 );
1848#else //KAB_NOSPLITTER 1848#else //KAB_NOSPLITTER
1849 QHBoxLayout *topLayout = new QHBoxLayout( this ); 1849 QHBoxLayout *topLayout = new QHBoxLayout( this );
1850//US topLayout->setSpacing( KDialogBase::spacingHint() ); 1850//US topLayout->setSpacing( KDialogBase::spacingHint() );
1851 topLayout->setSpacing( 10 ); 1851 topLayout->setSpacing( 10 );
1852 1852
1853// mDetailsSplitter = new QSplitter( this ); 1853// mDetailsSplitter = new QSplitter( this );
1854 1854
1855 QVBox *viewSpace = new QVBox( this ); 1855 QVBox *viewSpace = new QVBox( this );
1856 1856
1857 mViewManager = new ViewManager( this, viewSpace ); 1857 mViewManager = new ViewManager( this, viewSpace );
1858 viewSpace->setStretchFactor( mViewManager, 1 ); 1858 viewSpace->setStretchFactor( mViewManager, 1 );
1859 1859
1860 mDetails = new ViewContainer( this ); 1860 mDetails = new ViewContainer( this );
1861 1861
1862 topLayout->addWidget( viewSpace ); 1862 topLayout->addWidget( viewSpace );
1863// topLayout->setStretchFactor( mDetailsSplitter, 100 ); 1863// topLayout->setStretchFactor( mDetailsSplitter, 100 );
1864 topLayout->addWidget( mDetails ); 1864 topLayout->addWidget( mDetails );
1865#endif //KAB_NOSPLITTER 1865#endif //KAB_NOSPLITTER
1866*/ 1866*/
1867 1867
1868 syncManager = new KSyncManager((QWidget*)this, (KSyncInterface*)this, KSyncManager::KAPI, KABPrefs::instance(), syncMenu); 1868 syncManager = new KSyncManager((QWidget*)this, (KSyncInterface*)this, KSyncManager::KAPI, KABPrefs::instance(), syncMenu);
1869 syncManager->setBlockSave(false); 1869 syncManager->setBlockSave(false);
1870 1870
1871 connect(syncManager , SIGNAL( request_file() ), this, SLOT( syncFileRequest() ) ); 1871 connect(syncManager , SIGNAL( request_file() ), this, SLOT( syncFileRequest() ) );
1872 connect(syncManager , SIGNAL( getFile( bool )), this, SLOT(getFile( bool ) ) ); 1872 connect(syncManager , SIGNAL( getFile( bool )), this, SLOT(getFile( bool ) ) );
1873 QString sync_file = sentSyncFile(); 1873 QString sync_file = sentSyncFile();
1874 //qDebug("KABCore::initGUI()::setting tmp sync file to:%s ",sync_file.latin1()); 1874 //qDebug("KABCore::initGUI()::setting tmp sync file to:%s ",sync_file.latin1());
1875 syncManager->setDefaultFileName( sync_file ); 1875 syncManager->setDefaultFileName( sync_file );
1876 //connect(syncManager , SIGNAL( ), this, SLOT( ) ); 1876 //connect(syncManager , SIGNAL( ), this, SLOT( ) );
1877 1877
1878#endif //KAB_EMBEDDED 1878#endif //KAB_EMBEDDED
1879 initActions(); 1879 initActions();
1880 1880
1881#ifdef KAB_EMBEDDED 1881#ifdef KAB_EMBEDDED
1882 addActionsManually(); 1882 addActionsManually();
1883 //US make sure the export and import menues are initialized before creating the xxPortManager. 1883 //US make sure the export and import menues are initialized before creating the xxPortManager.
1884 mXXPortManager = new XXPortManager( this, this ); 1884 mXXPortManager = new XXPortManager( this, this );
1885 1885
1886 // LR mIncSearchWidget = new IncSearchWidget( mMainWindow->getIconToolBar() ); 1886 // LR mIncSearchWidget = new IncSearchWidget( mMainWindow->getIconToolBar() );
1887 //mMainWindow->toolBar()->insertWidget(-1, 4, mIncSearchWidget); 1887 //mMainWindow->toolBar()->insertWidget(-1, 4, mIncSearchWidget);
1888 // mActionQuit->plug ( mMainWindow->toolBar()); 1888 // mActionQuit->plug ( mMainWindow->toolBar());
1889 //mIncSearchWidget = new IncSearchWidget( mMainWindow->toolBar() ); 1889 //mIncSearchWidget = new IncSearchWidget( mMainWindow->toolBar() );
1890 //mMainWindow->toolBar()->insertWidget(-1, 0, mIncSearchWidget); 1890 //mMainWindow->toolBar()->insertWidget(-1, 0, mIncSearchWidget);
1891 // mIncSearchWidget->hide(); 1891 // mIncSearchWidget->hide();
1892 connect( mIncSearchWidget, SIGNAL( doSearch( const QString& ) ), 1892 connect( mIncSearchWidget, SIGNAL( doSearch( const QString& ) ),
1893 SLOT( incrementalSearch( const QString& ) ) ); 1893 SLOT( incrementalSearch( const QString& ) ) );
1894 connect( mIncSearchWidget, SIGNAL( scrollUP() ),mViewManager, SLOT( scrollUP() ) ); 1894 connect( mIncSearchWidget, SIGNAL( scrollUP() ),mViewManager, SLOT( scrollUP() ) );
1895 connect( mIncSearchWidget, SIGNAL( scrollDOWN() ),mViewManager, SLOT( scrollDOWN() ) ); 1895 connect( mIncSearchWidget, SIGNAL( scrollDOWN() ),mViewManager, SLOT( scrollDOWN() ) );
1896 1896
1897 mJumpButtonBar = new JumpButtonBar( this, this ); 1897 mJumpButtonBar = new JumpButtonBar( this, this );
1898 1898
1899 topLayout->addWidget( mJumpButtonBar ); 1899 topLayout->addWidget( mJumpButtonBar );
1900//US topLayout->setStretchFactor( mJumpButtonBar, 10 ); 1900//US topLayout->setStretchFactor( mJumpButtonBar, 10 );
1901 1901
1902// mMainWindow->getIconToolBar()->raise(); 1902// mMainWindow->getIconToolBar()->raise();
1903 1903
1904#endif //KAB_EMBEDDED 1904#endif //KAB_EMBEDDED
1905 1905
1906} 1906}
1907void KABCore::initActions() 1907void KABCore::initActions()
1908{ 1908{
1909//US qDebug("KABCore::initActions(): mIsPart %i", mIsPart); 1909//US qDebug("KABCore::initActions(): mIsPart %i", mIsPart);
1910 1910
1911#ifndef KAB_EMBEDDED 1911#ifndef KAB_EMBEDDED
1912 connect( QApplication::clipboard(), SIGNAL( dataChanged() ), 1912 connect( QApplication::clipboard(), SIGNAL( dataChanged() ),
1913 SLOT( clipboardDataChanged() ) ); 1913 SLOT( clipboardDataChanged() ) );
1914#endif //KAB_EMBEDDED 1914#endif //KAB_EMBEDDED
1915 1915
1916 // file menu 1916 // file menu
1917 1917
1918 mActionMail = KStdAction::mail( this, SLOT( sendMail() ), actionCollection() ); 1918 mActionMail = KStdAction::mail( this, SLOT( sendMail() ), actionCollection() );
1919 //mActionPrint = KStdAction::print( this, SLOT( print() ), actionCollection() ); 1919 //mActionPrint = KStdAction::print( this, SLOT( print() ), actionCollection() );
1920 mActionPrint = new KAction( i18n( "&Print View" ), "fileprint", CTRL + Key_P, mViewManager, 1920 mActionPrint = new KAction( i18n( "&Print View" ), "fileprint", CTRL + Key_P, mViewManager,
1921 SLOT( printView() ), actionCollection(), "kaddressbook_print" ); 1921 SLOT( printView() ), actionCollection(), "kaddressbook_print" );
1922 1922
1923 1923
1924 mActionPrintDetails = new KAction( i18n( "&Print Details" ), "fileprint", 0, mDetails, 1924 mActionPrintDetails = new KAction( i18n( "&Print Details" ), "fileprint", 0, mDetails,
1925 SLOT( printView() ), actionCollection(), "kaddressbook_print2" ); 1925 SLOT( printView() ), actionCollection(), "kaddressbook_print2" );
1926 1926
1927 mActionSave = new KAction( i18n( "&Save" ), "filesave", CTRL+Key_S, this, 1927 mActionSave = new KAction( i18n( "&Save" ), "filesave", CTRL+Key_S, this,
1928 SLOT( save() ), actionCollection(), "file_sync" ); 1928 SLOT( save() ), actionCollection(), "file_sync" );
1929 1929
1930 mActionNewContact = new KAction( i18n( "&New Contact..." ), "filenew", CTRL+Key_N, this, 1930 mActionNewContact = new KAction( i18n( "&New Contact..." ), "filenew", CTRL+Key_N, this,
1931 SLOT( newContact() ), actionCollection(), "file_new_contact" ); 1931 SLOT( newContact() ), actionCollection(), "file_new_contact" );
1932 1932
1933 mActionMailVCard = new KAction(i18n("Mail &vCard..."), "mail_post_to", 0, 1933 mActionMailVCard = new KAction(i18n("Mail &vCard..."), "mail_post_to", 0,
1934 this, SLOT( mailVCard() ), 1934 this, SLOT( mailVCard() ),
1935 actionCollection(), "file_mail_vcard"); 1935 actionCollection(), "file_mail_vcard");
1936 1936
1937 mActionExport2phone = new KAction( i18n( "Export to phone" ), "ex2phone", 0, this, 1937 mActionExport2phone = new KAction( i18n( "Export to phone" ), "ex2phone", 0, this,
1938 SLOT( export2phone() ), actionCollection(), 1938 SLOT( export2phone() ), actionCollection(),
1939 "kaddressbook_ex2phone" ); 1939 "kaddressbook_ex2phone" );
1940 1940
1941 mActionBeamVCard = 0; 1941 mActionBeamVCard = 0;
1942 mActionBeam = 0; 1942 mActionBeam = 0;
1943 1943
1944#ifndef DESKTOP_VERSION 1944#ifndef DESKTOP_VERSION
1945 if ( Ir::supported() ) { 1945 if ( Ir::supported() ) {
1946 mActionBeamVCard = new KAction( i18n( "Beam v&Card(s)..." ), "beam", 0, this, 1946 mActionBeamVCard = new KAction( i18n( "Beam v&Card(s)..." ), "beam", 0, this,
1947 SLOT( beamVCard() ), actionCollection(), 1947 SLOT( beamVCard() ), actionCollection(),
1948 "kaddressbook_beam_vcard" ); 1948 "kaddressbook_beam_vcard" );
1949 1949
1950 mActionBeam = new KAction( i18n( "&Beam personal vCard" ), "beam", 0, this, 1950 mActionBeam = new KAction( i18n( "&Beam personal vCard" ), "beam", 0, this,
1951 SLOT( beamMySelf() ), actionCollection(), 1951 SLOT( beamMySelf() ), actionCollection(),
1952 "kaddressbook_beam_myself" ); 1952 "kaddressbook_beam_myself" );
1953 } 1953 }
1954#endif 1954#endif
1955 1955
1956 mActionEditAddressee = new KAction( i18n( "&Edit Contact..." ), "edit", 0, 1956 mActionEditAddressee = new KAction( i18n( "&Edit Contact..." ), "edit", 0,
1957 this, SLOT( editContact2() ), 1957 this, SLOT( editContact2() ),
1958 actionCollection(), "file_properties" ); 1958 actionCollection(), "file_properties" );
1959 1959
1960#ifdef KAB_EMBEDDED 1960#ifdef KAB_EMBEDDED
1961 // mActionQuit = KStdAction::quit( mMainWindow, SLOT( exit() ), actionCollection() ); 1961 // mActionQuit = KStdAction::quit( mMainWindow, SLOT( exit() ), actionCollection() );
1962 mActionQuit = new KAction( i18n( "&Exit" ), "exit", 0, 1962 mActionQuit = new KAction( i18n( "&Exit" ), "exit", 0,
1963 mMainWindow, SLOT( exit() ), 1963 mMainWindow, SLOT( exit() ),
1964 actionCollection(), "quit" ); 1964 actionCollection(), "quit" );
1965#endif //KAB_EMBEDDED 1965#endif //KAB_EMBEDDED
1966 1966
1967 // edit menu 1967 // edit menu
1968 if ( mIsPart ) { 1968 if ( mIsPart ) {
1969 mActionCopy = new KAction( i18n( "&Copy" ), "editcopy", CTRL + Key_C, this, 1969 mActionCopy = new KAction( i18n( "&Copy" ), "editcopy", CTRL + Key_C, this,
1970 SLOT( copyContacts() ), actionCollection(), 1970 SLOT( copyContacts() ), actionCollection(),
1971 "kaddressbook_copy" ); 1971 "kaddressbook_copy" );
1972 mActionCut = new KAction( i18n( "Cu&t" ), "editcut", CTRL + Key_X, this, 1972 mActionCut = new KAction( i18n( "Cu&t" ), "editcut", CTRL + Key_X, this,
1973 SLOT( cutContacts() ), actionCollection(), 1973 SLOT( cutContacts() ), actionCollection(),
1974 "kaddressbook_cut" ); 1974 "kaddressbook_cut" );
1975 mActionPaste = new KAction( i18n( "&Paste" ), "editpaste", CTRL + Key_V, this, 1975 mActionPaste = new KAction( i18n( "&Paste" ), "editpaste", CTRL + Key_V, this,
1976 SLOT( pasteContacts() ), actionCollection(), 1976 SLOT( pasteContacts() ), actionCollection(),
1977 "kaddressbook_paste" ); 1977 "kaddressbook_paste" );
1978 mActionSelectAll = new KAction( i18n( "Select &All" ), CTRL + Key_A, this, 1978 mActionSelectAll = new KAction( i18n( "Select &All" ), CTRL + Key_A, this,
1979 SLOT( selectAllContacts() ), actionCollection(), 1979 SLOT( selectAllContacts() ), actionCollection(),
1980 "kaddressbook_select_all" ); 1980 "kaddressbook_select_all" );
1981 mActionUndo = new KAction( i18n( "&Undo" ), "undo", CTRL + Key_Z, this, 1981 mActionUndo = new KAction( i18n( "&Undo" ), "undo", CTRL + Key_Z, this,
1982 SLOT( undo() ), actionCollection(), 1982 SLOT( undo() ), actionCollection(),
1983 "kaddressbook_undo" ); 1983 "kaddressbook_undo" );
1984 mActionRedo = new KAction( i18n( "Re&do" ), "redo", CTRL + SHIFT + Key_Z, 1984 mActionRedo = new KAction( i18n( "Re&do" ), "redo", CTRL + SHIFT + Key_Z,
1985 this, SLOT( redo() ), actionCollection(), 1985 this, SLOT( redo() ), actionCollection(),
1986 "kaddressbook_redo" ); 1986 "kaddressbook_redo" );
1987 } else { 1987 } else {
1988 mActionCopy = KStdAction::copy( this, SLOT( copyContacts() ), actionCollection() ); 1988 mActionCopy = KStdAction::copy( this, SLOT( copyContacts() ), actionCollection() );
1989 mActionCut = KStdAction::cut( this, SLOT( cutContacts() ), actionCollection() ); 1989 mActionCut = KStdAction::cut( this, SLOT( cutContacts() ), actionCollection() );
1990 mActionPaste = KStdAction::paste( this, SLOT( pasteContacts() ), actionCollection() ); 1990 mActionPaste = KStdAction::paste( this, SLOT( pasteContacts() ), actionCollection() );
1991 mActionSelectAll = KStdAction::selectAll( this, SLOT( selectAllContacts() ), actionCollection() ); 1991 mActionSelectAll = KStdAction::selectAll( this, SLOT( selectAllContacts() ), actionCollection() );
1992 mActionUndo = KStdAction::undo( this, SLOT( undo() ), actionCollection() ); 1992 mActionUndo = KStdAction::undo( this, SLOT( undo() ), actionCollection() );
1993 mActionRedo = KStdAction::redo( this, SLOT( redo() ), actionCollection() ); 1993 mActionRedo = KStdAction::redo( this, SLOT( redo() ), actionCollection() );
1994 } 1994 }
1995 1995
1996 mActionDelete = new KAction( i18n( "&Delete Contact" ), "editdelete", 1996 mActionDelete = new KAction( i18n( "&Delete Contact" ), "editdelete",
1997 Key_Delete, this, SLOT( deleteContacts() ), 1997 Key_Delete, this, SLOT( deleteContacts() ),
1998 actionCollection(), "edit_delete" ); 1998 actionCollection(), "edit_delete" );
1999 1999
2000 mActionUndo->setEnabled( false ); 2000 mActionUndo->setEnabled( false );
2001 mActionRedo->setEnabled( false ); 2001 mActionRedo->setEnabled( false );
2002 2002
2003 // settings menu 2003 // settings menu
2004#ifdef KAB_EMBEDDED 2004#ifdef KAB_EMBEDDED
2005//US special menuentry to configure the addressbook resources. On KDE 2005//US special menuentry to configure the addressbook resources. On KDE
2006// you do that through the control center !!! 2006// you do that through the control center !!!
2007 mActionConfigResources = new KAction( i18n( "Configure &Resources..." ), "configure_resources", 0, this, 2007 mActionConfigResources = new KAction( i18n( "Configure &Resources..." ), "configure_resources", 0, this,
2008 SLOT( configureResources() ), actionCollection(), 2008 SLOT( configureResources() ), actionCollection(),
2009 "kaddressbook_configure_resources" ); 2009 "kaddressbook_configure_resources" );
2010#endif //KAB_EMBEDDED 2010#endif //KAB_EMBEDDED
2011 2011
2012 if ( mIsPart ) { 2012 if ( mIsPart ) {
2013 mActionConfigKAddressbook = new KAction( i18n( "&Configure KAddressBook..." ), "configure", 0, this, 2013 mActionConfigKAddressbook = new KAction( i18n( "&Configure KAddressBook..." ), "configure", 0, this,
2014 SLOT( openConfigDialog() ), actionCollection(), 2014 SLOT( openConfigDialog() ), actionCollection(),
2015 "kaddressbook_configure" ); 2015 "kaddressbook_configure" );
2016 2016
2017 //US not implemented yet 2017 //US not implemented yet
2018 //mActionConfigShortcuts = new KAction( i18n( "Configure S&hortcuts..." ), "configure_shortcuts", 0, 2018 //mActionConfigShortcuts = new KAction( i18n( "Configure S&hortcuts..." ), "configure_shortcuts", 0,
2019 // this, SLOT( configureKeyBindings() ), actionCollection(), 2019 // this, SLOT( configureKeyBindings() ), actionCollection(),
2020 // "kaddressbook_configure_shortcuts" ); 2020 // "kaddressbook_configure_shortcuts" );
2021#ifdef KAB_EMBEDDED 2021#ifdef KAB_EMBEDDED
2022 mActionConfigureToolbars = KStdAction::configureToolbars( this, SLOT( mMainWindow->configureToolbars() ), actionCollection() ); 2022 mActionConfigureToolbars = KStdAction::configureToolbars( this, SLOT( mMainWindow->configureToolbars() ), actionCollection() );
2023 mActionConfigureToolbars->setEnabled( false ); 2023 mActionConfigureToolbars->setEnabled( false );
2024#endif //KAB_EMBEDDED 2024#endif //KAB_EMBEDDED
2025 2025
2026 } else { 2026 } else {
2027 mActionConfigKAddressbook = KStdAction::preferences( this, SLOT( openConfigDialog() ), actionCollection() ); 2027 mActionConfigKAddressbook = KStdAction::preferences( this, SLOT( openConfigDialog() ), actionCollection() );
2028 2028
2029 //US not implemented yet 2029 //US not implemented yet
2030 //mActionKeyBindings = KStdAction::keyBindings( this, SLOT( configureKeyBindings() ), actionCollection() ); 2030 //mActionKeyBindings = KStdAction::keyBindings( this, SLOT( configureKeyBindings() ), actionCollection() );
2031 } 2031 }
2032 2032
2033 mActionJumpBar = new KToggleAction( i18n( "Show Jump Bar" ), 0, 0, 2033 mActionJumpBar = new KToggleAction( i18n( "Show Jump Bar" ), 0, 0,
2034 actionCollection(), "options_show_jump_bar" ); 2034 actionCollection(), "options_show_jump_bar" );
2035 connect( mActionJumpBar, SIGNAL( toggled( bool ) ), SLOT( setJumpButtonBar( bool ) ) ); 2035 connect( mActionJumpBar, SIGNAL( toggled( bool ) ), SLOT( setJumpButtonBar( bool ) ) );
2036 2036
2037 mActionDetails = new KToggleAction( i18n( "Show Details" ), "listview", 0, 2037 mActionDetails = new KToggleAction( i18n( "Show Details" ), "listview", 0,
2038 actionCollection(), "options_show_details" ); 2038 actionCollection(), "options_show_details" );
2039 connect( mActionDetails, SIGNAL( toggled( bool ) ), SLOT( setDetailsVisible( bool ) ) ); 2039 connect( mActionDetails, SIGNAL( toggled( bool ) ), SLOT( setDetailsVisible( bool ) ) );
2040 2040
2041 2041
2042 mActionBR = new KToggleAction( i18n( "Beam receive enabled" ), "beam", 0, this, 2042 mActionBR = new KToggleAction( i18n( "Beam receive enabled" ), "beam", 0, this,
2043 SLOT( toggleBeamReceive() ), actionCollection(), 2043 SLOT( toggleBeamReceive() ), actionCollection(),
2044 "kaddressbook_beam_rec" ); 2044 "kaddressbook_beam_rec" );
2045 2045
2046 2046
2047 // misc 2047 // misc
2048 // only enable LDAP lookup if we can handle the protocol 2048 // only enable LDAP lookup if we can handle the protocol
2049#ifndef KAB_EMBEDDED 2049#ifndef KAB_EMBEDDED
2050 if ( KProtocolInfo::isKnownProtocol( KURL( "ldap://localhost" ) ) ) { 2050 if ( KProtocolInfo::isKnownProtocol( KURL( "ldap://localhost" ) ) ) {
2051 new KAction( i18n( "&Lookup Addresses in Directory" ), "find", 0, 2051 new KAction( i18n( "&Lookup Addresses in Directory" ), "find", 0,
2052 this, SLOT( openLDAPDialog() ), actionCollection(), 2052 this, SLOT( openLDAPDialog() ), actionCollection(),
2053 "ldap_lookup" ); 2053 "ldap_lookup" );
2054 } 2054 }
2055#else //KAB_EMBEDDED 2055#else //KAB_EMBEDDED
2056 //qDebug("KABCore::initActions() LDAP has to be implemented"); 2056 //qDebug("KABCore::initActions() LDAP has to be implemented");
2057#endif //KAB_EMBEDDED 2057#endif //KAB_EMBEDDED
2058 2058
2059 2059
2060 mActionWhoAmI = new KAction( i18n( "Set Who Am I" ), "personal", 0, this, 2060 mActionWhoAmI = new KAction( i18n( "Set Who Am I" ), "personal", 0, this,
2061 SLOT( setWhoAmI() ), actionCollection(), 2061 SLOT( setWhoAmI() ), actionCollection(),
2062 "set_personal" ); 2062 "set_personal" );
2063 2063
2064 2064
2065 mActionCategories = new KAction( i18n( "Set Categories for Contacts..." ), 0, this, 2065 mActionCategories = new KAction( i18n( "Set Categories for Contacts..." ), 0, this,
2066 SLOT( setCategories() ), actionCollection(), 2066 SLOT( setCategories() ), actionCollection(),
2067 "edit_set_categories" ); 2067 "edit_set_categories" );
2068 mActionEditCategories = new KAction( i18n( "Edit Category List..." ), 0, this, 2068 mActionEditCategories = new KAction( i18n( "Edit Category List..." ), 0, this,
2069 SLOT( editCategories() ), actionCollection(), 2069 SLOT( editCategories() ), actionCollection(),
2070 "edit__categories" ); 2070 "edit__categories" );
2071 2071
2072 mActionRemoveVoice = new KAction( i18n( "Remove \"voice\"..." ), 0, this, 2072 mActionRemoveVoice = new KAction( i18n( "Remove \"voice\"..." ), 0, this,
2073 SLOT( removeVoice() ), actionCollection(), 2073 SLOT( removeVoice() ), actionCollection(),
2074 "remove_voice" ); 2074 "remove_voice" );
2075 mActionSetFormattedName = new KAction( i18n( "Set formatted name..." ), 0, this, 2075 mActionSetFormattedName = new KAction( i18n( "Set formatted name..." ), 0, this,
2076 SLOT( setFormattedName() ), actionCollection(), 2076 SLOT( setFormattedName() ), actionCollection(),
2077 "set_formatted" ); 2077 "set_formatted" );
2078 2078
2079 mActionManageCategories= new KAction( i18n( "Manage new categories..." ), 0, this, 2079 mActionManageCategories= new KAction( i18n( "Manage new categories..." ), 0, this,
2080 SLOT( manageCategories() ), actionCollection(), 2080 SLOT( manageCategories() ), actionCollection(),
2081 "remove_voice" ); 2081 "remove_voice" );
2082 2082
2083 2083
2084 mActionImportOL = new KAction( i18n( "Import from Outlook..." ), 0, this, 2084 mActionImportOL = new KAction( i18n( "Import from Outlook..." ), 0, this,
2085 SLOT( importFromOL() ), actionCollection(), 2085 SLOT( importFromOL() ), actionCollection(),
2086 "import_OL" ); 2086 "import_OL" );
2087#ifdef KAB_EMBEDDED 2087#ifdef KAB_EMBEDDED
2088 mActionLicence = new KAction( i18n( "Licence" ), 0, 2088 mActionLicence = new KAction( i18n( "Licence" ), 0,
2089 this, SLOT( showLicence() ), actionCollection(), 2089 this, SLOT( showLicence() ), actionCollection(),
2090 "licence_about_data" ); 2090 "licence_about_data" );
2091 mActionFaq = new KAction( i18n( "Faq" ), 0, 2091 mActionFaq = new KAction( i18n( "Faq" ), 0,
2092 this, SLOT( faq() ), actionCollection(), 2092 this, SLOT( faq() ), actionCollection(),
2093 "faq_about_data" ); 2093 "faq_about_data" );
2094 mActionWN = new KAction( i18n( "What's New?" ), 0, 2094 mActionWN = new KAction( i18n( "What's New?" ), 0,
2095 this, SLOT( whatsnew() ), actionCollection(), 2095 this, SLOT( whatsnew() ), actionCollection(),
2096 "wn" ); 2096 "wn" );
2097 mActionSyncHowto = new KAction( i18n( "Sync HowTo" ), 0, 2097 mActionSyncHowto = new KAction( i18n( "Sync HowTo" ), 0,
2098 this, SLOT( synchowto() ), actionCollection(), 2098 this, SLOT( synchowto() ), actionCollection(),
2099 "sync" ); 2099 "sync" );
2100 mActionKdeSyncHowto = new KAction( i18n( "Kde Sync HowTo" ), 0, 2100 mActionKdeSyncHowto = new KAction( i18n( "Kde Sync HowTo" ), 0,
2101 this, SLOT( kdesynchowto() ), actionCollection(), 2101 this, SLOT( kdesynchowto() ), actionCollection(),
2102 "kdesync" ); 2102 "kdesync" );
2103 mActionMultiSyncHowto = new KAction( i18n( "Multi Sync HowTo" ), 0, 2103 mActionMultiSyncHowto = new KAction( i18n( "Multi Sync HowTo" ), 0,
2104 this, SLOT( multisynchowto() ), actionCollection(), 2104 this, SLOT( multisynchowto() ), actionCollection(),
2105 "multisync" ); 2105 "multisync" );
2106 2106
2107 mActionAboutKAddressbook = new KAction( i18n( "&About KAddressBook" ), "kaddressbook2", 0, 2107 mActionAboutKAddressbook = new KAction( i18n( "&About KAddressBook" ), "kaddressbook2", 0,
2108 this, SLOT( createAboutData() ), actionCollection(), 2108 this, SLOT( createAboutData() ), actionCollection(),
2109 "kaddressbook_about_data" ); 2109 "kaddressbook_about_data" );
2110#endif //KAB_EMBEDDED 2110#endif //KAB_EMBEDDED
2111 2111
2112 clipboardDataChanged(); 2112 clipboardDataChanged();
2113 connect( UndoStack::instance(), SIGNAL( changed() ), SLOT( updateActionMenu() ) ); 2113 connect( UndoStack::instance(), SIGNAL( changed() ), SLOT( updateActionMenu() ) );
2114 connect( RedoStack::instance(), SIGNAL( changed() ), SLOT( updateActionMenu() ) ); 2114 connect( RedoStack::instance(), SIGNAL( changed() ), SLOT( updateActionMenu() ) );
2115} 2115}
2116 2116
2117//US we need this function, to plug all actions into the correct menues. 2117//US we need this function, to plug all actions into the correct menues.
2118// KDE uses a XML format to plug the actions, but we work her without this overhead. 2118// KDE uses a XML format to plug the actions, but we work her without this overhead.
2119void KABCore::addActionsManually() 2119void KABCore::addActionsManually()
2120{ 2120{
2121//US qDebug("KABCore::initActions(): mIsPart %i", mIsPart); 2121//US qDebug("KABCore::initActions(): mIsPart %i", mIsPart);
2122 2122
2123#ifdef KAB_EMBEDDED 2123#ifdef KAB_EMBEDDED
2124 QPopupMenu *fileMenu = new QPopupMenu( this ); 2124 QPopupMenu *fileMenu = new QPopupMenu( this );
2125 QPopupMenu *editMenu = new QPopupMenu( this ); 2125 QPopupMenu *editMenu = new QPopupMenu( this );
2126 QPopupMenu *helpMenu = new QPopupMenu( this ); 2126 QPopupMenu *helpMenu = new QPopupMenu( this );
2127 2127
2128 KToolBar* tb = mMainWindow->toolBar(); 2128 KToolBar* tb = mMainWindow->toolBar();
2129 2129
2130#ifndef DESKTOP_VERSION 2130#ifndef DESKTOP_VERSION
2131 if ( KABPrefs::instance()->mFullMenuBarVisible ) { 2131 if ( KABPrefs::instance()->mFullMenuBarVisible ) {
2132#endif 2132#endif
2133 QMenuBar* mb = mMainWindow->menuBar(); 2133 QMenuBar* mb = mMainWindow->menuBar();
2134 2134
2135 //US setup menubar. 2135 //US setup menubar.
2136 //Disable the following block if you do not want to have a menubar. 2136 //Disable the following block if you do not want to have a menubar.
2137 mb->insertItem( i18n("&File"), fileMenu ); 2137 mb->insertItem( i18n("&File"), fileMenu );
2138 mb->insertItem( i18n("&Edit"), editMenu ); 2138 mb->insertItem( i18n("&Edit"), editMenu );
2139 mb->insertItem( i18n("&View"), viewMenu ); 2139 mb->insertItem( i18n("&View"), viewMenu );
2140 mb->insertItem( i18n("&Settings"), settingsMenu ); 2140 mb->insertItem( i18n("&Settings"), settingsMenu );
2141#ifdef DESKTOP_VERSION 2141#ifdef DESKTOP_VERSION
2142 mb->insertItem( i18n("Synchronize"), syncMenu ); 2142 mb->insertItem( i18n("Synchronize"), syncMenu );
2143#else 2143#else
2144 mb->insertItem( i18n("Sync"), syncMenu ); 2144 mb->insertItem( i18n("Sync"), syncMenu );
2145#endif 2145#endif
2146 //mb->insertItem( i18n("&Change"), changeMenu ); 2146 //mb->insertItem( i18n("&Change"), changeMenu );
2147 mb->insertItem( i18n("&Help"), helpMenu ); 2147 mb->insertItem( i18n("&Help"), helpMenu );
2148 mIncSearchWidget = new IncSearchWidget( tb ); 2148 mIncSearchWidget = new IncSearchWidget( tb );
2149 // tb->insertWidget(-1, 0, mIncSearchWidget); 2149 // tb->insertWidget(-1, 0, mIncSearchWidget);
2150#ifndef DESKTOP_VERSION 2150#ifndef DESKTOP_VERSION
2151 } else { 2151 } else {
2152 //US setup toolbar 2152 //US setup toolbar
2153 QPEMenuBar *menuBarTB = new QPEMenuBar( tb ); 2153 QPEMenuBar *menuBarTB = new QPEMenuBar( tb );
2154 QPopupMenu *popupBarTB = new QPopupMenu( this ); 2154 QPopupMenu *popupBarTB = new QPopupMenu( this );
2155 menuBarTB->insertItem( SmallIcon( "z_menu" ) , popupBarTB); 2155 menuBarTB->insertItem( SmallIcon( "z_menu" ) , popupBarTB);
2156 tb->insertWidget(-1, 0, menuBarTB); 2156 tb->insertWidget(-1, 0, menuBarTB);
2157 mIncSearchWidget = new IncSearchWidget( tb ); 2157 mIncSearchWidget = new IncSearchWidget( tb );
2158 tb->enableMoving(false); 2158 tb->enableMoving(false);
2159 popupBarTB->insertItem( i18n("&File"), fileMenu ); 2159 popupBarTB->insertItem( i18n("&File"), fileMenu );
2160 popupBarTB->insertItem( i18n("&Edit"), editMenu ); 2160 popupBarTB->insertItem( i18n("&Edit"), editMenu );
2161 popupBarTB->insertItem( i18n("&View"), viewMenu ); 2161 popupBarTB->insertItem( i18n("&View"), viewMenu );
2162 popupBarTB->insertItem( i18n("&Settings"), settingsMenu ); 2162 popupBarTB->insertItem( i18n("&Settings"), settingsMenu );
2163 popupBarTB->insertItem( i18n("Synchronize"), syncMenu ); 2163 popupBarTB->insertItem( i18n("Synchronize"), syncMenu );
2164 mViewManager->getFilterAction()->plug ( popupBarTB); 2164 mViewManager->getFilterAction()->plug ( popupBarTB);
2165 //popupBarTB->insertItem( i18n("&Change selected"), changeMenu ); 2165 //popupBarTB->insertItem( i18n("&Change selected"), changeMenu );
2166 popupBarTB->insertItem( i18n("&Help"), helpMenu ); 2166 popupBarTB->insertItem( i18n("&Help"), helpMenu );
2167 if (QApplication::desktop()->width() > 320 ) { 2167 if (QApplication::desktop()->width() > 320 ) {
2168 // mViewManager->getFilterAction()->plug ( tb); 2168 // mViewManager->getFilterAction()->plug ( tb);
2169 } 2169 }
2170 } 2170 }
2171#endif 2171#endif
2172 // mActionQuit->plug ( mMainWindow->toolBar()); 2172 // mActionQuit->plug ( mMainWindow->toolBar());
2173 2173
2174 2174
2175 2175
2176 //US Now connect the actions with the menue entries. 2176 //US Now connect the actions with the menue entries.
2177#ifdef DESKTOP_VERSION 2177#ifdef DESKTOP_VERSION
2178 mActionPrint->plug( fileMenu ); 2178 mActionPrint->plug( fileMenu );
2179 mActionPrintDetails->plug( fileMenu ); 2179 mActionPrintDetails->plug( fileMenu );
2180 fileMenu->insertSeparator(); 2180 fileMenu->insertSeparator();
2181#endif 2181#endif
2182 mActionMail->plug( fileMenu ); 2182 mActionMail->plug( fileMenu );
2183 fileMenu->insertSeparator(); 2183 fileMenu->insertSeparator();
2184 2184
2185 mActionNewContact->plug( fileMenu ); 2185 mActionNewContact->plug( fileMenu );
2186 mActionNewContact->plug( tb ); 2186 mActionNewContact->plug( tb );
2187 2187
2188 mActionEditAddressee->plug( fileMenu ); 2188 mActionEditAddressee->plug( fileMenu );
2189 // if ((KGlobal::getDesktopSize() > KGlobal::Small ) || 2189 // if ((KGlobal::getDesktopSize() > KGlobal::Small ) ||
2190 // (!KABPrefs::instance()->mMultipleViewsAtOnce )) 2190 // (!KABPrefs::instance()->mMultipleViewsAtOnce ))
2191 mActionEditAddressee->plug( tb ); 2191 mActionEditAddressee->plug( tb );
2192 2192
2193 fileMenu->insertSeparator(); 2193 fileMenu->insertSeparator();
2194 mActionSave->plug( fileMenu ); 2194 mActionSave->plug( fileMenu );
2195 fileMenu->insertItem( "&Import", ImportMenu ); 2195 fileMenu->insertItem( "&Import", ImportMenu );
2196 fileMenu->insertItem( "&Export", ExportMenu ); 2196 fileMenu->insertItem( "&Export", ExportMenu );
2197 fileMenu->insertItem( i18n("&Change"), changeMenu ); 2197 fileMenu->insertItem( i18n("&Change"), changeMenu );
2198#ifndef DESKTOP_VERSION 2198#ifndef DESKTOP_VERSION
2199 if ( Ir::supported() ) fileMenu->insertItem( i18n("&Beam"), beamMenu ); 2199 if ( Ir::supported() ) fileMenu->insertItem( i18n("&Beam"), beamMenu );
2200#endif 2200#endif
2201#if 0 2201#if 0
2202 // PENDING fix MailVCard 2202 // PENDING fix MailVCard
2203 fileMenu->insertSeparator(); 2203 fileMenu->insertSeparator();
2204 mActionMailVCard->plug( fileMenu ); 2204 mActionMailVCard->plug( fileMenu );
2205#endif 2205#endif
2206#ifndef DESKTOP_VERSION 2206#ifndef DESKTOP_VERSION
2207 if ( Ir::supported() ) mActionBR->plug( beamMenu ); 2207 if ( Ir::supported() ) mActionBR->plug( beamMenu );
2208 if ( Ir::supported() ) mActionBeamVCard->plug( beamMenu ); 2208 if ( Ir::supported() ) mActionBeamVCard->plug( beamMenu );
2209 if ( Ir::supported() ) mActionBeam->plug( beamMenu ); 2209 if ( Ir::supported() ) mActionBeam->plug( beamMenu );
2210#endif 2210#endif
2211 fileMenu->insertSeparator(); 2211 fileMenu->insertSeparator();
2212 mActionQuit->plug( fileMenu ); 2212 mActionQuit->plug( fileMenu );
2213#ifdef _OL_IMPORT_ 2213#ifdef _OL_IMPORT_
2214 mActionImportOL->plug( ImportMenu ); 2214 mActionImportOL->plug( ImportMenu );
2215#endif 2215#endif
2216 // edit menu 2216 // edit menu
2217 mActionUndo->plug( editMenu ); 2217 mActionUndo->plug( editMenu );
2218 mActionRedo->plug( editMenu ); 2218 mActionRedo->plug( editMenu );
2219 editMenu->insertSeparator(); 2219 editMenu->insertSeparator();
2220 mActionCut->plug( editMenu ); 2220 mActionCut->plug( editMenu );
2221 mActionCopy->plug( editMenu ); 2221 mActionCopy->plug( editMenu );
2222 mActionPaste->plug( editMenu ); 2222 mActionPaste->plug( editMenu );
2223 mActionDelete->plug( editMenu ); 2223 mActionDelete->plug( editMenu );
2224 editMenu->insertSeparator(); 2224 editMenu->insertSeparator();
2225 mActionSelectAll->plug( editMenu ); 2225 mActionSelectAll->plug( editMenu );
2226 2226
2227 mActionSetFormattedName->plug( changeMenu ); 2227 mActionSetFormattedName->plug( changeMenu );
2228 mActionRemoveVoice->plug( changeMenu ); 2228 mActionRemoveVoice->plug( changeMenu );
2229 // settingsmings menu 2229 // settingsmings menu
2230//US special menuentry to configure the addressbook resources. On KDE 2230//US special menuentry to configure the addressbook resources. On KDE
2231// you do that through the control center !!! 2231// you do that through the control center !!!
2232 // settingsMenu->insertSeparator(); 2232 // settingsMenu->insertSeparator();
2233 2233
2234 mActionConfigKAddressbook->plug( settingsMenu, 0 ); 2234 mActionConfigKAddressbook->plug( settingsMenu, 0 );
2235 mActionConfigResources->plug( settingsMenu,1 ); 2235 mActionConfigResources->plug( settingsMenu,1 );
2236 settingsMenu->insertSeparator(2); 2236 settingsMenu->insertSeparator(2);
2237 2237
2238 if ( mIsPart ) { 2238 if ( mIsPart ) {
2239 //US not implemented yet 2239 //US not implemented yet
2240 //mActionConfigShortcuts->plug( settingsMenu ); 2240 //mActionConfigShortcuts->plug( settingsMenu );
2241 //mActionConfigureToolbars->plug( settingsMenu ); 2241 //mActionConfigureToolbars->plug( settingsMenu );
2242 2242
2243 } else { 2243 } else {
2244 //US not implemented yet 2244 //US not implemented yet
2245 //mActionKeyBindings->plug( settingsMenu ); 2245 //mActionKeyBindings->plug( settingsMenu );
2246 } 2246 }
2247 2247
2248 settingsMenu->insertSeparator(); 2248 settingsMenu->insertSeparator();
2249 2249
2250 mActionJumpBar->plug( settingsMenu ); 2250 mActionJumpBar->plug( settingsMenu );
2251 mActionDetails->plug( settingsMenu ); 2251 mActionDetails->plug( settingsMenu );
2252 //if (!KABPrefs::instance()->mMultipleViewsAtOnce || KGlobal::getDesktopSize() == KGlobal::Desktop ) 2252 //if (!KABPrefs::instance()->mMultipleViewsAtOnce || KGlobal::getDesktopSize() == KGlobal::Desktop )
2253 mActionDetails->plug( tb ); 2253 mActionDetails->plug( tb );
2254 settingsMenu->insertSeparator(); 2254 settingsMenu->insertSeparator();
2255#ifndef DESKTOP_VERSION 2255#ifndef DESKTOP_VERSION
2256 if ( Ir::supported() ) mActionBR->plug(settingsMenu ); 2256 if ( Ir::supported() ) mActionBR->plug(settingsMenu );
2257 settingsMenu->insertSeparator(); 2257 settingsMenu->insertSeparator();
2258#endif 2258#endif
2259 2259
2260 mActionWhoAmI->plug( settingsMenu ); 2260 mActionWhoAmI->plug( settingsMenu );
2261 mActionEditCategories->plug( settingsMenu ); 2261 mActionEditCategories->plug( settingsMenu );
2262 mActionEditCategories->plug( changeMenu ); 2262 mActionEditCategories->plug( changeMenu );
2263 mActionCategories->plug( changeMenu ); 2263 mActionCategories->plug( changeMenu );
2264 mActionManageCategories->plug( changeMenu ); 2264 mActionManageCategories->plug( changeMenu );
2265 2265
2266 mActionCategories->plug( settingsMenu ); 2266 mActionCategories->plug( settingsMenu );
2267 mActionManageCategories->plug( settingsMenu ); 2267 mActionManageCategories->plug( settingsMenu );
2268 2268
2269 2269
2270 mActionWN->plug( helpMenu ); 2270 mActionWN->plug( helpMenu );
2271 mActionSyncHowto->plug( helpMenu ); 2271 mActionSyncHowto->plug( helpMenu );
2272 mActionKdeSyncHowto->plug( helpMenu ); 2272 mActionKdeSyncHowto->plug( helpMenu );
2273 mActionMultiSyncHowto->plug( helpMenu ); 2273 mActionMultiSyncHowto->plug( helpMenu );
2274 mActionFaq->plug( helpMenu ); 2274 mActionFaq->plug( helpMenu );
2275 mActionLicence->plug( helpMenu ); 2275 mActionLicence->plug( helpMenu );
2276 mActionAboutKAddressbook->plug( helpMenu ); 2276 mActionAboutKAddressbook->plug( helpMenu );
2277 2277
2278 if (KGlobal::getDesktopSize() > KGlobal::Small ) { 2278 if (KGlobal::getDesktopSize() > KGlobal::Small ) {
2279 2279
2280 mActionSave->plug( tb ); 2280 mActionSave->plug( tb );
2281 mViewManager->getFilterAction()->plug ( tb); 2281 mViewManager->getFilterAction()->plug ( tb);
2282 //LR hide filteraction on started in 480x640 2282 //LR hide filteraction on started in 480x640
2283 if (QApplication::desktop()->width() == 480 ) { 2283 if (QApplication::desktop()->width() == 480 ) {
2284 mViewManager->getFilterAction()->setComboWidth( 0 ); 2284 mViewManager->getFilterAction()->setComboWidth( 0 );
2285 } 2285 }
2286 mActionUndo->plug( tb ); 2286 mActionUndo->plug( tb );
2287 mActionDelete->plug( tb ); 2287 mActionDelete->plug( tb );
2288 mActionRedo->plug( tb ); 2288 mActionRedo->plug( tb );
2289 } else { 2289 } else {
2290 mActionSave->plug( tb ); 2290 mActionSave->plug( tb );
2291 tb->enableMoving(false); 2291 tb->enableMoving(false);
2292 } 2292 }
2293 //mActionQuit->plug ( tb ); 2293 //mActionQuit->plug ( tb );
2294 // tb->insertWidget(-1, 0, mIncSearchWidget, 6); 2294 // tb->insertWidget(-1, 0, mIncSearchWidget, 6);
2295 2295
2296 //US link the searchwidget first to this. 2296 //US link the searchwidget first to this.
2297 // The real linkage to the toolbar happens later. 2297 // The real linkage to the toolbar happens later.
2298//US mIncSearchWidget->reparent(tb, 0, QPoint(50,0), TRUE); 2298//US mIncSearchWidget->reparent(tb, 0, QPoint(50,0), TRUE);
2299//US tb->insertItem( mIncSearchWidget ); 2299//US tb->insertItem( mIncSearchWidget );
2300/*US 2300/*US
2301 mIncSearchWidget = new IncSearchWidget( tb ); 2301 mIncSearchWidget = new IncSearchWidget( tb );
2302 connect( mIncSearchWidget, SIGNAL( doSearch( const QString& ) ), 2302 connect( mIncSearchWidget, SIGNAL( doSearch( const QString& ) ),
2303 SLOT( incrementalSearch( const QString& ) ) ); 2303 SLOT( incrementalSearch( const QString& ) ) );
2304 2304
2305 mJumpButtonBar = new JumpButtonBar( this, this ); 2305 mJumpButtonBar = new JumpButtonBar( this, this );
2306 2306
2307//US topLayout->addWidget( mJumpButtonBar ); 2307//US topLayout->addWidget( mJumpButtonBar );
2308 this->layout()->add( mJumpButtonBar ); 2308 this->layout()->add( mJumpButtonBar );
2309*/ 2309*/
2310 2310
2311#endif //KAB_EMBEDDED 2311#endif //KAB_EMBEDDED
2312 2312
2313 mActionExport2phone->plug( ExportMenu ); 2313 mActionExport2phone->plug( ExportMenu );
2314 connect ( syncMenu, SIGNAL( activated ( int ) ), syncManager, SLOT (slotSyncMenu( int ) ) ); 2314 connect ( syncMenu, SIGNAL( activated ( int ) ), syncManager, SLOT (slotSyncMenu( int ) ) );
2315 syncManager->fillSyncMenu(); 2315 syncManager->fillSyncMenu();
2316 2316
2317} 2317}
2318void KABCore::showLicence() 2318void KABCore::showLicence()
2319{ 2319{
2320 KApplication::showLicence(); 2320 KApplication::showLicence();
2321} 2321}
2322 2322
2323void KABCore::manageCategories( ) 2323void KABCore::manageCategories( )
2324{ 2324{
2325 KABCatPrefs* cp = new KABCatPrefs(); 2325 KABCatPrefs* cp = new KABCatPrefs();
2326 cp->show(); 2326 cp->show();
2327 int w =cp->sizeHint().width() ; 2327 int w =cp->sizeHint().width() ;
2328 int h = cp->sizeHint().height() ; 2328 int h = cp->sizeHint().height() ;
2329 int dw = QApplication::desktop()->width(); 2329 int dw = QApplication::desktop()->width();
2330 int dh = QApplication::desktop()->height(); 2330 int dh = QApplication::desktop()->height();
2331 cp->setGeometry( (dw-w)/2, (dh - h )/2 ,w,h ); 2331 cp->setGeometry( (dw-w)/2, (dh - h )/2 ,w,h );
2332 if ( !cp->exec() ) { 2332 if ( !cp->exec() ) {
2333 delete cp; 2333 delete cp;
2334 return; 2334 return;
2335 } 2335 }
2336 int count = 0; 2336 int count = 0;
2337 int cc = 0; 2337 int cc = 0;
2338 message( i18n("Please wait, processing categories...")); 2338 message( i18n("Please wait, processing categories..."));
2339 if ( cp->addCat() ) { 2339 if ( cp->addCat() ) {
2340 KABC::AddressBook::Iterator it; 2340 KABC::AddressBook::Iterator it;
2341 QStringList catList = KABPrefs::instance()->mCustomCategories; 2341 QStringList catList = KABPrefs::instance()->mCustomCategories;
2342 for( it = mAddressBook->begin(); it != mAddressBook->end(); ++it ) { 2342 for( it = mAddressBook->begin(); it != mAddressBook->end(); ++it ) {
2343 ++cc; 2343 ++cc;
2344 if ( cc %10 == 0) 2344 if ( cc %10 == 0)
2345 message(i18n("Processing contact #%1").arg(cc)); 2345 message(i18n("Processing contact #%1").arg(cc));
2346 QStringList catIncList = (*it).categories(); 2346 QStringList catIncList = (*it).categories();
2347 int i; 2347 int i;
2348 for( i = 0; i< catIncList.count(); ++i ) { 2348 for( i = 0; i< catIncList.count(); ++i ) {
2349 if ( !catList.contains (catIncList[i])) { 2349 if ( !catList.contains (catIncList[i])) {
2350 catList.append( catIncList[i] ); 2350 catList.append( catIncList[i] );
2351 //qDebug("add cat %s ", catIncList[i].latin1()); 2351 //qDebug("add cat %s ", catIncList[i].latin1());
2352 ++count; 2352 ++count;
2353 } 2353 }
2354 } 2354 }
2355 } 2355 }
2356 catList.sort(); 2356 catList.sort();
2357 KABPrefs::instance()->mCustomCategories = catList; 2357 KABPrefs::instance()->mCustomCategories = catList;
2358 KABPrefs::instance()->writeConfig(); 2358 KABPrefs::instance()->writeConfig();
2359 message(QString::number( count )+ i18n(" categories added to list! ")); 2359 message(QString::number( count )+ i18n(" categories added to list! "));
2360 } else { 2360 } else {
2361 QStringList catList = KABPrefs::instance()->mCustomCategories; 2361 QStringList catList = KABPrefs::instance()->mCustomCategories;
2362 QStringList catIncList; 2362 QStringList catIncList;
2363 QStringList newCatList; 2363 QStringList newCatList;
2364 KABC::AddressBook::Iterator it; 2364 KABC::AddressBook::Iterator it;
2365 for( it = mAddressBook->begin(); it != mAddressBook->end(); ++it ) { 2365 for( it = mAddressBook->begin(); it != mAddressBook->end(); ++it ) {
2366 ++cc; 2366 ++cc;
2367 if ( cc %10 == 0) 2367 if ( cc %10 == 0)
2368 message(i18n("Processing contact #%1").arg(cc)); 2368 message(i18n("Processing contact #%1").arg(cc));
2369 QStringList catIncList = (*it).categories(); 2369 QStringList catIncList = (*it).categories();
2370 int i; 2370 int i;
2371 if ( catIncList.count() ) { 2371 if ( catIncList.count() ) {
2372 newCatList.clear(); 2372 newCatList.clear();
2373 for( i = 0; i< catIncList.count(); ++i ) { 2373 for( i = 0; i< catIncList.count(); ++i ) {
2374 if ( catList.contains (catIncList[i])) { 2374 if ( catList.contains (catIncList[i])) {
2375 newCatList.append( catIncList[i] ); 2375 newCatList.append( catIncList[i] );
2376 } 2376 }
2377 } 2377 }
2378 newCatList.sort(); 2378 newCatList.sort();
2379 (*it).setCategories( newCatList ); 2379 (*it).setCategories( newCatList );
2380 mAddressBook->insertAddressee( (*it) ); 2380 mAddressBook->insertAddressee( (*it) );
2381 } 2381 }
2382 } 2382 }
2383 setModified( true ); 2383 setModified( true );
2384 mViewManager->refreshView(); 2384 mViewManager->refreshView();
2385 message( i18n("Removing categories done!")); 2385 message( i18n("Removing categories done!"));
2386 } 2386 }
2387 delete cp; 2387 delete cp;
2388} 2388}
2389void KABCore::removeVoice() 2389void KABCore::removeVoice()
2390{ 2390{
2391 if ( KMessageBox::questionYesNo( this, i18n("After importing, phone numbers\nmay have two or more types.\n(E.g. work+voice)\nThese numbers are shown as \"other\".\nClick Yes to remove the voice type\nfrom numbers with more than one type.\n\nRemove voice type?") ) == KMessageBox::No ) 2391 if ( KMessageBox::questionYesNo( this, i18n("After importing, phone numbers\nmay have two or more types.\n(E.g. work+voice)\nThese numbers are shown as \"other\".\nClick Yes to remove the voice type\nfrom numbers with more than one type.\n\nRemove voice type?") ) == KMessageBox::No )
2392 return; 2392 return;
2393 XXPortSelectDialog dlg( this, false, this ); 2393 XXPortSelectDialog dlg( this, false, this );
2394 if ( !dlg.exec() ) 2394 if ( !dlg.exec() )
2395 return; 2395 return;
2396 mAddressBook->setUntagged(); 2396 mAddressBook->setUntagged();
2397 dlg.tagSelected(); 2397 dlg.tagSelected();
2398 message(i18n("Removing voice..."), false ); 2398 message(i18n("Removing voice..."), false );
2399 KABC::AddressBook::Iterator it; 2399 KABC::AddressBook::Iterator it;
2400 for ( it = mAddressBook->begin(); it != mAddressBook->end(); ++it ) { 2400 for ( it = mAddressBook->begin(); it != mAddressBook->end(); ++it ) {
2401 if ( (*it).tagged() ) { 2401 if ( (*it).tagged() ) {
2402 (*it).removeVoice(); 2402 (*it).removeVoice();
2403 } 2403 }
2404 } 2404 }
2405 message(i18n("Refreshing view...") ); 2405 message(i18n("Refreshing view...") );
2406 qApp->processEvents(); 2406 qApp->processEvents();
2407 mViewManager->refreshView( "" ); 2407 mViewManager->refreshView( "" );
2408 Addressee add; 2408 Addressee add;
2409 mDetails->setAddressee( add ); 2409 mDetails->setAddressee( add );
2410 message(i18n("Remove voice completed!") ); 2410 message(i18n("Remove voice completed!") );
2411 2411
2412 2412
2413 2413
2414} 2414}
2415 2415
2416void KABCore::setFormattedName() 2416void KABCore::setFormattedName()
2417{ 2417{
2418 KABFormatPrefs setpref; 2418 KABFormatPrefs setpref;
2419 if ( !setpref.exec() ) { 2419 if ( !setpref.exec() ) {
2420 return; 2420 return;
2421 } 2421 }
2422 XXPortSelectDialog dlg( this, false, this ); 2422 XXPortSelectDialog dlg( this, false, this );
2423 if ( !dlg.exec() ) 2423 if ( !dlg.exec() )
2424 return; 2424 return;
2425 mAddressBook->setUntagged(); 2425 mAddressBook->setUntagged();
2426 dlg.tagSelected(); 2426 dlg.tagSelected();
2427 int count = 0; 2427 int count = 0;
2428 KABC::AddressBook::Iterator it; 2428 KABC::AddressBook::Iterator it;
2429 for ( it = mAddressBook->begin(); it != mAddressBook->end(); ++it ) { 2429 for ( it = mAddressBook->begin(); it != mAddressBook->end(); ++it ) {
2430 if ( (*it).tagged() ) { 2430 if ( (*it).tagged() ) {
2431 ++count; 2431 ++count;
2432 if ( count %10 == 0 ) 2432 if ( count %10 == 0 )
2433 message(i18n("Changing contact #%1").arg( count ) ); 2433 message(i18n("Changing contact #%1").arg( count ) );
2434 qApp->processEvents(); 2434 qApp->processEvents();
2435 QString fName; 2435 QString fName;
2436 if ( setpref.simple->isChecked() ) 2436 if ( setpref.simple->isChecked() )
2437 fName = NameEditDialog::formattedName( (*it), NameEditDialog::SimpleName ); 2437 fName = NameEditDialog::formattedName( (*it), NameEditDialog::SimpleName );
2438 else if ( setpref.full->isChecked() ) 2438 else if ( setpref.full->isChecked() )
2439 fName = NameEditDialog::formattedName( (*it), NameEditDialog::FullName ); 2439 fName = NameEditDialog::formattedName( (*it), NameEditDialog::FullName );
2440 else if ( setpref.reverse->isChecked() ) 2440 else if ( setpref.reverse->isChecked() )
2441 fName = NameEditDialog::formattedName( (*it), NameEditDialog::ReverseName ); 2441 fName = NameEditDialog::formattedName( (*it), NameEditDialog::ReverseName );
2442 else 2442 else
2443 fName = (*it).organization(); 2443 fName = (*it).organization();
2444 if ( setpref.setCompany->isChecked() ) 2444 if ( setpref.setCompany->isChecked() )
2445 if ( fName.isEmpty() || fName =="," ) 2445 if ( fName.isEmpty() || fName =="," )
2446 fName = (*it).organization(); 2446 fName = (*it).organization();
2447 (*it).setFormattedName( fName ); 2447 (*it).setFormattedName( fName );
2448 } 2448 }
2449 } 2449 }
2450 message(i18n("Refreshing view...") ); 2450 message(i18n("Refreshing view...") );
2451 qApp->processEvents(); 2451 qApp->processEvents();
2452 mViewManager->refreshView( "" ); 2452 mViewManager->refreshView( "" );
2453 Addressee add; 2453 Addressee add;
2454 mDetails->setAddressee( add ); 2454 mDetails->setAddressee( add );
2455 message(i18n("Setting formatted name completed!") ); 2455 message(i18n("Setting formatted name completed!") );
2456} 2456}
2457 2457
2458void KABCore::clipboardDataChanged() 2458void KABCore::clipboardDataChanged()
2459{ 2459{
2460 2460
2461 if ( mReadWrite ) 2461 if ( mReadWrite )
2462 mActionPaste->setEnabled( !QApplication::clipboard()->text().isEmpty() ); 2462 mActionPaste->setEnabled( !QApplication::clipboard()->text().isEmpty() );
2463 2463
2464} 2464}
2465 2465
2466void KABCore::updateActionMenu() 2466void KABCore::updateActionMenu()
2467{ 2467{
2468 UndoStack *undo = UndoStack::instance(); 2468 UndoStack *undo = UndoStack::instance();
2469 RedoStack *redo = RedoStack::instance(); 2469 RedoStack *redo = RedoStack::instance();
2470 2470
2471 if ( undo->isEmpty() ) 2471 if ( undo->isEmpty() )
2472 mActionUndo->setText( i18n( "Undo" ) ); 2472 mActionUndo->setText( i18n( "Undo" ) );
2473 else 2473 else
2474 mActionUndo->setText( i18n( "Undo %1" ).arg( undo->top()->name() ) ); 2474 mActionUndo->setText( i18n( "Undo %1" ).arg( undo->top()->name() ) );
2475 2475
2476 mActionUndo->setEnabled( !undo->isEmpty() ); 2476 mActionUndo->setEnabled( !undo->isEmpty() );
2477 2477
2478 if ( !redo->top() ) 2478 if ( !redo->top() )
2479 mActionRedo->setText( i18n( "Redo" ) ); 2479 mActionRedo->setText( i18n( "Redo" ) );
2480 else 2480 else
2481 mActionRedo->setText( i18n( "Redo %1" ).arg( redo->top()->name() ) ); 2481 mActionRedo->setText( i18n( "Redo %1" ).arg( redo->top()->name() ) );
2482 2482
2483 mActionRedo->setEnabled( !redo->isEmpty() ); 2483 mActionRedo->setEnabled( !redo->isEmpty() );
2484} 2484}
2485 2485
2486void KABCore::configureKeyBindings() 2486void KABCore::configureKeyBindings()
2487{ 2487{
2488#ifndef KAB_EMBEDDED 2488#ifndef KAB_EMBEDDED
2489 KKeyDialog::configure( actionCollection(), true ); 2489 KKeyDialog::configure( actionCollection(), true );
2490#else //KAB_EMBEDDED 2490#else //KAB_EMBEDDED
2491 qDebug("KABCore::configureKeyBindings() not implemented"); 2491 qDebug("KABCore::configureKeyBindings() not implemented");
2492#endif //KAB_EMBEDDED 2492#endif //KAB_EMBEDDED
2493} 2493}
2494 2494
2495#ifdef KAB_EMBEDDED 2495#ifdef KAB_EMBEDDED
2496void KABCore::configureResources() 2496void KABCore::configureResources()
2497{ 2497{
2498 KRES::KCMKResources dlg( this, "" , 0 ); 2498 KRES::KCMKResources dlg( this, "" , 0 );
2499 2499
2500 if ( !dlg.exec() ) 2500 if ( !dlg.exec() )
2501 return; 2501 return;
2502 KMessageBox::information( this, i18n("Please restart to get the \nchanged resources (re)loaded!\n") ); 2502 KMessageBox::information( this, i18n("Please restart to get the \nchanged resources (re)loaded!\n") );
2503} 2503}
2504#endif //KAB_EMBEDDED 2504#endif //KAB_EMBEDDED
2505 2505
2506 2506
2507/* this method will be called through the QCop interface from Ko/Pi to select addresses 2507/* this method will be called through the QCop interface from Ko/Pi to select addresses
2508 * for the attendees list of an event. 2508 * for the attendees list of an event.
2509 */ 2509 */
2510void KABCore::requestForNameEmailUidList(const QString& sourceChannel, const QString& uid) 2510void KABCore::requestForNameEmailUidList(const QString& sourceChannel, const QString& uid)
2511{ 2511{
2512 2512
2513 bool ok = false; 2513 bool ok = false;
2514 mEmailSourceChannel = sourceChannel; 2514 mEmailSourceChannel = sourceChannel;
2515 int wid = uid.toInt( &ok ); 2515 int wid = uid.toInt( &ok );
2516 qDebug("UID %s ", uid.latin1()); 2516 qDebug("UID %s ", uid.latin1());
2517 if ( ok ) { 2517 if ( ok ) {
2518 if ( wid != QApplication::desktop()->width() ) { 2518 if ( wid != QApplication::desktop()->width() ) {
2519 qDebug("KA/Pi: Request from different desktop geometry. Resizing ..."); 2519 qDebug("KA/Pi: Request from different desktop geometry. Resizing ...");
2520 message( i18n("Resizing, please wait...") ); 2520 message( i18n("Resizing, please wait...") );
2521 mMainWindow->showMinimized(); 2521 mMainWindow->showMinimized();
2522 /* 2522 /*
2523 { 2523 {
2524 QCopEnvelope e("QPE/Application/kapi", "callContactdialog()"); 2524 QCopEnvelope e("QPE/Application/kapi", "callContactdialog()");
2525 } 2525 }
2526 */ 2526 */
2527 QTimer::singleShot( 1,this, SLOT ( resizeAndCallContactdialog() ) ); 2527 QTimer::singleShot( 1,this, SLOT ( resizeAndCallContactdialog() ) );
2528 return; 2528 return;
2529 } 2529 }
2530 2530
2531 } else { 2531 } else {
2532 qDebug("KABCore::requestForNameEmailUidList:: Got invalid uid "); 2532 qDebug("KABCore::requestForNameEmailUidList:: Got invalid uid ");
2533 } 2533 }
2534 callContactdialog(); 2534 callContactdialog();
2535 //QCopEnvelope e("QPE/Application/kapi", "callContactdialog()"); 2535 //QCopEnvelope e("QPE/Application/kapi", "callContactdialog()");
2536 2536
2537} 2537}
2538void KABCore::resizeAndCallContactdialog() 2538void KABCore::resizeAndCallContactdialog()
2539{ 2539{
2540 updateMainWindow(); 2540 updateMainWindow();
2541 QTimer::singleShot( 100,this, SLOT ( callContactdialog() ) ); 2541 QTimer::singleShot( 100,this, SLOT ( callContactdialog() ) );
2542} 2542}
2543 2543
2544void KABCore::callContactdialog() 2544void KABCore::callContactdialog()
2545{ 2545{
2546 QStringList nameList; 2546 QStringList nameList;
2547 QStringList emailList; 2547 QStringList emailList;
2548 QStringList uidList; 2548 QStringList uidList;
2549 qDebug("WIDTH %d ", QApplication::desktop()->width() ); 2549 qDebug("WIDTH %d ", QApplication::desktop()->width() );
2550 KABC::Addressee::List list = KABC::AddresseeDialog::getAddressees(this); 2550 KABC::Addressee::List list = KABC::AddresseeDialog::getAddressees(this);
2551 uint i=0; 2551 uint i=0;
2552 for (i=0; i < list.count(); i++) 2552 for (i=0; i < list.count(); i++)
2553 { 2553 {
2554 nameList.append(list[i].realName()); 2554 nameList.append(list[i].realName());
2555 emailList.append(list[i].preferredEmail()); 2555 emailList.append(list[i].preferredEmail());
2556 uidList.append(list[i].uid()); 2556 uidList.append(list[i].uid());
2557 } 2557 }
2558 QString uid = "unnamed"; 2558 QString uid = "unnamed";
2559 //qDebug("%s %s ", sourceChannel.latin1(), uid.latin1()); 2559 //qDebug("%s %s ", sourceChannel.latin1(), uid.latin1());
2560 bool res = ExternalAppHandler::instance()->returnNameEmailUidListFromKAPI(mEmailSourceChannel, uid, nameList, emailList, uidList); 2560 bool res = ExternalAppHandler::instance()->returnNameEmailUidListFromKAPI(mEmailSourceChannel, uid, nameList, emailList, uidList);
2561 2561
2562} 2562}
2563/* this method will be called through the QCop interface from Ko/Pi to select birthdays 2563/* this method will be called through the QCop interface from Ko/Pi to select birthdays
2564 * to put them into the calendar. 2564 * to put them into the calendar.
2565 */ 2565 */
2566void KABCore::requestForBirthdayList(const QString& sourceChannel, const QString& uid) 2566void KABCore::requestForBirthdayList(const QString& sourceChannel, const QString& uid)
2567{ 2567{
2568 // qDebug("KABCore::requestForBirthdayList"); 2568 // qDebug("KABCore::requestForBirthdayList");
2569 QStringList birthdayList; 2569 QStringList birthdayList;
2570 QStringList anniversaryList; 2570 QStringList anniversaryList;
2571 QStringList realNameList; 2571 QStringList realNameList;
2572 QStringList preferredEmailList; 2572 QStringList preferredEmailList;
2573 QStringList assembledNameList; 2573 QStringList assembledNameList;
2574 QStringList uidList; 2574 QStringList uidList;
2575 2575
2576 KABC::AddressBook::Iterator it; 2576 KABC::AddressBook::Iterator it;
2577 2577
2578 int count = 0; 2578 int count = 0;
2579 for( it = mAddressBook->begin(); it != mAddressBook->end(); ++it ) { 2579 for( it = mAddressBook->begin(); it != mAddressBook->end(); ++it ) {
2580 ++count; 2580 ++count;
2581 } 2581 }
2582 QProgressBar bar(count,0 ); 2582 QProgressBar bar(count,0 );
2583 int w = 300; 2583 int w = 300;
2584 if ( QApplication::desktop()->width() < 320 ) 2584 if ( QApplication::desktop()->width() < 320 )
2585 w = 220; 2585 w = 220;
2586 int h = bar.sizeHint().height() ; 2586 int h = bar.sizeHint().height() ;
2587 int dw = QApplication::desktop()->width(); 2587 int dw = QApplication::desktop()->width();
2588 int dh = QApplication::desktop()->height(); 2588 int dh = QApplication::desktop()->height();
2589 bar.setGeometry( (dw-w)/2, (dh - h )/2 ,w,h ); 2589 bar.setGeometry( (dw-w)/2, (dh - h )/2 ,w,h );
2590 bar.show(); 2590 bar.show();
2591 bar.setCaption (i18n("Collecting birthdays - close to abort!") ); 2591 bar.setCaption (i18n("Collecting birthdays - close to abort!") );
2592 qApp->processEvents(); 2592 qApp->processEvents();
2593 2593
2594 QDate bday; 2594 QDate bday;
2595 QString anni; 2595 QString anni;
2596 QString formattedbday; 2596 QString formattedbday;
2597 2597
2598 for( it = mAddressBook->begin(); it != mAddressBook->end(); ++it ) 2598 for( it = mAddressBook->begin(); it != mAddressBook->end(); ++it )
2599 { 2599 {
2600 if ( ! bar.isVisible() ) 2600 if ( ! bar.isVisible() )
2601 return; 2601 return;
2602 bar.setProgress( count++ ); 2602 bar.setProgress( count++ );
2603 qApp->processEvents(); 2603 qApp->processEvents();
2604 bday = (*it).birthday().date(); 2604 bday = (*it).birthday().date();
2605 anni = (*it).custom("KADDRESSBOOK", "X-Anniversary" ); 2605 anni = (*it).custom("KADDRESSBOOK", "X-Anniversary" );
2606 2606
2607 if ( bday.isValid() || !anni.isEmpty()) 2607 if ( bday.isValid() || !anni.isEmpty())
2608 { 2608 {
2609 if (bday.isValid()) 2609 if (bday.isValid())
2610 formattedbday = KGlobal::locale()->formatDate(bday, true, KLocale::ISODate); 2610 formattedbday = KGlobal::locale()->formatDate(bday, true, KLocale::ISODate);
2611 else 2611 else
2612 formattedbday = "NOTVALID"; 2612 formattedbday = "NOTVALID";
2613 if (anni.isEmpty()) 2613 if (anni.isEmpty())
2614 anni = "INVALID"; 2614 anni = "INVALID";
2615 2615
2616 birthdayList.append(formattedbday); 2616 birthdayList.append(formattedbday);
2617 anniversaryList.append(anni); //should be ISODate 2617 anniversaryList.append(anni); //should be ISODate
2618 realNameList.append((*it).realName()); 2618 realNameList.append((*it).realName());
2619 preferredEmailList.append((*it).preferredEmail()); 2619 preferredEmailList.append((*it).preferredEmail());
2620 assembledNameList.append((*it).assembledName()); 2620 assembledNameList.append((*it).assembledName());
2621 uidList.append((*it).uid()); 2621 uidList.append((*it).uid());
2622 2622
2623 //qDebug("found birthday in KA/Pi: %s,%s,%s,%s: %s, %s", (*it).realName().latin1(), (*it).preferredEmail().latin1(), (*it).assembledName().latin1(), (*it).uid().latin1(), formattedbday.latin1(), anni.latin1() ); 2623 //qDebug("found birthday in KA/Pi: %s,%s,%s,%s: %s, %s", (*it).realName().latin1(), (*it).preferredEmail().latin1(), (*it).assembledName().latin1(), (*it).uid().latin1(), formattedbday.latin1(), anni.latin1() );
2624 } 2624 }
2625 } 2625 }
2626 2626
2627 bool res = ExternalAppHandler::instance()->returnBirthdayListFromKAPI(sourceChannel, uid, birthdayList, anniversaryList, realNameList, preferredEmailList, assembledNameList, uidList); 2627 bool res = ExternalAppHandler::instance()->returnBirthdayListFromKAPI(sourceChannel, uid, birthdayList, anniversaryList, realNameList, preferredEmailList, assembledNameList, uidList);
2628 2628
2629} 2629}
2630 2630
2631/* this method will be called through the QCop interface from other apps to show details of a contact. 2631/* this method will be called through the QCop interface from other apps to show details of a contact.
2632 */ 2632 */
2633void KABCore::requestForDetails(const QString& sourceChannel, const QString& sessionuid, const QString& name, const QString& email, const QString& uid) 2633void KABCore::requestForDetails(const QString& sourceChannel, const QString& sessionuid, const QString& name, const QString& email, const QString& uid)
2634{ 2634{
2635 //qDebug("KABCore::requestForDetails %s %s %s %s %s", sourceChannel.latin1(), sessionuid.latin1(), name.latin1(), email.latin1(), uid.latin1()); 2635 //qDebug("KABCore::requestForDetails %s %s %s %s %s", sourceChannel.latin1(), sessionuid.latin1(), name.latin1(), email.latin1(), uid.latin1());
2636 2636
2637 QString foundUid = QString::null; 2637 QString foundUid = QString::null;
2638 if ( ! uid.isEmpty() ) { 2638 if ( ! uid.isEmpty() ) {
2639 Addressee adrr = mAddressBook->findByUid( uid ); 2639 Addressee adrr = mAddressBook->findByUid( uid );
2640 if ( !adrr.isEmpty() ) { 2640 if ( !adrr.isEmpty() ) {
2641 foundUid = uid; 2641 foundUid = uid;
2642 } 2642 }
2643 if ( email == "sendbacklist" ) { 2643 if ( email == "sendbacklist" ) {
2644 //qDebug("ssssssssssssssssssssssend "); 2644 //qDebug("ssssssssssssssssssssssend ");
2645 QStringList nameList; 2645 QStringList nameList;
2646 QStringList emailList; 2646 QStringList emailList;
2647 QStringList uidList; 2647 QStringList uidList;
2648 nameList.append(adrr.realName()); 2648 nameList.append(adrr.realName());
2649 emailList = adrr.emails(); 2649 emailList = adrr.emails();
2650 uidList.append( adrr.preferredEmail()); 2650 uidList.append( adrr.preferredEmail());
2651 bool res = ExternalAppHandler::instance()->returnNameEmailUidListFromKAPI("QPE/Application/ompi", uid, nameList, emailList, uidList); 2651 bool res = ExternalAppHandler::instance()->returnNameEmailUidListFromKAPI("QPE/Application/ompi", uid, nameList, emailList, uidList);
2652 return; 2652 return;
2653 } 2653 }
2654 2654
2655 } 2655 }
2656 2656
2657 if ( email == "sendbacklist" ) 2657 if ( email == "sendbacklist" )
2658 return; 2658 return;
2659 if (foundUid.isEmpty()) 2659 if (foundUid.isEmpty())
2660 { 2660 {
2661 //find the uid of the person first 2661 //find the uid of the person first
2662 Addressee::List namelist; 2662 Addressee::List namelist;
2663 Addressee::List emaillist; 2663 Addressee::List emaillist;
2664 2664
2665 if (!name.isEmpty()) 2665 if (!name.isEmpty())
2666 namelist = mAddressBook->findByName( name ); 2666 namelist = mAddressBook->findByName( name );
2667 2667
2668 if (!email.isEmpty()) 2668 if (!email.isEmpty())
2669 emaillist = mAddressBook->findByEmail( email ); 2669 emaillist = mAddressBook->findByEmail( email );
2670 //qDebug("count %d %d ", namelist.count(),emaillist.count() ); 2670 //qDebug("count %d %d ", namelist.count(),emaillist.count() );
2671 //check if we have a match in Namelist and Emaillist 2671 //check if we have a match in Namelist and Emaillist
2672 if ((namelist.count() == 0) && (emaillist.count() > 0)) { 2672 if ((namelist.count() == 0) && (emaillist.count() > 0)) {
2673 foundUid = emaillist[0].uid(); 2673 foundUid = emaillist[0].uid();
2674 } 2674 }
2675 else if ((namelist.count() > 0) && (emaillist.count() == 0)) 2675 else if ((namelist.count() > 0) && (emaillist.count() == 0))
2676 foundUid = namelist[0].uid(); 2676 foundUid = namelist[0].uid();
2677 else 2677 else
2678 { 2678 {
2679 for (int i = 0; i < namelist.count(); i++) 2679 for (int i = 0; i < namelist.count(); i++)
2680 { 2680 {
2681 for (int j = 0; j < emaillist.count(); j++) 2681 for (int j = 0; j < emaillist.count(); j++)
2682 { 2682 {
2683 if (namelist[i] == emaillist[j]) 2683 if (namelist[i] == emaillist[j])
2684 { 2684 {
2685 foundUid = namelist[i].uid(); 2685 foundUid = namelist[i].uid();
2686 } 2686 }
2687 } 2687 }
2688 } 2688 }
2689 } 2689 }
2690 } 2690 }
2691 else 2691 else
2692 { 2692 {
2693 foundUid = uid; 2693 foundUid = uid;
2694 } 2694 }
2695 2695
2696 if (!foundUid.isEmpty()) 2696 if (!foundUid.isEmpty())
2697 { 2697 {
2698 2698
2699 // raise Ka/Pi if it is in the background 2699 // raise Ka/Pi if it is in the background
2700#ifndef DESKTOP_VERSION 2700#ifndef DESKTOP_VERSION
2701#ifndef KORG_NODCOP 2701#ifndef KORG_NODCOP
2702 //QCopEnvelope e("QPE/Application/kapi", "raise()"); 2702 //QCopEnvelope e("QPE/Application/kapi", "raise()");
2703#endif 2703#endif
2704#endif 2704#endif
2705 2705
2706 mMainWindow->showMaximized(); 2706 mMainWindow->showMaximized();
2707 mMainWindow-> raise(); 2707 mMainWindow-> raise();
2708 2708
2709 mViewManager->setSelected( "", false); 2709 mViewManager->setSelected( "", false);
2710 mViewManager->refreshView( "" ); 2710 mViewManager->refreshView( "" );
2711 mViewManager->setSelected( foundUid, true ); 2711 mViewManager->setSelected( foundUid, true );
2712 mViewManager->refreshView( foundUid ); 2712 mViewManager->refreshView( foundUid );
2713 2713
2714 if ( !mMultipleViewsAtOnce ) 2714 if ( !mMultipleViewsAtOnce )
2715 { 2715 {
2716 setDetailsVisible( true ); 2716 setDetailsVisible( true );
2717 mActionDetails->setChecked(true); 2717 mActionDetails->setChecked(true);
2718 } 2718 }
2719 } 2719 }
2720} 2720}
2721 2721
2722void KABCore::whatsnew() 2722void KABCore::whatsnew()
2723{ 2723{
2724 KApplication::showFile( "KDE-Pim/Pi Version Info", "kdepim/WhatsNew.txt" ); 2724 KApplication::showFile( "KDE-Pim/Pi Version Info", "kdepim/WhatsNew.txt" );
2725} 2725}
2726void KABCore::synchowto() 2726void KABCore::synchowto()
2727{ 2727{
2728 KApplication::showFile( "KDE-Pim/Pi Synchronization HowTo", "kdepim/SyncHowto.txt" ); 2728 KApplication::showFile( "KDE-Pim/Pi Synchronization HowTo", "kdepim/SyncHowto.txt" );
2729} 2729}
2730void KABCore::kdesynchowto() 2730void KABCore::kdesynchowto()
2731{ 2731{
2732 KApplication::showFile( "KDE-Pim/Pi Synchronization HowTo", "kdepim/Zaurus-KDE_syncHowTo.txt" ); 2732 KApplication::showFile( "KDE-Pim/Pi Synchronization HowTo", "kdepim/Zaurus-KDE_syncHowTo.txt" );
2733} 2733}
2734void KABCore::multisynchowto() 2734void KABCore::multisynchowto()
2735{ 2735{
2736 KApplication::showFile( "KDE-Pim/Pi Synchronization HowTo", "kdepim/MultiSyncHowTo.txt" ); 2736 KApplication::showFile( "KDE-Pim/Pi Synchronization HowTo", "kdepim/MultiSyncHowTo.txt" );
2737} 2737}
2738void KABCore::faq() 2738void KABCore::faq()
2739{ 2739{
2740 KApplication::showFile( "KA/Pi FAQ", "kdepim/kaddressbook/kapiFAQ.txt" ); 2740 KApplication::showFile( "KA/Pi FAQ", "kdepim/kaddressbook/kapiFAQ.txt" );
2741} 2741}
2742 2742
2743#include <libkcal/syncdefines.h> 2743#include <libkcal/syncdefines.h>
2744 2744
2745KABC::Addressee KABCore::getLastSyncAddressee() 2745KABC::Addressee KABCore::getLastSyncAddressee()
2746{ 2746{
2747 Addressee lse; 2747 Addressee lse;
2748 QString mCurrentSyncDevice = syncManager->getCurrentSyncDevice(); 2748 QString mCurrentSyncDevice = syncManager->getCurrentSyncDevice();
2749 2749
2750 //qDebug("CurrentSyncDevice %s ",mCurrentSyncDevice .latin1() ); 2750 //qDebug("CurrentSyncDevice %s ",mCurrentSyncDevice .latin1() );
2751 lse = mAddressBook->findByUid( "last-syncAddressee-"+mCurrentSyncDevice ); 2751 lse = mAddressBook->findByUid( "last-syncAddressee-"+mCurrentSyncDevice );
2752 if (lse.isEmpty()) { 2752 if (lse.isEmpty()) {
2753 qDebug("KA: Creating new last-syncAddressee "); 2753 qDebug("KA: Creating new last-syncAddressee ");
2754 lse.setUid( "last-syncAddressee-"+mCurrentSyncDevice ); 2754 lse.setUid( "last-syncAddressee-"+mCurrentSyncDevice );
2755 QString sum = ""; 2755 QString sum = "";
2756 if ( mGlobalSyncMode == SYNC_MODE_EXTERNAL ) 2756 if ( mGlobalSyncMode == SYNC_MODE_EXTERNAL )
2757 sum = "E: "; 2757 sum = "E: ";
2758 lse.setFamilyName("!"+sum+mCurrentSyncDevice + i18n(" - sync event")); 2758 lse.setFamilyName("!"+sum+mCurrentSyncDevice + i18n(" - sync event"));
2759 lse.setRevision( mLastAddressbookSync ); 2759 lse.setRevision( mLastAddressbookSync );
2760 lse.setCategories( i18n("SyncEvent") ); 2760 lse.setCategories( i18n("SyncEvent") );
2761 mAddressBook->insertAddressee( lse ); 2761 mAddressBook->insertAddressee( lse );
2762 } 2762 }
2763 return lse; 2763 return lse;
2764} 2764}
2765int KABCore::takeAddressee( KABC::Addressee* local, KABC::Addressee* remote, int mode , bool full ) 2765int KABCore::takeAddressee( KABC::Addressee* local, KABC::Addressee* remote, int mode , bool full )
2766{ 2766{
2767 2767
2768 //void setZaurusId(int id); 2768 //void setZaurusId(int id);
2769 // int zaurusId() const; 2769 // int zaurusId() const;
2770 // void setZaurusUid(int id); 2770 // void setZaurusUid(int id);
2771 // int zaurusUid() const; 2771 // int zaurusUid() const;
2772 // void setZaurusStat(int id); 2772 // void setZaurusStat(int id);
2773 // int zaurusStat() const; 2773 // int zaurusStat() const;
2774 // 0 equal 2774 // 0 equal
2775 // 1 take local 2775 // 1 take local
2776 // 2 take remote 2776 // 2 take remote
2777 // 3 cancel 2777 // 3 cancel
2778 QDateTime lastSync = mLastAddressbookSync; 2778 QDateTime lastSync = mLastAddressbookSync;
2779 QDateTime localMod = local->revision(); 2779 QDateTime localMod = local->revision();
2780 QDateTime remoteMod = remote->revision(); 2780 QDateTime remoteMod = remote->revision();
2781 2781
2782 QString mCurrentSyncDevice = syncManager->getCurrentSyncDevice(); 2782 QString mCurrentSyncDevice = syncManager->getCurrentSyncDevice();
2783 2783
2784 if ( mGlobalSyncMode == SYNC_MODE_EXTERNAL ) { 2784 if ( mGlobalSyncMode == SYNC_MODE_EXTERNAL ) {
2785 bool remCh, locCh; 2785 bool remCh, locCh;
2786 remCh = ( remote->getCsum(mCurrentSyncDevice) != local->getCsum(mCurrentSyncDevice) ); 2786 remCh = ( remote->getCsum(mCurrentSyncDevice) != local->getCsum(mCurrentSyncDevice) );
2787 //if ( remCh ) 2787 //if ( remCh )
2788 // qDebug("loc %s rem %s", local->getCsum(mCurrentSyncDevice).latin1(), remote->getCsum(mCurrentSyncDevice).latin1() ); 2788 // qDebug("loc %s rem %s", local->getCsum(mCurrentSyncDevice).latin1(), remote->getCsum(mCurrentSyncDevice).latin1() );
2789 locCh = ( localMod > mLastAddressbookSync ); 2789 locCh = ( localMod > mLastAddressbookSync );
2790 //qDebug("cahnged rem %d loc %d",remCh, locCh ); 2790 //qDebug("cahnged rem %d loc %d",remCh, locCh );
2791 if ( !remCh && ! locCh ) { 2791 if ( !remCh && ! locCh ) {
2792 //qDebug("both not changed "); 2792 //qDebug("both not changed ");
2793 lastSync = localMod.addDays(1); 2793 lastSync = localMod.addDays(1);
2794 if ( mode <= SYNC_PREF_ASK ) 2794 if ( mode <= SYNC_PREF_ASK )
2795 return 0; 2795 return 0;
2796 } else { 2796 } else {
2797 if ( locCh ) { 2797 if ( locCh ) {
2798 //qDebug("loc changed %s %s", localMod.toString().latin1(), mLastAddressbookSync.toString().latin1()); 2798 //qDebug("loc changed %s %s", localMod.toString().latin1(), mLastAddressbookSync.toString().latin1());
2799 lastSync = localMod.addDays( -1 ); 2799 lastSync = localMod.addDays( -1 );
2800 if ( !remCh ) 2800 if ( !remCh )
2801 remoteMod =( lastSync.addDays( -1 ) ); 2801 remoteMod =( lastSync.addDays( -1 ) );
2802 } else { 2802 } else {
2803 //qDebug(" not loc changed "); 2803 //qDebug(" not loc changed ");
2804 lastSync = localMod.addDays( 1 ); 2804 lastSync = localMod.addDays( 1 );
2805 if ( remCh ) { 2805 if ( remCh ) {
2806 //qDebug("rem changed "); 2806 //qDebug("rem changed ");
2807 remoteMod =( lastSync.addDays( 1 ) ); 2807 remoteMod =( lastSync.addDays( 1 ) );
2808 } 2808 }
2809 2809
2810 } 2810 }
2811 } 2811 }
2812 full = true; 2812 full = true;
2813 if ( mode < SYNC_PREF_ASK ) 2813 if ( mode < SYNC_PREF_ASK )
2814 mode = SYNC_PREF_ASK; 2814 mode = SYNC_PREF_ASK;
2815 } else { 2815 } else {
2816 if ( localMod == remoteMod ) 2816 if ( localMod == remoteMod )
2817 return 0; 2817 return 0;
2818 2818
2819 } 2819 }
2820 //qDebug("%s %s --- %d %d", localMod.toString().latin1() , remoteMod.toString().latin1(), localMod.time().msec(), remoteMod.time().msec()); 2820 //qDebug("%s %s --- %d %d", localMod.toString().latin1() , remoteMod.toString().latin1(), localMod.time().msec(), remoteMod.time().msec());
2821 //qDebug("lastsync %s ", lastSync.toString().latin1() ); 2821 //qDebug("lastsync %s ", lastSync.toString().latin1() );
2822 //full = true; //debug only 2822 //full = true; //debug only
2823 if ( full ) { 2823 if ( full ) {
2824 bool equ = ( (*local) == (*remote) ); 2824 bool equ = ( (*local) == (*remote) );
2825 if ( equ ) { 2825 if ( equ ) {
2826 //qDebug("equal "); 2826 //qDebug("equal ");
2827 if ( mGlobalSyncMode == SYNC_MODE_EXTERNAL ) { 2827 if ( mGlobalSyncMode == SYNC_MODE_EXTERNAL ) {
2828 local->setCsum( mCurrentSyncDevice, remote->getCsum(mCurrentSyncDevice) ); 2828 local->setCsum( mCurrentSyncDevice, remote->getCsum(mCurrentSyncDevice) );
2829 } 2829 }
2830 if ( mode < SYNC_PREF_FORCE_LOCAL ) 2830 if ( mode < SYNC_PREF_FORCE_LOCAL )
2831 return 0; 2831 return 0;
2832 2832
2833 }//else //debug only 2833 }//else //debug only
2834 //qDebug("not equal %s %s ", local->summary().latin1(), remote->summary().latin1()); 2834 //qDebug("not equal %s %s ", local->summary().latin1(), remote->summary().latin1());
2835 } 2835 }
2836 int result; 2836 int result;
2837 bool localIsNew; 2837 bool localIsNew;
2838 //qDebug("%s -- %s mLastCalendarSync %s lastsync %s --- local %s remote %s ",local->summary().latin1(), remote->summary().latin1(),mLastCalendarSync.toString().latin1() ,lastSync.toString().latin1() , local->lastModified().toString().latin1() , remote->lastModified().toString().latin1() ); 2838 //qDebug("%s -- %s mLastCalendarSync %s lastsync %s --- local %s remote %s ",local->summary().latin1(), remote->summary().latin1(),mLastCalendarSync.toString().latin1() ,lastSync.toString().latin1() , local->lastModified().toString().latin1() , remote->lastModified().toString().latin1() );
2839 2839
2840 if ( full && mode < SYNC_PREF_NEWEST ) 2840 if ( full && mode < SYNC_PREF_NEWEST )
2841 mode = SYNC_PREF_ASK; 2841 mode = SYNC_PREF_ASK;
2842 2842
2843 switch( mode ) { 2843 switch( mode ) {
2844 case SYNC_PREF_LOCAL: 2844 case SYNC_PREF_LOCAL:
2845 if ( lastSync > remoteMod ) 2845 if ( lastSync > remoteMod )
2846 return 1; 2846 return 1;
2847 if ( lastSync > localMod ) 2847 if ( lastSync > localMod )
2848 return 2; 2848 return 2;
2849 return 1; 2849 return 1;
2850 break; 2850 break;
2851 case SYNC_PREF_REMOTE: 2851 case SYNC_PREF_REMOTE:
2852 if ( lastSync > remoteMod ) 2852 if ( lastSync > remoteMod )
2853 return 1; 2853 return 1;
2854 if ( lastSync > localMod ) 2854 if ( lastSync > localMod )
2855 return 2; 2855 return 2;
2856 return 2; 2856 return 2;
2857 break; 2857 break;
2858 case SYNC_PREF_NEWEST: 2858 case SYNC_PREF_NEWEST:
2859 if ( localMod > remoteMod ) 2859 if ( localMod > remoteMod )
2860 return 1; 2860 return 1;
2861 else 2861 else
2862 return 2; 2862 return 2;
2863 break; 2863 break;
2864 case SYNC_PREF_ASK: 2864 case SYNC_PREF_ASK:
2865 //qDebug("lsy %s --- lo %s --- re %s ", lastSync.toString().latin1(), localMod.toString().latin1(), remoteMod.toString().latin1() ); 2865 //qDebug("lsy %s --- lo %s --- re %s ", lastSync.toString().latin1(), localMod.toString().latin1(), remoteMod.toString().latin1() );
2866 if ( lastSync > remoteMod ) 2866 if ( lastSync > remoteMod )
2867 return 1; 2867 return 1;
2868 if ( lastSync > localMod ) { 2868 if ( lastSync > localMod ) {
2869 return 2; 2869 return 2;
2870 } 2870 }
2871 localIsNew = localMod >= remoteMod; 2871 localIsNew = localMod >= remoteMod;
2872 //qDebug("conflict! ************************************** "); 2872 //qDebug("conflict! ************************************** ");
2873 { 2873 {
2874 KABC::AddresseeChooser acd ( *local,*remote, localIsNew , this ); 2874 KABC::AddresseeChooser acd ( *local,*remote, localIsNew , this );
2875 result = acd.executeD(localIsNew); 2875 result = acd.executeD(localIsNew);
2876 return result; 2876 return result;
2877 } 2877 }
2878 break; 2878 break;
2879 case SYNC_PREF_FORCE_LOCAL: 2879 case SYNC_PREF_FORCE_LOCAL:
2880 return 1; 2880 return 1;
2881 break; 2881 break;
2882 case SYNC_PREF_FORCE_REMOTE: 2882 case SYNC_PREF_FORCE_REMOTE:
2883 return 2; 2883 return 2;
2884 break; 2884 break;
2885 2885
2886 default: 2886 default:
2887 // SYNC_PREF_TAKE_BOTH not implemented 2887 // SYNC_PREF_TAKE_BOTH not implemented
2888 break; 2888 break;
2889 } 2889 }
2890 return 0; 2890 return 0;
2891} 2891}
2892 2892
2893 2893
2894bool KABCore::synchronizeAddressbooks( KABC::AddressBook* local, KABC::AddressBook* remote,int mode) 2894bool KABCore::synchronizeAddressbooks( KABC::AddressBook* local, KABC::AddressBook* remote,int mode)
2895{ 2895{
2896 bool syncOK = true; 2896 bool syncOK = true;
2897 int addedAddressee = 0; 2897 int addedAddressee = 0;
2898 int addedAddresseeR = 0; 2898 int addedAddresseeR = 0;
2899 int deletedAddresseeR = 0; 2899 int deletedAddresseeR = 0;
2900 int deletedAddresseeL = 0; 2900 int deletedAddresseeL = 0;
2901 int changedLocal = 0; 2901 int changedLocal = 0;
2902 int changedRemote = 0; 2902 int changedRemote = 0;
2903 int filteredIN = 0; 2903 int filteredIN = 0;
2904 int filteredOUT = 0; 2904 int filteredOUT = 0;
2905 2905
2906 QString mCurrentSyncName = syncManager->getCurrentSyncName(); 2906 QString mCurrentSyncName = syncManager->getCurrentSyncName();
2907 QString mCurrentSyncDevice = syncManager->getCurrentSyncDevice(); 2907 QString mCurrentSyncDevice = syncManager->getCurrentSyncDevice();
2908 2908
2909 //QPtrList<Addressee> el = local->rawAddressees(); 2909 //QPtrList<Addressee> el = local->rawAddressees();
2910 Addressee addresseeR; 2910 Addressee addresseeR;
2911 QString uid; 2911 QString uid;
2912 int take; 2912 int take;
2913 Addressee addresseeL; 2913 Addressee addresseeL;
2914 Addressee addresseeRSync; 2914 Addressee addresseeRSync;
2915 Addressee addresseeLSync; 2915 Addressee addresseeLSync;
2916 // KABC::Addressee::List addresseeRSyncSharp = remote->getExternLastSyncAddressees(); 2916 // KABC::Addressee::List addresseeRSyncSharp = remote->getExternLastSyncAddressees();
2917 //KABC::Addressee::List addresseeLSyncSharp = local->getExternLastSyncAddressees(); 2917 //KABC::Addressee::List addresseeLSyncSharp = local->getExternLastSyncAddressees();
2918 bool fullDateRange = false; 2918 bool fullDateRange = false;
2919 local->resetTempSyncStat(); 2919 local->resetTempSyncStat();
2920 mLastAddressbookSync = QDateTime::currentDateTime(); 2920 mLastAddressbookSync = QDateTime::currentDateTime();
2921 if ( syncManager->syncWithDesktop() ) { 2921 if ( syncManager->syncWithDesktop() ) {
2922 // remote->removeSyncInfo( QString());//remove all info 2922 // remote->removeSyncInfo( QString());//remove all info
2923 if ( KSyncManager::mRequestedSyncEvent.isValid() ) { 2923 if ( KSyncManager::mRequestedSyncEvent.isValid() ) {
2924 mLastAddressbookSync = KSyncManager::mRequestedSyncEvent; 2924 mLastAddressbookSync = KSyncManager::mRequestedSyncEvent;
2925 qDebug("KA: using extern time for calendar sync: %s ", mLastAddressbookSync.toString().latin1() ); 2925 qDebug("KA: using extern time for calendar sync: %s ", mLastAddressbookSync.toString().latin1() );
2926 } else { 2926 } else {
2927 qDebug("KA: KSyncManager::mRequestedSyncEvent has invalid datatime "); 2927 qDebug("KA: KSyncManager::mRequestedSyncEvent has invalid datatime ");
2928 } 2928 }
2929 } 2929 }
2930 QDateTime modifiedCalendar = mLastAddressbookSync; 2930 QDateTime modifiedCalendar = mLastAddressbookSync;
2931 addresseeLSync = getLastSyncAddressee(); 2931 addresseeLSync = getLastSyncAddressee();
2932 qDebug("KA: Last Sync %s ", addresseeLSync.revision().toString().latin1()); 2932 qDebug("KA: Last Sync %s ", addresseeLSync.revision().toString().latin1());
2933 addresseeR = remote->findByUid("last-syncAddressee-"+mCurrentSyncName ); 2933 addresseeR = remote->findByUid("last-syncAddressee-"+mCurrentSyncName );
2934 if ( !addresseeR.isEmpty() ) { 2934 if ( !addresseeR.isEmpty() ) {
2935 addresseeRSync = addresseeR; 2935 addresseeRSync = addresseeR;
2936 remote->removeAddressee(addresseeR ); 2936 remote->removeAddressee(addresseeR );
2937 2937
2938 } else { 2938 } else {
2939 if ( mGlobalSyncMode == SYNC_MODE_EXTERNAL ) { 2939 if ( mGlobalSyncMode == SYNC_MODE_EXTERNAL ) {
2940 addresseeRSync = addresseeLSync ; 2940 addresseeRSync = addresseeLSync ;
2941 } else { 2941 } else {
2942 //qDebug("FULLDATE 1"); 2942 //qDebug("FULLDATE 1");
2943 fullDateRange = true; 2943 fullDateRange = true;
2944 Addressee newAdd; 2944 Addressee newAdd;
2945 addresseeRSync = newAdd; 2945 addresseeRSync = newAdd;
2946 addresseeRSync.setFamilyName(mCurrentSyncName + i18n(" - sync addressee")); 2946 addresseeRSync.setFamilyName(mCurrentSyncName + i18n(" - sync addressee"));
2947 addresseeRSync.setUid("last-syncAddressee-"+mCurrentSyncName ); 2947 addresseeRSync.setUid("last-syncAddressee-"+mCurrentSyncName );
2948 addresseeRSync.setRevision( mLastAddressbookSync ); 2948 addresseeRSync.setRevision( mLastAddressbookSync );
2949 addresseeRSync.setCategories( i18n("SyncAddressee") ); 2949 addresseeRSync.setCategories( i18n("SyncAddressee") );
2950 } 2950 }
2951 } 2951 }
2952 if ( addresseeLSync.revision() == mLastAddressbookSync ) { 2952 if ( addresseeLSync.revision() == mLastAddressbookSync ) {
2953 // qDebug("FULLDATE 2"); 2953 // qDebug("FULLDATE 2");
2954 fullDateRange = true; 2954 fullDateRange = true;
2955 } 2955 }
2956 if ( ! fullDateRange ) { 2956 if ( ! fullDateRange ) {
2957 if ( addresseeLSync.revision() != addresseeRSync.revision() ) { 2957 if ( addresseeLSync.revision() != addresseeRSync.revision() ) {
2958 2958
2959 // qDebug("set fulldate to true %s %s" ,addresseeLSync->dtStart().toString().latin1(), addresseeRSync->dtStart().toString().latin1() ); 2959 // qDebug("set fulldate to true %s %s" ,addresseeLSync->dtStart().toString().latin1(), addresseeRSync->dtStart().toString().latin1() );
2960 //qDebug("%d %d %d %d ", addresseeLSync->dtStart().time().second(), addresseeLSync->dtStart().time().msec() , addresseeRSync->dtStart().time().second(), addresseeRSync->dtStart().time().msec()); 2960 //qDebug("%d %d %d %d ", addresseeLSync->dtStart().time().second(), addresseeLSync->dtStart().time().msec() , addresseeRSync->dtStart().time().second(), addresseeRSync->dtStart().time().msec());
2961 fullDateRange = true; 2961 fullDateRange = true;
2962 //qDebug("FULLDATE 3 %s %s", addresseeLSync.revision().toString().latin1() , addresseeRSync.revision().toString().latin1() ); 2962 //qDebug("FULLDATE 3 %s %s", addresseeLSync.revision().toString().latin1() , addresseeRSync.revision().toString().latin1() );
2963 } 2963 }
2964 } 2964 }
2965 // fullDateRange = true; // debug only! 2965 // fullDateRange = true; // debug only!
2966 if ( fullDateRange ) 2966 if ( fullDateRange )
2967 mLastAddressbookSync = QDateTime::currentDateTime().addDays( -100*365); 2967 mLastAddressbookSync = QDateTime::currentDateTime().addDays( -100*365);
2968 else 2968 else
2969 mLastAddressbookSync = addresseeLSync.revision(); 2969 mLastAddressbookSync = addresseeLSync.revision();
2970 // for resyncing if own file has changed 2970 // for resyncing if own file has changed
2971 // PENDING fixme later when implemented 2971 // PENDING fixme later when implemented
2972#if 0 2972#if 0
2973 if ( mCurrentSyncDevice == "deleteaftersync" ) { 2973 if ( mCurrentSyncDevice == "deleteaftersync" ) {
2974 mLastAddressbookSync = loadedFileVersion; 2974 mLastAddressbookSync = loadedFileVersion;
2975 qDebug("setting mLastAddressbookSync "); 2975 qDebug("setting mLastAddressbookSync ");
2976 } 2976 }
2977#endif 2977#endif
2978 2978
2979 2979
2980 // ********** setting filters **************** 2980 // ********** setting filters ****************
2981 Filter filterIN = mViewManager->getFilterByName( syncManager->mFilterInAB ); 2981 Filter filterIN = mViewManager->getFilterByName( syncManager->mFilterInAB );
2982 Filter filterOUT = mViewManager->getFilterByName( syncManager->mFilterOutAB ); 2982 Filter filterOUT = mViewManager->getFilterByName( syncManager->mFilterOutAB );
2983 2983
2984 //qDebug("*************************** "); 2984 //qDebug("*************************** ");
2985 // qDebug("mLastAddressbookSync %s ",mLastAddressbookSync.toString().latin1() ); 2985 // qDebug("mLastAddressbookSync %s ",mLastAddressbookSync.toString().latin1() );
2986 QStringList er = remote->uidList(); 2986 QStringList er = remote->uidList();
2987 Addressee inR ;//= er.first(); 2987 Addressee inR ;//= er.first();
2988 Addressee inL; 2988 Addressee inL;
2989 2989
2990 syncManager->showProgressBar(0, i18n("Syncing - close to abort!"), er.count()); 2990 syncManager->showProgressBar(0, i18n("Syncing - close to abort!"), er.count());
2991 2991
2992 int modulo = (er.count()/10)+1; 2992 int modulo = (er.count()/10)+1;
2993 int incCounter = 0; 2993 int incCounter = 0;
2994 while ( incCounter < er.count()) { 2994 while ( incCounter < er.count()) {
2995 if (syncManager->isProgressBarCanceled()) 2995 if (syncManager->isProgressBarCanceled())
2996 return false; 2996 return false;
2997 if ( incCounter % modulo == 0 ) 2997 if ( incCounter % modulo == 0 )
2998 syncManager->showProgressBar(incCounter); 2998 syncManager->showProgressBar(incCounter);
2999 2999
3000 uid = er[ incCounter ]; 3000 uid = er[ incCounter ];
3001 bool skipIncidence = false; 3001 bool skipIncidence = false;
3002 if ( uid.left(19) == QString("last-syncAddressee-") ) 3002 if ( uid.left(19) == QString("last-syncAddressee-") )
3003 skipIncidence = true; 3003 skipIncidence = true;
3004 QString idS,OidS; 3004 QString idS,OidS;
3005 qApp->processEvents(); 3005 qApp->processEvents();
3006 if ( !skipIncidence ) { 3006 if ( !skipIncidence ) {
3007 inL = local->findByUid( uid ); 3007 inL = local->findByUid( uid );
3008 inR = remote->findByUid( uid ); 3008 inR = remote->findByUid( uid );
3009 //inL.setResource( 0 ); 3009 //inL.setResource( 0 );
3010 //inR.setResource( 0 ); 3010 //inR.setResource( 0 );
3011 if ( !inL.isEmpty() ) { // maybe conflict - same uid in both calendars 3011 if ( !inL.isEmpty() ) { // maybe conflict - same uid in both calendars
3012 if ( !inL.resource() || inL.resource()->includeInSync() ) { 3012 if ( !inL.resource() || inL.resource()->includeInSync() ) {
3013 if ( (take = takeAddressee( &inL, &inR, mode, fullDateRange )) ) { 3013 if ( (take = takeAddressee( &inL, &inR, mode, fullDateRange )) ) {
3014 //qDebug("take %d %s ", take, inL.summary().latin1()); 3014 //qDebug("take %d %s ", take, inL.summary().latin1());
3015 if ( take == 3 ) 3015 if ( take == 3 )
3016 return false; 3016 return false;
3017 if ( take == 1 ) {// take local ********************** 3017 if ( take == 1 ) {// take local **********************
3018 if ( mGlobalSyncMode == SYNC_MODE_EXTERNAL ) { 3018 if ( mGlobalSyncMode == SYNC_MODE_EXTERNAL ) {
3019 inL.setCsum( mCurrentSyncDevice, inR.getCsum(mCurrentSyncDevice) ); 3019 inL.setCsum( mCurrentSyncDevice, inR.getCsum(mCurrentSyncDevice) );
3020 inL.setID( mCurrentSyncDevice, inR.getID(mCurrentSyncDevice) ); 3020 inL.setID( mCurrentSyncDevice, inR.getID(mCurrentSyncDevice) );
3021 local->insertAddressee( inL, false ); 3021 local->insertAddressee( inL, false );
3022 idS = inR.externalUID(); 3022 idS = inR.externalUID();
3023 OidS = inR.originalExternalUID(); 3023 OidS = inR.originalExternalUID();
3024 } 3024 }
3025 else 3025 else
3026 idS = inR.IDStr(); 3026 idS = inR.IDStr();
3027 remote->removeAddressee( inR ); 3027 remote->removeAddressee( inR );
3028 inR = inL; 3028 inR = inL;
3029 inR.setTempSyncStat( SYNC_TEMPSTATE_INITIAL ); 3029 inR.setTempSyncStat( SYNC_TEMPSTATE_INITIAL );
3030 if ( mGlobalSyncMode == SYNC_MODE_EXTERNAL ) { 3030 if ( mGlobalSyncMode == SYNC_MODE_EXTERNAL ) {
3031 inR.setOriginalExternalUID( OidS ); 3031 inR.setOriginalExternalUID( OidS );
3032 inR.setExternalUID( idS ); 3032 inR.setExternalUID( idS );
3033 if ( syncManager->syncWithDesktop() ) { 3033 if ( syncManager->syncWithDesktop() ) {
3034 inR.setIDStr("changed" ); 3034 inR.setIDStr("changed" );
3035 } 3035 }
3036 //inR.insertCustom( "KADDRESSBOOK", "X-KDESYNC","changed" ); 3036 //inR.insertCustom( "KADDRESSBOOK", "X-KDESYNC","changed" );
3037 } else { 3037 } else {
3038 inR.setIDStr( idS ); 3038 inR.setIDStr( idS );
3039 } 3039 }
3040 inR.setResource( 0 ); 3040 inR.setResource( 0 );
3041 remote->insertAddressee( inR , false); 3041 remote->insertAddressee( inR , false);
3042 ++changedRemote; 3042 ++changedRemote;
3043 } else { // take == 2 take remote ********************** 3043 } else { // take == 2 take remote **********************
3044 if ( mGlobalSyncMode == SYNC_MODE_EXTERNAL ) { 3044 if ( mGlobalSyncMode == SYNC_MODE_EXTERNAL ) {
3045 if ( inR.revision().date().year() < 2004 ) 3045 if ( inR.revision().date().year() < 2004 )
3046 inR.setRevision( modifiedCalendar ); 3046 inR.setRevision( modifiedCalendar );
3047 } 3047 }
3048 idS = inL.IDStr(); 3048 idS = inL.IDStr();
3049 local->removeAddressee( inL ); 3049 local->removeAddressee( inL );
3050 inL = inR; 3050 inL = inR;
3051 inL.setIDStr( idS ); 3051 inL.setIDStr( idS );
3052 if ( mGlobalSyncMode == SYNC_MODE_EXTERNAL ) { 3052 if ( mGlobalSyncMode == SYNC_MODE_EXTERNAL ) {
3053 inL.setCsum( mCurrentSyncDevice, inR.getCsum(mCurrentSyncDevice) ); 3053 inL.setCsum( mCurrentSyncDevice, inR.getCsum(mCurrentSyncDevice) );
3054 inL.setID( mCurrentSyncDevice, inR.getID(mCurrentSyncDevice) ); 3054 inL.setID( mCurrentSyncDevice, inR.getID(mCurrentSyncDevice) );
3055 } 3055 }
3056 inL.setResource( 0 ); 3056 inL.setResource( 0 );
3057 local->insertAddressee( inL , false ); 3057 local->insertAddressee( inL , false );
3058 ++changedLocal; 3058 ++changedLocal;
3059 } 3059 }
3060 } 3060 }
3061 } 3061 }
3062 } else { // no conflict ********** add or delete remote 3062 } else { // no conflict ********** add or delete remote
3063 if ( filterIN.name().isEmpty() || filterIN.filterAddressee( inR ) ) { 3063 if ( filterIN.name().isEmpty() || filterIN.filterAddressee( inR ) ) {
3064 if ( mGlobalSyncMode == SYNC_MODE_EXTERNAL ) { 3064 if ( mGlobalSyncMode == SYNC_MODE_EXTERNAL ) {
3065 QString des = addresseeLSync.note(); 3065 QString des = addresseeLSync.note();
3066 if ( des.find( inR.getID(mCurrentSyncDevice) +"," ) >= 0 && mode != 5) { // delete it 3066 if ( des.find( inR.getID(mCurrentSyncDevice) +"," ) >= 0 && mode != 5) { // delete it
3067 inR.setTempSyncStat( SYNC_TEMPSTATE_DELETE ); 3067 inR.setTempSyncStat( SYNC_TEMPSTATE_DELETE );
3068 remote->insertAddressee( inR, false ); 3068 remote->insertAddressee( inR, false );
3069 ++deletedAddresseeR; 3069 ++deletedAddresseeR;
3070 } else { 3070 } else {
3071 inR.setRevision( modifiedCalendar ); 3071 inR.setRevision( modifiedCalendar );
3072 remote->insertAddressee( inR, false ); 3072 remote->insertAddressee( inR, false );
3073 inL = inR; 3073 inL = inR;
3074 inL.setIDStr( ":" ); 3074 inL.setIDStr( ":" );
3075 inL.setCsum( mCurrentSyncDevice, inR.getCsum(mCurrentSyncDevice) ); 3075 inL.setCsum( mCurrentSyncDevice, inR.getCsum(mCurrentSyncDevice) );
3076 inL.setID( mCurrentSyncDevice, inR.getID(mCurrentSyncDevice) ); 3076 inL.setID( mCurrentSyncDevice, inR.getID(mCurrentSyncDevice) );
3077 inL.setResource( 0 ); 3077 inL.setResource( 0 );
3078 local->insertAddressee( inL , false); 3078 local->insertAddressee( inL , false);
3079 ++addedAddressee; 3079 ++addedAddressee;
3080 } 3080 }
3081 } else { 3081 } else {
3082 if ( inR.revision() > mLastAddressbookSync || mode == 5 ) { 3082 if ( inR.revision() > mLastAddressbookSync || mode == 5 ) {
3083 inR.setRevision( modifiedCalendar ); 3083 inR.setRevision( modifiedCalendar );
3084 remote->insertAddressee( inR, false ); 3084 remote->insertAddressee( inR, false );
3085 inR.setResource( 0 ); 3085 inR.setResource( 0 );
3086 local->insertAddressee( inR, false ); 3086 local->insertAddressee( inR, false );
3087 ++addedAddressee; 3087 ++addedAddressee;
3088 } else { 3088 } else {
3089 // pending checkExternSyncAddressee(addresseeRSyncSharp, inR); 3089 // pending checkExternSyncAddressee(addresseeRSyncSharp, inR);
3090 remote->removeAddressee( inR ); 3090 remote->removeAddressee( inR );
3091 ++deletedAddresseeR; 3091 ++deletedAddresseeR;
3092 } 3092 }
3093 } 3093 }
3094 } else { 3094 } else {
3095 ++filteredIN; 3095 ++filteredIN;
3096 } 3096 }
3097 } 3097 }
3098 } 3098 }
3099 ++incCounter; 3099 ++incCounter;
3100 } 3100 }
3101 er.clear(); 3101 er.clear();
3102 QStringList el = local->uidList(); 3102 QStringList el = local->uidList();
3103 modulo = (el.count()/10)+1; 3103 modulo = (el.count()/10)+1;
3104 3104
3105 syncManager->showProgressBar(0, i18n("Add / remove addressees"), el.count()); 3105 syncManager->showProgressBar(0, i18n("Add / remove addressees"), el.count());
3106 incCounter = 0; 3106 incCounter = 0;
3107 while ( incCounter < el.count()) { 3107 while ( incCounter < el.count()) {
3108 qApp->processEvents(); 3108 qApp->processEvents();
3109 if (syncManager->isProgressBarCanceled()) 3109 if (syncManager->isProgressBarCanceled())
3110 return false; 3110 return false;
3111 if ( incCounter % modulo == 0 ) 3111 if ( incCounter % modulo == 0 )
3112 syncManager->showProgressBar(incCounter); 3112 syncManager->showProgressBar(incCounter);
3113 uid = el[ incCounter ]; 3113 uid = el[ incCounter ];
3114 bool skipIncidence = false; 3114 bool skipIncidence = false;
3115 if ( uid.left(19) == QString("last-syncAddressee-") ) 3115 if ( uid.left(19) == QString("last-syncAddressee-") )
3116 skipIncidence = true; 3116 skipIncidence = true;
3117 if ( !skipIncidence ) { 3117 if ( !skipIncidence ) {
3118 inL = local->findByUid( uid ); 3118 inL = local->findByUid( uid );
3119 if ( !inL.resource() || inL.resource()->includeInSync() ) { 3119 if ( !inL.resource() || inL.resource()->includeInSync() ) {
3120 inR = remote->findByUid( uid ); 3120 inR = remote->findByUid( uid );
3121 if ( inR.isEmpty() ){ 3121 if ( inR.isEmpty() ){
3122 if ( filterOUT.name().isEmpty() || filterOUT.filterAddressee( inL ) ) { 3122 if ( filterOUT.name().isEmpty() || filterOUT.filterAddressee( inL ) ) {
3123 // no conflict ********** add or delete local 3123 // no conflict ********** add or delete local
3124 if ( mGlobalSyncMode == SYNC_MODE_EXTERNAL ) { 3124 if ( mGlobalSyncMode == SYNC_MODE_EXTERNAL ) {
3125 if ( !inL.getID(mCurrentSyncDevice).isEmpty() && mode != 4 ) { 3125 if ( !inL.getID(mCurrentSyncDevice).isEmpty() && mode != 4 ) {
3126 // pending checkExternSyncAddressee(addresseeLSyncSharp, inL); 3126 // pending checkExternSyncAddressee(addresseeLSyncSharp, inL);
3127 local->removeAddressee( inL ); 3127 local->removeAddressee( inL );
3128 ++deletedAddresseeL; 3128 ++deletedAddresseeL;
3129 } else { 3129 } else {
3130 if ( ! syncManager->mWriteBackExistingOnly ) { 3130 if ( ! syncManager->mWriteBackExistingOnly ) {
3131 inL.removeID(mCurrentSyncDevice ); 3131 inL.removeID(mCurrentSyncDevice );
3132 ++addedAddresseeR; 3132 ++addedAddresseeR;
3133 inL.setRevision( modifiedCalendar ); 3133 inL.setRevision( modifiedCalendar );
3134 local->insertAddressee( inL, false ); 3134 local->insertAddressee( inL, false );
3135 inR = inL; 3135 inR = inL;
3136 inR.setTempSyncStat( SYNC_TEMPSTATE_ADDED_EXTERNAL ); 3136 inR.setTempSyncStat( SYNC_TEMPSTATE_ADDED_EXTERNAL );
3137 inR.setResource( 0 ); 3137 inR.setResource( 0 );
3138 remote->insertAddressee( inR, false ); 3138 remote->insertAddressee( inR, false );
3139 } 3139 }
3140 } 3140 }
3141 } else { 3141 } else {
3142 if ( inL.revision() < mLastAddressbookSync && mode != 4 ) { 3142 if ( inL.revision() < mLastAddressbookSync && mode != 4 ) {
3143 //qDebug("data %s ", inL.revision().toString().latin1()); 3143 //qDebug("data %s ", inL.revision().toString().latin1());
3144 // pending checkExternSyncAddressee(addresseeLSyncSharp, inL); 3144 // pending checkExternSyncAddressee(addresseeLSyncSharp, inL);
3145 local->removeAddressee( inL ); 3145 local->removeAddressee( inL );
3146 ++deletedAddresseeL; 3146 ++deletedAddresseeL;
3147 } else { 3147 } else {
3148 if ( ! syncManager->mWriteBackExistingOnly ) { 3148 if ( ! syncManager->mWriteBackExistingOnly ) {
3149 ++addedAddresseeR; 3149 ++addedAddresseeR;
3150 inL.setRevision( modifiedCalendar ); 3150 inL.setRevision( modifiedCalendar );
3151 local->insertAddressee( inL, false ); 3151 local->insertAddressee( inL, false );
3152 inR = inL; 3152 inR = inL;
3153 inR.setIDStr( ":" ); 3153 inR.setIDStr( ":" );
3154 inR.setResource( 0 ); 3154 inR.setResource( 0 );
3155 remote->insertAddressee( inR, false ); 3155 remote->insertAddressee( inR, false );
3156 } 3156 }
3157 } 3157 }
3158 } 3158 }
3159 } else { 3159 } else {
3160 ++filteredOUT; 3160 ++filteredOUT;
3161 } 3161 }
3162 } 3162 }
3163 } 3163 }
3164 } 3164 }
3165 ++incCounter; 3165 ++incCounter;
3166 } 3166 }
3167 el.clear(); 3167 el.clear();
3168 syncManager->hideProgressBar(); 3168 syncManager->hideProgressBar();
3169 mLastAddressbookSync = QDateTime::currentDateTime().addSecs( 1 ); 3169 mLastAddressbookSync = QDateTime::currentDateTime().addSecs( 1 );
3170 // get rid of micro seconds 3170 // get rid of micro seconds
3171 QTime t = mLastAddressbookSync.time(); 3171 QTime t = mLastAddressbookSync.time();
3172 mLastAddressbookSync.setTime( QTime (t.hour (), t.minute (), t.second () ) ); 3172 mLastAddressbookSync.setTime( QTime (t.hour (), t.minute (), t.second () ) );
3173 addresseeLSync.setRevision( mLastAddressbookSync ); 3173 addresseeLSync.setRevision( mLastAddressbookSync );
3174 addresseeRSync.setRevision( mLastAddressbookSync ); 3174 addresseeRSync.setRevision( mLastAddressbookSync );
3175 addresseeRSync.setRole( i18n("!Remote from: ")+mCurrentSyncName ) ; 3175 addresseeRSync.setRole( i18n("!Remote from: ")+mCurrentSyncName ) ;
3176 addresseeLSync.setRole(i18n("!Local from: ") + mCurrentSyncName ); 3176 addresseeLSync.setRole(i18n("!Local from: ") + mCurrentSyncName );
3177 addresseeRSync.setGivenName( i18n("!DO NOT EDIT!") ) ; 3177 addresseeRSync.setGivenName( i18n("!DO NOT EDIT!") ) ;
3178 addresseeLSync.setGivenName(i18n("!DO NOT EDIT!") ); 3178 addresseeLSync.setGivenName(i18n("!DO NOT EDIT!") );
3179 addresseeRSync.setOrganization( "!"+mLastAddressbookSync.toString() ) ; 3179 addresseeRSync.setOrganization( "!"+mLastAddressbookSync.toString() ) ;
3180 addresseeLSync.setOrganization("!"+ mLastAddressbookSync.toString() ); 3180 addresseeLSync.setOrganization("!"+ mLastAddressbookSync.toString() );
3181 addresseeRSync.setNote( "" ) ; 3181 addresseeRSync.setNote( "" ) ;
3182 addresseeLSync.setNote( "" ); 3182 addresseeLSync.setNote( "" );
3183 3183
3184 if ( mGlobalSyncMode == SYNC_MODE_NORMAL) 3184 if ( mGlobalSyncMode == SYNC_MODE_NORMAL)
3185 remote->insertAddressee( addresseeRSync, false ); 3185 remote->insertAddressee( addresseeRSync, false );
3186 local->insertAddressee( addresseeLSync, false ); 3186 local->insertAddressee( addresseeLSync, false );
3187 QString mes; 3187 QString mes;
3188 mes .sprintf( i18n("Synchronization summary:\n\n %d items added to local\n %d items added to remote\n %d items updated on local\n %d items updated on remote\n %d items deleted on local\n %d items deleted on remote\n %d incoming filtered out\n %d outgoing filtered out"),addedAddressee, addedAddresseeR, changedLocal, changedRemote, deletedAddresseeL, deletedAddresseeR, filteredIN, filteredOUT ); 3188 mes .sprintf( i18n("Synchronization summary:\n\n %d items added to local\n %d items added to remote\n %d items updated on local\n %d items updated on remote\n %d items deleted on local\n %d items deleted on remote\n %d incoming filtered out\n %d outgoing filtered out"),addedAddressee, addedAddresseeR, changedLocal, changedRemote, deletedAddresseeL, deletedAddresseeR, filteredIN, filteredOUT );
3189 qDebug( mes ); 3189 qDebug( mes );
3190 mes = i18n("Local addressbook changed!\n") +mes; 3190 mes = i18n("Local addressbook changed!\n") +mes;
3191 if ( syncManager->mShowSyncSummary ) { 3191 if ( syncManager->mShowSyncSummary ) {
3192 if ( KMessageBox::Cancel == KMessageBox::warningContinueCancel(this, mes, 3192 if ( KMessageBox::Cancel == KMessageBox::warningContinueCancel(this, mes,
3193 i18n("KA/Pi Synchronization"),i18n("Write back"))) { 3193 i18n("KA/Pi Synchronization"),i18n("Write back"))) {
3194 qDebug("KA: WB cancelled "); 3194 qDebug("KA: WB cancelled ");
3195 syncManager->mWriteBackFile = false; 3195 syncManager->mWriteBackFile = false;
3196 return syncOK; 3196 return syncOK;
3197 } 3197 }
3198 } 3198 }
3199 return syncOK; 3199 return syncOK;
3200} 3200}
3201 3201
3202 3202
3203//this is a overwritten callbackmethods from the syncinterface 3203//this is a overwritten callbackmethods from the syncinterface
3204bool KABCore::sync(KSyncManager* manager, QString filename, int mode) 3204bool KABCore::sync(KSyncManager* manager, QString filename, int mode)
3205{ 3205{
3206 3206
3207 //pending prepare addresseeview for output 3207 //pending prepare addresseeview for output
3208 //pending detect, if remote file has REV field. if not switch to external sync 3208 //pending detect, if remote file has REV field. if not switch to external sync
3209 mGlobalSyncMode = SYNC_MODE_NORMAL; 3209 mGlobalSyncMode = SYNC_MODE_NORMAL;
3210 if ( manager != syncManager ) 3210 if ( manager != syncManager )
3211 qDebug("KABCore::sync:: ERROR! :: manager != syncManager "); 3211 qDebug("KABCore::sync:: ERROR! :: manager != syncManager ");
3212 QString mCurrentSyncDevice = manager->getCurrentSyncDevice(); 3212 QString mCurrentSyncDevice = manager->getCurrentSyncDevice();
3213 3213
3214 AddressBook abLocal(filename,"syncContact"); 3214 AddressBook abLocal(filename,"syncContact");
3215 bool syncOK = false; 3215 bool syncOK = false;
3216 if ( abLocal.load() ) { 3216 if ( abLocal.load() ) {
3217 qDebug("KA: Sync::AB loaded %s,sync mode %d",filename.latin1(), mode ); 3217 qDebug("KA: Sync::AB loaded %s,sync mode %d",filename.latin1(), mode );
3218 bool external = false; 3218 bool external = false;
3219 bool isXML = false; 3219 bool isXML = false;
3220 if ( filename.right(4) == ".xml") { 3220 if ( filename.right(4) == ".xml") {
3221 mGlobalSyncMode = SYNC_MODE_EXTERNAL; 3221 mGlobalSyncMode = SYNC_MODE_EXTERNAL;
3222 isXML = true; 3222 isXML = true;
3223 abLocal.preExternSync( mAddressBook ,mCurrentSyncDevice, true ); 3223 abLocal.preExternSync( mAddressBook ,mCurrentSyncDevice, true );
3224 } else { 3224 } else {
3225 external = !manager->mIsKapiFile; 3225 external = !manager->mIsKapiFile;
3226 if ( external ) { 3226 if ( external ) {
3227 qDebug("KA: Sync::Setting vcf mode to external "); 3227 qDebug("KA: Sync::Setting vcf mode to external ");
3228 mGlobalSyncMode = SYNC_MODE_EXTERNAL; 3228 mGlobalSyncMode = SYNC_MODE_EXTERNAL;
3229 AddressBook::Iterator it; 3229 AddressBook::Iterator it;
3230 for ( it = abLocal.begin(); it != abLocal.end(); ++it ) { 3230 for ( it = abLocal.begin(); it != abLocal.end(); ++it ) {
3231 (*it).setID( mCurrentSyncDevice, (*it).uid() ); 3231 (*it).setID( mCurrentSyncDevice, (*it).uid() );
3232 (*it).computeCsum( mCurrentSyncDevice ); 3232 (*it).computeCsum( mCurrentSyncDevice );
3233 } 3233 }
3234 } 3234 }
3235 } 3235 }
3236 //AddressBook::Iterator it; 3236 //AddressBook::Iterator it;
3237 //QStringList vcards; 3237 //QStringList vcards;
3238 //for ( it = abLocal.begin(); it != abLocal.end(); ++it ) { 3238 //for ( it = abLocal.begin(); it != abLocal.end(); ++it ) {
3239 // qDebug("Name %s ", (*it).familyName().latin1()); 3239 // qDebug("Name %s ", (*it).familyName().latin1());
3240 //} 3240 //}
3241 syncOK = synchronizeAddressbooks( mAddressBook, &abLocal, mode ); 3241 syncOK = synchronizeAddressbooks( mAddressBook, &abLocal, mode );
3242 syncManager->hideProgressBar(); 3242 syncManager->hideProgressBar();
3243 if ( syncOK ) { 3243 if ( syncOK ) {
3244 if ( syncManager->mWriteBackFile ) 3244 if ( syncManager->mWriteBackFile )
3245 { 3245 {
3246 if ( external ) 3246 if ( external )
3247 abLocal.removeSyncAddressees( !isXML); 3247 abLocal.removeSyncAddressees( !isXML);
3248 qDebug("KA: Sync::Saving remote AB "); 3248 qDebug("KA: Sync::Saving remote AB ");
3249 if ( ! abLocal.saveAB()) 3249 if ( ! abLocal.saveAB())
3250 qDebug("KA: sync::Error writing back AB to file "); 3250 qDebug("KA: sync::Error writing back AB to file ");
3251 if ( external ) { 3251 if ( external ) {
3252 // afterwrite processing 3252 // afterwrite processing
3253 abLocal.postExternSync( mAddressBook,mCurrentSyncDevice ,isXML); 3253 abLocal.postExternSync( mAddressBook,mCurrentSyncDevice ,isXML);
3254 } 3254 }
3255 } 3255 }
3256 } 3256 }
3257 setModified(); 3257 setModified();
3258 3258
3259 } 3259 }
3260 abLocal.removeResources(); 3260 abLocal.removeResources();
3261 if ( syncOK ) 3261 if ( syncOK )
3262 mViewManager->refreshView(); 3262 mViewManager->refreshView();
3263 return syncOK; 3263 return syncOK;
3264 3264
3265} 3265}
3266void KABCore::removeSyncInfo( QString syncProfile) 3266void KABCore::removeSyncInfo( QString syncProfile)
3267{ 3267{
3268 qDebug("KA: AB:removeSyncInfo for profile %s ", syncProfile.latin1()); 3268 qDebug("KA: AB:removeSyncInfo for profile %s ", syncProfile.latin1());
3269 mAddressBook->removeSyncInfo( syncProfile ); 3269 mAddressBook->removeSyncInfo( syncProfile );
3270 setModified(); 3270 setModified();
3271} 3271}
3272 3272
3273 3273
3274//this is a overwritten callbackmethods from the syncinterface 3274//this is a overwritten callbackmethods from the syncinterface
3275bool KABCore::syncExternal(KSyncManager* manager, QString resource) 3275bool KABCore::syncExternal(KSyncManager* manager, QString resource)
3276{ 3276{
3277 if ( resource == "phone" ) 3277 if ( resource == "phone" )
3278 return syncPhone(); 3278 return syncPhone();
3279 disableBR( true ); 3279 disableBR( true );
3280 if ( manager != syncManager ) 3280 if ( manager != syncManager )
3281 qDebug("KABCore::syncExternal:: ERROR! :: manager != syncManager "); 3281 qDebug("KABCore::syncExternal:: ERROR! :: manager != syncManager ");
3282 QString mCurrentSyncDevice = manager->getCurrentSyncDevice(); 3282 QString mCurrentSyncDevice = manager->getCurrentSyncDevice();
3283 3283
3284 AddressBook abLocal( resource,"syncContact"); 3284 AddressBook abLocal( resource,"syncContact");
3285 bool syncOK = false; 3285 bool syncOK = false;
3286 message(i18n("Loading DTM address data..."), false); 3286 message(i18n("Loading DTM address data..."), false);
3287 if ( abLocal.load() ) { 3287 if ( abLocal.load() ) {
3288 qDebug("KA: AB sharp loaded ,sync device %s",mCurrentSyncDevice.latin1()); 3288 qDebug("KA: AB sharp loaded ,sync device %s",mCurrentSyncDevice.latin1());
3289 mGlobalSyncMode = SYNC_MODE_EXTERNAL; 3289 mGlobalSyncMode = SYNC_MODE_EXTERNAL;
3290 message(i18n("Sync preprocessing..."),false); 3290 message(i18n("Sync preprocessing..."),false);
3291 abLocal.preExternSync( mAddressBook ,mCurrentSyncDevice, false ); 3291 abLocal.preExternSync( mAddressBook ,mCurrentSyncDevice, false );
3292 message(i18n("Synchronizing..."),false); 3292 message(i18n("Synchronizing..."),false);
3293 syncOK = synchronizeAddressbooks( mAddressBook, &abLocal, syncManager->mSyncAlgoPrefs ); 3293 syncOK = synchronizeAddressbooks( mAddressBook, &abLocal, syncManager->mSyncAlgoPrefs );
3294 syncManager->hideProgressBar(); 3294 syncManager->hideProgressBar();
3295 if ( syncOK ) { 3295 if ( syncOK ) {
3296 if ( syncManager->mWriteBackFile ) { 3296 if ( syncManager->mWriteBackFile ) {
3297 abLocal.removeSyncAddressees( false ); 3297 abLocal.removeSyncAddressees( false );
3298 message(i18n("Saving DTM address data..."),false); 3298 message(i18n("Saving DTM address data..."),false);
3299 abLocal.saveAB(); 3299 abLocal.saveAB();
3300 message(i18n("Sync postprocessing..."),false); 3300 message(i18n("Sync postprocessing..."),false);
3301 abLocal.postExternSync( mAddressBook,mCurrentSyncDevice, true ); 3301 abLocal.postExternSync( mAddressBook,mCurrentSyncDevice, true );
3302 } 3302 }
3303 } else 3303 } else
3304 message( i18n("Sync cancelled or failed.") ); 3304 message( i18n("Sync cancelled or failed.") );
3305 setModified(); 3305 setModified();
3306 } 3306 }
3307 abLocal.removeResources(); 3307 abLocal.removeResources();
3308 if ( syncOK ) { 3308 if ( syncOK ) {
3309 mViewManager->refreshView(); 3309 mViewManager->refreshView();
3310 message(i18n("DTM syncing finished.")); 3310 message(i18n("DTM syncing finished."));
3311 } 3311 }
3312 disableBR( false ); 3312 disableBR( false );
3313 return syncOK; 3313 return syncOK;
3314 3314
3315} 3315}
3316void KABCore::message( QString m, bool startTimer) 3316void KABCore::message( QString m, bool startTimer)
3317{ 3317{
3318 topLevelWidget()->setCaption( m ); 3318 topLevelWidget()->setCaption( m );
3319 qApp->processEvents(); 3319 qApp->processEvents();
3320 if ( startTimer ) 3320 if ( startTimer )
3321 mMessageTimer->start( 15000, true ); 3321 mMessageTimer->start( 15000, true );
3322 else 3322 else
3323 mMessageTimer->stop(); 3323 mMessageTimer->stop();
3324} 3324}
3325bool KABCore::syncPhone() 3325bool KABCore::syncPhone()
3326{ 3326{
3327 QString mCurrentSyncDevice = syncManager->getCurrentSyncDevice(); 3327 QString mCurrentSyncDevice = syncManager->getCurrentSyncDevice();
3328 QString fileName = getPhoneFile(); 3328 QString fileName = getPhoneFile();
3329 if ( !PhoneAccess::readFromPhone( fileName) ) { 3329 if ( !PhoneAccess::readFromPhone( fileName) ) {
3330 message(i18n("Phone access failed!")); 3330 message(i18n("Phone access failed!"));
3331 return false; 3331 return false;
3332 } 3332 }
3333 AddressBook abLocal( fileName,"syncContact"); 3333 AddressBook abLocal( fileName,"syncContact");
3334 bool syncOK = false; 3334 bool syncOK = false;
3335 { 3335 {
3336 abLocal.importFromFile( fileName ); 3336 abLocal.importFromFile( fileName );
3337 qDebug("KA: AB phone loaded ,sync device %s",mCurrentSyncDevice.latin1()); 3337 qDebug("KA: AB phone loaded ,sync device %s",mCurrentSyncDevice.latin1());
3338 mGlobalSyncMode = SYNC_MODE_EXTERNAL; 3338 mGlobalSyncMode = SYNC_MODE_EXTERNAL;
3339 abLocal.preparePhoneSync( mCurrentSyncDevice, true ); 3339 abLocal.preparePhoneSync( mCurrentSyncDevice, true );
3340 abLocal.preExternSync( mAddressBook ,mCurrentSyncDevice, true ); 3340 abLocal.preExternSync( mAddressBook ,mCurrentSyncDevice, true );
3341 syncOK = synchronizeAddressbooks( mAddressBook, &abLocal, syncManager->mSyncAlgoPrefs ); 3341 syncOK = synchronizeAddressbooks( mAddressBook, &abLocal, syncManager->mSyncAlgoPrefs );
3342 syncManager->hideProgressBar(); 3342 syncManager->hideProgressBar();
3343 if ( syncOK ) { 3343 if ( syncOK ) {
3344 if ( syncManager->mWriteBackFile ) { 3344 if ( syncManager->mWriteBackFile ) {
3345 abLocal.removeSyncAddressees( true ); 3345 abLocal.removeSyncAddressees( true );
3346 abLocal.saveABphone( fileName ); 3346 abLocal.saveABphone( fileName );
3347 abLocal.findNewExtIds( fileName, mCurrentSyncDevice ); 3347 abLocal.findNewExtIds( fileName, mCurrentSyncDevice );
3348 //abLocal.preparePhoneSync( mCurrentSyncDevice, false ); 3348 //abLocal.preparePhoneSync( mCurrentSyncDevice, false );
3349 abLocal.postExternSync( mAddressBook,mCurrentSyncDevice, true ); 3349 abLocal.postExternSync( mAddressBook,mCurrentSyncDevice, true );
3350 } 3350 }
3351 } 3351 }
3352 setModified(); 3352 setModified();
3353 } 3353 }
3354 abLocal.removeResources(); 3354 abLocal.removeResources();
3355 if ( syncOK ) 3355 if ( syncOK )
3356 mViewManager->refreshView(); 3356 mViewManager->refreshView();
3357 return syncOK; 3357 return syncOK;
3358} 3358}
3359void KABCore::getFile( bool success ) 3359void KABCore::getFile( bool success )
3360{ 3360{
3361 if ( ! success ) { 3361 if ( ! success ) {
3362 message( i18n("Error receiving file. Nothing changed!") ); 3362 message( i18n("Error receiving file. Nothing changed!") );
3363 return; 3363 return;
3364 } 3364 }
3365 int count = mAddressBook->importFromFile( sentSyncFile() , false, true ); 3365 int count = mAddressBook->importFromFile( sentSyncFile() , false, true );
3366 if ( count ) 3366 if ( count )
3367 setModified( true ); 3367 setModified( true );
3368 message( i18n("Pi-Sync successful!") ); 3368 message( i18n("Pi-Sync successful!") );
3369 mViewManager->refreshView(); 3369 mViewManager->refreshView();
3370} 3370}
3371void KABCore::syncFileRequest() 3371void KABCore::syncFileRequest()
3372{ 3372{
3373 if ( KABPrefs::instance()->mPassiveSyncWithDesktop ) { 3373 if ( KABPrefs::instance()->mPassiveSyncWithDesktop ) {
3374 syncManager->slotSyncMenu( 999 ); 3374 syncManager->slotSyncMenu( 999 );
3375 } 3375 }
3376 mAddressBook->export2File( sentSyncFile() ); 3376 mAddressBook->export2File( sentSyncFile() );
3377} 3377}
3378QString KABCore::sentSyncFile() 3378QString KABCore::sentSyncFile()
3379{ 3379{
3380#ifdef DESKTOP_VERSION 3380#ifdef DESKTOP_VERSION
3381 return locateLocal( "tmp", "copysyncab.vcf" ); 3381 return locateLocal( "tmp", "copysyncab.vcf" );
3382#else 3382#else
3383 return QString( "/tmp/copysyncab.vcf" ); 3383 return QString( "/tmp/copysyncab.vcf" );
3384#endif 3384#endif
3385} 3385}
3386 3386
3387void KABCore::setCaptionBack() 3387void KABCore::setCaptionBack()
3388{ 3388{
3389 mMessageTimer->stop(); 3389 mMessageTimer->stop();
3390 topLevelWidget()->setCaption( i18n("KAddressbook/Pi") ); 3390 topLevelWidget()->setCaption( i18n("KAddressbook/Pi") );
3391} 3391}