author | zautrix <zautrix> | 2005-04-22 17:32:45 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2005-04-22 17:32:45 (UTC) |
commit | e6feb1ca0c45397ba7b922198c87fe9b95b7d872 (patch) (unidiff) | |
tree | 61b56d5a17f3eba87fef958d264e2da679496bda /kaddressbook | |
parent | 81158fa914f6d0f3aeb049d28d2ecfb5f5c0e261 (diff) | |
download | kdepimpi-e6feb1ca0c45397ba7b922198c87fe9b95b7d872.zip kdepimpi-e6feb1ca0c45397ba7b922198c87fe9b95b7d872.tar.gz kdepimpi-e6feb1ca0c45397ba7b922198c87fe9b95b7d872.tar.bz2 |
fixxxx
-rw-r--r-- | kaddressbook/kabcore.cpp | 38 |
1 files changed, 36 insertions, 2 deletions
diff --git a/kaddressbook/kabcore.cpp b/kaddressbook/kabcore.cpp index 9c40142..a4f3579 100644 --- a/kaddressbook/kabcore.cpp +++ b/kaddressbook/kabcore.cpp | |||
@@ -1,1339 +1,1373 @@ | |||
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 |
25 | Enhanced Version of the file for platform independent KDE tools. | 25 | Enhanced Version of the file for platform independent KDE tools. |
26 | Copyright (c) 2004 Ulf Schenk | 26 | Copyright (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 | ||
169 | class KABCatPrefs : public QDialog | 169 | class 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(); } |
197 | private: | 197 | private: |
198 | QRadioButton* addCatBut; | 198 | QRadioButton* addCatBut; |
199 | }; | 199 | }; |
200 | 200 | ||
201 | class KABFormatPrefs : public QDialog | 201 | class 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 | } |
232 | public: | 232 | public: |
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 | ||
239 | class KAex2phonePrefs : public QDialog | 239 | class 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 | ||
279 | public: | 279 | public: |
280 | QLineEdit* mPhoneConnection, *mPhoneDevice, *mPhoneModel; | 280 | QLineEdit* mPhoneConnection, *mPhoneDevice, *mPhoneModel; |
281 | QCheckBox* mWriteToSim; | 281 | QCheckBox* mWriteToSim; |
282 | }; | 282 | }; |
283 | 283 | ||
284 | 284 | ||
285 | bool pasteWithNewUid = true; | 285 | bool pasteWithNewUid = true; |
286 | 286 | ||
287 | #ifdef KAB_EMBEDDED | 287 | #ifdef KAB_EMBEDDED |
288 | KABCore::KABCore( KAddressBookMain *client, bool readWrite, QWidget *parent, const char *name ) | 288 | KABCore::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 |
293 | KABCore::KABCore( KXMLGUIClient *client, bool readWrite, QWidget *parent, const char *name ) | 293 | KABCore::KABCore( KXMLGUIClient *client, bool readWrite, QWidget *parent, const char *name ) |
294 | : QWidget( parent, name ), KSyncInterface(), mGUIClient( client ), mViewManager( 0 ), | 294 | : QWidget( parent, name ), KSyncInterface(), mGUIClient( client ), mViewManager( 0 ), |
295 | mExtensionManager( 0 ), mConfigureDialog( 0 ), mLdapSearchDialog( 0 ), | 295 | mExtensionManager( 0 ), mConfigureDialog( 0 ), mLdapSearchDialog( 0 ), |
296 | mReadWrite( readWrite ), mModified( false ) | 296 | mReadWrite( readWrite ), mModified( false ) |
297 | #endif //KAB_EMBEDDED | 297 | #endif //KAB_EMBEDDED |
298 | { | 298 | { |
299 | // syncManager = new KSyncManager((QWidget*)this, (KSyncInterface*)this, KSyncManager::KAPI, KABPrefs::instance(), syncMenu); | 299 | // syncManager = new KSyncManager((QWidget*)this, (KSyncInterface*)this, KSyncManager::KAPI, KABPrefs::instance(), syncMenu); |
300 | // syncManager->setBlockSave(false); | 300 | // syncManager->setBlockSave(false); |
301 | mIncSearchWidget = 0; | 301 | mIncSearchWidget = 0; |
302 | mMiniSplitter = 0; | 302 | mMiniSplitter = 0; |
303 | mExtensionBarSplitter = 0; | 303 | mExtensionBarSplitter = 0; |
304 | mIsPart = !parent->inherits( "KAddressBookMain" ); | 304 | mIsPart = !parent->inherits( "KAddressBookMain" ); |
305 | mAddressBook = KABC::StdAddressBook::self(); | 305 | mAddressBook = KABC::StdAddressBook::self(); |
306 | KABC::StdAddressBook::setAutomaticSave( false ); | 306 | KABC::StdAddressBook::setAutomaticSave( false ); |
307 | 307 | ||
308 | #ifndef KAB_EMBEDDED | 308 | #ifndef KAB_EMBEDDED |
309 | mAddressBook->setErrorHandler( new KABC::GUIErrorHandler ); | 309 | mAddressBook->setErrorHandler( new KABC::GUIErrorHandler ); |
310 | #endif //KAB_EMBEDDED | 310 | #endif //KAB_EMBEDDED |
311 | 311 | ||
312 | connect( mAddressBook, SIGNAL( addressBookChanged( AddressBook * ) ), | 312 | connect( mAddressBook, SIGNAL( addressBookChanged( AddressBook * ) ), |
313 | SLOT( addressBookChanged() ) ); | 313 | SLOT( addressBookChanged() ) ); |
314 | 314 | ||
315 | #if 0 | 315 | #if 0 |
316 | // LR moved to addressbook init method | 316 | // LR moved to addressbook init method |
317 | mAddressBook->addCustomField( i18n( "Department" ), KABC::Field::Organization, | 317 | mAddressBook->addCustomField( i18n( "Department" ), KABC::Field::Organization, |
318 | "X-Department", "KADDRESSBOOK" ); | 318 | "X-Department", "KADDRESSBOOK" ); |
319 | mAddressBook->addCustomField( i18n( "Profession" ), KABC::Field::Organization, | 319 | mAddressBook->addCustomField( i18n( "Profession" ), KABC::Field::Organization, |
320 | "X-Profession", "KADDRESSBOOK" ); | 320 | "X-Profession", "KADDRESSBOOK" ); |
321 | mAddressBook->addCustomField( i18n( "Assistant's Name" ), KABC::Field::Organization, | 321 | mAddressBook->addCustomField( i18n( "Assistant's Name" ), KABC::Field::Organization, |
322 | "X-AssistantsName", "KADDRESSBOOK" ); | 322 | "X-AssistantsName", "KADDRESSBOOK" ); |
323 | mAddressBook->addCustomField( i18n( "Manager's Name" ), KABC::Field::Organization, | 323 | mAddressBook->addCustomField( i18n( "Manager's Name" ), KABC::Field::Organization, |
324 | "X-ManagersName", "KADDRESSBOOK" ); | 324 | "X-ManagersName", "KADDRESSBOOK" ); |
325 | mAddressBook->addCustomField( i18n( "Spouse's Name" ), KABC::Field::Personal, | 325 | mAddressBook->addCustomField( i18n( "Spouse's Name" ), KABC::Field::Personal, |
326 | "X-SpousesName", "KADDRESSBOOK" ); | 326 | "X-SpousesName", "KADDRESSBOOK" ); |
327 | mAddressBook->addCustomField( i18n( "Office" ), KABC::Field::Personal, | 327 | mAddressBook->addCustomField( i18n( "Office" ), KABC::Field::Personal, |
328 | "X-Office", "KADDRESSBOOK" ); | 328 | "X-Office", "KADDRESSBOOK" ); |
329 | mAddressBook->addCustomField( i18n( "IM Address" ), KABC::Field::Personal, | 329 | mAddressBook->addCustomField( i18n( "IM Address" ), KABC::Field::Personal, |
330 | "X-IMAddress", "KADDRESSBOOK" ); | 330 | "X-IMAddress", "KADDRESSBOOK" ); |
331 | mAddressBook->addCustomField( i18n( "Anniversary" ), KABC::Field::Personal, | 331 | mAddressBook->addCustomField( i18n( "Anniversary" ), KABC::Field::Personal, |
332 | "X-Anniversary", "KADDRESSBOOK" ); | 332 | "X-Anniversary", "KADDRESSBOOK" ); |
333 | 333 | ||
334 | //US added this field to become compatible with Opie/qtopia addressbook | 334 | //US added this field to become compatible with Opie/qtopia addressbook |
335 | // values can be "female" or "male" or "". An empty field represents undefined. | 335 | // values can be "female" or "male" or "". An empty field represents undefined. |
336 | mAddressBook->addCustomField( i18n( "Gender" ), KABC::Field::Personal, | 336 | mAddressBook->addCustomField( i18n( "Gender" ), KABC::Field::Personal, |
337 | "X-Gender", "KADDRESSBOOK" ); | 337 | "X-Gender", "KADDRESSBOOK" ); |
338 | mAddressBook->addCustomField( i18n( "Children" ), KABC::Field::Personal, | 338 | mAddressBook->addCustomField( i18n( "Children" ), KABC::Field::Personal, |
339 | "X-Children", "KADDRESSBOOK" ); | 339 | "X-Children", "KADDRESSBOOK" ); |
340 | mAddressBook->addCustomField( i18n( "FreeBusyUrl" ), KABC::Field::Personal, | 340 | mAddressBook->addCustomField( i18n( "FreeBusyUrl" ), KABC::Field::Personal, |
341 | "X-FreeBusyUrl", "KADDRESSBOOK" ); | 341 | "X-FreeBusyUrl", "KADDRESSBOOK" ); |
342 | #endif | 342 | #endif |
343 | initGUI(); | 343 | initGUI(); |
344 | 344 | ||
345 | mIncSearchWidget->setFocus(); | 345 | mIncSearchWidget->setFocus(); |
346 | 346 | ||
347 | 347 | ||
348 | connect( mViewManager, SIGNAL( selected( const QString& ) ), | 348 | connect( mViewManager, SIGNAL( selected( const QString& ) ), |
349 | SLOT( setContactSelected( const QString& ) ) ); | 349 | SLOT( setContactSelected( const QString& ) ) ); |
350 | connect( mViewManager, SIGNAL( executed( const QString& ) ), | 350 | connect( mViewManager, SIGNAL( executed( const QString& ) ), |
351 | SLOT( executeContact( const QString& ) ) ); | 351 | SLOT( executeContact( const QString& ) ) ); |
352 | 352 | ||
353 | connect( mViewManager, SIGNAL( deleteRequest( ) ), | 353 | connect( mViewManager, SIGNAL( deleteRequest( ) ), |
354 | SLOT( deleteContacts( ) ) ); | 354 | SLOT( deleteContacts( ) ) ); |
355 | connect( mViewManager, SIGNAL( modified() ), | 355 | connect( mViewManager, SIGNAL( modified() ), |
356 | SLOT( setModified() ) ); | 356 | SLOT( setModified() ) ); |
357 | 357 | ||
358 | connect( mExtensionManager, SIGNAL( modified( const KABC::Addressee::List& ) ), this, SLOT( extensionModified( const KABC::Addressee::List& ) ) ); | 358 | connect( mExtensionManager, SIGNAL( modified( const KABC::Addressee::List& ) ), this, SLOT( extensionModified( const KABC::Addressee::List& ) ) ); |
359 | connect( mExtensionManager, SIGNAL( changedActiveExtension( int ) ), this, SLOT( extensionChanged( int ) ) ); | 359 | connect( mExtensionManager, SIGNAL( changedActiveExtension( int ) ), this, SLOT( extensionChanged( int ) ) ); |
360 | 360 | ||
361 | connect( mXXPortManager, SIGNAL( modified() ), | 361 | connect( mXXPortManager, SIGNAL( modified() ), |
362 | SLOT( setModified() ) ); | 362 | SLOT( setModified() ) ); |
363 | 363 | ||
364 | connect( mJumpButtonBar, SIGNAL( jumpToLetter( const QString& ) ), | 364 | connect( mJumpButtonBar, SIGNAL( jumpToLetter( const QString& ) ), |
365 | SLOT( incrementalSearchJump( const QString& ) ) ); | 365 | SLOT( incrementalSearchJump( const QString& ) ) ); |
366 | connect( mIncSearchWidget, SIGNAL( fieldChanged() ), | 366 | connect( mIncSearchWidget, SIGNAL( fieldChanged() ), |
367 | mJumpButtonBar, SLOT( recreateButtons() ) ); | 367 | mJumpButtonBar, SLOT( recreateButtons() ) ); |
368 | 368 | ||
369 | connect( mDetails, SIGNAL( sendEmail( const QString& ) ), | 369 | connect( mDetails, SIGNAL( sendEmail( const QString& ) ), |
370 | SLOT( sendMail( const QString& ) ) ); | 370 | SLOT( sendMail( const QString& ) ) ); |
371 | 371 | ||
372 | 372 | ||
373 | connect( ExternalAppHandler::instance(), SIGNAL (requestForNameEmailUidList(const QString&, const QString&)),this, SLOT(requestForNameEmailUidList(const QString&, const QString&))); | 373 | connect( ExternalAppHandler::instance(), SIGNAL (requestForNameEmailUidList(const QString&, const QString&)),this, SLOT(requestForNameEmailUidList(const QString&, const QString&))); |
374 | connect( ExternalAppHandler::instance(), SIGNAL (requestForDetails(const QString&, const QString&, const QString&, const QString&, const QString&)),this, SLOT(requestForDetails(const QString&, const QString&, const QString&, const QString&, const QString&))); | 374 | connect( ExternalAppHandler::instance(), SIGNAL (requestForDetails(const QString&, const QString&, const QString&, const QString&, const QString&)),this, SLOT(requestForDetails(const QString&, const QString&, const QString&, const QString&, const QString&))); |
375 | connect( ExternalAppHandler::instance(), SIGNAL (requestForBirthdayList(const QString&, const QString&)),this, SLOT(requestForBirthdayList(const QString&, const QString&))); | 375 | connect( ExternalAppHandler::instance(), SIGNAL (requestForBirthdayList(const QString&, const QString&)),this, SLOT(requestForBirthdayList(const QString&, const QString&))); |
376 | connect( ExternalAppHandler::instance(), SIGNAL (nextView()),this, SLOT(setDetailsToggle())); | 376 | connect( ExternalAppHandler::instance(), SIGNAL (nextView()),this, SLOT(setDetailsToggle())); |
377 | connect( ExternalAppHandler::instance(), SIGNAL (callContactdialog()),this, SLOT(callContactdialog())); | 377 | connect( ExternalAppHandler::instance(), SIGNAL (callContactdialog()),this, SLOT(callContactdialog())); |
378 | 378 | ||
379 | 379 | ||
380 | #ifndef KAB_EMBEDDED | 380 | #ifndef KAB_EMBEDDED |
381 | connect( mViewManager, SIGNAL( urlDropped( const KURL& ) ), | 381 | connect( mViewManager, SIGNAL( urlDropped( const KURL& ) ), |
382 | mXXPortManager, SLOT( importVCard( const KURL& ) ) ); | 382 | mXXPortManager, SLOT( importVCard( const KURL& ) ) ); |
383 | 383 | ||
384 | connect( mDetails, SIGNAL( browse( const QString& ) ), | 384 | connect( mDetails, SIGNAL( browse( const QString& ) ), |
385 | SLOT( browse( const QString& ) ) ); | 385 | SLOT( browse( const QString& ) ) ); |
386 | 386 | ||
387 | 387 | ||
388 | mAddressBookService = new KAddressBookService( this ); | 388 | mAddressBookService = new KAddressBookService( this ); |
389 | 389 | ||
390 | #endif //KAB_EMBEDDED | 390 | #endif //KAB_EMBEDDED |
391 | 391 | ||
392 | mMessageTimer = new QTimer( this ); | 392 | mMessageTimer = new QTimer( this ); |
393 | connect( mMessageTimer, SIGNAL( timeout() ), this, SLOT( setCaptionBack() ) ); | 393 | connect( mMessageTimer, SIGNAL( timeout() ), this, SLOT( setCaptionBack() ) ); |
394 | mEditorDialog = 0; | 394 | mEditorDialog = 0; |
395 | createAddresseeEditorDialog( this ); | 395 | createAddresseeEditorDialog( this ); |
396 | setModified( false ); | 396 | setModified( false ); |
397 | mBRdisabled = false; | 397 | mBRdisabled = false; |
398 | #ifndef DESKTOP_VERSION | 398 | #ifndef DESKTOP_VERSION |
399 | infrared = 0; | 399 | infrared = 0; |
400 | #endif | 400 | #endif |
401 | //toggleBeamReceive( ); | 401 | //toggleBeamReceive( ); |
402 | mMainWindow->toolBar()->show(); | 402 | mMainWindow->toolBar()->show(); |
403 | // we have a toolbar repainting error on the Zaurus when starting KA/Pi | 403 | // we have a toolbar repainting error on the Zaurus when starting KA/Pi |
404 | QTimer::singleShot( 10, this , SLOT ( updateToolBar())); | 404 | QTimer::singleShot( 10, this , SLOT ( updateToolBar())); |
405 | } | 405 | } |
406 | 406 | ||
407 | void KABCore::updateToolBar() | 407 | void 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 | } |
415 | KABCore::~KABCore() | 415 | KABCore::~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 | } |
430 | void KABCore::receive( const QCString& cmsg, const QByteArray& data ) | 430 | void 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 | } |
441 | void KABCore::toggleBeamReceive( ) | 441 | void 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 | ||
462 | void KABCore::disableBR(bool b) | 462 | void 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 | } |
479 | void KABCore::recieve( QString fn ) | 479 | void 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 | } |
490 | void KABCore::restoreSettings() | 490 | void 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 | #ifdef DESKTOP_VERSION | |
553 | 553 | KConfig *config = KABPrefs::instance()->getConfig(); | |
554 | config->setGroup("WidgetLayout"); | ||
555 | QStringList list; | ||
556 | list = config->readListEntry("MainLayout"); | ||
557 | int x,y,w,h; | ||
558 | if ( ! list.isEmpty() ) { | ||
559 | x = list[0].toInt(); | ||
560 | y = list[1].toInt(); | ||
561 | w = list[2].toInt(); | ||
562 | h = list[3].toInt(); | ||
563 | KApplication::testCoords( &x,&y,&w,&h ); | ||
564 | topLevelWidget()->setGeometry(x,y,w,h); | ||
565 | |||
566 | } else { | ||
567 | topLevelWidget()->setGeometry( 40 ,40 , 640, 440); | ||
568 | } | ||
569 | #endif | ||
554 | } | 570 | } |
555 | 571 | ||
556 | void KABCore::saveSettings() | 572 | void KABCore::saveSettings() |
557 | { | 573 | { |
558 | KABPrefs::instance()->mJumpButtonBarVisible = mActionJumpBar->isChecked(); | 574 | KABPrefs::instance()->mJumpButtonBarVisible = mActionJumpBar->isChecked(); |
559 | if ( mExtensionBarSplitter ) | 575 | if ( mExtensionBarSplitter ) |
560 | KABPrefs::instance()->mExtensionsSplitter = mExtensionBarSplitter->sizes(); | 576 | KABPrefs::instance()->mExtensionsSplitter = mExtensionBarSplitter->sizes(); |
561 | KABPrefs::instance()->mDetailsPageVisible = mActionDetails->isChecked(); | 577 | KABPrefs::instance()->mDetailsPageVisible = mActionDetails->isChecked(); |
562 | KABPrefs::instance()->mDetailsSplitter = mMiniSplitter->sizes(); | 578 | KABPrefs::instance()->mDetailsSplitter = mMiniSplitter->sizes(); |
563 | #ifndef KAB_EMBEDDED | 579 | #ifndef KAB_EMBEDDED |
564 | 580 | ||
565 | KABPrefs::instance()->mExtensionsSplitter = mExtensionBarSplitter->sizes(); | 581 | KABPrefs::instance()->mExtensionsSplitter = mExtensionBarSplitter->sizes(); |
566 | KABPrefs::instance()->mDetailsSplitter = mDetailsSplitter->sizes(); | 582 | KABPrefs::instance()->mDetailsSplitter = mDetailsSplitter->sizes(); |
567 | #endif //KAB_EMBEDDED | 583 | #endif //KAB_EMBEDDED |
568 | mExtensionManager->saveSettings(); | 584 | mExtensionManager->saveSettings(); |
569 | mViewManager->saveSettings(); | 585 | mViewManager->saveSettings(); |
570 | 586 | ||
571 | KABPrefs::instance()->mCurrentIncSearchField = mIncSearchWidget->currentItem(); | 587 | KABPrefs::instance()->mCurrentIncSearchField = mIncSearchWidget->currentItem(); |
588 | #ifdef DESKTOP_VERSION | ||
589 | KConfig *config = KABPrefs::instance()->getConfig(); | ||
590 | config->setGroup("WidgetLayout"); | ||
591 | QStringList list ;//= config->readListEntry("MainLayout"); | ||
592 | int x,y,w,h; | ||
593 | QWidget* wid; | ||
594 | wid = topLevelWidget(); | ||
595 | x = wid->geometry().x(); | ||
596 | y = wid->geometry().y(); | ||
597 | w = wid->width(); | ||
598 | h = wid->height(); | ||
599 | list.clear(); | ||
600 | list << QString::number( x ); | ||
601 | list << QString::number( y ); | ||
602 | list << QString::number( w ); | ||
603 | list << QString::number( h ); | ||
604 | config->writeEntry("MainLayout",list ); | ||
605 | #endif | ||
572 | KABPrefs::instance()->writeConfig(); | 606 | KABPrefs::instance()->writeConfig(); |
573 | qDebug("KA: KABCore::saveSettings() "); | 607 | qDebug("KA: KABCore::saveSettings() "); |
574 | } | 608 | } |
575 | 609 | ||
576 | KABC::AddressBook *KABCore::addressBook() const | 610 | KABC::AddressBook *KABCore::addressBook() const |
577 | { | 611 | { |
578 | return mAddressBook; | 612 | return mAddressBook; |
579 | } | 613 | } |
580 | 614 | ||
581 | KConfig *KABCore::config() | 615 | KConfig *KABCore::config() |
582 | { | 616 | { |
583 | #ifndef KAB_EMBEDDED | 617 | #ifndef KAB_EMBEDDED |
584 | return KABPrefs::instance()->config(); | 618 | return KABPrefs::instance()->config(); |
585 | #else //KAB_EMBEDDED | 619 | #else //KAB_EMBEDDED |
586 | return KABPrefs::instance()->getConfig(); | 620 | return KABPrefs::instance()->getConfig(); |
587 | #endif //KAB_EMBEDDED | 621 | #endif //KAB_EMBEDDED |
588 | } | 622 | } |
589 | 623 | ||
590 | KActionCollection *KABCore::actionCollection() const | 624 | KActionCollection *KABCore::actionCollection() const |
591 | { | 625 | { |
592 | return mGUIClient->actionCollection(); | 626 | return mGUIClient->actionCollection(); |
593 | } | 627 | } |
594 | 628 | ||
595 | KABC::Field *KABCore::currentSearchField() const | 629 | KABC::Field *KABCore::currentSearchField() const |
596 | { | 630 | { |
597 | if (mIncSearchWidget) | 631 | if (mIncSearchWidget) |
598 | return mIncSearchWidget->currentField(); | 632 | return mIncSearchWidget->currentField(); |
599 | else | 633 | else |
600 | return 0; | 634 | return 0; |
601 | } | 635 | } |
602 | 636 | ||
603 | QStringList KABCore::selectedUIDs() const | 637 | QStringList KABCore::selectedUIDs() const |
604 | { | 638 | { |
605 | return mViewManager->selectedUids(); | 639 | return mViewManager->selectedUids(); |
606 | } | 640 | } |
607 | 641 | ||
608 | KABC::Resource *KABCore::requestResource( QWidget *parent ) | 642 | KABC::Resource *KABCore::requestResource( QWidget *parent ) |
609 | { | 643 | { |
610 | QPtrList<KABC::Resource> kabcResources = addressBook()->resources(); | 644 | QPtrList<KABC::Resource> kabcResources = addressBook()->resources(); |
611 | 645 | ||
612 | QPtrList<KRES::Resource> kresResources; | 646 | QPtrList<KRES::Resource> kresResources; |
613 | QPtrListIterator<KABC::Resource> resIt( kabcResources ); | 647 | QPtrListIterator<KABC::Resource> resIt( kabcResources ); |
614 | KABC::Resource *resource; | 648 | KABC::Resource *resource; |
615 | while ( ( resource = resIt.current() ) != 0 ) { | 649 | while ( ( resource = resIt.current() ) != 0 ) { |
616 | ++resIt; | 650 | ++resIt; |
617 | if ( !resource->readOnly() ) { | 651 | if ( !resource->readOnly() ) { |
618 | KRES::Resource *res = static_cast<KRES::Resource*>( resource ); | 652 | KRES::Resource *res = static_cast<KRES::Resource*>( resource ); |
619 | if ( res ) | 653 | if ( res ) |
620 | kresResources.append( res ); | 654 | kresResources.append( res ); |
621 | } | 655 | } |
622 | } | 656 | } |
623 | 657 | ||
624 | KRES::Resource *res = KRES::SelectDialog::getResource( kresResources, parent ); | 658 | KRES::Resource *res = KRES::SelectDialog::getResource( kresResources, parent ); |
625 | return static_cast<KABC::Resource*>( res ); | 659 | return static_cast<KABC::Resource*>( res ); |
626 | } | 660 | } |
627 | 661 | ||
628 | #ifndef KAB_EMBEDDED | 662 | #ifndef KAB_EMBEDDED |
629 | KAboutData *KABCore::createAboutData() | 663 | KAboutData *KABCore::createAboutData() |
630 | #else //KAB_EMBEDDED | 664 | #else //KAB_EMBEDDED |
631 | void KABCore::createAboutData() | 665 | void KABCore::createAboutData() |
632 | #endif //KAB_EMBEDDED | 666 | #endif //KAB_EMBEDDED |
633 | { | 667 | { |
634 | 668 | ||
635 | 669 | ||
636 | QString version; | 670 | QString version; |
637 | #include <../version> | 671 | #include <../version> |
638 | QMessageBox::about( this, "About KAddressbook/Pi", | 672 | QMessageBox::about( this, "About KAddressbook/Pi", |
639 | "KAddressbook/Platform-independent\n" | 673 | "KAddressbook/Platform-independent\n" |
640 | "(KA/Pi) " +version + " - " + | 674 | "(KA/Pi) " +version + " - " + |
641 | #ifdef DESKTOP_VERSION | 675 | #ifdef DESKTOP_VERSION |
642 | "Desktop Edition\n" | 676 | "Desktop Edition\n" |
643 | #else | 677 | #else |
644 | "PDA-Edition\n" | 678 | "PDA-Edition\n" |
645 | "for: Zaurus 5500 / 7x0 / 8x0\n" | 679 | "for: Zaurus 5500 / 7x0 / 8x0\n" |
646 | #endif | 680 | #endif |
647 | 681 | ||
648 | "(c) 2004 Ulf Schenk\n" | 682 | "(c) 2004 Ulf Schenk\n" |
649 | "(c) 2004-2005 Lutz Rogowski\nrogowski@kde.org\n" | 683 | "(c) 2004-2005 Lutz Rogowski\nrogowski@kde.org\n" |
650 | "(c) 1997-2003, The KDE PIM Team\n" | 684 | "(c) 1997-2003, The KDE PIM Team\n" |
651 | "Tobias Koenig Maintainer\n" | 685 | "Tobias Koenig Maintainer\n" |
652 | "Don Sanders Original author\n" | 686 | "Don Sanders Original author\n" |
653 | "Cornelius Schumacher Co-maintainer\n" | 687 | "Cornelius Schumacher Co-maintainer\n" |
654 | "Mike Pilone GUI and framework redesign\n" | 688 | "Mike Pilone GUI and framework redesign\n" |
655 | "Greg Stern DCOP interface\n" | 689 | "Greg Stern DCOP interface\n" |
656 | "Mark Westcot Contact pinning\n" | 690 | "Mark Westcot Contact pinning\n" |
657 | "Michel Boyer de la Giroday LDAP Lookup\n" | 691 | "Michel Boyer de la Giroday LDAP Lookup\n" |
658 | "Steffen Hansen LDAP Lookup" | 692 | "Steffen Hansen LDAP Lookup" |
659 | #ifdef _WIN32_ | 693 | #ifdef _WIN32_ |
660 | "(c) 2004 Lutz Rogowski Import from OL\nrogowski@kde.org\n" | 694 | "(c) 2004 Lutz Rogowski Import from OL\nrogowski@kde.org\n" |
661 | #endif | 695 | #endif |
662 | ); | 696 | ); |
663 | } | 697 | } |
664 | 698 | ||
665 | void KABCore::setContactSelected( const QString &uid ) | 699 | void KABCore::setContactSelected( const QString &uid ) |
666 | { | 700 | { |
667 | KABC::Addressee addr = mAddressBook->findByUid( uid ); | 701 | KABC::Addressee addr = mAddressBook->findByUid( uid ); |
668 | if ( !mDetails->isHidden() ) | 702 | if ( !mDetails->isHidden() ) |
669 | mDetails->setAddressee( addr ); | 703 | mDetails->setAddressee( addr ); |
670 | 704 | ||
671 | if ( !addr.isEmpty() ) { | 705 | if ( !addr.isEmpty() ) { |
672 | emit contactSelected( addr.formattedName() ); | 706 | emit contactSelected( addr.formattedName() ); |
673 | KABC::Picture pic = addr.photo(); | 707 | KABC::Picture pic = addr.photo(); |
674 | if ( pic.isIntern() ) { | 708 | if ( pic.isIntern() ) { |
675 | //US emit contactSelected( pic.data() ); | 709 | //US emit contactSelected( pic.data() ); |
676 | //US instead use: | 710 | //US instead use: |
677 | QPixmap px; | 711 | QPixmap px; |
678 | if (pic.data().isNull() != true) | 712 | if (pic.data().isNull() != true) |
679 | { | 713 | { |
680 | px.convertFromImage(pic.data()); | 714 | px.convertFromImage(pic.data()); |
681 | } | 715 | } |
682 | 716 | ||
683 | emit contactSelected( px ); | 717 | emit contactSelected( px ); |
684 | } | 718 | } |
685 | } | 719 | } |
686 | 720 | ||
687 | 721 | ||
688 | mExtensionManager->setSelectionChanged(); | 722 | mExtensionManager->setSelectionChanged(); |
689 | 723 | ||
690 | // update the actions | 724 | // update the actions |
691 | bool selected = !uid.isEmpty(); | 725 | bool selected = !uid.isEmpty(); |
692 | 726 | ||
693 | if ( mReadWrite ) { | 727 | if ( mReadWrite ) { |
694 | mActionCut->setEnabled( selected ); | 728 | mActionCut->setEnabled( selected ); |
695 | mActionPaste->setEnabled( selected ); | 729 | mActionPaste->setEnabled( selected ); |
696 | } | 730 | } |
697 | 731 | ||
698 | mActionCopy->setEnabled( selected ); | 732 | mActionCopy->setEnabled( selected ); |
699 | mActionDelete->setEnabled( selected ); | 733 | mActionDelete->setEnabled( selected ); |
700 | mActionEditAddressee->setEnabled( selected ); | 734 | mActionEditAddressee->setEnabled( selected ); |
701 | mActionMail->setEnabled( selected ); | 735 | mActionMail->setEnabled( selected ); |
702 | mActionMailVCard->setEnabled( selected ); | 736 | mActionMailVCard->setEnabled( selected ); |
703 | //if (mActionBeam) | 737 | //if (mActionBeam) |
704 | //mActionBeam->setEnabled( selected ); | 738 | //mActionBeam->setEnabled( selected ); |
705 | mActionWhoAmI->setEnabled( selected ); | 739 | mActionWhoAmI->setEnabled( selected ); |
706 | } | 740 | } |
707 | 741 | ||
708 | void KABCore::sendMail() | 742 | void KABCore::sendMail() |
709 | { | 743 | { |
710 | sendMail( mViewManager->selectedEmails().join( ", " ) ); | 744 | sendMail( mViewManager->selectedEmails().join( ", " ) ); |
711 | } | 745 | } |
712 | 746 | ||
713 | void KABCore::sendMail( const QString& emaillist ) | 747 | void KABCore::sendMail( const QString& emaillist ) |
714 | { | 748 | { |
715 | // the parameter has the form "name1 <abc@aol.com>,name2 <abc@aol.com>;... " | 749 | // the parameter has the form "name1 <abc@aol.com>,name2 <abc@aol.com>;... " |
716 | if (emaillist.contains(",") > 0) | 750 | if (emaillist.contains(",") > 0) |
717 | ExternalAppHandler::instance()->mailToMultipleContacts( emaillist, QString::null ); | 751 | ExternalAppHandler::instance()->mailToMultipleContacts( emaillist, QString::null ); |
718 | else | 752 | else |
719 | ExternalAppHandler::instance()->mailToOneContact( emaillist ); | 753 | ExternalAppHandler::instance()->mailToOneContact( emaillist ); |
720 | } | 754 | } |
721 | 755 | ||
722 | 756 | ||
723 | 757 | ||
724 | void KABCore::mailVCard() | 758 | void KABCore::mailVCard() |
725 | { | 759 | { |
726 | QStringList uids = mViewManager->selectedUids(); | 760 | QStringList uids = mViewManager->selectedUids(); |
727 | if ( !uids.isEmpty() ) | 761 | if ( !uids.isEmpty() ) |
728 | mailVCard( uids ); | 762 | mailVCard( uids ); |
729 | } | 763 | } |
730 | 764 | ||
731 | void KABCore::mailVCard( const QStringList& uids ) | 765 | void KABCore::mailVCard( const QStringList& uids ) |
732 | { | 766 | { |
733 | QStringList urls; | 767 | QStringList urls; |
734 | 768 | ||
735 | // QString tmpdir = locateLocal("tmp", KGlobal::getAppName()); | 769 | // QString tmpdir = locateLocal("tmp", KGlobal::getAppName()); |
736 | 770 | ||
737 | QString dirName = "/tmp/" + KApplication::randomString( 8 ); | 771 | QString dirName = "/tmp/" + KApplication::randomString( 8 ); |
738 | 772 | ||
739 | 773 | ||
740 | 774 | ||
741 | QDir().mkdir( dirName, true ); | 775 | QDir().mkdir( dirName, true ); |
742 | 776 | ||
743 | for( QStringList::ConstIterator it = uids.begin(); it != uids.end(); ++it ) { | 777 | for( QStringList::ConstIterator it = uids.begin(); it != uids.end(); ++it ) { |
744 | KABC::Addressee a = mAddressBook->findByUid( *it ); | 778 | KABC::Addressee a = mAddressBook->findByUid( *it ); |
745 | 779 | ||
746 | if ( a.isEmpty() ) | 780 | if ( a.isEmpty() ) |
747 | continue; | 781 | continue; |
748 | 782 | ||
749 | QString name = a.givenName() + "_" + a.familyName() + ".vcf"; | 783 | QString name = a.givenName() + "_" + a.familyName() + ".vcf"; |
750 | 784 | ||
751 | QString fileName = dirName + "/" + name; | 785 | QString fileName = dirName + "/" + name; |
752 | 786 | ||
753 | QFile outFile(fileName); | 787 | QFile outFile(fileName); |
754 | 788 | ||
755 | if ( outFile.open(IO_WriteOnly) ) { // file opened successfully | 789 | if ( outFile.open(IO_WriteOnly) ) { // file opened successfully |
756 | KABC::VCardConverter converter; | 790 | KABC::VCardConverter converter; |
757 | QString vcard; | 791 | QString vcard; |
758 | 792 | ||
759 | converter.addresseeToVCard( a, vcard ); | 793 | converter.addresseeToVCard( a, vcard ); |
760 | 794 | ||
761 | QTextStream t( &outFile ); // use a text stream | 795 | QTextStream t( &outFile ); // use a text stream |
762 | t.setEncoding( QTextStream::UnicodeUTF8 ); | 796 | t.setEncoding( QTextStream::UnicodeUTF8 ); |
763 | t << vcard; | 797 | t << vcard; |
764 | 798 | ||
765 | outFile.close(); | 799 | outFile.close(); |
766 | 800 | ||
767 | urls.append( fileName ); | 801 | urls.append( fileName ); |
768 | } | 802 | } |
769 | } | 803 | } |
770 | 804 | ||
771 | bool result = ExternalAppHandler::instance()->mailToMultipleContacts( QString::null, urls.join(", ") ); | 805 | bool result = ExternalAppHandler::instance()->mailToMultipleContacts( QString::null, urls.join(", ") ); |
772 | 806 | ||
773 | 807 | ||
774 | /*US | 808 | /*US |
775 | kapp->invokeMailer( QString::null, QString::null, QString::null, | 809 | kapp->invokeMailer( QString::null, QString::null, QString::null, |
776 | QString::null, // subject | 810 | QString::null, // subject |
777 | QString::null, // body | 811 | QString::null, // body |
778 | QString::null, | 812 | QString::null, |
779 | urls ); // attachments | 813 | urls ); // attachments |
780 | */ | 814 | */ |
781 | 815 | ||
782 | } | 816 | } |
783 | 817 | ||
784 | /** | 818 | /** |
785 | Beams the "WhoAmI contact. | 819 | Beams the "WhoAmI contact. |
786 | */ | 820 | */ |
787 | void KABCore::beamMySelf() | 821 | void KABCore::beamMySelf() |
788 | { | 822 | { |
789 | KABC::Addressee a = KABC::StdAddressBook::self()->whoAmI(); | 823 | KABC::Addressee a = KABC::StdAddressBook::self()->whoAmI(); |
790 | if (!a.isEmpty()) | 824 | if (!a.isEmpty()) |
791 | { | 825 | { |
792 | QStringList uids; | 826 | QStringList uids; |
793 | uids << a.uid(); | 827 | uids << a.uid(); |
794 | 828 | ||
795 | beamVCard(uids); | 829 | beamVCard(uids); |
796 | } else { | 830 | } else { |
797 | KMessageBox::information( this, i18n( "Your personal contact is\nnot set! Please select it\nand set it with menu:\nSettings - Set Who Am I\n" ) ); | 831 | KMessageBox::information( this, i18n( "Your personal contact is\nnot set! Please select it\nand set it with menu:\nSettings - Set Who Am I\n" ) ); |
798 | 832 | ||
799 | 833 | ||
800 | } | 834 | } |
801 | } | 835 | } |
802 | void KABCore::updateMainWindow() | 836 | void KABCore::updateMainWindow() |
803 | { | 837 | { |
804 | mMainWindow->showMaximized(); | 838 | mMainWindow->showMaximized(); |
805 | mMainWindow->update(); | 839 | mMainWindow->update(); |
806 | } | 840 | } |
807 | void KABCore::resizeEvent(QResizeEvent* e ) | 841 | void KABCore::resizeEvent(QResizeEvent* e ) |
808 | { | 842 | { |
809 | if ( !mMiniSplitter ) | 843 | if ( !mMiniSplitter ) |
810 | return; | 844 | return; |
811 | //qDebug("KABCore::resizeEvent(QResizeEvent* e ) "); | 845 | //qDebug("KABCore::resizeEvent(QResizeEvent* e ) "); |
812 | if ( QApplication::desktop()->width() >= 480 ) { | 846 | if ( QApplication::desktop()->width() >= 480 ) { |
813 | if (QApplication::desktop()->width() == 640 ) { // e.g. 640x480 | 847 | if (QApplication::desktop()->width() == 640 ) { // e.g. 640x480 |
814 | if ( mMiniSplitter->orientation() == Qt::Vertical ) { | 848 | if ( mMiniSplitter->orientation() == Qt::Vertical ) { |
815 | mMiniSplitter->setOrientation( Qt::Horizontal); | 849 | mMiniSplitter->setOrientation( Qt::Horizontal); |
816 | mMiniSplitter->setMinimizeDirection ( KDGanttMinimizeSplitter::Right ); | 850 | mMiniSplitter->setMinimizeDirection ( KDGanttMinimizeSplitter::Right ); |
817 | } | 851 | } |
818 | if ( QApplication::desktop()->width() <= 640 ) { | 852 | if ( QApplication::desktop()->width() <= 640 ) { |
819 | mMainWindow->showMinimized(); | 853 | mMainWindow->showMinimized(); |
820 | //mMainWindow->setMaximumSize( QApplication::desktop()->size() ); | 854 | //mMainWindow->setMaximumSize( QApplication::desktop()->size() ); |
821 | mViewManager->getFilterAction()->setComboWidth( 150 ); | 855 | mViewManager->getFilterAction()->setComboWidth( 150 ); |
822 | if ( mIncSearchWidget ) | 856 | if ( mIncSearchWidget ) |
823 | mIncSearchWidget->setSize(); | 857 | mIncSearchWidget->setSize(); |
824 | QTimer::singleShot( 1, this , SLOT ( updateMainWindow())); | 858 | QTimer::singleShot( 1, this , SLOT ( updateMainWindow())); |
825 | } | 859 | } |
826 | 860 | ||
827 | } else if (QApplication::desktop()->width() == 480 ){// e.g. 480x640 | 861 | } else if (QApplication::desktop()->width() == 480 ){// e.g. 480x640 |
828 | if ( mMiniSplitter->orientation() == Qt::Horizontal ) { | 862 | if ( mMiniSplitter->orientation() == Qt::Horizontal ) { |
829 | mMiniSplitter->setOrientation( Qt::Vertical ); | 863 | mMiniSplitter->setOrientation( Qt::Vertical ); |
830 | mMiniSplitter->setMinimizeDirection ( KDGanttMinimizeSplitter::Down ); | 864 | mMiniSplitter->setMinimizeDirection ( KDGanttMinimizeSplitter::Down ); |
831 | } | 865 | } |
832 | if ( QApplication::desktop()->width() <= 640 ) { | 866 | if ( QApplication::desktop()->width() <= 640 ) { |
833 | //mMainWindow->setMaximumSize( QApplication::desktop()->size() ); | 867 | //mMainWindow->setMaximumSize( QApplication::desktop()->size() ); |
834 | mMainWindow->showMinimized(); | 868 | mMainWindow->showMinimized(); |
835 | if ( KABPrefs::instance()->mHideSearchOnSwitch ) { | 869 | if ( KABPrefs::instance()->mHideSearchOnSwitch ) { |
836 | if ( mIncSearchWidget ) { | 870 | if ( mIncSearchWidget ) { |
837 | mIncSearchWidget->setSize(); | 871 | mIncSearchWidget->setSize(); |
838 | } | 872 | } |
839 | } else { | 873 | } else { |
840 | mViewManager->getFilterAction()->setComboWidth( 0 ); | 874 | mViewManager->getFilterAction()->setComboWidth( 0 ); |
841 | } | 875 | } |
842 | QTimer::singleShot( 1, this , SLOT ( updateMainWindow())); | 876 | QTimer::singleShot( 1, this , SLOT ( updateMainWindow())); |
843 | } | 877 | } |
844 | } | 878 | } |
845 | } | 879 | } |
846 | QWidget::resizeEvent( e ); | 880 | QWidget::resizeEvent( e ); |
847 | 881 | ||
848 | } | 882 | } |
849 | void KABCore::export2phone() | 883 | void KABCore::export2phone() |
850 | { | 884 | { |
851 | 885 | ||
852 | QStringList uids; | 886 | QStringList uids; |
853 | XXPortSelectDialog dlg( this, false, this ); | 887 | XXPortSelectDialog dlg( this, false, this ); |
854 | if ( dlg.exec() ) | 888 | if ( dlg.exec() ) |
855 | uids = dlg.uids(); | 889 | uids = dlg.uids(); |
856 | else | 890 | else |
857 | return; | 891 | return; |
858 | if ( uids.isEmpty() ) | 892 | if ( uids.isEmpty() ) |
859 | return; | 893 | return; |
860 | // qDebug("count %d ", uids.count()); | 894 | // qDebug("count %d ", uids.count()); |
861 | 895 | ||
862 | KAex2phonePrefs ex2phone; | 896 | KAex2phonePrefs ex2phone; |
863 | ex2phone.mPhoneConnection->setText( KPimGlobalPrefs::instance()->mEx2PhoneConnection ); | 897 | ex2phone.mPhoneConnection->setText( KPimGlobalPrefs::instance()->mEx2PhoneConnection ); |
864 | ex2phone.mPhoneDevice->setText( KPimGlobalPrefs::instance()->mEx2PhoneDevice ); | 898 | ex2phone.mPhoneDevice->setText( KPimGlobalPrefs::instance()->mEx2PhoneDevice ); |
865 | ex2phone.mPhoneModel->setText( KPimGlobalPrefs::instance()->mEx2PhoneModel ); | 899 | ex2phone.mPhoneModel->setText( KPimGlobalPrefs::instance()->mEx2PhoneModel ); |
866 | 900 | ||
867 | if ( !ex2phone.exec() ) { | 901 | if ( !ex2phone.exec() ) { |
868 | return; | 902 | return; |
869 | } | 903 | } |
870 | KPimGlobalPrefs::instance()->mEx2PhoneConnection = ex2phone.mPhoneConnection->text(); | 904 | KPimGlobalPrefs::instance()->mEx2PhoneConnection = ex2phone.mPhoneConnection->text(); |
871 | KPimGlobalPrefs::instance()->mEx2PhoneDevice = ex2phone.mPhoneDevice->text(); | 905 | KPimGlobalPrefs::instance()->mEx2PhoneDevice = ex2phone.mPhoneDevice->text(); |
872 | KPimGlobalPrefs::instance()->mEx2PhoneModel = ex2phone.mPhoneModel->text(); | 906 | KPimGlobalPrefs::instance()->mEx2PhoneModel = ex2phone.mPhoneModel->text(); |
873 | 907 | ||
874 | 908 | ||
875 | PhoneAccess::writeConfig( KPimGlobalPrefs::instance()->mEx2PhoneDevice, | 909 | PhoneAccess::writeConfig( KPimGlobalPrefs::instance()->mEx2PhoneDevice, |
876 | KPimGlobalPrefs::instance()->mEx2PhoneConnection, | 910 | KPimGlobalPrefs::instance()->mEx2PhoneConnection, |
877 | KPimGlobalPrefs::instance()->mEx2PhoneModel ); | 911 | KPimGlobalPrefs::instance()->mEx2PhoneModel ); |
878 | 912 | ||
879 | QString fileName = getPhoneFile(); | 913 | QString fileName = getPhoneFile(); |
880 | if ( ! mAddressBook->export2PhoneFormat( uids ,fileName ) ) | 914 | if ( ! mAddressBook->export2PhoneFormat( uids ,fileName ) ) |
881 | return; | 915 | return; |
882 | 916 | ||
883 | message(i18n("Exporting to phone...")); | 917 | message(i18n("Exporting to phone...")); |
884 | QTimer::singleShot( 1, this , SLOT ( writeToPhone())); | 918 | QTimer::singleShot( 1, this , SLOT ( writeToPhone())); |
885 | 919 | ||
886 | } | 920 | } |
887 | QString KABCore::getPhoneFile() | 921 | QString KABCore::getPhoneFile() |
888 | { | 922 | { |
889 | #ifdef DESKTOP_VERSION | 923 | #ifdef DESKTOP_VERSION |
890 | return locateLocal("tmp", "phonefile.vcf"); | 924 | return locateLocal("tmp", "phonefile.vcf"); |
891 | #else | 925 | #else |
892 | return "/tmp/phonefile.vcf"; | 926 | return "/tmp/phonefile.vcf"; |
893 | #endif | 927 | #endif |
894 | 928 | ||
895 | } | 929 | } |
896 | void KABCore::writeToPhone( ) | 930 | void KABCore::writeToPhone( ) |
897 | { | 931 | { |
898 | if ( PhoneAccess::writeToPhone( getPhoneFile() ) ) | 932 | if ( PhoneAccess::writeToPhone( getPhoneFile() ) ) |
899 | message(i18n("Export to phone finished!")); | 933 | message(i18n("Export to phone finished!")); |
900 | else | 934 | else |
901 | qDebug(i18n("KA: Error exporting to phone")); | 935 | qDebug(i18n("KA: Error exporting to phone")); |
902 | } | 936 | } |
903 | void KABCore::beamVCard() | 937 | void KABCore::beamVCard() |
904 | { | 938 | { |
905 | QStringList uids; | 939 | QStringList uids; |
906 | XXPortSelectDialog dlg( this, false, this ); | 940 | XXPortSelectDialog dlg( this, false, this ); |
907 | if ( dlg.exec() ) | 941 | if ( dlg.exec() ) |
908 | uids = dlg.uids(); | 942 | uids = dlg.uids(); |
909 | else | 943 | else |
910 | return; | 944 | return; |
911 | if ( uids.isEmpty() ) | 945 | if ( uids.isEmpty() ) |
912 | return; | 946 | return; |
913 | beamVCard( uids ); | 947 | beamVCard( uids ); |
914 | } | 948 | } |
915 | 949 | ||
916 | 950 | ||
917 | void KABCore::beamVCard(const QStringList& uids) | 951 | void KABCore::beamVCard(const QStringList& uids) |
918 | { | 952 | { |
919 | 953 | ||
920 | // LR: we should use the /tmp dir on the Zaurus, | 954 | // LR: we should use the /tmp dir on the Zaurus, |
921 | // because: /tmp = RAM, (HOME)/kdepim = flash memory | 955 | // because: /tmp = RAM, (HOME)/kdepim = flash memory |
922 | 956 | ||
923 | #ifdef DESKTOP_VERSION | 957 | #ifdef DESKTOP_VERSION |
924 | QString fileName = locateLocal("tmp", "kapibeamfile.vcf"); | 958 | QString fileName = locateLocal("tmp", "kapibeamfile.vcf"); |
925 | #else | 959 | #else |
926 | QString fileName = "/tmp/kapibeamfile.vcf"; | 960 | QString fileName = "/tmp/kapibeamfile.vcf"; |
927 | #endif | 961 | #endif |
928 | 962 | ||
929 | KABC::VCardConverter converter; | 963 | KABC::VCardConverter converter; |
930 | QString description; | 964 | QString description; |
931 | QString datastream; | 965 | QString datastream; |
932 | for( QStringList::ConstIterator it = uids.begin(); it != uids.end(); ++it ) { | 966 | for( QStringList::ConstIterator it = uids.begin(); it != uids.end(); ++it ) { |
933 | KABC::Addressee a = mAddressBook->findByUid( *it ); | 967 | KABC::Addressee a = mAddressBook->findByUid( *it ); |
934 | 968 | ||
935 | if ( a.isEmpty() ) | 969 | if ( a.isEmpty() ) |
936 | continue; | 970 | continue; |
937 | 971 | ||
938 | if (description.isEmpty()) | 972 | if (description.isEmpty()) |
939 | description = a.formattedName(); | 973 | description = a.formattedName(); |
940 | 974 | ||
941 | QString vcard; | 975 | QString vcard; |
942 | converter.addresseeToVCard( a, vcard ); | 976 | converter.addresseeToVCard( a, vcard ); |
943 | int start = 0; | 977 | int start = 0; |
944 | int next; | 978 | int next; |
945 | while ( (next = vcard.find("TYPE=", start) )>= 0 ) { | 979 | while ( (next = vcard.find("TYPE=", start) )>= 0 ) { |
946 | int semi = vcard.find(";", next); | 980 | int semi = vcard.find(";", next); |
947 | int dopp = vcard.find(":", next); | 981 | int dopp = vcard.find(":", next); |
948 | int sep; | 982 | int sep; |
949 | if ( semi < dopp && semi >= 0 ) | 983 | if ( semi < dopp && semi >= 0 ) |
950 | sep = semi ; | 984 | sep = semi ; |
951 | else | 985 | else |
952 | sep = dopp; | 986 | sep = dopp; |
953 | datastream +=vcard.mid( start, next - start); | 987 | datastream +=vcard.mid( start, next - start); |
954 | datastream +=vcard.mid( next+5,sep -next -5 ).upper(); | 988 | datastream +=vcard.mid( next+5,sep -next -5 ).upper(); |
955 | start = sep; | 989 | start = sep; |
956 | } | 990 | } |
957 | datastream += vcard.mid( start,vcard.length() ); | 991 | datastream += vcard.mid( start,vcard.length() ); |
958 | } | 992 | } |
959 | #ifndef DESKTOP_VERSION | 993 | #ifndef DESKTOP_VERSION |
960 | QFile outFile(fileName); | 994 | QFile outFile(fileName); |
961 | if ( outFile.open(IO_WriteOnly) ) { | 995 | if ( outFile.open(IO_WriteOnly) ) { |
962 | datastream.replace ( QRegExp("VERSION:3.0") , "VERSION:2.1" ); | 996 | datastream.replace ( QRegExp("VERSION:3.0") , "VERSION:2.1" ); |
963 | QTextStream t( &outFile ); // use a text stream | 997 | QTextStream t( &outFile ); // use a text stream |
964 | //t.setEncoding( QTextStream::UnicodeUTF8 ); | 998 | //t.setEncoding( QTextStream::UnicodeUTF8 ); |
965 | t.setEncoding( QTextStream::Latin1 ); | 999 | t.setEncoding( QTextStream::Latin1 ); |
966 | t <<datastream.latin1(); | 1000 | t <<datastream.latin1(); |
967 | outFile.close(); | 1001 | outFile.close(); |
968 | Ir *ir = new Ir( this ); | 1002 | Ir *ir = new Ir( this ); |
969 | connect( ir, SIGNAL( done(Ir*) ), this, SLOT( beamDone(Ir*) ) ); | 1003 | connect( ir, SIGNAL( done(Ir*) ), this, SLOT( beamDone(Ir*) ) ); |
970 | ir->send( fileName, description, "text/x-vCard" ); | 1004 | ir->send( fileName, description, "text/x-vCard" ); |
971 | } else { | 1005 | } else { |
972 | qDebug("KA: Error open temp beam file "); | 1006 | qDebug("KA: Error open temp beam file "); |
973 | return; | 1007 | return; |
974 | } | 1008 | } |
975 | #endif | 1009 | #endif |
976 | 1010 | ||
977 | } | 1011 | } |
978 | 1012 | ||
979 | void KABCore::beamDone( Ir *ir ) | 1013 | void KABCore::beamDone( Ir *ir ) |
980 | { | 1014 | { |
981 | #ifndef DESKTOP_VERSION | 1015 | #ifndef DESKTOP_VERSION |
982 | delete ir; | 1016 | delete ir; |
983 | #endif | 1017 | #endif |
984 | topLevelWidget()->raise(); | 1018 | topLevelWidget()->raise(); |
985 | message( i18n("Beaming finished!") ); | 1019 | message( i18n("Beaming finished!") ); |
986 | } | 1020 | } |
987 | 1021 | ||
988 | 1022 | ||
989 | void KABCore::browse( const QString& url ) | 1023 | void KABCore::browse( const QString& url ) |
990 | { | 1024 | { |
991 | #ifndef KAB_EMBEDDED | 1025 | #ifndef KAB_EMBEDDED |
992 | kapp->invokeBrowser( url ); | 1026 | kapp->invokeBrowser( url ); |
993 | #else //KAB_EMBEDDED | 1027 | #else //KAB_EMBEDDED |
994 | qDebug("KABCore::browse must be fixed"); | 1028 | qDebug("KABCore::browse must be fixed"); |
995 | #endif //KAB_EMBEDDED | 1029 | #endif //KAB_EMBEDDED |
996 | } | 1030 | } |
997 | 1031 | ||
998 | void KABCore::selectAllContacts() | 1032 | void KABCore::selectAllContacts() |
999 | { | 1033 | { |
1000 | mViewManager->setSelected( QString::null, true ); | 1034 | mViewManager->setSelected( QString::null, true ); |
1001 | } | 1035 | } |
1002 | 1036 | ||
1003 | void KABCore::deleteContacts() | 1037 | void KABCore::deleteContacts() |
1004 | { | 1038 | { |
1005 | QStringList uidList = mViewManager->selectedUids(); | 1039 | QStringList uidList = mViewManager->selectedUids(); |
1006 | deleteContacts( uidList ); | 1040 | deleteContacts( uidList ); |
1007 | } | 1041 | } |
1008 | 1042 | ||
1009 | void KABCore::deleteContacts( const QStringList &uids ) | 1043 | void KABCore::deleteContacts( const QStringList &uids ) |
1010 | { | 1044 | { |
1011 | if ( uids.count() > 0 ) { | 1045 | if ( uids.count() > 0 ) { |
1012 | PwDeleteCommand *command = new PwDeleteCommand( mAddressBook, uids ); | 1046 | PwDeleteCommand *command = new PwDeleteCommand( mAddressBook, uids ); |
1013 | UndoStack::instance()->push( command ); | 1047 | UndoStack::instance()->push( command ); |
1014 | RedoStack::instance()->clear(); | 1048 | RedoStack::instance()->clear(); |
1015 | 1049 | ||
1016 | // now if we deleted anything, refresh | 1050 | // now if we deleted anything, refresh |
1017 | setContactSelected( QString::null ); | 1051 | setContactSelected( QString::null ); |
1018 | setModified( true ); | 1052 | setModified( true ); |
1019 | } | 1053 | } |
1020 | } | 1054 | } |
1021 | 1055 | ||
1022 | void KABCore::copyContacts() | 1056 | void KABCore::copyContacts() |
1023 | { | 1057 | { |
1024 | KABC::Addressee::List addrList = mViewManager->selectedAddressees(); | 1058 | KABC::Addressee::List addrList = mViewManager->selectedAddressees(); |
1025 | 1059 | ||
1026 | QString clipText = AddresseeUtil::addresseesToClipboard( addrList ); | 1060 | QString clipText = AddresseeUtil::addresseesToClipboard( addrList ); |
1027 | 1061 | ||
1028 | kdDebug(5720) << "KABCore::copyContacts: " << clipText << endl; | 1062 | kdDebug(5720) << "KABCore::copyContacts: " << clipText << endl; |
1029 | 1063 | ||
1030 | QClipboard *cb = QApplication::clipboard(); | 1064 | QClipboard *cb = QApplication::clipboard(); |
1031 | cb->setText( clipText ); | 1065 | cb->setText( clipText ); |
1032 | } | 1066 | } |
1033 | 1067 | ||
1034 | void KABCore::cutContacts() | 1068 | void KABCore::cutContacts() |
1035 | { | 1069 | { |
1036 | QStringList uidList = mViewManager->selectedUids(); | 1070 | QStringList uidList = mViewManager->selectedUids(); |
1037 | 1071 | ||
1038 | //US if ( uidList.size() > 0 ) { | 1072 | //US if ( uidList.size() > 0 ) { |
1039 | if ( uidList.count() > 0 ) { | 1073 | if ( uidList.count() > 0 ) { |
1040 | PwCutCommand *command = new PwCutCommand( mAddressBook, uidList ); | 1074 | PwCutCommand *command = new PwCutCommand( mAddressBook, uidList ); |
1041 | UndoStack::instance()->push( command ); | 1075 | UndoStack::instance()->push( command ); |
1042 | RedoStack::instance()->clear(); | 1076 | RedoStack::instance()->clear(); |
1043 | 1077 | ||
1044 | setModified( true ); | 1078 | setModified( true ); |
1045 | } | 1079 | } |
1046 | } | 1080 | } |
1047 | 1081 | ||
1048 | void KABCore::pasteContacts() | 1082 | void KABCore::pasteContacts() |
1049 | { | 1083 | { |
1050 | QClipboard *cb = QApplication::clipboard(); | 1084 | QClipboard *cb = QApplication::clipboard(); |
1051 | 1085 | ||
1052 | KABC::Addressee::List list = AddresseeUtil::clipboardToAddressees( cb->text() ); | 1086 | KABC::Addressee::List list = AddresseeUtil::clipboardToAddressees( cb->text() ); |
1053 | 1087 | ||
1054 | pasteContacts( list ); | 1088 | pasteContacts( list ); |
1055 | } | 1089 | } |
1056 | 1090 | ||
1057 | void KABCore::pasteContacts( KABC::Addressee::List &list ) | 1091 | void KABCore::pasteContacts( KABC::Addressee::List &list ) |
1058 | { | 1092 | { |
1059 | KABC::Resource *resource = requestResource( this ); | 1093 | KABC::Resource *resource = requestResource( this ); |
1060 | KABC::Addressee::List::Iterator it; | 1094 | KABC::Addressee::List::Iterator it; |
1061 | for ( it = list.begin(); it != list.end(); ++it ) | 1095 | for ( it = list.begin(); it != list.end(); ++it ) |
1062 | (*it).setResource( resource ); | 1096 | (*it).setResource( resource ); |
1063 | 1097 | ||
1064 | PwPasteCommand *command = new PwPasteCommand( this, list ); | 1098 | PwPasteCommand *command = new PwPasteCommand( this, list ); |
1065 | UndoStack::instance()->push( command ); | 1099 | UndoStack::instance()->push( command ); |
1066 | RedoStack::instance()->clear(); | 1100 | RedoStack::instance()->clear(); |
1067 | 1101 | ||
1068 | setModified( true ); | 1102 | setModified( true ); |
1069 | } | 1103 | } |
1070 | 1104 | ||
1071 | void KABCore::setWhoAmI() | 1105 | void KABCore::setWhoAmI() |
1072 | { | 1106 | { |
1073 | KABC::Addressee::List addrList = mViewManager->selectedAddressees(); | 1107 | KABC::Addressee::List addrList = mViewManager->selectedAddressees(); |
1074 | 1108 | ||
1075 | if ( addrList.count() > 1 ) { | 1109 | if ( addrList.count() > 1 ) { |
1076 | KMessageBox::sorry( this, i18n( "Please select only one contact." ) ); | 1110 | KMessageBox::sorry( this, i18n( "Please select only one contact." ) ); |
1077 | return; | 1111 | return; |
1078 | } | 1112 | } |
1079 | 1113 | ||
1080 | QString text( i18n( "<qt>Do you really want to use <b>%1</b> as your new personal contact?</qt>" ) ); | 1114 | QString text( i18n( "<qt>Do you really want to use <b>%1</b> as your new personal contact?</qt>" ) ); |
1081 | if ( KMessageBox::questionYesNo( this, text.arg( addrList[ 0 ].assembledName() ) ) == KMessageBox::Yes ) | 1115 | if ( KMessageBox::questionYesNo( this, text.arg( addrList[ 0 ].assembledName() ) ) == KMessageBox::Yes ) |
1082 | static_cast<KABC::StdAddressBook*>( KABC::StdAddressBook::self() )->setWhoAmI( addrList[ 0 ] ); | 1116 | static_cast<KABC::StdAddressBook*>( KABC::StdAddressBook::self() )->setWhoAmI( addrList[ 0 ] ); |
1083 | } | 1117 | } |
1084 | void KABCore::editCategories() | 1118 | void KABCore::editCategories() |
1085 | { | 1119 | { |
1086 | KPIM::CategoryEditDialog dlg ( KABPrefs::instance(), this, "", true ); | 1120 | KPIM::CategoryEditDialog dlg ( KABPrefs::instance(), this, "", true ); |
1087 | dlg.exec(); | 1121 | dlg.exec(); |
1088 | } | 1122 | } |
1089 | void KABCore::setCategories() | 1123 | void KABCore::setCategories() |
1090 | { | 1124 | { |
1091 | 1125 | ||
1092 | QStringList uids; | 1126 | QStringList uids; |
1093 | XXPortSelectDialog dlgx( this, false, this ); | 1127 | XXPortSelectDialog dlgx( this, false, this ); |
1094 | if ( dlgx.exec() ) | 1128 | if ( dlgx.exec() ) |
1095 | uids = dlgx.uids(); | 1129 | uids = dlgx.uids(); |
1096 | else | 1130 | else |
1097 | return; | 1131 | return; |
1098 | if ( uids.isEmpty() ) | 1132 | if ( uids.isEmpty() ) |
1099 | return; | 1133 | return; |
1100 | // qDebug("count %d ", uids.count()); | 1134 | // qDebug("count %d ", uids.count()); |
1101 | 1135 | ||
1102 | 1136 | ||
1103 | KPIM::CategorySelectDialog dlg( KABPrefs::instance(), this, "", true ); | 1137 | KPIM::CategorySelectDialog dlg( KABPrefs::instance(), this, "", true ); |
1104 | if ( !dlg.exec() ) { | 1138 | if ( !dlg.exec() ) { |
1105 | message( i18n("Setting categories cancelled") ); | 1139 | message( i18n("Setting categories cancelled") ); |
1106 | return; | 1140 | return; |
1107 | } | 1141 | } |
1108 | bool merge = false; | 1142 | bool merge = false; |
1109 | QString msg = i18n( "Merge with existing categories?" ); | 1143 | QString msg = i18n( "Merge with existing categories?" ); |
1110 | if ( KMessageBox::questionYesNo( this, msg ) == KMessageBox::Yes ) | 1144 | if ( KMessageBox::questionYesNo( this, msg ) == KMessageBox::Yes ) |
1111 | merge = true; | 1145 | merge = true; |
1112 | 1146 | ||
1113 | message( i18n("Setting categories ... please wait!") ); | 1147 | message( i18n("Setting categories ... please wait!") ); |
1114 | QStringList categories = dlg.selectedCategories(); | 1148 | QStringList categories = dlg.selectedCategories(); |
1115 | 1149 | ||
1116 | //QStringList uids = mViewManager->selectedUids(); | 1150 | //QStringList uids = mViewManager->selectedUids(); |
1117 | QStringList::Iterator it; | 1151 | QStringList::Iterator it; |
1118 | for ( it = uids.begin(); it != uids.end(); ++it ) { | 1152 | for ( it = uids.begin(); it != uids.end(); ++it ) { |
1119 | KABC::Addressee addr = mAddressBook->findByUid( *it ); | 1153 | KABC::Addressee addr = mAddressBook->findByUid( *it ); |
1120 | if ( !addr.isEmpty() ) { | 1154 | if ( !addr.isEmpty() ) { |
1121 | if ( !merge ) | 1155 | if ( !merge ) |
1122 | addr.setCategories( categories ); | 1156 | addr.setCategories( categories ); |
1123 | else { | 1157 | else { |
1124 | QStringList addrCategories = addr.categories(); | 1158 | QStringList addrCategories = addr.categories(); |
1125 | QStringList::Iterator catIt; | 1159 | QStringList::Iterator catIt; |
1126 | for ( catIt = categories.begin(); catIt != categories.end(); ++catIt ) { | 1160 | for ( catIt = categories.begin(); catIt != categories.end(); ++catIt ) { |
1127 | if ( !addrCategories.contains( *catIt ) ) | 1161 | if ( !addrCategories.contains( *catIt ) ) |
1128 | addrCategories.append( *catIt ); | 1162 | addrCategories.append( *catIt ); |
1129 | } | 1163 | } |
1130 | addr.setCategories( addrCategories ); | 1164 | addr.setCategories( addrCategories ); |
1131 | } | 1165 | } |
1132 | mAddressBook->insertAddressee( addr ); | 1166 | mAddressBook->insertAddressee( addr ); |
1133 | } | 1167 | } |
1134 | } | 1168 | } |
1135 | 1169 | ||
1136 | if ( uids.count() > 0 ) | 1170 | if ( uids.count() > 0 ) |
1137 | setModified( true ); | 1171 | setModified( true ); |
1138 | message( i18n("Setting categories completed!") ); | 1172 | message( i18n("Setting categories completed!") ); |
1139 | } | 1173 | } |
1140 | 1174 | ||
1141 | void KABCore::setSearchFields( const KABC::Field::List &fields ) | 1175 | void KABCore::setSearchFields( const KABC::Field::List &fields ) |
1142 | { | 1176 | { |
1143 | mIncSearchWidget->setFields( fields ); | 1177 | mIncSearchWidget->setFields( fields ); |
1144 | } | 1178 | } |
1145 | 1179 | ||
1146 | void KABCore::incrementalSearch( const QString& text ) | 1180 | void KABCore::incrementalSearch( const QString& text ) |
1147 | { | 1181 | { |
1148 | QString stext; | 1182 | QString stext; |
1149 | if ( KABPrefs::instance()->mAutoSearchWithWildcard ) { | 1183 | if ( KABPrefs::instance()->mAutoSearchWithWildcard ) { |
1150 | stext = "*" + text; | 1184 | stext = "*" + text; |
1151 | } else { | 1185 | } else { |
1152 | stext = text; | 1186 | stext = text; |
1153 | } | 1187 | } |
1154 | mViewManager->doSearch( stext, mIncSearchWidget->currentField() ); | 1188 | mViewManager->doSearch( stext, mIncSearchWidget->currentField() ); |
1155 | } | 1189 | } |
1156 | void KABCore::incrementalSearchJump( const QString& text ) | 1190 | void KABCore::incrementalSearchJump( const QString& text ) |
1157 | { | 1191 | { |
1158 | mViewManager->doSearch( text, mIncSearchWidget->currentField() ); | 1192 | mViewManager->doSearch( text, mIncSearchWidget->currentField() ); |
1159 | } | 1193 | } |
1160 | 1194 | ||
1161 | void KABCore::setModified() | 1195 | void KABCore::setModified() |
1162 | { | 1196 | { |
1163 | setModified( true ); | 1197 | setModified( true ); |
1164 | } | 1198 | } |
1165 | 1199 | ||
1166 | void KABCore::setModifiedWOrefresh() | 1200 | void KABCore::setModifiedWOrefresh() |
1167 | { | 1201 | { |
1168 | // qDebug("KABCore::setModifiedWOrefresh() "); | 1202 | // qDebug("KABCore::setModifiedWOrefresh() "); |
1169 | mModified = true; | 1203 | mModified = true; |
1170 | mActionSave->setEnabled( mModified ); | 1204 | mActionSave->setEnabled( mModified ); |
1171 | 1205 | ||
1172 | 1206 | ||
1173 | } | 1207 | } |
1174 | void KABCore::setModified( bool modified ) | 1208 | void KABCore::setModified( bool modified ) |
1175 | { | 1209 | { |
1176 | mModified = modified; | 1210 | mModified = modified; |
1177 | mActionSave->setEnabled( mModified ); | 1211 | mActionSave->setEnabled( mModified ); |
1178 | 1212 | ||
1179 | if ( modified ) | 1213 | if ( modified ) |
1180 | mJumpButtonBar->recreateButtons(); | 1214 | mJumpButtonBar->recreateButtons(); |
1181 | 1215 | ||
1182 | mViewManager->refreshView(); | 1216 | mViewManager->refreshView(); |
1183 | 1217 | ||
1184 | } | 1218 | } |
1185 | 1219 | ||
1186 | bool KABCore::modified() const | 1220 | bool KABCore::modified() const |
1187 | { | 1221 | { |
1188 | return mModified; | 1222 | return mModified; |
1189 | } | 1223 | } |
1190 | 1224 | ||
1191 | void KABCore::contactModified( const KABC::Addressee &addr ) | 1225 | void KABCore::contactModified( const KABC::Addressee &addr ) |
1192 | { | 1226 | { |
1193 | addrModified( addr ); | 1227 | addrModified( addr ); |
1194 | #if 0 // debug only | 1228 | #if 0 // debug only |
1195 | KABC::Addressee ad = addr; | 1229 | KABC::Addressee ad = addr; |
1196 | ad.computeCsum( "123"); | 1230 | ad.computeCsum( "123"); |
1197 | #endif | 1231 | #endif |
1198 | } | 1232 | } |
1199 | 1233 | ||
1200 | void KABCore::addrModified( const KABC::Addressee &addr ,bool updateDetails ) | 1234 | void KABCore::addrModified( const KABC::Addressee &addr ,bool updateDetails ) |
1201 | { | 1235 | { |
1202 | 1236 | ||
1203 | Command *command = 0; | 1237 | Command *command = 0; |
1204 | QString uid; | 1238 | QString uid; |
1205 | 1239 | ||
1206 | // check if it exists already | 1240 | // check if it exists already |
1207 | KABC::Addressee origAddr = mAddressBook->findByUid( addr.uid() ); | 1241 | KABC::Addressee origAddr = mAddressBook->findByUid( addr.uid() ); |
1208 | if ( origAddr.isEmpty() ) | 1242 | if ( origAddr.isEmpty() ) |
1209 | command = new PwNewCommand( mAddressBook, addr ); | 1243 | command = new PwNewCommand( mAddressBook, addr ); |
1210 | else { | 1244 | else { |
1211 | command = new PwEditCommand( mAddressBook, origAddr, addr ); | 1245 | command = new PwEditCommand( mAddressBook, origAddr, addr ); |
1212 | uid = addr.uid(); | 1246 | uid = addr.uid(); |
1213 | } | 1247 | } |
1214 | 1248 | ||
1215 | UndoStack::instance()->push( command ); | 1249 | UndoStack::instance()->push( command ); |
1216 | RedoStack::instance()->clear(); | 1250 | RedoStack::instance()->clear(); |
1217 | if ( updateDetails ) | 1251 | if ( updateDetails ) |
1218 | mDetails->setAddressee( addr ); | 1252 | mDetails->setAddressee( addr ); |
1219 | setModified( true ); | 1253 | setModified( true ); |
1220 | } | 1254 | } |
1221 | 1255 | ||
1222 | void KABCore::newContact() | 1256 | void KABCore::newContact() |
1223 | { | 1257 | { |
1224 | 1258 | ||
1225 | 1259 | ||
1226 | QPtrList<KABC::Resource> kabcResources = mAddressBook->resources(); | 1260 | QPtrList<KABC::Resource> kabcResources = mAddressBook->resources(); |
1227 | 1261 | ||
1228 | QPtrList<KRES::Resource> kresResources; | 1262 | QPtrList<KRES::Resource> kresResources; |
1229 | QPtrListIterator<KABC::Resource> it( kabcResources ); | 1263 | QPtrListIterator<KABC::Resource> it( kabcResources ); |
1230 | KABC::Resource *resource; | 1264 | KABC::Resource *resource; |
1231 | while ( ( resource = it.current() ) != 0 ) { | 1265 | while ( ( resource = it.current() ) != 0 ) { |
1232 | ++it; | 1266 | ++it; |
1233 | if ( !resource->readOnly() ) { | 1267 | if ( !resource->readOnly() ) { |
1234 | KRES::Resource *res = static_cast<KRES::Resource*>( resource ); | 1268 | KRES::Resource *res = static_cast<KRES::Resource*>( resource ); |
1235 | if ( res ) | 1269 | if ( res ) |
1236 | kresResources.append( res ); | 1270 | kresResources.append( res ); |
1237 | } | 1271 | } |
1238 | } | 1272 | } |
1239 | 1273 | ||
1240 | KRES::Resource *res = KRES::SelectDialog::getResource( kresResources, this ); | 1274 | KRES::Resource *res = KRES::SelectDialog::getResource( kresResources, this ); |
1241 | resource = static_cast<KABC::Resource*>( res ); | 1275 | resource = static_cast<KABC::Resource*>( res ); |
1242 | 1276 | ||
1243 | if ( resource ) { | 1277 | if ( resource ) { |
1244 | KABC::Addressee addr; | 1278 | KABC::Addressee addr; |
1245 | addr.setResource( resource ); | 1279 | addr.setResource( resource ); |
1246 | mEditorDialog->setAddressee( addr ); | 1280 | mEditorDialog->setAddressee( addr ); |
1247 | mEditorDialog->setCaption( i18n("Edit new contact")); | 1281 | mEditorDialog->setCaption( i18n("Edit new contact")); |
1248 | KApplication::execDialog ( mEditorDialog ); | 1282 | KApplication::execDialog ( mEditorDialog ); |
1249 | 1283 | ||
1250 | } else | 1284 | } else |
1251 | return; | 1285 | return; |
1252 | 1286 | ||
1253 | // mEditorDict.insert( dialog->addressee().uid(), dialog ); | 1287 | // mEditorDict.insert( dialog->addressee().uid(), dialog ); |
1254 | 1288 | ||
1255 | 1289 | ||
1256 | } | 1290 | } |
1257 | 1291 | ||
1258 | void KABCore::addEmail( QString aStr ) | 1292 | void KABCore::addEmail( QString aStr ) |
1259 | { | 1293 | { |
1260 | #ifndef KAB_EMBEDDED | 1294 | #ifndef KAB_EMBEDDED |
1261 | QString fullName, email; | 1295 | QString fullName, email; |
1262 | 1296 | ||
1263 | KABC::Addressee::parseEmailAddress( aStr, fullName, email ); | 1297 | KABC::Addressee::parseEmailAddress( aStr, fullName, email ); |
1264 | 1298 | ||
1265 | // Try to lookup the addressee matching the email address | 1299 | // Try to lookup the addressee matching the email address |
1266 | bool found = false; | 1300 | bool found = false; |
1267 | QStringList emailList; | 1301 | QStringList emailList; |
1268 | KABC::AddressBook::Iterator it; | 1302 | KABC::AddressBook::Iterator it; |
1269 | for ( it = mAddressBook->begin(); !found && (it != mAddressBook->end()); ++it ) { | 1303 | for ( it = mAddressBook->begin(); !found && (it != mAddressBook->end()); ++it ) { |
1270 | emailList = (*it).emails(); | 1304 | emailList = (*it).emails(); |
1271 | if ( emailList.contains( email ) > 0 ) { | 1305 | if ( emailList.contains( email ) > 0 ) { |
1272 | found = true; | 1306 | found = true; |
1273 | (*it).setNameFromString( fullName ); | 1307 | (*it).setNameFromString( fullName ); |
1274 | editContact( (*it).uid() ); | 1308 | editContact( (*it).uid() ); |
1275 | } | 1309 | } |
1276 | } | 1310 | } |
1277 | 1311 | ||
1278 | if ( !found ) { | 1312 | if ( !found ) { |
1279 | KABC::Addressee addr; | 1313 | KABC::Addressee addr; |
1280 | addr.setNameFromString( fullName ); | 1314 | addr.setNameFromString( fullName ); |
1281 | addr.insertEmail( email, true ); | 1315 | addr.insertEmail( email, true ); |
1282 | 1316 | ||
1283 | mAddressBook->insertAddressee( addr ); | 1317 | mAddressBook->insertAddressee( addr ); |
1284 | mViewManager->refreshView( addr.uid() ); | 1318 | mViewManager->refreshView( addr.uid() ); |
1285 | editContact( addr.uid() ); | 1319 | editContact( addr.uid() ); |
1286 | } | 1320 | } |
1287 | #else //KAB_EMBEDDED | 1321 | #else //KAB_EMBEDDED |
1288 | qDebug("KABCore::addEmail finsih method"); | 1322 | qDebug("KABCore::addEmail finsih method"); |
1289 | #endif //KAB_EMBEDDED | 1323 | #endif //KAB_EMBEDDED |
1290 | } | 1324 | } |
1291 | 1325 | ||
1292 | void KABCore::importVCard( const KURL &url, bool showPreview ) | 1326 | void KABCore::importVCard( const KURL &url, bool showPreview ) |
1293 | { | 1327 | { |
1294 | mXXPortManager->importVCard( url, showPreview ); | 1328 | mXXPortManager->importVCard( url, showPreview ); |
1295 | } | 1329 | } |
1296 | void KABCore::importFromOL() | 1330 | void KABCore::importFromOL() |
1297 | { | 1331 | { |
1298 | #ifdef _OL_IMPORT_ | 1332 | #ifdef _OL_IMPORT_ |
1299 | KAImportOLdialog* idgl = new KAImportOLdialog( i18n("Import Contacts from OL"), mAddressBook, this ); | 1333 | KAImportOLdialog* idgl = new KAImportOLdialog( i18n("Import Contacts from OL"), mAddressBook, this ); |
1300 | idgl->exec(); | 1334 | idgl->exec(); |
1301 | KABC::Addressee::List list = idgl->getAddressList(); | 1335 | KABC::Addressee::List list = idgl->getAddressList(); |
1302 | if ( list.count() > 0 ) { | 1336 | if ( list.count() > 0 ) { |
1303 | KABC::Addressee::List listNew; | 1337 | KABC::Addressee::List listNew; |
1304 | KABC::Addressee::List listExisting; | 1338 | KABC::Addressee::List listExisting; |
1305 | KABC::Addressee::List::Iterator it; | 1339 | KABC::Addressee::List::Iterator it; |
1306 | KABC::AddressBook::Iterator iter; | 1340 | KABC::AddressBook::Iterator iter; |
1307 | for ( it = list.begin(); it != list.end(); ++it ) { | 1341 | for ( it = list.begin(); it != list.end(); ++it ) { |
1308 | if ( mAddressBook->findByUid((*it).uid() ).isEmpty()) | 1342 | if ( mAddressBook->findByUid((*it).uid() ).isEmpty()) |
1309 | listNew.append( (*it) ); | 1343 | listNew.append( (*it) ); |
1310 | else | 1344 | else |
1311 | listExisting.append( (*it) ); | 1345 | listExisting.append( (*it) ); |
1312 | } | 1346 | } |
1313 | if ( listExisting.count() > 0 ) | 1347 | if ( listExisting.count() > 0 ) |
1314 | KMessageBox::information( this, i18n("%1 contacts not added to addressbook\nbecause they were already in the addressbook!").arg( listExisting.count() )); | 1348 | KMessageBox::information( this, i18n("%1 contacts not added to addressbook\nbecause they were already in the addressbook!").arg( listExisting.count() )); |
1315 | if ( listNew.count() > 0 ) { | 1349 | if ( listNew.count() > 0 ) { |
1316 | pasteWithNewUid = false; | 1350 | pasteWithNewUid = false; |
1317 | pasteContacts( listNew ); | 1351 | pasteContacts( listNew ); |
1318 | pasteWithNewUid = true; | 1352 | pasteWithNewUid = true; |
1319 | } | 1353 | } |
1320 | } | 1354 | } |
1321 | delete idgl; | 1355 | delete idgl; |
1322 | #endif | 1356 | #endif |
1323 | } | 1357 | } |
1324 | 1358 | ||
1325 | void KABCore::importVCard( const QString &vCard, bool showPreview ) | 1359 | void KABCore::importVCard( const QString &vCard, bool showPreview ) |
1326 | { | 1360 | { |
1327 | mXXPortManager->importVCard( vCard, showPreview ); | 1361 | mXXPortManager->importVCard( vCard, showPreview ); |
1328 | } | 1362 | } |
1329 | 1363 | ||
1330 | //US added a second method without defaultparameter | 1364 | //US added a second method without defaultparameter |
1331 | void KABCore::editContact2() { | 1365 | void KABCore::editContact2() { |
1332 | editContact( QString::null ); | 1366 | editContact( QString::null ); |
1333 | } | 1367 | } |
1334 | 1368 | ||
1335 | void KABCore::editContact( const QString &uid ) | 1369 | void KABCore::editContact( const QString &uid ) |
1336 | { | 1370 | { |
1337 | 1371 | ||
1338 | if ( mExtensionManager->isQuickEditVisible() ) | 1372 | if ( mExtensionManager->isQuickEditVisible() ) |
1339 | return; | 1373 | return; |