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