author | zautrix <zautrix> | 2005-01-25 15:12:21 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2005-01-25 15:12:21 (UTC) |
commit | fe4e6e85abc2ec90cc80108fc7434899b6e13048 (patch) (unidiff) | |
tree | 9a3cf83ecf8796d0020076e4e8e275d193fb2584 | |
parent | 165d969ce6ac38c5e3d7b5c629af0b00d0fff017 (diff) | |
download | kdepimpi-fe4e6e85abc2ec90cc80108fc7434899b6e13048.zip kdepimpi-fe4e6e85abc2ec90cc80108fc7434899b6e13048.tar.gz kdepimpi-fe4e6e85abc2ec90cc80108fc7434899b6e13048.tar.bz2 |
small fixes
-rw-r--r-- | kaddressbook/kabcore.cpp | 11 | ||||
-rw-r--r-- | kaddressbook/kaddressbook.pro | 31 | ||||
-rw-r--r-- | kaddressbook/mainembedded.cpp | 30 | ||||
-rw-r--r-- | kdepim-desktop.pro | 2 | ||||
-rw-r--r-- | korganizer/koprefsdialog.cpp | 2 | ||||
-rw-r--r-- | korganizer/korganizer.pro | 32 | ||||
-rw-r--r-- | korganizer/main.cpp | 29 | ||||
-rw-r--r-- | korganizer/mainwindow.cpp | 8 |
8 files changed, 72 insertions, 73 deletions
diff --git a/kaddressbook/kabcore.cpp b/kaddressbook/kabcore.cpp index 505cbf4..590cc82 100644 --- a/kaddressbook/kabcore.cpp +++ b/kaddressbook/kabcore.cpp | |||
@@ -110,98 +110,99 @@ $Id$ | |||
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 | 158 | #ifdef _OL_IMPORT_ | |
159 | #include "kaimportoldialog.h" | 159 | #include "kaimportoldialog.h" |
160 | #endif | ||
160 | #else | 161 | #else |
161 | #include <unistd.h> | 162 | #include <unistd.h> |
162 | #endif | 163 | #endif |
163 | // sync includes | 164 | // sync includes |
164 | #include <libkdepim/ksyncprofile.h> | 165 | #include <libkdepim/ksyncprofile.h> |
165 | #include <libkdepim/ksyncprefsdialog.h> | 166 | #include <libkdepim/ksyncprefsdialog.h> |
166 | 167 | ||
167 | 168 | ||
168 | class KABCatPrefs : public QDialog | 169 | class KABCatPrefs : public QDialog |
169 | { | 170 | { |
170 | public: | 171 | public: |
171 | KABCatPrefs( QWidget *parent=0, const char *name=0 ) : | 172 | KABCatPrefs( QWidget *parent=0, const char *name=0 ) : |
172 | QDialog( parent, name, true ) | 173 | QDialog( parent, name, true ) |
173 | { | 174 | { |
174 | setCaption( i18n("Manage new Categories") ); | 175 | setCaption( i18n("Manage new Categories") ); |
175 | QVBoxLayout* lay = new QVBoxLayout( this ); | 176 | QVBoxLayout* lay = new QVBoxLayout( this ); |
176 | lay->setSpacing( 3 ); | 177 | lay->setSpacing( 3 ); |
177 | lay->setMargin( 3 ); | 178 | lay->setMargin( 3 ); |
178 | 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 ); |
179 | lay->addWidget( lab ); | 180 | lay->addWidget( lab ); |
180 | 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 ); |
181 | lay->addWidget( format ); | 182 | lay->addWidget( format ); |
182 | format->setExclusive ( true ) ; | 183 | format->setExclusive ( true ) ; |
183 | addCatBut = new QRadioButton(i18n("Add to category list"), format ); | 184 | addCatBut = new QRadioButton(i18n("Add to category list"), format ); |
184 | new QRadioButton(i18n("Remove from addressees"), format ); | 185 | new QRadioButton(i18n("Remove from addressees"), format ); |
185 | addCatBut->setChecked( true ); | 186 | addCatBut->setChecked( true ); |
186 | QPushButton * ok = new QPushButton( i18n("OK"), this ); | 187 | QPushButton * ok = new QPushButton( i18n("OK"), this ); |
187 | lay->addWidget( ok ); | 188 | lay->addWidget( ok ); |
188 | QPushButton * cancel = new QPushButton( i18n("Cancel"), this ); | 189 | QPushButton * cancel = new QPushButton( i18n("Cancel"), this ); |
189 | lay->addWidget( cancel ); | 190 | lay->addWidget( cancel ); |
190 | connect ( ok,SIGNAL(clicked() ),this , SLOT ( accept() ) ); | 191 | connect ( ok,SIGNAL(clicked() ),this , SLOT ( accept() ) ); |
191 | connect (cancel, SIGNAL(clicked() ), this, SLOT ( reject()) ); | 192 | connect (cancel, SIGNAL(clicked() ), this, SLOT ( reject()) ); |
192 | resize( 200, 200 ); | 193 | resize( 200, 200 ); |
193 | } | 194 | } |
194 | 195 | ||
195 | bool addCat() { return addCatBut->isChecked(); } | 196 | bool addCat() { return addCatBut->isChecked(); } |
196 | private: | 197 | private: |
197 | QRadioButton* addCatBut; | 198 | QRadioButton* addCatBut; |
198 | }; | 199 | }; |
199 | 200 | ||
200 | class KABFormatPrefs : public QDialog | 201 | class KABFormatPrefs : public QDialog |
201 | { | 202 | { |
202 | public: | 203 | public: |
203 | KABFormatPrefs( QWidget *parent=0, const char *name=0 ) : | 204 | KABFormatPrefs( QWidget *parent=0, const char *name=0 ) : |
204 | QDialog( parent, name, true ) | 205 | QDialog( parent, name, true ) |
205 | { | 206 | { |
206 | setCaption( i18n("Set formatted name") ); | 207 | setCaption( i18n("Set formatted name") ); |
207 | QVBoxLayout* lay = new QVBoxLayout( this ); | 208 | QVBoxLayout* lay = new QVBoxLayout( this ); |
@@ -1246,97 +1247,97 @@ void KABCore::newContact() | |||
1246 | } else | 1247 | } else |
1247 | return; | 1248 | return; |
1248 | 1249 | ||
1249 | // mEditorDict.insert( dialog->addressee().uid(), dialog ); | 1250 | // mEditorDict.insert( dialog->addressee().uid(), dialog ); |
1250 | 1251 | ||
1251 | 1252 | ||
1252 | } | 1253 | } |
1253 | 1254 | ||
1254 | void KABCore::addEmail( QString aStr ) | 1255 | void KABCore::addEmail( QString aStr ) |
1255 | { | 1256 | { |
1256 | #ifndef KAB_EMBEDDED | 1257 | #ifndef KAB_EMBEDDED |
1257 | QString fullName, email; | 1258 | QString fullName, email; |
1258 | 1259 | ||
1259 | KABC::Addressee::parseEmailAddress( aStr, fullName, email ); | 1260 | KABC::Addressee::parseEmailAddress( aStr, fullName, email ); |
1260 | 1261 | ||
1261 | // Try to lookup the addressee matching the email address | 1262 | // Try to lookup the addressee matching the email address |
1262 | bool found = false; | 1263 | bool found = false; |
1263 | QStringList emailList; | 1264 | QStringList emailList; |
1264 | KABC::AddressBook::Iterator it; | 1265 | KABC::AddressBook::Iterator it; |
1265 | for ( it = mAddressBook->begin(); !found && (it != mAddressBook->end()); ++it ) { | 1266 | for ( it = mAddressBook->begin(); !found && (it != mAddressBook->end()); ++it ) { |
1266 | emailList = (*it).emails(); | 1267 | emailList = (*it).emails(); |
1267 | if ( emailList.contains( email ) > 0 ) { | 1268 | if ( emailList.contains( email ) > 0 ) { |
1268 | found = true; | 1269 | found = true; |
1269 | (*it).setNameFromString( fullName ); | 1270 | (*it).setNameFromString( fullName ); |
1270 | editContact( (*it).uid() ); | 1271 | editContact( (*it).uid() ); |
1271 | } | 1272 | } |
1272 | } | 1273 | } |
1273 | 1274 | ||
1274 | if ( !found ) { | 1275 | if ( !found ) { |
1275 | KABC::Addressee addr; | 1276 | KABC::Addressee addr; |
1276 | addr.setNameFromString( fullName ); | 1277 | addr.setNameFromString( fullName ); |
1277 | addr.insertEmail( email, true ); | 1278 | addr.insertEmail( email, true ); |
1278 | 1279 | ||
1279 | mAddressBook->insertAddressee( addr ); | 1280 | mAddressBook->insertAddressee( addr ); |
1280 | mViewManager->refreshView( addr.uid() ); | 1281 | mViewManager->refreshView( addr.uid() ); |
1281 | editContact( addr.uid() ); | 1282 | editContact( addr.uid() ); |
1282 | } | 1283 | } |
1283 | #else //KAB_EMBEDDED | 1284 | #else //KAB_EMBEDDED |
1284 | qDebug("KABCore::addEmail finsih method"); | 1285 | qDebug("KABCore::addEmail finsih method"); |
1285 | #endif //KAB_EMBEDDED | 1286 | #endif //KAB_EMBEDDED |
1286 | } | 1287 | } |
1287 | 1288 | ||
1288 | void KABCore::importVCard( const KURL &url, bool showPreview ) | 1289 | void KABCore::importVCard( const KURL &url, bool showPreview ) |
1289 | { | 1290 | { |
1290 | mXXPortManager->importVCard( url, showPreview ); | 1291 | mXXPortManager->importVCard( url, showPreview ); |
1291 | } | 1292 | } |
1292 | void KABCore::importFromOL() | 1293 | void KABCore::importFromOL() |
1293 | { | 1294 | { |
1294 | #ifdef _WIN32_ | 1295 | #ifdef _OL_IMPORT_ |
1295 | KAImportOLdialog* idgl = new KAImportOLdialog( i18n("Import Contacts from OL"), mAddressBook, this ); | 1296 | KAImportOLdialog* idgl = new KAImportOLdialog( i18n("Import Contacts from OL"), mAddressBook, this ); |
1296 | idgl->exec(); | 1297 | idgl->exec(); |
1297 | KABC::Addressee::List list = idgl->getAddressList(); | 1298 | KABC::Addressee::List list = idgl->getAddressList(); |
1298 | if ( list.count() > 0 ) { | 1299 | if ( list.count() > 0 ) { |
1299 | KABC::Addressee::List listNew; | 1300 | KABC::Addressee::List listNew; |
1300 | KABC::Addressee::List listExisting; | 1301 | KABC::Addressee::List listExisting; |
1301 | KABC::Addressee::List::Iterator it; | 1302 | KABC::Addressee::List::Iterator it; |
1302 | KABC::AddressBook::Iterator iter; | 1303 | KABC::AddressBook::Iterator iter; |
1303 | for ( it = list.begin(); it != list.end(); ++it ) { | 1304 | for ( it = list.begin(); it != list.end(); ++it ) { |
1304 | if ( mAddressBook->findByUid((*it).uid() ).isEmpty()) | 1305 | if ( mAddressBook->findByUid((*it).uid() ).isEmpty()) |
1305 | listNew.append( (*it) ); | 1306 | listNew.append( (*it) ); |
1306 | else | 1307 | else |
1307 | listExisting.append( (*it) ); | 1308 | listExisting.append( (*it) ); |
1308 | } | 1309 | } |
1309 | if ( listExisting.count() > 0 ) | 1310 | if ( listExisting.count() > 0 ) |
1310 | 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() )); |
1311 | if ( listNew.count() > 0 ) { | 1312 | if ( listNew.count() > 0 ) { |
1312 | pasteWithNewUid = false; | 1313 | pasteWithNewUid = false; |
1313 | pasteContacts( listNew ); | 1314 | pasteContacts( listNew ); |
1314 | pasteWithNewUid = true; | 1315 | pasteWithNewUid = true; |
1315 | } | 1316 | } |
1316 | } | 1317 | } |
1317 | delete idgl; | 1318 | delete idgl; |
1318 | #endif | 1319 | #endif |
1319 | } | 1320 | } |
1320 | 1321 | ||
1321 | void KABCore::importVCard( const QString &vCard, bool showPreview ) | 1322 | void KABCore::importVCard( const QString &vCard, bool showPreview ) |
1322 | { | 1323 | { |
1323 | mXXPortManager->importVCard( vCard, showPreview ); | 1324 | mXXPortManager->importVCard( vCard, showPreview ); |
1324 | } | 1325 | } |
1325 | 1326 | ||
1326 | //US added a second method without defaultparameter | 1327 | //US added a second method without defaultparameter |
1327 | void KABCore::editContact2() { | 1328 | void KABCore::editContact2() { |
1328 | editContact( QString::null ); | 1329 | editContact( QString::null ); |
1329 | } | 1330 | } |
1330 | 1331 | ||
1331 | void KABCore::editContact( const QString &uid ) | 1332 | void KABCore::editContact( const QString &uid ) |
1332 | { | 1333 | { |
1333 | 1334 | ||
1334 | if ( mExtensionManager->isQuickEditVisible() ) | 1335 | if ( mExtensionManager->isQuickEditVisible() ) |
1335 | return; | 1336 | return; |
1336 | 1337 | ||
1337 | // First, locate the contact entry | 1338 | // First, locate the contact entry |
1338 | QString localUID = uid; | 1339 | QString localUID = uid; |
1339 | if ( localUID.isNull() ) { | 1340 | if ( localUID.isNull() ) { |
1340 | QStringList uidList = mViewManager->selectedUids(); | 1341 | QStringList uidList = mViewManager->selectedUids(); |
1341 | if ( uidList.count() > 0 ) | 1342 | if ( uidList.count() > 0 ) |
1342 | localUID = *( uidList.at( 0 ) ); | 1343 | localUID = *( uidList.at( 0 ) ); |
@@ -2121,153 +2122,153 @@ void KABCore::addActionsManually() | |||
2121 | QPopupMenu *popupBarTB = new QPopupMenu( this ); | 2122 | QPopupMenu *popupBarTB = new QPopupMenu( this ); |
2122 | menuBarTB->insertItem( "ME", popupBarTB); | 2123 | menuBarTB->insertItem( "ME", popupBarTB); |
2123 | tb->insertWidget(-1, 0, menuBarTB); | 2124 | tb->insertWidget(-1, 0, menuBarTB); |
2124 | mIncSearchWidget = new IncSearchWidget( tb ); | 2125 | mIncSearchWidget = new IncSearchWidget( tb ); |
2125 | 2126 | ||
2126 | tb->enableMoving(false); | 2127 | tb->enableMoving(false); |
2127 | popupBarTB->insertItem( i18n("&File"), fileMenu ); | 2128 | popupBarTB->insertItem( i18n("&File"), fileMenu ); |
2128 | popupBarTB->insertItem( i18n("&Edit"), editMenu ); | 2129 | popupBarTB->insertItem( i18n("&Edit"), editMenu ); |
2129 | popupBarTB->insertItem( i18n("&View"), viewMenu ); | 2130 | popupBarTB->insertItem( i18n("&View"), viewMenu ); |
2130 | popupBarTB->insertItem( i18n("&Settings"), settingsMenu ); | 2131 | popupBarTB->insertItem( i18n("&Settings"), settingsMenu ); |
2131 | popupBarTB->insertItem( i18n("Synchronize"), syncMenu ); | 2132 | popupBarTB->insertItem( i18n("Synchronize"), syncMenu ); |
2132 | mViewManager->getFilterAction()->plug ( popupBarTB); | 2133 | mViewManager->getFilterAction()->plug ( popupBarTB); |
2133 | //popupBarTB->insertItem( i18n("&Change selected"), changeMenu ); | 2134 | //popupBarTB->insertItem( i18n("&Change selected"), changeMenu ); |
2134 | popupBarTB->insertItem( i18n("&Help"), helpMenu ); | 2135 | popupBarTB->insertItem( i18n("&Help"), helpMenu ); |
2135 | if (QApplication::desktop()->width() > 320 ) { | 2136 | if (QApplication::desktop()->width() > 320 ) { |
2136 | // mViewManager->getFilterAction()->plug ( tb); | 2137 | // mViewManager->getFilterAction()->plug ( tb); |
2137 | } | 2138 | } |
2138 | } | 2139 | } |
2139 | #endif | 2140 | #endif |
2140 | // mActionQuit->plug ( mMainWindow->toolBar()); | 2141 | // mActionQuit->plug ( mMainWindow->toolBar()); |
2141 | 2142 | ||
2142 | 2143 | ||
2143 | 2144 | ||
2144 | //US Now connect the actions with the menue entries. | 2145 | //US Now connect the actions with the menue entries. |
2145 | #ifdef DESKTOP_VERSION | 2146 | #ifdef DESKTOP_VERSION |
2146 | mActionPrint->plug( fileMenu ); | 2147 | mActionPrint->plug( fileMenu ); |
2147 | mActionPrintDetails->plug( fileMenu ); | 2148 | mActionPrintDetails->plug( fileMenu ); |
2148 | fileMenu->insertSeparator(); | 2149 | fileMenu->insertSeparator(); |
2149 | #endif | 2150 | #endif |
2150 | mActionMail->plug( fileMenu ); | 2151 | mActionMail->plug( fileMenu ); |
2151 | fileMenu->insertSeparator(); | 2152 | fileMenu->insertSeparator(); |
2152 | 2153 | ||
2153 | mActionNewContact->plug( fileMenu ); | 2154 | mActionNewContact->plug( fileMenu ); |
2154 | mActionNewContact->plug( tb ); | 2155 | mActionNewContact->plug( tb ); |
2155 | 2156 | ||
2156 | mActionEditAddressee->plug( fileMenu ); | 2157 | mActionEditAddressee->plug( fileMenu ); |
2157 | // if ((KGlobal::getDesktopSize() > KGlobal::Small ) || | 2158 | // if ((KGlobal::getDesktopSize() > KGlobal::Small ) || |
2158 | // (!KABPrefs::instance()->mMultipleViewsAtOnce )) | 2159 | // (!KABPrefs::instance()->mMultipleViewsAtOnce )) |
2159 | mActionEditAddressee->plug( tb ); | 2160 | mActionEditAddressee->plug( tb ); |
2160 | 2161 | ||
2161 | fileMenu->insertSeparator(); | 2162 | fileMenu->insertSeparator(); |
2162 | mActionSave->plug( fileMenu ); | 2163 | mActionSave->plug( fileMenu ); |
2163 | fileMenu->insertItem( "&Import", ImportMenu ); | 2164 | fileMenu->insertItem( "&Import", ImportMenu ); |
2164 | fileMenu->insertItem( "&Export", ExportMenu ); | 2165 | fileMenu->insertItem( "&Export", ExportMenu ); |
2165 | fileMenu->insertItem( i18n("&Change"), changeMenu ); | 2166 | fileMenu->insertItem( i18n("&Change"), changeMenu ); |
2166 | #ifndef DESKTOP_VERSION | 2167 | #ifndef DESKTOP_VERSION |
2167 | if ( Ir::supported() ) fileMenu->insertItem( i18n("&Beam"), beamMenu ); | 2168 | if ( Ir::supported() ) fileMenu->insertItem( i18n("&Beam"), beamMenu ); |
2168 | #endif | 2169 | #endif |
2169 | #if 0 | 2170 | #if 0 |
2170 | // PENDING fix MailVCard | 2171 | // PENDING fix MailVCard |
2171 | fileMenu->insertSeparator(); | 2172 | fileMenu->insertSeparator(); |
2172 | mActionMailVCard->plug( fileMenu ); | 2173 | mActionMailVCard->plug( fileMenu ); |
2173 | #endif | 2174 | #endif |
2174 | #ifndef DESKTOP_VERSION | 2175 | #ifndef DESKTOP_VERSION |
2175 | if ( Ir::supported() ) mActionBR->plug( beamMenu ); | 2176 | if ( Ir::supported() ) mActionBR->plug( beamMenu ); |
2176 | if ( Ir::supported() ) mActionBeamVCard->plug( beamMenu ); | 2177 | if ( Ir::supported() ) mActionBeamVCard->plug( beamMenu ); |
2177 | if ( Ir::supported() ) mActionBeam->plug( beamMenu ); | 2178 | if ( Ir::supported() ) mActionBeam->plug( beamMenu ); |
2178 | #endif | 2179 | #endif |
2179 | fileMenu->insertSeparator(); | 2180 | fileMenu->insertSeparator(); |
2180 | mActionQuit->plug( fileMenu ); | 2181 | mActionQuit->plug( fileMenu ); |
2181 | #ifdef _WIN32_ | 2182 | #ifdef _OL_IMPORT_ |
2182 | mActionImportOL->plug( ImportMenu ); | 2183 | mActionImportOL->plug( ImportMenu ); |
2183 | #endif | 2184 | #endif |
2184 | // edit menu | 2185 | // edit menu |
2185 | mActionUndo->plug( editMenu ); | 2186 | mActionUndo->plug( editMenu ); |
2186 | mActionRedo->plug( editMenu ); | 2187 | mActionRedo->plug( editMenu ); |
2187 | editMenu->insertSeparator(); | 2188 | editMenu->insertSeparator(); |
2188 | mActionCut->plug( editMenu ); | 2189 | mActionCut->plug( editMenu ); |
2189 | mActionCopy->plug( editMenu ); | 2190 | mActionCopy->plug( editMenu ); |
2190 | mActionPaste->plug( editMenu ); | 2191 | mActionPaste->plug( editMenu ); |
2191 | mActionDelete->plug( editMenu ); | 2192 | mActionDelete->plug( editMenu ); |
2192 | editMenu->insertSeparator(); | 2193 | editMenu->insertSeparator(); |
2193 | mActionSelectAll->plug( editMenu ); | 2194 | mActionSelectAll->plug( editMenu ); |
2194 | 2195 | ||
2195 | mActionSetFormattedName->plug( changeMenu ); | 2196 | mActionSetFormattedName->plug( changeMenu ); |
2196 | mActionRemoveVoice->plug( changeMenu ); | 2197 | mActionRemoveVoice->plug( changeMenu ); |
2197 | // settings menu | 2198 | // settings menu |
2198 | //US special menuentry to configure the addressbook resources. On KDE | 2199 | //US special menuentry to configure the addressbook resources. On KDE |
2199 | // you do that through the control center !!! | 2200 | // you do that through the control center !!! |
2200 | mActionConfigResources->plug( settingsMenu ); | 2201 | mActionConfigResources->plug( settingsMenu ); |
2201 | settingsMenu->insertSeparator(); | 2202 | settingsMenu->insertSeparator(); |
2202 | 2203 | ||
2203 | mActionConfigKAddressbook->plug( settingsMenu ); | 2204 | mActionConfigKAddressbook->plug( settingsMenu ); |
2204 | 2205 | ||
2205 | if ( mIsPart ) { | 2206 | if ( mIsPart ) { |
2206 | //US not implemented yet | 2207 | //US not implemented yet |
2207 | //mActionConfigShortcuts->plug( settingsMenu ); | 2208 | //mActionConfigShortcuts->plug( settingsMenu ); |
2208 | //mActionConfigureToolbars->plug( settingsMenu ); | 2209 | //mActionConfigureToolbars->plug( settingsMenu ); |
2209 | 2210 | ||
2210 | } else { | 2211 | } else { |
2211 | //US not implemented yet | 2212 | //US not implemented yet |
2212 | //mActionKeyBindings->plug( settingsMenu ); | 2213 | //mActionKeyBindings->plug( settingsMenu ); |
2213 | } | 2214 | } |
2214 | 2215 | ||
2215 | settingsMenu->insertSeparator(); | 2216 | settingsMenu->insertSeparator(); |
2216 | 2217 | ||
2217 | mActionJumpBar->plug( settingsMenu ); | 2218 | mActionJumpBar->plug( settingsMenu ); |
2218 | mActionDetails->plug( settingsMenu ); | 2219 | mActionDetails->plug( settingsMenu ); |
2219 | //if (!KABPrefs::instance()->mMultipleViewsAtOnce || KGlobal::getDesktopSize() == KGlobal::Desktop ) | 2220 | //if (!KABPrefs::instance()->mMultipleViewsAtOnce || KGlobal::getDesktopSize() == KGlobal::Desktop ) |
2220 | mActionDetails->plug( tb ); | 2221 | mActionDetails->plug( tb ); |
2221 | settingsMenu->insertSeparator(); | 2222 | settingsMenu->insertSeparator(); |
2222 | #ifndef DESKTOP_VERSION | 2223 | #ifndef DESKTOP_VERSION |
2223 | if ( Ir::supported() ) mActionBR->plug(settingsMenu ); | 2224 | if ( Ir::supported() ) mActionBR->plug(settingsMenu ); |
2224 | #endif | ||
2225 | settingsMenu->insertSeparator(); | 2225 | settingsMenu->insertSeparator(); |
2226 | #endif | ||
2226 | 2227 | ||
2227 | mActionWhoAmI->plug( settingsMenu ); | 2228 | mActionWhoAmI->plug( settingsMenu ); |
2228 | mActionEditCategories->plug( settingsMenu ); | 2229 | mActionEditCategories->plug( settingsMenu ); |
2229 | mActionEditCategories->plug( changeMenu ); | 2230 | mActionEditCategories->plug( changeMenu ); |
2230 | mActionCategories->plug( changeMenu ); | 2231 | mActionCategories->plug( changeMenu ); |
2231 | mActionManageCategories->plug( changeMenu ); | 2232 | mActionManageCategories->plug( changeMenu ); |
2232 | 2233 | ||
2233 | mActionCategories->plug( settingsMenu ); | 2234 | mActionCategories->plug( settingsMenu ); |
2234 | mActionManageCategories->plug( settingsMenu ); | 2235 | mActionManageCategories->plug( settingsMenu ); |
2235 | 2236 | ||
2236 | 2237 | ||
2237 | mActionWN->plug( helpMenu ); | 2238 | mActionWN->plug( helpMenu ); |
2238 | mActionSyncHowto->plug( helpMenu ); | 2239 | mActionSyncHowto->plug( helpMenu ); |
2239 | mActionKdeSyncHowto->plug( helpMenu ); | 2240 | mActionKdeSyncHowto->plug( helpMenu ); |
2240 | mActionMultiSyncHowto->plug( helpMenu ); | 2241 | mActionMultiSyncHowto->plug( helpMenu ); |
2241 | mActionFaq->plug( helpMenu ); | 2242 | mActionFaq->plug( helpMenu ); |
2242 | mActionLicence->plug( helpMenu ); | 2243 | mActionLicence->plug( helpMenu ); |
2243 | mActionAboutKAddressbook->plug( helpMenu ); | 2244 | mActionAboutKAddressbook->plug( helpMenu ); |
2244 | 2245 | ||
2245 | if (KGlobal::getDesktopSize() > KGlobal::Small ) { | 2246 | if (KGlobal::getDesktopSize() > KGlobal::Small ) { |
2246 | 2247 | ||
2247 | mActionSave->plug( tb ); | 2248 | mActionSave->plug( tb ); |
2248 | mViewManager->getFilterAction()->plug ( tb); | 2249 | mViewManager->getFilterAction()->plug ( tb); |
2249 | //LR hide filteraction on started in 480x640 | 2250 | //LR hide filteraction on started in 480x640 |
2250 | if (QApplication::desktop()->width() == 480 ) { | 2251 | if (QApplication::desktop()->width() == 480 ) { |
2251 | mViewManager->getFilterAction()->setComboWidth( 0 ); | 2252 | mViewManager->getFilterAction()->setComboWidth( 0 ); |
2252 | } | 2253 | } |
2253 | mActionUndo->plug( tb ); | 2254 | mActionUndo->plug( tb ); |
2254 | mActionDelete->plug( tb ); | 2255 | mActionDelete->plug( tb ); |
2255 | mActionRedo->plug( tb ); | 2256 | mActionRedo->plug( tb ); |
2256 | } else { | 2257 | } else { |
2257 | mActionSave->plug( tb ); | 2258 | mActionSave->plug( tb ); |
2258 | tb->enableMoving(false); | 2259 | tb->enableMoving(false); |
2259 | } | 2260 | } |
2260 | //mActionQuit->plug ( tb ); | 2261 | //mActionQuit->plug ( tb ); |
2261 | // tb->insertWidget(-1, 0, mIncSearchWidget, 6); | 2262 | // tb->insertWidget(-1, 0, mIncSearchWidget, 6); |
2262 | 2263 | ||
2263 | //US link the searchwidget first to this. | 2264 | //US link the searchwidget first to this. |
2264 | // The real linkage to the toolbar happens later. | 2265 | // The real linkage to the toolbar happens later. |
2265 | //US mIncSearchWidget->reparent(tb, 0, QPoint(50,0), TRUE); | 2266 | //US mIncSearchWidget->reparent(tb, 0, QPoint(50,0), TRUE); |
2266 | //US tb->insertItem( mIncSearchWidget ); | 2267 | //US tb->insertItem( mIncSearchWidget ); |
2267 | /*US | 2268 | /*US |
2268 | mIncSearchWidget = new IncSearchWidget( tb ); | 2269 | mIncSearchWidget = new IncSearchWidget( tb ); |
2269 | connect( mIncSearchWidget, SIGNAL( doSearch( const QString& ) ), | 2270 | connect( mIncSearchWidget, SIGNAL( doSearch( const QString& ) ), |
2270 | SLOT( incrementalSearch( const QString& ) ) ); | 2271 | SLOT( incrementalSearch( const QString& ) ) ); |
2271 | 2272 | ||
2272 | mJumpButtonBar = new JumpButtonBar( this, this ); | 2273 | mJumpButtonBar = new JumpButtonBar( this, this ); |
2273 | 2274 | ||
diff --git a/kaddressbook/kaddressbook.pro b/kaddressbook/kaddressbook.pro index fbbc026..e73de06 100644 --- a/kaddressbook/kaddressbook.pro +++ b/kaddressbook/kaddressbook.pro | |||
@@ -1,184 +1,177 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG = qt warn_on | 2 | CONFIG = qt warn_on |
3 | TARGET = kapi | 3 | TARGET = kapi |
4 | DESTDIR= ../bin | 4 | DESTDIR= ../bin |
5 | 5 | ||
6 | include( ../variables.pri ) | 6 | include( ../variables.pri ) |
7 | 7 | ||
8 | 8 | ||
9 | INCLUDEPATH += . ./details ./features ./xxport ../libkdepim ../microkde ../microkde/kdecore ../microkde/kutils ../microkde/kio/kfile ../microkde/kio/kio ../microkde/kdeui ../microkde/kresources ../kabc ../ interfaces | 9 | INCLUDEPATH += . ./details ./features ./xxport ../libkdepim ../microkde ../microkde/kdecore ../microkde/kutils ../microkde/kio/kfile ../microkde/kio/kio ../microkde/kdeui ../microkde/kresources ../kabc ../ interfaces |
10 | DEFINES += KAB_EMBEDDED KAB_NOSPLITTER DESKTOP_VERSION | 10 | DEFINES += KAB_EMBEDDED KAB_NOSPLITTER DESKTOP_VERSION |
11 | 11 | ||
12 | unix : { | 12 | unix : { |
13 | LIBS += ../bin/libmicrokdepim.so | 13 | LIBS += ../bin/libmicrokdepim.so |
14 | LIBS += ../bin/libmicrokde.so | 14 | LIBS += ../bin/libmicrokde.so |
15 | LIBS += ../bin/libmicrokabc.so | 15 | LIBS += ../bin/libmicrokabc.so |
16 | LIBS += ../bin/libmicrokcal.so | 16 | LIBS += ../bin/libmicrokcal.so |
17 | #LIBS += -lldap | 17 | #LIBS += -lldap |
18 | OBJECTS_DIR = obj/unix | 18 | OBJECTS_DIR = obj/unix |
19 | MOC_DIR = moc/unix | 19 | MOC_DIR = moc/unix |
20 | } | 20 | } |
21 | win32: { | 21 | win32: { |
22 | RC_FILE = winicons.rc | 22 | RC_FILE = winicons.rc |
23 | DEFINES += _WIN32_ | 23 | DEFINES += _WIN32_ |
24 | LIBS += ../bin/microkdepim.lib | 24 | LIBS += ../bin/microkdepim.lib |
25 | LIBS += ../bin/microkcal.lib | 25 | LIBS += ../bin/microkcal.lib |
26 | LIBS += ../bin/microkde.lib | 26 | LIBS += ../bin/microkde.lib |
27 | LIBS += ../bin/microkabc.lib | 27 | LIBS += ../bin/microkabc.lib |
28 | QMAKE_LINK += /NODEFAULTLIB:LIBC | 28 | QMAKE_LINK += /NODEFAULTLIB:LIBC |
29 | OBJECTS_DIR = obj/win | 29 | OBJECTS_DIR = obj/win |
30 | MOC_DIR = moc/win | 30 | MOC_DIR = moc/win |
31 | #olimport section | ||
32 | #blabla: { | ||
33 | |||
31 | LIBS += mfc71u.lib | 34 | LIBS += mfc71u.lib |
35 | DEFINES += _OL_IMPORT_ | ||
36 | HEADERS = ../outport/msoutl9.h \ | ||
37 | kaimportoldialog.h | ||
38 | SOURCES = ../outport/msoutl9.cpp \ | ||
39 | kaimportoldialog.cpp | ||
40 | #} | ||
41 | #olimport section end | ||
32 | } | 42 | } |
33 | 43 | ||
34 | |||
35 | |||
36 | |||
37 | |||
38 | |||
39 | |||
40 | |||
41 | INTERFACES = \ | 44 | INTERFACES = \ |
42 | # filteredit_base.ui \ | 45 | # filteredit_base.ui \ |
43 | # kofilterview_base.ui \ | 46 | # kofilterview_base.ui \ |
44 | 47 | ||
45 | HEADERS = \ | 48 | HEADERS += \ |
46 | features/mergewidget.h \ | 49 | features/mergewidget.h \ |
47 | features/distributionlistwidget.h \ | 50 | features/distributionlistwidget.h \ |
48 | kcmconfigs/addresseewidget.h \ | 51 | kcmconfigs/addresseewidget.h \ |
49 | kcmconfigs/extensionconfigdialog.h \ | 52 | kcmconfigs/extensionconfigdialog.h \ |
50 | kcmconfigs/kcmkabconfig.h \ | 53 | kcmconfigs/kcmkabconfig.h \ |
51 | kcmconfigs/kabconfigwidget.h \ | 54 | kcmconfigs/kabconfigwidget.h \ |
52 | addresseeeditordialog.h \ | 55 | addresseeeditordialog.h \ |
53 | addresseeeditorwidget.h \ | 56 | addresseeeditorwidget.h \ |
54 | addresseditwidget.h \ | 57 | addresseditwidget.h \ |
55 | addresseeconfig.h \ | 58 | addresseeconfig.h \ |
56 | addresseeutil.h \ | 59 | addresseeutil.h \ |
57 | emaileditwidget.h \ | 60 | emaileditwidget.h \ |
58 | filtereditdialog.h \ | 61 | filtereditdialog.h \ |
59 | kaddressbookmain.h \ | 62 | kaddressbookmain.h \ |
60 | kabprefs.h \ | 63 | kabprefs.h \ |
61 | kabcore.h \ | 64 | kabcore.h \ |
62 | viewmanager.h \ | 65 | viewmanager.h \ |
63 | extensionmanager.h \ | 66 | extensionmanager.h \ |
64 | extensionwidget.h \ | 67 | extensionwidget.h \ |
65 | kaddressbookview.h \ | 68 | kaddressbookview.h \ |
66 | geowidget.h \ | 69 | geowidget.h \ |
67 | imagewidget.h \ | 70 | imagewidget.h \ |
68 | incsearchwidget.h \ | 71 | incsearchwidget.h \ |
69 | jumpbuttonbar.h \ | 72 | jumpbuttonbar.h \ |
70 | phoneeditwidget.h \ | 73 | phoneeditwidget.h \ |
71 | secrecywidget.h \ | 74 | secrecywidget.h \ |
72 | keywidget.h \ | 75 | keywidget.h \ |
73 | nameeditdialog.h \ | 76 | nameeditdialog.h \ |
74 | filter.h \ | 77 | filter.h \ |
75 | addviewdialog.h \ | 78 | addviewdialog.h \ |
76 | configurewidget.h \ | 79 | configurewidget.h \ |
77 | viewconfigurewidget.h \ | 80 | viewconfigurewidget.h \ |
78 | viewconfigurefieldspage.h \ | 81 | viewconfigurefieldspage.h \ |
79 | viewconfigurefilterpage.h \ | 82 | viewconfigurefilterpage.h \ |
80 | typecombo.h \ | 83 | typecombo.h \ |
81 | undo.h \ | 84 | undo.h \ |
82 | undocmds.h \ | 85 | undocmds.h \ |
83 | xxportmanager.h \ | 86 | xxportmanager.h \ |
84 | xxportobject.h \ | 87 | xxportobject.h \ |
85 | xxportselectdialog.h \ | 88 | xxportselectdialog.h \ |
86 | details/detailsviewcontainer.h \ | 89 | details/detailsviewcontainer.h \ |
87 | details/look_basic.h \ | 90 | details/look_basic.h \ |
88 | details/look_html.h \ | 91 | details/look_html.h \ |
89 | views/kaddressbookiconview.h \ | 92 | views/kaddressbookiconview.h \ |
90 | views/kaddressbooktableview.h \ | 93 | views/kaddressbooktableview.h \ |
91 | views/kaddressbookcardview.h \ | 94 | views/kaddressbookcardview.h \ |
92 | views/configuretableviewdialog.h \ | 95 | views/configuretableviewdialog.h \ |
93 | views/configurecardviewdialog.h \ | 96 | views/configurecardviewdialog.h \ |
94 | views/cardview.h \ | 97 | views/cardview.h \ |
95 | views/colorlistbox.h \ | 98 | views/colorlistbox.h \ |
96 | views/contactlistview.h \ | 99 | views/contactlistview.h \ |
97 | xxport/vcard_xxport.h \ | 100 | xxport/vcard_xxport.h \ |
98 | xxport/kde2_xxport.h \ | 101 | xxport/kde2_xxport.h \ |
99 | xxport/csv_xxport.h \ | 102 | xxport/csv_xxport.h \ |
100 | xxport/csvimportdialog.h \ | 103 | xxport/csvimportdialog.h \ |
101 | xxport/opie_xxport.h \ | 104 | xxport/opie_xxport.h \ |
102 | xxport/qtopia_xxport.h \ | 105 | xxport/qtopia_xxport.h \ |
103 | xxport/sharpdtm_xxport.h \ | 106 | xxport/sharpdtm_xxport.h \ |
104 | #details/look_details.h \ | 107 | #details/look_details.h \ |
105 | #mainwindoiw.h \ | 108 | #mainwindoiw.h \ |
106 | # alarmclient.h \ | 109 | # alarmclient.h \ |
107 | # calendarview.h \ | 110 | # calendarview.h \ |
108 | # customlistviewitem.h \ | 111 | # customlistviewitem.h \ |
109 | # datenavigator.h | 112 | # datenavigator.h |
110 | 113 | ||
111 | SOURCES = \ | 114 | SOURCES += \ |
112 | addresseeeditordialog.cpp \ | 115 | addresseeeditordialog.cpp \ |
113 | addresseeeditorwidget.cpp \ | 116 | addresseeeditorwidget.cpp \ |
114 | addresseditwidget.cpp \ | 117 | addresseditwidget.cpp \ |
115 | addresseeconfig.cpp \ | 118 | addresseeconfig.cpp \ |
116 | addresseeutil.cpp \ | 119 | addresseeutil.cpp \ |
117 | extensionmanager.cpp \ | 120 | extensionmanager.cpp \ |
118 | features/mergewidget.cpp \ | 121 | features/mergewidget.cpp \ |
119 | features/distributionlistwidget.cpp \ | 122 | features/distributionlistwidget.cpp \ |
120 | kcmconfigs/addresseewidget.cpp \ | 123 | kcmconfigs/addresseewidget.cpp \ |
121 | kcmconfigs/extensionconfigdialog.cpp \ | 124 | kcmconfigs/extensionconfigdialog.cpp \ |
122 | kcmconfigs/kcmkabconfig.cpp \ | 125 | kcmconfigs/kcmkabconfig.cpp \ |
123 | kcmconfigs/kabconfigwidget.cpp \ | 126 | kcmconfigs/kabconfigwidget.cpp \ |
124 | emaileditwidget.cpp \ | 127 | emaileditwidget.cpp \ |
125 | filtereditdialog.cpp \ | 128 | filtereditdialog.cpp \ |
126 | mainembedded.cpp \ | 129 | mainembedded.cpp \ |
127 | kaddressbookmain.cpp \ | 130 | kaddressbookmain.cpp \ |
128 | kabcore.cpp \ | 131 | kabcore.cpp \ |
129 | kabprefs.cpp \ | 132 | kabprefs.cpp \ |
130 | viewmanager.cpp \ | 133 | viewmanager.cpp \ |
131 | kaddressbookview.cpp \ | 134 | kaddressbookview.cpp \ |
132 | extensionwidget.cpp \ | 135 | extensionwidget.cpp \ |
133 | geowidget.cpp \ | 136 | geowidget.cpp \ |
134 | imagewidget.cpp \ | 137 | imagewidget.cpp \ |
135 | incsearchwidget.cpp \ | 138 | incsearchwidget.cpp \ |
136 | jumpbuttonbar.cpp \ | 139 | jumpbuttonbar.cpp \ |
137 | phoneeditwidget.cpp \ | 140 | phoneeditwidget.cpp \ |
138 | secrecywidget.cpp \ | 141 | secrecywidget.cpp \ |
139 | keywidget.cpp \ | 142 | keywidget.cpp \ |
140 | nameeditdialog.cpp \ | 143 | nameeditdialog.cpp \ |
141 | filter.cpp \ | 144 | filter.cpp \ |
142 | addviewdialog.cpp \ | 145 | addviewdialog.cpp \ |
143 | configurewidget.cpp \ | 146 | configurewidget.cpp \ |
144 | viewconfigurewidget.cpp \ | 147 | viewconfigurewidget.cpp \ |
145 | viewconfigurefieldspage.cpp \ | 148 | viewconfigurefieldspage.cpp \ |
146 | viewconfigurefilterpage.cpp \ | 149 | viewconfigurefilterpage.cpp \ |
147 | undo.cpp \ | 150 | undo.cpp \ |
148 | undocmds.cpp \ | 151 | undocmds.cpp \ |
149 | xxportmanager.cpp \ | 152 | xxportmanager.cpp \ |
150 | xxportobject.cpp \ | 153 | xxportobject.cpp \ |
151 | xxportselectdialog.cpp \ | 154 | xxportselectdialog.cpp \ |
152 | details/detailsviewcontainer.cpp \ | 155 | details/detailsviewcontainer.cpp \ |
153 | details/look_basic.cpp \ | 156 | details/look_basic.cpp \ |
154 | details/look_html.cpp \ | 157 | details/look_html.cpp \ |
155 | views/kaddressbookiconview.cpp \ | 158 | views/kaddressbookiconview.cpp \ |
156 | views/kaddressbooktableview.cpp \ | 159 | views/kaddressbooktableview.cpp \ |
157 | views/kaddressbookcardview.cpp \ | 160 | views/kaddressbookcardview.cpp \ |
158 | views/configuretableviewdialog.cpp \ | 161 | views/configuretableviewdialog.cpp \ |
159 | views/configurecardviewdialog.cpp \ | 162 | views/configurecardviewdialog.cpp \ |
160 | views/cardview.cpp \ | 163 | views/cardview.cpp \ |
161 | views/contactlistview.cpp \ | 164 | views/contactlistview.cpp \ |
162 | views/colorlistbox.cpp \ | 165 | views/colorlistbox.cpp \ |
163 | xxport/vcard_xxport.cpp \ | 166 | xxport/vcard_xxport.cpp \ |
164 | xxport/kde2_xxport.cpp \ | 167 | xxport/kde2_xxport.cpp \ |
165 | xxport/csv_xxport.cpp \ | 168 | xxport/csv_xxport.cpp \ |
166 | xxport/csvimportdialog.cpp \ | 169 | xxport/csvimportdialog.cpp \ |
167 | xxport/opie_xxport.cpp \ | 170 | xxport/opie_xxport.cpp \ |
168 | xxport/qtopia_xxport.cpp \ | 171 | xxport/qtopia_xxport.cpp \ |
169 | xxport/sharpdtm_xxport.cpp \ | 172 | xxport/sharpdtm_xxport.cpp \ |
170 | #details/look_details.cpp \ | 173 | #details/look_details.cpp \ |
171 | #mainwindow.cpp \ | 174 | #mainwindow.cpp \ |
172 | # calendarview.cpp \ | 175 | # calendarview.cpp \ |
173 | # timespanview.cpp | 176 | # timespanview.cpp |
174 | 177 | ||
175 | |||
176 | |||
177 | win32: { | ||
178 | HEADERS += ../outport/msoutl9.h \ | ||
179 | kaimportoldialog.h | ||
180 | |||
181 | SOURCES += ../outport/msoutl9.cpp \ | ||
182 | kaimportoldialog.cpp | ||
183 | } | ||
184 | |||
diff --git a/kaddressbook/mainembedded.cpp b/kaddressbook/mainembedded.cpp index 1e03dba..d9968f3 100644 --- a/kaddressbook/mainembedded.cpp +++ b/kaddressbook/mainembedded.cpp | |||
@@ -1,94 +1,96 @@ | |||
1 | #ifndef DESKTOP_VERSION | 1 | #ifndef DESKTOP_VERSION |
2 | #include <qpe/qpeapplication.h> | 2 | #include <qpe/qpeapplication.h> |
3 | #include <qcopchannel_qws.h> | 3 | #include <qcopchannel_qws.h> |
4 | #include <stdlib.h> | 4 | #include <stdlib.h> |
5 | #else | 5 | #else |
6 | #include <qapplication.h> | 6 | #include <qapplication.h> |
7 | #include <qwindowsstyle.h> | 7 | #include <qwindowsstyle.h> |
8 | #include <qplatinumstyle.h> | 8 | #include <qplatinumstyle.h> |
9 | #include <qmainwindow.h> | 9 | #include <qmainwindow.h> |
10 | #include <qmessagebox.h> | ||
11 | #include <stdlib.h> | ||
10 | #endif | 12 | #endif |
11 | 13 | ||
12 | #include <qtextcodec.h> | 14 | #include <qtextcodec.h> |
13 | #include <kstandarddirs.h> | 15 | #include <kstandarddirs.h> |
14 | #include <qregexp.h> | 16 | #include <qregexp.h> |
15 | #include <kglobal.h> | 17 | #include <kglobal.h> |
16 | #include <stdio.h> | 18 | #include <stdio.h> |
17 | #include <qdir.h> | 19 | #include <qdir.h> |
18 | #include "kabprefs.h" | 20 | #include "kabprefs.h" |
19 | #include "kaddressbookmain.h" | 21 | #include "kaddressbookmain.h" |
20 | #include "externalapphandler.h" | 22 | #include "externalapphandler.h" |
21 | #include <libkdepim/kpimglobalprefs.h> | 23 | #include <libkdepim/kpimglobalprefs.h> |
22 | void dumpMissing(); | 24 | void dumpMissing(); |
23 | int main( int argc, char **argv ) | 25 | int main( int argc, char **argv ) |
24 | { | 26 | { |
25 | #ifndef DESKTOP_VERSION | 27 | #ifndef DESKTOP_VERSION |
26 | QPEApplication a( argc, argv ); | 28 | QPEApplication a( argc, argv ); |
27 | a.setKeepRunning (); | 29 | a.setKeepRunning (); |
28 | #else | 30 | #else |
29 | QApplication a( argc, argv ); | 31 | QApplication a( argc, argv ); |
30 | QApplication::setStyle( new QPlatinumStyle ()); | 32 | QApplication::setStyle( new QPlatinumStyle ()); |
31 | QString hdir = QDir::homeDirPath(); | 33 | #ifdef _WIN32_ |
32 | // there is a bug when creating dirs for WIN 98 | 34 | QString hdir ( getenv( "HOME") ); |
33 | // it is difficult to fix, because we have no WIN 98 runnung | 35 | if ( hdir.isEmpty() ) { |
34 | // such that we try it to create the dirs at startup here | 36 | QString hd ("C:/" ); |
35 | if ( hdir == "C:\\" ) { // win 98 or ME | 37 | //QMessageBox::information(0,"hh",QDir::homeDirPath()+" xx" +hd ); |
36 | QDir app_dir; | 38 | if ( QDir::homeDirPath().lower() == hd.lower() ) { |
37 | if ( !app_dir.exists("C:\\kdepim") ) | 39 | _putenv( "HOME=C:"); |
38 | app_dir.mkdir ("C:\\kdepim"); | 40 | //QMessageBox::information(0,"hh",QString ( getenv( "HOME") ) ); |
39 | if ( !app_dir.exists("C:\\kdepim\\apps") ) | 41 | } |
40 | app_dir.mkdir ("C:\\kdepim\\apps"); | 42 | } else { |
41 | if ( !app_dir.exists("C:\\kdepim\\config") ) | 43 | QDir app_dir; |
42 | app_dir.mkdir ("C:\\kdepim\\config"); | 44 | if ( !app_dir.exists(hdir) ) |
43 | if ( !app_dir.exists("C:\\kdepim\\apps\\kaddressbook") ) | 45 | app_dir.mkdir (hdir); |
44 | app_dir.mkdir ("C:\\kdepim\\apps\\kaddressbook"); | ||
45 | } | 46 | } |
46 | #endif | 47 | #endif |
48 | #endif | ||
47 | 49 | ||
48 | bool exitHelp = false; | 50 | bool exitHelp = false; |
49 | if ( argc > 1 ) { | 51 | if ( argc > 1 ) { |
50 | QString command = argv[1]; | 52 | QString command = argv[1]; |
51 | if ( command == "-help" ){ | 53 | if ( command == "-help" ){ |
52 | printf("KA/E command line commands:\n"); | 54 | printf("KA/E command line commands:\n"); |
53 | printf(" no command: Start KA/E in usual way\n"); | 55 | printf(" no command: Start KA/E in usual way\n"); |
54 | printf(" -help: This output\n"); | 56 | printf(" -help: This output\n"); |
55 | printf(" KA/E is exiting now. Bye!\n"); | 57 | printf(" KA/E is exiting now. Bye!\n"); |
56 | exitHelp = true; | 58 | exitHelp = true; |
57 | } | 59 | } |
58 | } | 60 | } |
59 | if ( ! exitHelp ) { | 61 | if ( ! exitHelp ) { |
60 | 62 | ||
61 | KGlobal::setAppName( "kaddressbook" ); | 63 | KGlobal::setAppName( "kaddressbook" ); |
62 | #ifndef DESKTOP_VERSION | 64 | #ifndef DESKTOP_VERSION |
63 | if ( QApplication::desktop()->width() > 320 ) | 65 | if ( QApplication::desktop()->width() > 320 ) |
64 | KGlobal::iconLoader()->setIconPath(QString(getenv("QPEDIR"))+"/pics/kdepim/kaddressbook/icons22/"); | 66 | KGlobal::iconLoader()->setIconPath(QString(getenv("QPEDIR"))+"/pics/kdepim/kaddressbook/icons22/"); |
65 | else | 67 | else |
66 | KGlobal::iconLoader()->setIconPath(QString(getenv("QPEDIR"))+"/pics/kdepim/kaddressbook/icons16/"); | 68 | KGlobal::iconLoader()->setIconPath(QString(getenv("QPEDIR"))+"/pics/kdepim/kaddressbook/icons16/"); |
67 | #else | 69 | #else |
68 | QString fileName ; | 70 | QString fileName ; |
69 | fileName = qApp->applicationDirPath () + "/kdepim/kaddressbook/icons22/"; | 71 | fileName = qApp->applicationDirPath () + "/kdepim/kaddressbook/icons22/"; |
70 | KGlobal::iconLoader()->setIconPath(QDir::convertSeparators(fileName)); | 72 | KGlobal::iconLoader()->setIconPath(QDir::convertSeparators(fileName)); |
71 | QApplication::addLibraryPath ( qApp->applicationDirPath () ); | 73 | QApplication::addLibraryPath ( qApp->applicationDirPath () ); |
72 | 74 | ||
73 | #endif | 75 | #endif |
74 | KStandardDirs::setAppDir( QDir::convertSeparators(locateLocal("data", "kaddressbook"))); | 76 | KStandardDirs::setAppDir( QDir::convertSeparators(locateLocal("data", "kaddressbook"))); |
75 | // init language | 77 | // init language |
76 | KPimGlobalPrefs::instance()->setGlobalConfig(); | 78 | KPimGlobalPrefs::instance()->setGlobalConfig(); |
77 | KAddressBookMain m ; | 79 | KAddressBookMain m ; |
78 | //US MainWindow m; | 80 | //US MainWindow m; |
79 | #ifndef DESKTOP_VERSION | 81 | #ifndef DESKTOP_VERSION |
80 | QObject::connect(&a, SIGNAL (appMessage ( const QCString &, const QByteArray & )), ExternalAppHandler::instance(), SLOT (appMessage ( const QCString &, const QByteArray & ))); | 82 | QObject::connect(&a, SIGNAL (appMessage ( const QCString &, const QByteArray & )), ExternalAppHandler::instance(), SLOT (appMessage ( const QCString &, const QByteArray & ))); |
81 | #endif | 83 | #endif |
82 | 84 | ||
83 | 85 | ||
84 | #ifndef DESKTOP_VERSION | 86 | #ifndef DESKTOP_VERSION |
85 | a.showMainWidget( &m ); | 87 | a.showMainWidget( &m ); |
86 | 88 | ||
87 | #else | 89 | #else |
88 | a.setMainWidget( &m ); | 90 | a.setMainWidget( &m ); |
89 | m.resize (640, 480 ); | 91 | m.resize (640, 480 ); |
90 | m.show(); | 92 | m.show(); |
91 | #endif | 93 | #endif |
92 | a.exec(); | 94 | a.exec(); |
93 | 95 | ||
94 | dumpMissing(); | 96 | dumpMissing(); |
diff --git a/kdepim-desktop.pro b/kdepim-desktop.pro index b0d60b7..da3a966 100644 --- a/kdepim-desktop.pro +++ b/kdepim-desktop.pro | |||
@@ -1,8 +1,8 @@ | |||
1 | 1 | ||
2 | 2 | ||
3 | TEMPLATE = subdirs | 3 | TEMPLATE = subdirs |
4 | SUBDIRS = libical libkcal kabc libkdepim microkde korganizer kaddressbook kabc/plugins/file kabc/plugins/dir kabc/plugins/file kabc/plugins/qtopia gammu/emb/common gammu/emb/gammu | 4 | SUBDIRS = libical libkcal kabc libkdepim microkde korganizer kaddressbook kabc/plugins/file kabc/plugins/dir kabc/plugins/qtopia gammu/emb/common gammu/emb/gammu |
5 | unix:{ | 5 | unix:{ |
6 | SUBDIRS += kmicromail/libetpan kmicromail/libmailwrapper kmicromail pwmanager/libcrypt/cipher pwmanager/libcrypt/error pwmanager/libcrypt/mpi pwmanager/libcrypt/zlib pwmanager/pwmanager | 6 | SUBDIRS += kmicromail/libetpan kmicromail/libmailwrapper kmicromail pwmanager/libcrypt/cipher pwmanager/libcrypt/error pwmanager/libcrypt/mpi pwmanager/libcrypt/zlib pwmanager/pwmanager |
7 | } | 7 | } |
8 | 8 | ||
diff --git a/korganizer/koprefsdialog.cpp b/korganizer/koprefsdialog.cpp index 8aa24ee..ea73fd0 100644 --- a/korganizer/koprefsdialog.cpp +++ b/korganizer/koprefsdialog.cpp | |||
@@ -49,98 +49,100 @@ | |||
49 | #include <kfontdialog.h> | 49 | #include <kfontdialog.h> |
50 | #include <kfiledialog.h> | 50 | #include <kfiledialog.h> |
51 | #include <kmessagebox.h> | 51 | #include <kmessagebox.h> |
52 | #include <kcolordialog.h> | 52 | #include <kcolordialog.h> |
53 | #include <kiconloader.h> | 53 | #include <kiconloader.h> |
54 | #include <kemailsettings.h> | 54 | #include <kemailsettings.h> |
55 | #include <kstandarddirs.h> | 55 | #include <kstandarddirs.h> |
56 | 56 | ||
57 | #include <kurlrequester.h> | 57 | #include <kurlrequester.h> |
58 | #include <klineedit.h> | 58 | #include <klineedit.h> |
59 | 59 | ||
60 | #if defined(USE_SOLARIS) | 60 | #if defined(USE_SOLARIS) |
61 | #include <sys/param.h> | 61 | #include <sys/param.h> |
62 | 62 | ||
63 | #define ZONEINFODIR "/usr/share/lib/zoneinfo" | 63 | #define ZONEINFODIR "/usr/share/lib/zoneinfo" |
64 | #define INITFILE "/etc/default/init" | 64 | #define INITFILE "/etc/default/init" |
65 | #endif | 65 | #endif |
66 | 66 | ||
67 | #include "koprefs.h" | 67 | #include "koprefs.h" |
68 | 68 | ||
69 | #include "koprefsdialog.h" | 69 | #include "koprefsdialog.h" |
70 | #include "kpimglobalprefs.h" | 70 | #include "kpimglobalprefs.h" |
71 | 71 | ||
72 | 72 | ||
73 | KOPrefsDialog::KOPrefsDialog(QWidget *parent, char *name, bool modal) : | 73 | KOPrefsDialog::KOPrefsDialog(QWidget *parent, char *name, bool modal) : |
74 | KPrefsDialog(KOPrefs::instance(),parent,name,true) | 74 | KPrefsDialog(KOPrefs::instance(),parent,name,true) |
75 | { | 75 | { |
76 | 76 | ||
77 | setCaption( i18n("Preferences - some settings need a restart (nr)")); | 77 | setCaption( i18n("Preferences - some settings need a restart (nr)")); |
78 | mCategoryDict.setAutoDelete(true); | 78 | mCategoryDict.setAutoDelete(true); |
79 | 79 | ||
80 | KGlobal::locale()->insertCatalogue("timezones"); | 80 | KGlobal::locale()->insertCatalogue("timezones"); |
81 | 81 | ||
82 | setupGlobalTab(); | 82 | setupGlobalTab(); |
83 | setupMainTab(); | 83 | setupMainTab(); |
84 | // setupLocaleTab(); | 84 | // setupLocaleTab(); |
85 | //setupTimeZoneTab(); | 85 | //setupTimeZoneTab(); |
86 | setupTimeTab(); | 86 | setupTimeTab(); |
87 | //setupLocaleDateTab(); | 87 | //setupLocaleDateTab(); |
88 | setupFontsTab(); | 88 | setupFontsTab(); |
89 | setupColorsTab(); | 89 | setupColorsTab(); |
90 | setupViewsTab(); | 90 | setupViewsTab(); |
91 | //setupSyncTab(); | 91 | //setupSyncTab(); |
92 | //setupSyncAlgTab(); | 92 | //setupSyncAlgTab(); |
93 | //setupPrinterTab(); | 93 | //setupPrinterTab(); |
94 | //setupGroupSchedulingTab(); | 94 | //setupGroupSchedulingTab(); |
95 | //setupGroupAutomationTab(); | 95 | //setupGroupAutomationTab(); |
96 | 96 | ||
97 | #ifndef DESKTOP_VERSION | ||
97 | if ( QApplication::desktop()->height() == 480 ) | 98 | if ( QApplication::desktop()->height() == 480 ) |
98 | hideButtons(); | 99 | hideButtons(); |
100 | #endif | ||
99 | } | 101 | } |
100 | 102 | ||
101 | 103 | ||
102 | KOPrefsDialog::~KOPrefsDialog() | 104 | KOPrefsDialog::~KOPrefsDialog() |
103 | { | 105 | { |
104 | } | 106 | } |
105 | void KOPrefsDialog::setupGlobalTab() | 107 | void KOPrefsDialog::setupGlobalTab() |
106 | { | 108 | { |
107 | QFrame *topFrame = addPage(i18n("Global"),0,0); | 109 | QFrame *topFrame = addPage(i18n("Global"),0,0); |
108 | kdelibcfg = new KDEPIMConfigWidget( KPimGlobalPrefs::instance(), topFrame, "KCMKdeLibConfig" ); | 110 | kdelibcfg = new KDEPIMConfigWidget( KPimGlobalPrefs::instance(), topFrame, "KCMKdeLibConfig" ); |
109 | QVBoxLayout *topLayout = new QVBoxLayout(topFrame); | 111 | QVBoxLayout *topLayout = new QVBoxLayout(topFrame); |
110 | topLayout->addWidget( kdelibcfg ); | 112 | topLayout->addWidget( kdelibcfg ); |
111 | 113 | ||
112 | 114 | ||
113 | } | 115 | } |
114 | void KOPrefsDialog::setupLocaleDateTab() | 116 | void KOPrefsDialog::setupLocaleDateTab() |
115 | { | 117 | { |
116 | #if 0 | 118 | #if 0 |
117 | QFrame *topFrame = addPage(i18n("Date Format"),0,0); | 119 | QFrame *topFrame = addPage(i18n("Date Format"),0,0); |
118 | QGridLayout *topLayout = new QGridLayout(topFrame,3,2); | 120 | QGridLayout *topLayout = new QGridLayout(topFrame,3,2); |
119 | topLayout->setSpacing(spacingHint()); | 121 | topLayout->setSpacing(spacingHint()); |
120 | topLayout->setMargin(marginHint()); | 122 | topLayout->setMargin(marginHint()); |
121 | int iii = 0; | 123 | int iii = 0; |
122 | 124 | ||
123 | 125 | ||
124 | KPrefsDialogWidRadios *syncPrefsGroup = | 126 | KPrefsDialogWidRadios *syncPrefsGroup = |
125 | addWidRadios(i18n("Date Format:"),&(KOPrefs::instance()->mPreferredDate),topFrame); | 127 | addWidRadios(i18n("Date Format:"),&(KOPrefs::instance()->mPreferredDate),topFrame); |
126 | QString format; | 128 | QString format; |
127 | if ( QApplication::desktop()->width() < 480 ) | 129 | if ( QApplication::desktop()->width() < 480 ) |
128 | format = "(%d.%m.%Y)"; | 130 | format = "(%d.%m.%Y)"; |
129 | else | 131 | else |
130 | format = "(%d.%m.%Y|%A %d %B %Y)"; | 132 | format = "(%d.%m.%Y|%A %d %B %Y)"; |
131 | syncPrefsGroup->addRadio(i18n("24.03.2004 "+format)); | 133 | syncPrefsGroup->addRadio(i18n("24.03.2004 "+format)); |
132 | if ( QApplication::desktop()->width() < 480 ) | 134 | if ( QApplication::desktop()->width() < 480 ) |
133 | format = "(%m.%d.%Y)"; | 135 | format = "(%m.%d.%Y)"; |
134 | else | 136 | else |
135 | format = "(%m.%d.%Y|%A %B %d %Y)"; | 137 | format = "(%m.%d.%Y|%A %B %d %Y)"; |
136 | syncPrefsGroup->addRadio(i18n("03.24.2004 "+format)); | 138 | syncPrefsGroup->addRadio(i18n("03.24.2004 "+format)); |
137 | if ( QApplication::desktop()->width() < 480 ) | 139 | if ( QApplication::desktop()->width() < 480 ) |
138 | format = "(%Y-%m-%d)"; | 140 | format = "(%Y-%m-%d)"; |
139 | else | 141 | else |
140 | format = "(%Y-%m-%d|%A %Y %B %d)"; | 142 | format = "(%Y-%m-%d|%A %Y %B %d)"; |
141 | syncPrefsGroup->addRadio(i18n("2004-03-24 "+format)); | 143 | syncPrefsGroup->addRadio(i18n("2004-03-24 "+format)); |
142 | syncPrefsGroup->addRadio(i18n("User defined")); | 144 | syncPrefsGroup->addRadio(i18n("User defined")); |
143 | topLayout->addMultiCellWidget( syncPrefsGroup->groupBox(),iii,iii,0,1); | 145 | topLayout->addMultiCellWidget( syncPrefsGroup->groupBox(),iii,iii,0,1); |
144 | ++iii; | 146 | ++iii; |
145 | ++iii; | 147 | ++iii; |
146 | QLabel * lab; | 148 | QLabel * lab; |
diff --git a/korganizer/korganizer.pro b/korganizer/korganizer.pro index c2602b2..4d67dca 100644 --- a/korganizer/korganizer.pro +++ b/korganizer/korganizer.pro | |||
@@ -1,193 +1,191 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG = qt warn_on | 2 | CONFIG += qt warn_off |
3 | TARGET = kopi | 3 | TARGET = kopi |
4 | OBJECTS_DIR = _obj/ | 4 | OBJECTS_DIR = _obj/ |
5 | MOC_DIR = _moc | 5 | MOC_DIR = _moc |
6 | DESTDIR= ../bin | 6 | DESTDIR= ../bin |
7 | 7 | ||
8 | include( ../variables.pri ) | 8 | include( ../variables.pri ) |
9 | 9 | ||
10 | INCLUDEPATH += ../microkde ../ interfaces ../microkde/kdecore ../microkde/kdeui ../microkde/kio/kfile ../microkde/kio/kio ../libkdepim | 10 | INCLUDEPATH += ../microkde ../ interfaces ../microkde/kdecore ../microkde/kdeui ../microkde/kio/kfile ../microkde/kio/kio ../libkdepim |
11 | #../qtcompat | 11 | #../qtcompat |
12 | DEFINES += KORG_NODND KORG_NOPLUGINS KORG_NOARCHIVE KORG_NOMAIL | 12 | DEFINES += KORG_NODND KORG_NOPLUGINS KORG_NOARCHIVE KORG_NOMAIL |
13 | DEFINES += KORG_NODCOP KORG_NOKALARMD KORG_NORESOURCEVIEW KORG_NOSPLITTER | 13 | DEFINES += KORG_NODCOP KORG_NOKALARMD KORG_NORESOURCEVIEW KORG_NOSPLITTER |
14 | #KORG_NOPRINTER KORG_NOKABC | 14 | #KORG_NOPRINTER KORG_NOKABC |
15 | DEFINES += KORG_NOLVALTERNATION | 15 | DEFINES += KORG_NOLVALTERNATION |
16 | DEFINES += DESKTOP_VERSION | 16 | DEFINES += DESKTOP_VERSION |
17 | unix : { | 17 | unix : { |
18 | LIBS += ../bin/libmicrokdepim.so | 18 | LIBS += ../bin/libmicrokdepim.so |
19 | LIBS += ../bin/libmicrokcal.so | 19 | LIBS += ../bin/libmicrokcal.so |
20 | LIBS += ../bin/libmicrokde.so | 20 | LIBS += ../bin/libmicrokde.so |
21 | LIBS += ../bin/libmicrokabc.so | 21 | LIBS += ../bin/libmicrokabc.so |
22 | #LIBS += -lbluetooth | 22 | #LIBS += -lbluetooth |
23 | #LIBS += -lsdp | 23 | #LIBS += -lsdp |
24 | 24 | ||
25 | #LIBS += -lldap | 25 | #LIBS += -lldap |
26 | OBJECTS_DIR = obj/unix | 26 | OBJECTS_DIR = obj/unix |
27 | MOC_DIR = moc/unix | 27 | MOC_DIR = moc/unix |
28 | } | 28 | } |
29 | win32: { | 29 | win32: { |
30 | RC_FILE = winicons.rc | 30 | RC_FILE = winicons.rc |
31 | DEFINES += _WIN32_ | 31 | DEFINES += _WIN32_ |
32 | LIBS += ../bin/microkdepim.lib | 32 | LIBS += ../bin/microkdepim.lib |
33 | LIBS += ../bin/microkcal.lib | 33 | LIBS += ../bin/microkcal.lib |
34 | LIBS += ../bin/microkde.lib | 34 | LIBS += ../bin/microkde.lib |
35 | LIBS += ../bin/microkabc.lib | 35 | LIBS += ../bin/microkabc.lib |
36 | LIBS += ../libical/lib/ical.lib | 36 | LIBS += ../libical/lib/ical.lib |
37 | LIBS += ../libical/lib/icalss.lib | 37 | LIBS += ../libical/lib/icalss.lib |
38 | #LIBS += atls.lib | 38 | #LIBS += atls.lib |
39 | LIBS += mfc71u.lib | ||
40 | QMAKE_LINK += /NODEFAULTLIB:LIBC | 39 | QMAKE_LINK += /NODEFAULTLIB:LIBC |
41 | #QMAKE_LINK += /NODEFAULTLIB:MSVCRT | 40 | #QMAKE_LINK += /NODEFAULTLIB:MSVCRT |
42 | #QMAKE_LINK += /NODEFAULTLIB:uafxcw.lib | 41 | #QMAKE_LINK += /NODEFAULTLIB:uafxcw.lib |
43 | OBJECTS_DIR = obj/win | 42 | OBJECTS_DIR = obj/win |
44 | MOC_DIR = moc/win | 43 | MOC_DIR = moc/win |
44 | #olimport section | ||
45 | #blabla: { | ||
46 | LIBS += mfc71u.lib | ||
47 | DEFINES += _OL_IMPORT_ | ||
48 | |||
49 | HEADERS += ../outport/msoutl9.h \ | ||
50 | koimportoldialog.h | ||
51 | SOURCES += ../outport/msoutl9.cpp \ | ||
52 | koimportoldialog.cpp | ||
53 | #} | ||
54 | #olimport section end | ||
55 | |||
45 | } | 56 | } |
46 | 57 | ||
47 | 58 | ||
48 | INTERFACES = kofilterview_base.ui | 59 | INTERFACES = kofilterview_base.ui |
49 | #filteredit_base.ui | 60 | #filteredit_base.ui |
50 | 61 | ||
51 | # kdateedit.h \ | 62 | # kdateedit.h \ |
52 | 63 | ||
53 | HEADERS = \ | 64 | HEADERS += \ |
54 | filteredit_base.h \ | 65 | filteredit_base.h \ |
55 | alarmclient.h \ | 66 | alarmclient.h \ |
56 | calendarview.h \ | 67 | calendarview.h \ |
57 | customlistviewitem.h \ | 68 | customlistviewitem.h \ |
58 | datenavigator.h \ | 69 | datenavigator.h \ |
59 | docprefs.h \ | 70 | docprefs.h \ |
60 | filtereditdialog.h \ | 71 | filtereditdialog.h \ |
61 | incomingdialog.h \ | 72 | incomingdialog.h \ |
62 | incomingdialog_base.h \ | 73 | incomingdialog_base.h \ |
63 | interfaces/korganizer/baseview.h \ | 74 | interfaces/korganizer/baseview.h \ |
64 | interfaces/korganizer/calendarviewbase.h \ | 75 | interfaces/korganizer/calendarviewbase.h \ |
65 | journalentry.h \ | 76 | journalentry.h \ |
66 | kdatenavigator.h \ | 77 | kdatenavigator.h \ |
67 | koagenda.h \ | 78 | koagenda.h \ |
68 | koagendaitem.h \ | 79 | koagendaitem.h \ |
69 | koagendaview.h \ | 80 | koagendaview.h \ |
70 | kocounterdialog.h \ | 81 | kocounterdialog.h \ |
71 | kodaymatrix.h \ | 82 | kodaymatrix.h \ |
72 | kodialogmanager.h \ | 83 | kodialogmanager.h \ |
73 | koeditordetails.h \ | 84 | koeditordetails.h \ |
74 | koeditorgeneral.h \ | 85 | koeditorgeneral.h \ |
75 | koeditorgeneralevent.h \ | 86 | koeditorgeneralevent.h \ |
76 | koeditorgeneraltodo.h \ | 87 | koeditorgeneraltodo.h \ |
77 | koeditorrecurrence.h \ | 88 | koeditorrecurrence.h \ |
78 | koeventeditor.h \ | 89 | koeventeditor.h \ |
79 | koeventpopupmenu.h \ | 90 | koeventpopupmenu.h \ |
80 | koeventview.h \ | 91 | koeventview.h \ |
81 | koeventviewer.h \ | 92 | koeventviewer.h \ |
82 | koeventviewerdialog.h \ | 93 | koeventviewerdialog.h \ |
83 | kofilterview.h \ | 94 | kofilterview.h \ |
84 | koglobals.h \ | 95 | koglobals.h \ |
85 | koincidenceeditor.h \ | 96 | koincidenceeditor.h \ |
86 | kojournalview.h \ | 97 | kojournalview.h \ |
87 | kolistview.h \ | 98 | kolistview.h \ |
88 | kolocationbox.h \ | 99 | kolocationbox.h \ |
89 | komonthview.h \ | 100 | komonthview.h \ |
90 | koprefs.h \ | 101 | koprefs.h \ |
91 | koprefsdialog.h \ | 102 | koprefsdialog.h \ |
92 | kotimespanview.h \ | 103 | kotimespanview.h \ |
93 | kotodoeditor.h \ | 104 | kotodoeditor.h \ |
94 | kotodoview.h \ | 105 | kotodoview.h \ |
95 | kotodoviewitem.h \ | 106 | kotodoviewitem.h \ |
96 | koviewmanager.h \ | 107 | koviewmanager.h \ |
97 | kowhatsnextview.h \ | 108 | kowhatsnextview.h \ |
98 | ktimeedit.h \ | 109 | ktimeedit.h \ |
99 | lineview.h \ | 110 | lineview.h \ |
100 | mainwindow.h \ | 111 | mainwindow.h \ |
101 | navigatorbar.h \ | 112 | navigatorbar.h \ |
102 | outgoingdialog.h \ | 113 | outgoingdialog.h \ |
103 | outgoingdialog_base.h \ | 114 | outgoingdialog_base.h \ |
104 | publishdialog.h \ | 115 | publishdialog.h \ |
105 | publishdialog_base.h \ | 116 | publishdialog_base.h \ |
106 | savetemplatedialog.h \ | 117 | savetemplatedialog.h \ |
107 | searchdialog.h \ | 118 | searchdialog.h \ |
108 | simplealarmclient.h \ | 119 | simplealarmclient.h \ |
109 | statusdialog.h \ | 120 | statusdialog.h \ |
110 | timeline.h \ | 121 | timeline.h \ |
111 | timespanview.h \ | 122 | timespanview.h \ |
112 | version.h \ | 123 | version.h \ |
113 | ../kalarmd/alarmdialog.h \ | 124 | ../kalarmd/alarmdialog.h \ |
114 | 125 | ||
115 | 126 | ||
116 | SOURCES = \ | 127 | SOURCES += \ |
117 | filteredit_base.cpp \ | 128 | filteredit_base.cpp \ |
118 | calendarview.cpp \ | 129 | calendarview.cpp \ |
119 | datenavigator.cpp \ | 130 | datenavigator.cpp \ |
120 | docprefs.cpp \ | 131 | docprefs.cpp \ |
121 | filtereditdialog.cpp \ | 132 | filtereditdialog.cpp \ |
122 | incomingdialog.cpp \ | 133 | incomingdialog.cpp \ |
123 | incomingdialog_base.cpp \ | 134 | incomingdialog_base.cpp \ |
124 | journalentry.cpp \ | 135 | journalentry.cpp \ |
125 | kdatenavigator.cpp \ | 136 | kdatenavigator.cpp \ |
126 | koagenda.cpp \ | 137 | koagenda.cpp \ |
127 | koagendaitem.cpp \ | 138 | koagendaitem.cpp \ |
128 | koagendaview.cpp \ | 139 | koagendaview.cpp \ |
129 | kocounterdialog.cpp \ | 140 | kocounterdialog.cpp \ |
130 | kodaymatrix.cpp \ | 141 | kodaymatrix.cpp \ |
131 | kodialogmanager.cpp \ | 142 | kodialogmanager.cpp \ |
132 | koeditordetails.cpp \ | 143 | koeditordetails.cpp \ |
133 | koeditorgeneral.cpp \ | 144 | koeditorgeneral.cpp \ |
134 | koeditorgeneralevent.cpp \ | 145 | koeditorgeneralevent.cpp \ |
135 | koeditorgeneraltodo.cpp \ | 146 | koeditorgeneraltodo.cpp \ |
136 | koeditorrecurrence.cpp \ | 147 | koeditorrecurrence.cpp \ |
137 | koeventeditor.cpp \ | 148 | koeventeditor.cpp \ |
138 | koeventpopupmenu.cpp \ | 149 | koeventpopupmenu.cpp \ |
139 | koeventview.cpp \ | 150 | koeventview.cpp \ |
140 | koeventviewer.cpp \ | 151 | koeventviewer.cpp \ |
141 | koeventviewerdialog.cpp \ | 152 | koeventviewerdialog.cpp \ |
142 | kofilterview.cpp \ | 153 | kofilterview.cpp \ |
143 | koglobals.cpp \ | 154 | koglobals.cpp \ |
144 | koincidenceeditor.cpp \ | 155 | koincidenceeditor.cpp \ |
145 | kojournalview.cpp \ | 156 | kojournalview.cpp \ |
146 | kolistview.cpp \ | 157 | kolistview.cpp \ |
147 | kolocationbox.cpp \ | 158 | kolocationbox.cpp \ |
148 | komonthview.cpp \ | 159 | komonthview.cpp \ |
149 | koprefs.cpp \ | 160 | koprefs.cpp \ |
150 | koprefsdialog.cpp \ | 161 | koprefsdialog.cpp \ |
151 | kotimespanview.cpp \ | 162 | kotimespanview.cpp \ |
152 | kotodoeditor.cpp \ | 163 | kotodoeditor.cpp \ |
153 | kotodoview.cpp \ | 164 | kotodoview.cpp \ |
154 | kotodoviewitem.cpp \ | 165 | kotodoviewitem.cpp \ |
155 | koviewmanager.cpp \ | 166 | koviewmanager.cpp \ |
156 | kowhatsnextview.cpp \ | 167 | kowhatsnextview.cpp \ |
157 | ktimeedit.cpp \ | 168 | ktimeedit.cpp \ |
158 | lineview.cpp \ | 169 | lineview.cpp \ |
159 | main.cpp \ | 170 | main.cpp \ |
160 | mainwindow.cpp \ | 171 | mainwindow.cpp \ |
161 | navigatorbar.cpp \ | 172 | navigatorbar.cpp \ |
162 | outgoingdialog.cpp \ | 173 | outgoingdialog.cpp \ |
163 | outgoingdialog_base.cpp \ | 174 | outgoingdialog_base.cpp \ |
164 | publishdialog.cpp \ | 175 | publishdialog.cpp \ |
165 | publishdialog_base.cpp \ | 176 | publishdialog_base.cpp \ |
166 | savetemplatedialog.cpp \ | 177 | savetemplatedialog.cpp \ |
167 | searchdialog.cpp \ | 178 | searchdialog.cpp \ |
168 | simplealarmclient.cpp \ | 179 | simplealarmclient.cpp \ |
169 | statusdialog.cpp \ | 180 | statusdialog.cpp \ |
170 | timeline.cpp \ | 181 | timeline.cpp \ |
171 | timespanview.cpp \ | 182 | timespanview.cpp \ |
172 | ../kalarmd/alarmdialog.cpp | 183 | ../kalarmd/alarmdialog.cpp |
173 | 184 | ||
174 | HEADERS += calprintbase.h calprinter.h calprintplugins.h cellitem.h | 185 | HEADERS += calprintbase.h calprinter.h calprintplugins.h cellitem.h |
175 | INTERFACES += calprintdayconfig_base.ui \ | 186 | INTERFACES += calprintdayconfig_base.ui \ |
176 | calprintmonthconfig_base.ui \ | 187 | calprintmonthconfig_base.ui \ |
177 | calprinttodoconfig_base.ui \ | 188 | calprinttodoconfig_base.ui \ |
178 | calprintweekconfig_base.ui | 189 | calprintweekconfig_base.ui |
179 | SOURCES += calprintbase.cpp calprinter.cpp calprintplugins.cpp cellitem.cpp | 190 | SOURCES += calprintbase.cpp calprinter.cpp calprintplugins.cpp cellitem.cpp |
180 | 191 | ||
181 | |||
182 | |||
183 | win32: { | ||
184 | HEADERS += ../outport/msoutl9.h \ | ||
185 | koimportoldialog.h | ||
186 | |||
187 | |||
188 | SOURCES += ../outport/msoutl9.cpp \ | ||
189 | koimportoldialog.cpp | ||
190 | |||
191 | |||
192 | } | ||
193 | |||
diff --git a/korganizer/main.cpp b/korganizer/main.cpp index 2481ca4..4b207d9 100644 --- a/korganizer/main.cpp +++ b/korganizer/main.cpp | |||
@@ -1,95 +1,96 @@ | |||
1 | 1 | ||
2 | 2 | ||
3 | #ifndef DESKTOP_VERSION | 3 | #ifndef DESKTOP_VERSION |
4 | #include <qpe/qpeapplication.h> | 4 | #include <qpe/qpeapplication.h> |
5 | #include <qcopchannel_qws.h> | 5 | #include <qcopchannel_qws.h> |
6 | #include <qpe/global.h> | 6 | #include <qpe/global.h> |
7 | #include <stdlib.h> | 7 | #include <stdlib.h> |
8 | #else | 8 | #else |
9 | #include <qapplication.h> | 9 | #include <qapplication.h> |
10 | #include <qstring.h> | 10 | #include <qstring.h> |
11 | #include <qwindowsstyle.h> | 11 | #include <qwindowsstyle.h> |
12 | #include <qplatinumstyle.h> | 12 | #include <qplatinumstyle.h> |
13 | #include <qsgistyle.h> | 13 | #include <qsgistyle.h> |
14 | #include <stdlib.h> | ||
14 | #endif | 15 | #endif |
15 | #include <qtextcodec.h> | 16 | #include <qtextcodec.h> |
16 | 17 | ||
17 | #include <qdir.h> | 18 | #include <qdir.h> |
18 | #include <kstandarddirs.h> | 19 | #include <kstandarddirs.h> |
19 | #include <kglobal.h> | 20 | #include <kglobal.h> |
20 | #include <stdio.h> | 21 | #include <stdio.h> |
21 | #include "mainwindow.h" | 22 | #include "mainwindow.h" |
22 | #include <libkdepim/kpimglobalprefs.h> | 23 | #include <libkdepim/kpimglobalprefs.h> |
23 | void dumpMissing(); | 24 | void dumpMissing(); |
24 | int main( int argc, char **argv ) | 25 | int main( int argc, char **argv ) |
25 | { | 26 | { |
26 | #ifndef DESKTOP_VERSION | 27 | #ifndef DESKTOP_VERSION |
27 | QPEApplication a( argc, argv ); | 28 | QPEApplication a( argc, argv ); |
28 | a.setKeepRunning (); | 29 | a.setKeepRunning (); |
29 | #else | 30 | #else |
30 | QApplication a( argc, argv ); | 31 | QApplication a( argc, argv ); |
31 | QApplication::setStyle( new QPlatinumStyle ()); | 32 | QApplication::setStyle( new QPlatinumStyle ()); |
32 | QString hdir = QDir::homeDirPath(); | 33 | #ifdef _WIN32_ |
33 | // there is a bug when creating dirs for WIN 98 | 34 | QString hdir ( getenv( "HOME") ); |
34 | // it is difficult to fix, because we have no WIN 98 runnung | 35 | if ( hdir.isEmpty() ) { |
35 | // such that we try it to create the dirs at startup here | 36 | QString hd ("C:/" ); |
36 | if ( hdir == "C:\\" ) { // win 98 or ME | 37 | //QMessageBox::information(0,"hh",QDir::homeDirPath()+" xx" +hd ); |
37 | QDir app_dir; | 38 | if ( QDir::homeDirPath().lower() == hd.lower() ) { |
38 | if ( !app_dir.exists("C:\\kdepim") ) | 39 | _putenv( "HOME=C:"); |
39 | app_dir.mkdir ("C:\\kdepim"); | 40 | //QMessageBox::information(0,"hh",QString ( getenv( "HOME") ) ); |
40 | if ( !app_dir.exists("C:\\kdepim\\apps") ) | 41 | } |
41 | app_dir.mkdir ("C:\\kdepim\\apps"); | 42 | } else { |
42 | if ( !app_dir.exists("C:\\kdepim\\config") ) | 43 | QDir app_dir; |
43 | app_dir.mkdir ("C:\\kdepim\\config"); | 44 | if ( !app_dir.exists(hdir) ) |
44 | if ( !app_dir.exists("C:\\kdepim\\apps\\korganizer") ) | 45 | app_dir.mkdir (hdir); |
45 | app_dir.mkdir ("C:\\kdepim\\apps\\korganizer"); | ||
46 | } | 46 | } |
47 | #endif | 47 | #endif |
48 | #endif | ||
48 | bool exitHelp = false; | 49 | bool exitHelp = false; |
49 | if ( argc > 1 ) { | 50 | if ( argc > 1 ) { |
50 | QString command = argv[1]; | 51 | QString command = argv[1]; |
51 | if ( command == "-help" ){ | 52 | if ( command == "-help" ){ |
52 | printf("KO/Pi command line commands:\n"); | 53 | printf("KO/Pi command line commands:\n"); |
53 | printf(" no command: Start KO/Pi in usual way\n"); | 54 | printf(" no command: Start KO/Pi in usual way\n"); |
54 | printf(" -help: This output\n"); | 55 | printf(" -help: This output\n"); |
55 | printf("Next Option: Open or Show after start:\n"); | 56 | printf("Next Option: Open or Show after start:\n"); |
56 | printf(" -newTodo: New Todo dialog\n"); | 57 | printf(" -newTodo: New Todo dialog\n"); |
57 | printf(" -newEvent: New Event dialog\n"); | 58 | printf(" -newEvent: New Event dialog\n"); |
58 | printf(" -showList: List view\n"); | 59 | printf(" -showList: List view\n"); |
59 | printf(" -showDay: Day view\n"); | 60 | printf(" -showDay: Day view\n"); |
60 | printf(" -showWWeek: Work Week view\n"); | 61 | printf(" -showWWeek: Work Week view\n"); |
61 | printf(" -showWeek: Week view\n"); | 62 | printf(" -showWeek: Week view\n"); |
62 | printf(" -showTodo: Todo view\n"); | 63 | printf(" -showTodo: Todo view\n"); |
63 | printf(" -showJournal: Journal view\n"); | 64 | printf(" -showJournal: Journal view\n"); |
64 | printf(" -showKO: Next Days view\n"); | 65 | printf(" -showKO: Next Days view\n"); |
65 | printf(" -showWNext: What's Next view\n"); | 66 | printf(" -showWNext: What's Next view\n"); |
66 | printf(" -showNextXView: Next X View\n"); | 67 | printf(" -showNextXView: Next X View\n"); |
67 | printf(" -new[Y] and -show[X] may be used togehther\n"); | 68 | printf(" -new[Y] and -show[X] may be used togehther\n"); |
68 | printf(" KO/Pi is exiting now. Bye!\n"); | 69 | printf(" KO/Pi is exiting now. Bye!\n"); |
69 | exitHelp = true; | 70 | exitHelp = true; |
70 | } | 71 | } |
71 | } | 72 | } |
72 | if ( ! exitHelp ) { | 73 | if ( ! exitHelp ) { |
73 | KGlobal::setAppName( "korganizer" ); | 74 | KGlobal::setAppName( "korganizer" ); |
74 | QString fileName ; | 75 | QString fileName ; |
75 | #ifndef DESKTOP_VERSION | 76 | #ifndef DESKTOP_VERSION |
76 | fileName = getenv("QPEDIR"); | 77 | fileName = getenv("QPEDIR"); |
77 | KGlobal::iconLoader()->setIconPath( fileName +"/pics/kdepim/korganizer/"); | 78 | KGlobal::iconLoader()->setIconPath( fileName +"/pics/kdepim/korganizer/"); |
78 | #else | 79 | #else |
79 | fileName = qApp->applicationDirPath () + "/kdepim/korganizer/"; | 80 | fileName = qApp->applicationDirPath () + "/kdepim/korganizer/"; |
80 | KGlobal::iconLoader()->setIconPath(QDir::convertSeparators(fileName)); | 81 | KGlobal::iconLoader()->setIconPath(QDir::convertSeparators(fileName)); |
81 | #endif | 82 | #endif |
82 | KStandardDirs::setAppDir( QDir::convertSeparators(locateLocal("data", "korganizer"))); | 83 | KStandardDirs::setAppDir( QDir::convertSeparators(locateLocal("data", "korganizer"))); |
83 | MainWindow m; | 84 | MainWindow m; |
84 | #ifndef DESKTOP_VERSION | 85 | #ifndef DESKTOP_VERSION |
85 | 86 | ||
86 | QObject::connect( &a, SIGNAL (appMessage ( const QCString &, const QByteArray & )),&m, SLOT(recieve( const QCString&, const QByteArray& ))); | 87 | QObject::connect( &a, SIGNAL (appMessage ( const QCString &, const QByteArray & )),&m, SLOT(recieve( const QCString&, const QByteArray& ))); |
87 | a.showMainWidget(&m ); | 88 | a.showMainWidget(&m ); |
88 | #else | 89 | #else |
89 | a.setMainWidget(&m ); | 90 | a.setMainWidget(&m ); |
90 | m.show(); | 91 | m.show(); |
91 | //m.resize( 800, 600 ); | 92 | //m.resize( 800, 600 ); |
92 | QObject::connect(&a, SIGNAL(lastWindowClosed()), &a, SLOT(quit())); | 93 | QObject::connect(&a, SIGNAL(lastWindowClosed()), &a, SLOT(quit())); |
93 | #endif | 94 | #endif |
94 | if ( argc > 1 ) { | 95 | if ( argc > 1 ) { |
95 | QCString command = argv[1]; | 96 | QCString command = argv[1]; |
diff --git a/korganizer/mainwindow.cpp b/korganizer/mainwindow.cpp index 7b07a2e..26ea1e2 100644 --- a/korganizer/mainwindow.cpp +++ b/korganizer/mainwindow.cpp | |||
@@ -21,98 +21,100 @@ | |||
21 | #include <qtextstream.h> | 21 | #include <qtextstream.h> |
22 | #ifndef DESKTOP_VERSION | 22 | #ifndef DESKTOP_VERSION |
23 | #include <qpe/global.h> | 23 | #include <qpe/global.h> |
24 | #include <qpe/qpemenubar.h> | 24 | #include <qpe/qpemenubar.h> |
25 | #include <qpe/qpetoolbar.h> | 25 | #include <qpe/qpetoolbar.h> |
26 | #include <qpe/resource.h> | 26 | #include <qpe/resource.h> |
27 | #include <qpe/qpeapplication.h> | 27 | #include <qpe/qpeapplication.h> |
28 | #include <qtopia/alarmserver.h> | 28 | #include <qtopia/alarmserver.h> |
29 | #include <qtopia/qcopenvelope_qws.h> | 29 | #include <qtopia/qcopenvelope_qws.h> |
30 | #include <unistd.h> // for sleep | 30 | #include <unistd.h> // for sleep |
31 | #else | 31 | #else |
32 | #include <qmenubar.h> | 32 | #include <qmenubar.h> |
33 | #include <qtoolbar.h> | 33 | #include <qtoolbar.h> |
34 | #include <qapplication.h> | 34 | #include <qapplication.h> |
35 | //#include <resource.h> | 35 | //#include <resource.h> |
36 | 36 | ||
37 | #endif | 37 | #endif |
38 | #include <libkcal/calendarlocal.h> | 38 | #include <libkcal/calendarlocal.h> |
39 | #include <libkcal/todo.h> | 39 | #include <libkcal/todo.h> |
40 | #include <libkcal/phoneformat.h> | 40 | #include <libkcal/phoneformat.h> |
41 | #include <libkdepim/ksyncprofile.h> | 41 | #include <libkdepim/ksyncprofile.h> |
42 | #include <libkdepim/phoneaccess.h> | 42 | #include <libkdepim/phoneaccess.h> |
43 | #include <libkcal/kincidenceformatter.h> | 43 | #include <libkcal/kincidenceformatter.h> |
44 | #include <libkdepim/kpimglobalprefs.h> | 44 | #include <libkdepim/kpimglobalprefs.h> |
45 | 45 | ||
46 | #include "calendarview.h" | 46 | #include "calendarview.h" |
47 | #include "koviewmanager.h" | 47 | #include "koviewmanager.h" |
48 | #include "datenavigator.h" | 48 | #include "datenavigator.h" |
49 | #include "koagendaview.h" | 49 | #include "koagendaview.h" |
50 | #include "koagenda.h" | 50 | #include "koagenda.h" |
51 | #include "kodialogmanager.h" | 51 | #include "kodialogmanager.h" |
52 | #include "kdialogbase.h" | 52 | #include "kdialogbase.h" |
53 | #include "kapplication.h" | 53 | #include "kapplication.h" |
54 | #include "kofilterview.h" | 54 | #include "kofilterview.h" |
55 | #include "kstandarddirs.h" | 55 | #include "kstandarddirs.h" |
56 | #include "koprefs.h" | 56 | #include "koprefs.h" |
57 | #include "kfiledialog.h" | 57 | #include "kfiledialog.h" |
58 | #include "koglobals.h" | 58 | #include "koglobals.h" |
59 | #include "kglobal.h" | 59 | #include "kglobal.h" |
60 | #include "klocale.h" | 60 | #include "klocale.h" |
61 | #include "kconfig.h" | 61 | #include "kconfig.h" |
62 | #include "simplealarmclient.h" | 62 | #include "simplealarmclient.h" |
63 | #include "externalapphandler.h" | 63 | #include "externalapphandler.h" |
64 | 64 | ||
65 | using namespace KCal; | 65 | using namespace KCal; |
66 | #ifndef _WIN32_ | 66 | #ifndef _WIN32_ |
67 | #include <unistd.h> | 67 | #include <unistd.h> |
68 | #else | 68 | #else |
69 | #ifdef _OL_IMPORT_ | ||
69 | #include "koimportoldialog.h" | 70 | #include "koimportoldialog.h" |
70 | #endif | 71 | #endif |
72 | #endif | ||
71 | #include "mainwindow.h" | 73 | #include "mainwindow.h" |
72 | 74 | ||
73 | class KOex2phonePrefs : public QDialog | 75 | class KOex2phonePrefs : public QDialog |
74 | { | 76 | { |
75 | public: | 77 | public: |
76 | KOex2phonePrefs( QWidget *parent=0, const char *name=0 ) : | 78 | KOex2phonePrefs( QWidget *parent=0, const char *name=0 ) : |
77 | QDialog( parent, name, true ) | 79 | QDialog( parent, name, true ) |
78 | { | 80 | { |
79 | setCaption( i18n("Export to phone options") ); | 81 | setCaption( i18n("Export to phone options") ); |
80 | QVBoxLayout* lay = new QVBoxLayout( this ); | 82 | QVBoxLayout* lay = new QVBoxLayout( this ); |
81 | lay->setSpacing( 3 ); | 83 | lay->setSpacing( 3 ); |
82 | lay->setMargin( 3 ); | 84 | lay->setMargin( 3 ); |
83 | QLabel *lab; | 85 | QLabel *lab; |
84 | lay->addWidget(lab = new QLabel( i18n("Please read Help-Sync Howto\nto know what settings to use."), this ) ); | 86 | lay->addWidget(lab = new QLabel( i18n("Please read Help-Sync Howto\nto know what settings to use."), this ) ); |
85 | lab->setAlignment (AlignHCenter ); | 87 | lab->setAlignment (AlignHCenter ); |
86 | QHBox* temphb; | 88 | QHBox* temphb; |
87 | temphb = new QHBox( this ); | 89 | temphb = new QHBox( this ); |
88 | new QLabel( i18n("I/O device: "), temphb ); | 90 | new QLabel( i18n("I/O device: "), temphb ); |
89 | mPhoneDevice = new QLineEdit( temphb); | 91 | mPhoneDevice = new QLineEdit( temphb); |
90 | lay->addWidget( temphb ); | 92 | lay->addWidget( temphb ); |
91 | temphb = new QHBox( this ); | 93 | temphb = new QHBox( this ); |
92 | new QLabel( i18n("Connection: "), temphb ); | 94 | new QLabel( i18n("Connection: "), temphb ); |
93 | mPhoneConnection = new QLineEdit( temphb); | 95 | mPhoneConnection = new QLineEdit( temphb); |
94 | lay->addWidget( temphb ); | 96 | lay->addWidget( temphb ); |
95 | temphb = new QHBox( this ); | 97 | temphb = new QHBox( this ); |
96 | new QLabel( i18n("Model(opt.): "), temphb ); | 98 | new QLabel( i18n("Model(opt.): "), temphb ); |
97 | mPhoneModel = new QLineEdit( temphb); | 99 | mPhoneModel = new QLineEdit( temphb); |
98 | lay->addWidget( temphb ); | 100 | lay->addWidget( temphb ); |
99 | mWriteBackFuture= new QCheckBox( i18n("Write back events in future only"), this ); | 101 | mWriteBackFuture= new QCheckBox( i18n("Write back events in future only"), this ); |
100 | mWriteBackFuture->setChecked( true ); | 102 | mWriteBackFuture->setChecked( true ); |
101 | lay->addWidget( mWriteBackFuture ); | 103 | lay->addWidget( mWriteBackFuture ); |
102 | temphb = new QHBox( this ); | 104 | temphb = new QHBox( this ); |
103 | new QLabel( i18n("Max. weeks in future: ") , temphb ); | 105 | new QLabel( i18n("Max. weeks in future: ") , temphb ); |
104 | mWriteBackFutureWeeks= new QSpinBox(1,104, 1, temphb); | 106 | mWriteBackFutureWeeks= new QSpinBox(1,104, 1, temphb); |
105 | mWriteBackFutureWeeks->setValue( 8 ); | 107 | mWriteBackFutureWeeks->setValue( 8 ); |
106 | lay->addWidget( temphb ); | 108 | lay->addWidget( temphb ); |
107 | lay->addWidget(lab = new QLabel( i18n("NOTE: This will remove all old\ntodo/calendar data on phone!"), this ) ); | 109 | lay->addWidget(lab = new QLabel( i18n("NOTE: This will remove all old\ntodo/calendar data on phone!"), this ) ); |
108 | lab->setAlignment (AlignHCenter ); | 110 | lab->setAlignment (AlignHCenter ); |
109 | QPushButton * ok = new QPushButton( i18n("Export to mobile phone!"), this ); | 111 | QPushButton * ok = new QPushButton( i18n("Export to mobile phone!"), this ); |
110 | lay->addWidget( ok ); | 112 | lay->addWidget( ok ); |
111 | QPushButton * cancel = new QPushButton( i18n("Cancel"), this ); | 113 | QPushButton * cancel = new QPushButton( i18n("Cancel"), this ); |
112 | lay->addWidget( cancel ); | 114 | lay->addWidget( cancel ); |
113 | connect ( ok,SIGNAL(clicked() ),this , SLOT ( accept() ) ); | 115 | connect ( ok,SIGNAL(clicked() ),this , SLOT ( accept() ) ); |
114 | connect (cancel, SIGNAL(clicked() ), this, SLOT ( reject()) ); | 116 | connect (cancel, SIGNAL(clicked() ), this, SLOT ( reject()) ); |
115 | resize( 220, 240 ); | 117 | resize( 220, 240 ); |
116 | qApp->processEvents(); | 118 | qApp->processEvents(); |
117 | int dw = QApplication::desktop()->width(); | 119 | int dw = QApplication::desktop()->width(); |
118 | int dh = QApplication::desktop()->height(); | 120 | int dh = QApplication::desktop()->height(); |
@@ -733,97 +735,97 @@ void MainWindow::initActions() | |||
733 | 735 | ||
734 | actionMenu->insertSeparator(); | 736 | actionMenu->insertSeparator(); |
735 | 737 | ||
736 | action = new QAction( "purge_completed", i18n("Purge Completed"), 0, | 738 | action = new QAction( "purge_completed", i18n("Purge Completed"), 0, |
737 | this ); | 739 | this ); |
738 | action->addTo( actionMenu ); | 740 | action->addTo( actionMenu ); |
739 | connect( action, SIGNAL( activated() ), mView, SLOT( purgeCompleted() ) ); | 741 | connect( action, SIGNAL( activated() ), mView, SLOT( purgeCompleted() ) ); |
740 | 742 | ||
741 | icon = loadPixmap( pathString + "search" ); | 743 | icon = loadPixmap( pathString + "search" ); |
742 | QAction* search_action = new QAction( i18n("Search"), icon, i18n("Search..."), 0, this ); | 744 | QAction* search_action = new QAction( i18n("Search"), icon, i18n("Search..."), 0, this ); |
743 | configureToolBarMenu->insertItem(icon, i18n("Search"), 120 , 4); | 745 | configureToolBarMenu->insertItem(icon, i18n("Search"), 120 , 4); |
744 | search_action->addTo( actionMenu ); | 746 | search_action->addTo( actionMenu ); |
745 | connect( search_action, SIGNAL( activated() ), | 747 | connect( search_action, SIGNAL( activated() ), |
746 | mView->dialogManager(), SLOT( showSearchDialog() ) ); | 748 | mView->dialogManager(), SLOT( showSearchDialog() ) ); |
747 | 749 | ||
748 | icon = loadPixmap( pathString + "today" ); | 750 | icon = loadPixmap( pathString + "today" ); |
749 | configureToolBarMenu->insertItem(icon, i18n("Go to Today"), 130); | 751 | configureToolBarMenu->insertItem(icon, i18n("Go to Today"), 130); |
750 | QAction* today_action = new QAction( i18n("Go to Today"), icon, i18n("Go to Today"), 0, this ); | 752 | QAction* today_action = new QAction( i18n("Go to Today"), icon, i18n("Go to Today"), 0, this ); |
751 | today_action->addTo( actionMenu ); | 753 | today_action->addTo( actionMenu ); |
752 | connect( today_action, SIGNAL( activated() ), | 754 | connect( today_action, SIGNAL( activated() ), |
753 | mView, SLOT( goToday() ) ); | 755 | mView, SLOT( goToday() ) ); |
754 | 756 | ||
755 | if ( KOPrefs::instance()->mShowFullMenu ) { | 757 | if ( KOPrefs::instance()->mShowFullMenu ) { |
756 | actionMenu->insertSeparator(); | 758 | actionMenu->insertSeparator(); |
757 | actionMenu->insertItem( i18n("Configure Toolbar"),configureToolBarMenu ); | 759 | actionMenu->insertItem( i18n("Configure Toolbar"),configureToolBarMenu ); |
758 | 760 | ||
759 | } | 761 | } |
760 | // actionMenu->insertSeparator(); | 762 | // actionMenu->insertSeparator(); |
761 | action = new QAction( "import_qtopia", i18n("Import (*.ics/*.vcs) file"), 0, | 763 | action = new QAction( "import_qtopia", i18n("Import (*.ics/*.vcs) file"), 0, |
762 | this ); | 764 | this ); |
763 | action->addTo( importMenu ); | 765 | action->addTo( importMenu ); |
764 | connect( action, SIGNAL( activated() ), SLOT( importIcal() ) ); | 766 | connect( action, SIGNAL( activated() ), SLOT( importIcal() ) ); |
765 | action = new QAction( "import_quick", i18n("Import last file"), 0, | 767 | action = new QAction( "import_quick", i18n("Import last file"), 0, |
766 | this ); | 768 | this ); |
767 | action->addTo( importMenu ); | 769 | action->addTo( importMenu ); |
768 | connect( action, SIGNAL( activated() ), SLOT( quickImportIcal() ) ); | 770 | connect( action, SIGNAL( activated() ), SLOT( quickImportIcal() ) ); |
769 | importMenu->insertSeparator(); | 771 | importMenu->insertSeparator(); |
770 | action = new QAction( "import_bday", i18n("Import Birthdays (KA/Pi)"), 0, | 772 | action = new QAction( "import_bday", i18n("Import Birthdays (KA/Pi)"), 0, |
771 | this ); | 773 | this ); |
772 | action->addTo( importMenu ); | 774 | action->addTo( importMenu ); |
773 | connect( action, SIGNAL( activated() ), SLOT( importBday() ) ); | 775 | connect( action, SIGNAL( activated() ), SLOT( importBday() ) ); |
774 | #ifndef DESKTOP_VERSION | 776 | #ifndef DESKTOP_VERSION |
775 | importMenu->insertSeparator(); | 777 | importMenu->insertSeparator(); |
776 | action = new QAction( "import_qtopia", i18n("Import Opie/Qtopia Cal."), 0, | 778 | action = new QAction( "import_qtopia", i18n("Import Opie/Qtopia Cal."), 0, |
777 | this ); | 779 | this ); |
778 | action->addTo( importMenu ); | 780 | action->addTo( importMenu ); |
779 | connect( action, SIGNAL( activated() ), SLOT( importQtopia() ) ); | 781 | connect( action, SIGNAL( activated() ), SLOT( importQtopia() ) ); |
780 | #else | 782 | #else |
781 | #ifdef _WIN32_ | 783 | #ifdef _OL_IMPORT_ |
782 | importMenu->insertSeparator(); | 784 | importMenu->insertSeparator(); |
783 | action = new QAction( "import_ol", i18n("Import from OL"), 0, | 785 | action = new QAction( "import_ol", i18n("Import from OL"), 0, |
784 | this ); | 786 | this ); |
785 | action->addTo( importMenu ); | 787 | action->addTo( importMenu ); |
786 | connect( action, SIGNAL( activated() ), SLOT( importOL() ) ); | 788 | connect( action, SIGNAL( activated() ), SLOT( importOL() ) ); |
787 | #endif | 789 | #endif |
788 | #endif | 790 | #endif |
789 | 791 | ||
790 | importMenu->insertSeparator(); | 792 | importMenu->insertSeparator(); |
791 | action = new QAction( "load_cal", i18n("Load Calendar Backup"), 0, | 793 | action = new QAction( "load_cal", i18n("Load Calendar Backup"), 0, |
792 | this ); | 794 | this ); |
793 | action->addTo( importMenu ); | 795 | action->addTo( importMenu ); |
794 | connect( action, SIGNAL( activated() ), SLOT( loadCalendar() ) ); | 796 | connect( action, SIGNAL( activated() ), SLOT( loadCalendar() ) ); |
795 | 797 | ||
796 | action = new QAction( "save_cal", i18n("Save Calendar Backup"), 0, | 798 | action = new QAction( "save_cal", i18n("Save Calendar Backup"), 0, |
797 | this ); | 799 | this ); |
798 | action->addTo( importMenu ); | 800 | action->addTo( importMenu ); |
799 | connect( action, SIGNAL( activated() ), SLOT( saveCalendar() ) ); | 801 | connect( action, SIGNAL( activated() ), SLOT( saveCalendar() ) ); |
800 | 802 | ||
801 | importMenu->insertSeparator(); | 803 | importMenu->insertSeparator(); |
802 | action = new QAction( "import_qtopia", i18n("Export VCalendar"), 0, | 804 | action = new QAction( "import_qtopia", i18n("Export VCalendar"), 0, |
803 | this ); | 805 | this ); |
804 | action->addTo( importMenu ); connect( action, SIGNAL( activated() ), SLOT( exportVCalendar() ) ); | 806 | action->addTo( importMenu ); connect( action, SIGNAL( activated() ), SLOT( exportVCalendar() ) ); |
805 | 807 | ||
806 | 808 | ||
807 | //LR | 809 | //LR |
808 | QPopupMenu *ex2phone = new QPopupMenu( this ); | 810 | QPopupMenu *ex2phone = new QPopupMenu( this ); |
809 | ex2phone->insertItem(i18n("Complete calendar..."), 1 ); | 811 | ex2phone->insertItem(i18n("Complete calendar..."), 1 ); |
810 | ex2phone->insertItem(i18n("Filtered calendar..."), 2 ); | 812 | ex2phone->insertItem(i18n("Filtered calendar..."), 2 ); |
811 | connect( ex2phone, SIGNAL( activated(int) ), this, SLOT( exportToPhone( int)) ); | 813 | connect( ex2phone, SIGNAL( activated(int) ), this, SLOT( exportToPhone( int)) ); |
812 | importMenu->insertItem( i18n("Export to phone"), ex2phone ); | 814 | importMenu->insertItem( i18n("Export to phone"), ex2phone ); |
813 | 815 | ||
814 | importMenu->insertSeparator(); | 816 | importMenu->insertSeparator(); |
815 | action = new QAction( "manage cat", i18n("Manage new categories..."), 0, | 817 | action = new QAction( "manage cat", i18n("Manage new categories..."), 0, |
816 | this ); | 818 | this ); |
817 | action->addTo( importMenu ); | 819 | action->addTo( importMenu ); |
818 | connect( action, SIGNAL( activated() ), mView, SLOT( manageCategories() ) ); | 820 | connect( action, SIGNAL( activated() ), mView, SLOT( manageCategories() ) ); |
819 | #ifndef DESKTOP_VERSION | 821 | #ifndef DESKTOP_VERSION |
820 | importMenu->insertSeparator(); | 822 | importMenu->insertSeparator(); |
821 | brAction = new QAction( "beam toggle", i18n("Beam receive enabled"), 0, | 823 | brAction = new QAction( "beam toggle", i18n("Beam receive enabled"), 0, |
822 | this ); | 824 | this ); |
823 | brAction->addTo( importMenu ); | 825 | brAction->addTo( importMenu ); |
824 | brAction->setToggleAction (true ) ; | 826 | brAction->setToggleAction (true ) ; |
825 | connect( brAction, SIGNAL( activated() ), this, SLOT( toggleBeamReceive() ) ); | 827 | connect( brAction, SIGNAL( activated() ), this, SLOT( toggleBeamReceive() ) ); |
826 | 828 | ||
827 | action = new QAction( "beam all", i18n("Beam complete calendar..."), 0, | 829 | action = new QAction( "beam all", i18n("Beam complete calendar..."), 0, |
828 | this ); | 830 | this ); |
829 | action->addTo( importMenu ); | 831 | action->addTo( importMenu ); |
@@ -1322,98 +1324,98 @@ void MainWindow::processIncidenceSelection( Incidence *incidence ) | |||
1322 | startString = ": "+KGlobal::locale()->formatTime(incidence->dtStart().time())+ | 1324 | startString = ": "+KGlobal::locale()->formatTime(incidence->dtStart().time())+ |
1323 | "-"+KGlobal::locale()->formatTime(incidence->dtEnd().time()); | 1325 | "-"+KGlobal::locale()->formatTime(incidence->dtEnd().time()); |
1324 | startString +=" "+KGlobal::locale()->formatDate( incidence->dtStart().date(), true); | 1326 | startString +=" "+KGlobal::locale()->formatDate( incidence->dtStart().date(), true); |
1325 | } | 1327 | } |
1326 | 1328 | ||
1327 | } | 1329 | } |
1328 | else | 1330 | else |
1329 | startString = i18n(": (Prio ") +QString::number( (( KCal::Todo*)incidence)->priority() ) +") "+QString::number( (( KCal::Todo*)incidence)->percentComplete() ) +i18n("\% completed"); | 1331 | startString = i18n(": (Prio ") +QString::number( (( KCal::Todo*)incidence)->priority() ) +") "+QString::number( (( KCal::Todo*)incidence)->percentComplete() ) +i18n("\% completed"); |
1330 | if ( !incidence->location().isEmpty() ) | 1332 | if ( !incidence->location().isEmpty() ) |
1331 | startString += " (" +incidence->location()+")"; | 1333 | startString += " (" +incidence->location()+")"; |
1332 | setCaption( incidence->summary()+startString); | 1334 | setCaption( incidence->summary()+startString); |
1333 | 1335 | ||
1334 | enableIncidenceActions( true ); | 1336 | enableIncidenceActions( true ); |
1335 | 1337 | ||
1336 | if ( incidence->type() == "Event" ) { | 1338 | if ( incidence->type() == "Event" ) { |
1337 | mShowAction->setText( i18n("Show Event...") ); | 1339 | mShowAction->setText( i18n("Show Event...") ); |
1338 | mEditAction->setText( i18n("Edit Event...") ); | 1340 | mEditAction->setText( i18n("Edit Event...") ); |
1339 | mDeleteAction->setText( i18n("Delete Event...") ); | 1341 | mDeleteAction->setText( i18n("Delete Event...") ); |
1340 | 1342 | ||
1341 | mNewSubTodoAction->setEnabled( false ); | 1343 | mNewSubTodoAction->setEnabled( false ); |
1342 | } else if ( incidence->type() == "Todo" ) { | 1344 | } else if ( incidence->type() == "Todo" ) { |
1343 | mShowAction->setText( i18n("Show Todo...") ); | 1345 | mShowAction->setText( i18n("Show Todo...") ); |
1344 | mEditAction->setText( i18n("Edit Todo...") ); | 1346 | mEditAction->setText( i18n("Edit Todo...") ); |
1345 | mDeleteAction->setText( i18n("Delete Todo...") ); | 1347 | mDeleteAction->setText( i18n("Delete Todo...") ); |
1346 | 1348 | ||
1347 | mNewSubTodoAction->setEnabled( true ); | 1349 | mNewSubTodoAction->setEnabled( true ); |
1348 | } else { | 1350 | } else { |
1349 | mShowAction->setText( i18n("Show...") ); | 1351 | mShowAction->setText( i18n("Show...") ); |
1350 | mShowAction->setText( i18n("Edit...") ); | 1352 | mShowAction->setText( i18n("Edit...") ); |
1351 | mShowAction->setText( i18n("Delete...") ); | 1353 | mShowAction->setText( i18n("Delete...") ); |
1352 | 1354 | ||
1353 | mNewSubTodoAction->setEnabled( false ); | 1355 | mNewSubTodoAction->setEnabled( false ); |
1354 | } | 1356 | } |
1355 | } | 1357 | } |
1356 | 1358 | ||
1357 | void MainWindow::enableIncidenceActions( bool enabled ) | 1359 | void MainWindow::enableIncidenceActions( bool enabled ) |
1358 | { | 1360 | { |
1359 | mShowAction->setEnabled( enabled ); | 1361 | mShowAction->setEnabled( enabled ); |
1360 | mEditAction->setEnabled( enabled ); | 1362 | mEditAction->setEnabled( enabled ); |
1361 | mDeleteAction->setEnabled( enabled ); | 1363 | mDeleteAction->setEnabled( enabled ); |
1362 | 1364 | ||
1363 | mCloneAction->setEnabled( enabled ); | 1365 | mCloneAction->setEnabled( enabled ); |
1364 | mMoveAction->setEnabled( enabled ); | 1366 | mMoveAction->setEnabled( enabled ); |
1365 | mBeamAction->setEnabled( enabled ); | 1367 | mBeamAction->setEnabled( enabled ); |
1366 | mCancelAction->setEnabled( enabled ); | 1368 | mCancelAction->setEnabled( enabled ); |
1367 | } | 1369 | } |
1368 | 1370 | ||
1369 | void MainWindow::importOL() | 1371 | void MainWindow::importOL() |
1370 | { | 1372 | { |
1371 | #ifdef _WIN32_ | 1373 | #ifdef _OL_IMPORT_ |
1372 | KOImportOLdialog *id = new KOImportOLdialog("Import from OL - select folder!" , mView->calendar(),this ); | 1374 | KOImportOLdialog *id = new KOImportOLdialog("Import from OL - select folder!" , mView->calendar(),this ); |
1373 | id->exec(); | 1375 | id->exec(); |
1374 | delete id; | 1376 | delete id; |
1375 | mView->updateView(); | 1377 | mView->updateView(); |
1376 | #endif | 1378 | #endif |
1377 | } | 1379 | } |
1378 | void MainWindow::importBday() | 1380 | void MainWindow::importBday() |
1379 | { | 1381 | { |
1380 | int result = QMessageBox::warning( this, i18n("KO/Pi: Warning!"), | 1382 | int result = QMessageBox::warning( this, i18n("KO/Pi: Warning!"), |
1381 | i18n("When importing birthdays twice\nduplicated events will be ignored,\nif the event has not been\nchanged in KO/Pi!\n"), | 1383 | i18n("When importing birthdays twice\nduplicated events will be ignored,\nif the event has not been\nchanged in KO/Pi!\n"), |
1382 | i18n("Import!"), i18n("Cancel"), 0, | 1384 | i18n("Import!"), i18n("Cancel"), 0, |
1383 | 0, 1 ); | 1385 | 0, 1 ); |
1384 | if ( result == 0 ) { | 1386 | if ( result == 0 ) { |
1385 | mView->importBday(); | 1387 | mView->importBday(); |
1386 | 1388 | ||
1387 | } | 1389 | } |
1388 | 1390 | ||
1389 | 1391 | ||
1390 | } | 1392 | } |
1391 | void MainWindow::importQtopia() | 1393 | void MainWindow::importQtopia() |
1392 | { | 1394 | { |
1393 | #ifndef DESKTOP_VERSION | 1395 | #ifndef DESKTOP_VERSION |
1394 | int result = QMessageBox::warning( this, i18n("KO/Pi: Warning!"), | 1396 | int result = QMessageBox::warning( this, i18n("KO/Pi: Warning!"), |
1395 | i18n("When importing a calendar twice\nduplicated events will be ignored!\nYou can create a backup file with\nFile - Save Calendar Backup\nto revert importing"), | 1397 | i18n("When importing a calendar twice\nduplicated events will be ignored!\nYou can create a backup file with\nFile - Save Calendar Backup\nto revert importing"), |
1396 | i18n("Import!"), i18n("Cancel"), 0, | 1398 | i18n("Import!"), i18n("Cancel"), 0, |
1397 | 0, 1 ); | 1399 | 0, 1 ); |
1398 | if ( result == 0 ) { | 1400 | if ( result == 0 ) { |
1399 | QString datebook = Global::applicationFileName( "datebook", "datebook.xml"); | 1401 | QString datebook = Global::applicationFileName( "datebook", "datebook.xml"); |
1400 | QString todolist = Global::applicationFileName( "todolist", "todolist.xml"); | 1402 | QString todolist = Global::applicationFileName( "todolist", "todolist.xml"); |
1401 | QString categories = QString( getenv( "HOME" ) ) + "/Settings/Categories.xml"; | 1403 | QString categories = QString( getenv( "HOME" ) ) + "/Settings/Categories.xml"; |
1402 | mView->importQtopia( categories, datebook, todolist ); | 1404 | mView->importQtopia( categories, datebook, todolist ); |
1403 | } | 1405 | } |
1404 | #else | 1406 | #else |
1405 | int result = QMessageBox::warning( this, i18n("KO/Pi: Warning!"), | 1407 | int result = QMessageBox::warning( this, i18n("KO/Pi: Warning!"), |
1406 | i18n("Not supported \non desktop!\n"), | 1408 | i18n("Not supported \non desktop!\n"), |
1407 | i18n("Ok"), i18n("Cancel"), 0, | 1409 | i18n("Ok"), i18n("Cancel"), 0, |
1408 | 0, 1 ); | 1410 | 0, 1 ); |
1409 | 1411 | ||
1410 | #endif | 1412 | #endif |
1411 | } | 1413 | } |
1412 | 1414 | ||
1413 | void MainWindow::saveOnClose() | 1415 | void MainWindow::saveOnClose() |
1414 | { | 1416 | { |
1415 | KOPrefs *p = KOPrefs::instance(); | 1417 | KOPrefs *p = KOPrefs::instance(); |
1416 | p->mToolBarHor = ( iconToolBar->orientation () == Qt:: Horizontal ); | 1418 | p->mToolBarHor = ( iconToolBar->orientation () == Qt:: Horizontal ); |
1417 | p->mToolBarUp = iconToolBar->x() > width()/2 || | 1419 | p->mToolBarUp = iconToolBar->x() > width()/2 || |
1418 | iconToolBar->y() > height()/2; | 1420 | iconToolBar->y() > height()/2; |
1419 | mView->writeSettings(); | 1421 | mView->writeSettings(); |