-rw-r--r-- | korganizer/koprefsdialog.cpp | 14 | ||||
-rw-r--r-- | korganizer/koprefsdialog.h | 1 |
2 files changed, 11 insertions, 4 deletions
diff --git a/korganizer/koprefsdialog.cpp b/korganizer/koprefsdialog.cpp index 7ba1392..ebcff33 100644 --- a/korganizer/koprefsdialog.cpp +++ b/korganizer/koprefsdialog.cpp | |||
@@ -1237,302 +1237,308 @@ void KOPrefsDialog::setupColorsTab() | |||
1237 | addWidColor(i18n("Frames, labels, etc.:"), | 1237 | addWidColor(i18n("Frames, labels, etc.:"), |
1238 | &(KOPrefs::instance()->mAppColor2),topFrame); | 1238 | &(KOPrefs::instance()->mAppColor2),topFrame); |
1239 | topLayout->addWidget(workingHoursColor2->label(),ii,0); | 1239 | topLayout->addWidget(workingHoursColor2->label(),ii,0); |
1240 | topLayout->addWidget(workingHoursColor2->button(),ii++,1); | 1240 | topLayout->addWidget(workingHoursColor2->button(),ii++,1); |
1241 | 1241 | ||
1242 | 1242 | ||
1243 | 1243 | ||
1244 | } | 1244 | } |
1245 | 1245 | ||
1246 | void KOPrefsDialog::setCategoryColor() | 1246 | void KOPrefsDialog::setCategoryColor() |
1247 | { | 1247 | { |
1248 | mCategoryDict.replace(mCategoryCombo->currentText(), new QColor(mCategoryButton->color())); | 1248 | mCategoryDict.replace(mCategoryCombo->currentText(), new QColor(mCategoryButton->color())); |
1249 | } | 1249 | } |
1250 | 1250 | ||
1251 | void KOPrefsDialog::updateCategoryColor() | 1251 | void KOPrefsDialog::updateCategoryColor() |
1252 | { | 1252 | { |
1253 | QString cat = mCategoryCombo->currentText(); | 1253 | QString cat = mCategoryCombo->currentText(); |
1254 | QColor *color = mCategoryDict.find(cat); | 1254 | QColor *color = mCategoryDict.find(cat); |
1255 | if (!color) { | 1255 | if (!color) { |
1256 | color = KOPrefs::instance()->categoryColor(cat); | 1256 | color = KOPrefs::instance()->categoryColor(cat); |
1257 | } | 1257 | } |
1258 | if (color) { | 1258 | if (color) { |
1259 | mCategoryButton->setColor(*color); | 1259 | mCategoryButton->setColor(*color); |
1260 | } | 1260 | } |
1261 | } | 1261 | } |
1262 | 1262 | ||
1263 | void KOPrefsDialog::setupPrinterTab() | 1263 | void KOPrefsDialog::setupPrinterTab() |
1264 | { | 1264 | { |
1265 | mPrinterTab = addPage(i18n("Printing"),0, | 1265 | mPrinterTab = addPage(i18n("Printing"),0, |
1266 | DesktopIcon("fileprint",KIcon::SizeMedium)); | 1266 | DesktopIcon("fileprint",KIcon::SizeMedium)); |
1267 | 1267 | ||
1268 | QGridLayout *topLayout = new QGridLayout(mPrinterTab,5,2); | 1268 | QGridLayout *topLayout = new QGridLayout(mPrinterTab,5,2); |
1269 | topLayout->setSpacing(mSpacingHint); | 1269 | topLayout->setSpacing(mSpacingHint); |
1270 | topLayout->setMargin(mMarginHint); | 1270 | topLayout->setMargin(mMarginHint); |
1271 | 1271 | ||
1272 | topLayout->setRowStretch(4,1); | 1272 | topLayout->setRowStretch(4,1); |
1273 | } | 1273 | } |
1274 | 1274 | ||
1275 | void KOPrefsDialog::setupGroupSchedulingTab() | 1275 | void KOPrefsDialog::setupGroupSchedulingTab() |
1276 | { | 1276 | { |
1277 | #if 0 | 1277 | #if 0 |
1278 | QFrame *topFrame = addPage(i18n("Group Scheduling"),0, | 1278 | QFrame *topFrame = addPage(i18n("Group Scheduling"),0, |
1279 | DesktopIcon("personal",KIcon::SizeMedium)); | 1279 | DesktopIcon("personal",KIcon::SizeMedium)); |
1280 | 1280 | ||
1281 | QGridLayout *topLayout = new QGridLayout(topFrame,6,2); | 1281 | QGridLayout *topLayout = new QGridLayout(topFrame,6,2); |
1282 | topLayout->setSpacing(mSpacingHint); | 1282 | topLayout->setSpacing(mSpacingHint); |
1283 | topLayout->setMargin(mMarginHint); | 1283 | topLayout->setMargin(mMarginHint); |
1284 | 1284 | ||
1285 | #if 0 | 1285 | #if 0 |
1286 | KPrefsDialogWidRadios *schedulerGroup = | 1286 | KPrefsDialogWidRadios *schedulerGroup = |
1287 | addWidRadios(i18n("Scheduler Mail Client"),&(KOPrefs::instance()->mIMIPScheduler), | 1287 | addWidRadios(i18n("Scheduler Mail Client"),&(KOPrefs::instance()->mIMIPScheduler), |
1288 | topFrame); | 1288 | topFrame); |
1289 | schedulerGroup->addRadio("Dummy"); // Only for debugging | 1289 | schedulerGroup->addRadio("Dummy"); // Only for debugging |
1290 | schedulerGroup->addRadio(i18n("Mail client")); | 1290 | schedulerGroup->addRadio(i18n("Mail client")); |
1291 | 1291 | ||
1292 | topLayout->addMultiCellWidget(schedulerGroup->groupBox(),0,0,0,1); | 1292 | topLayout->addMultiCellWidget(schedulerGroup->groupBox(),0,0,0,1); |
1293 | #endif | 1293 | #endif |
1294 | 1294 | ||
1295 | KPrefsDialogWidRadios *sendGroup = | 1295 | KPrefsDialogWidRadios *sendGroup = |
1296 | addWidRadios(i18n("Scheduler Mails Should Be"),&(KOPrefs::instance()->mIMIPSend), | 1296 | addWidRadios(i18n("Scheduler Mails Should Be"),&(KOPrefs::instance()->mIMIPSend), |
1297 | topFrame); | 1297 | topFrame); |
1298 | sendGroup->addRadio(i18n("Send to outbox")); | 1298 | sendGroup->addRadio(i18n("Send to outbox")); |
1299 | sendGroup->addRadio(i18n("Send directly")); | 1299 | sendGroup->addRadio(i18n("Send directly")); |
1300 | 1300 | ||
1301 | topLayout->addMultiCellWidget(sendGroup->groupBox(),1,1,0,1); | 1301 | topLayout->addMultiCellWidget(sendGroup->groupBox(),1,1,0,1); |
1302 | 1302 | ||
1303 | topLayout->addMultiCellWidget(new QLabel(i18n("Additional email addresses:"),topFrame),2,2,0,1); | 1303 | topLayout->addMultiCellWidget(new QLabel(i18n("Additional email addresses:"),topFrame),2,2,0,1); |
1304 | mAMails = new QListView(topFrame); | 1304 | mAMails = new QListView(topFrame); |
1305 | mAMails->addColumn(i18n("Email"),300); | 1305 | mAMails->addColumn(i18n("Email"),300); |
1306 | topLayout->addMultiCellWidget(mAMails,3,3,0,1); | 1306 | topLayout->addMultiCellWidget(mAMails,3,3,0,1); |
1307 | 1307 | ||
1308 | topLayout->addWidget(new QLabel(i18n("Additional email address:"),topFrame),4,0); | 1308 | topLayout->addWidget(new QLabel(i18n("Additional email address:"),topFrame),4,0); |
1309 | aEmailsEdit = new QLineEdit(topFrame); | 1309 | aEmailsEdit = new QLineEdit(topFrame); |
1310 | aEmailsEdit->setEnabled(false); | 1310 | aEmailsEdit->setEnabled(false); |
1311 | topLayout->addWidget(aEmailsEdit,4,1); | 1311 | topLayout->addWidget(aEmailsEdit,4,1); |
1312 | 1312 | ||
1313 | QPushButton *add = new QPushButton(i18n("New"),topFrame,"new"); | 1313 | QPushButton *add = new QPushButton(i18n("New"),topFrame,"new"); |
1314 | topLayout->addWidget(add,5,0); | 1314 | topLayout->addWidget(add,5,0); |
1315 | QPushButton *del = new QPushButton(i18n("Remove"),topFrame,"remove"); | 1315 | QPushButton *del = new QPushButton(i18n("Remove"),topFrame,"remove"); |
1316 | topLayout->addWidget(del,5,1); | 1316 | topLayout->addWidget(del,5,1); |
1317 | 1317 | ||
1318 | //topLayout->setRowStretch(2,1); | 1318 | //topLayout->setRowStretch(2,1); |
1319 | connect(add, SIGNAL( clicked() ), this, SLOT(addItem()) ); | 1319 | connect(add, SIGNAL( clicked() ), this, SLOT(addItem()) ); |
1320 | connect(del, SIGNAL( clicked() ), this, SLOT(removeItem()) ); | 1320 | connect(del, SIGNAL( clicked() ), this, SLOT(removeItem()) ); |
1321 | connect(aEmailsEdit,SIGNAL( textChanged(const QString&) ), this,SLOT(updateItem())); | 1321 | connect(aEmailsEdit,SIGNAL( textChanged(const QString&) ), this,SLOT(updateItem())); |
1322 | connect(mAMails,SIGNAL(selectionChanged(QListViewItem *)),SLOT(updateInput())); | 1322 | connect(mAMails,SIGNAL(selectionChanged(QListViewItem *)),SLOT(updateInput())); |
1323 | #endif | 1323 | #endif |
1324 | } | 1324 | } |
1325 | 1325 | ||
1326 | void KOPrefsDialog::setupGroupAutomationTab() | 1326 | void KOPrefsDialog::setupGroupAutomationTab() |
1327 | { | 1327 | { |
1328 | return; | 1328 | return; |
1329 | QFrame *topFrame = addPage(i18n("Group Automation"),0, | 1329 | QFrame *topFrame = addPage(i18n("Group Automation"),0, |
1330 | DesktopIcon("personal",KIcon::SizeMedium)); | 1330 | DesktopIcon("personal",KIcon::SizeMedium)); |
1331 | 1331 | ||
1332 | QGridLayout *topLayout = new QGridLayout(topFrame,5,1); | 1332 | QGridLayout *topLayout = new QGridLayout(topFrame,5,1); |
1333 | topLayout->setSpacing(mSpacingHint); | 1333 | topLayout->setSpacing(mSpacingHint); |
1334 | topLayout->setMargin(mMarginHint); | 1334 | topLayout->setMargin(mMarginHint); |
1335 | 1335 | ||
1336 | KPrefsDialogWidRadios *autoRefreshGroup = | 1336 | KPrefsDialogWidRadios *autoRefreshGroup = |
1337 | addWidRadios(i18n("Auto Send Refresh"), | 1337 | addWidRadios(i18n("Auto Send Refresh"), |
1338 | &(KOPrefs::instance()->mIMIPAutoRefresh),topFrame); | 1338 | &(KOPrefs::instance()->mIMIPAutoRefresh),topFrame); |
1339 | autoRefreshGroup->addRadio(i18n("Never")); | 1339 | autoRefreshGroup->addRadio(i18n("Never")); |
1340 | autoRefreshGroup->addRadio(i18n("If attendee is in addressbook")); | 1340 | autoRefreshGroup->addRadio(i18n("If attendee is in addressbook")); |
1341 | //autoRefreshGroup->addRadio(i18n("selected emails")); | 1341 | //autoRefreshGroup->addRadio(i18n("selected emails")); |
1342 | topLayout->addMultiCellWidget(autoRefreshGroup->groupBox(),0,0,0,0); | 1342 | topLayout->addMultiCellWidget(autoRefreshGroup->groupBox(),0,0,0,0); |
1343 | 1343 | ||
1344 | KPrefsDialogWidRadios *autoInsertGroup = | 1344 | KPrefsDialogWidRadios *autoInsertGroup = |
1345 | addWidRadios(i18n("Auto Insert IMIP Replies"), | 1345 | addWidRadios(i18n("Auto Insert IMIP Replies"), |
1346 | &(KOPrefs::instance()->mIMIPAutoInsertReply),topFrame); | 1346 | &(KOPrefs::instance()->mIMIPAutoInsertReply),topFrame); |
1347 | autoInsertGroup->addRadio(i18n("Never")); | 1347 | autoInsertGroup->addRadio(i18n("Never")); |
1348 | autoInsertGroup->addRadio(i18n("If attendee is in addressbook")); | 1348 | autoInsertGroup->addRadio(i18n("If attendee is in addressbook")); |
1349 | //autoInsertGroup->addRadio(i18n("selected emails")); | 1349 | //autoInsertGroup->addRadio(i18n("selected emails")); |
1350 | topLayout->addMultiCellWidget(autoInsertGroup->groupBox(),1,1,0,0); | 1350 | topLayout->addMultiCellWidget(autoInsertGroup->groupBox(),1,1,0,0); |
1351 | 1351 | ||
1352 | KPrefsDialogWidRadios *autoRequestGroup = | 1352 | KPrefsDialogWidRadios *autoRequestGroup = |
1353 | addWidRadios(i18n("Auto Insert IMIP Requests"), | 1353 | addWidRadios(i18n("Auto Insert IMIP Requests"), |
1354 | &(KOPrefs::instance()->mIMIPAutoInsertRequest),topFrame); | 1354 | &(KOPrefs::instance()->mIMIPAutoInsertRequest),topFrame); |
1355 | autoRequestGroup->addRadio(i18n("Never")); | 1355 | autoRequestGroup->addRadio(i18n("Never")); |
1356 | autoRequestGroup->addRadio(i18n("If organizer is in addressbook")); | 1356 | autoRequestGroup->addRadio(i18n("If organizer is in addressbook")); |
1357 | //autoInsertGroup->addRadio(i18n("selected emails")); | 1357 | //autoInsertGroup->addRadio(i18n("selected emails")); |
1358 | topLayout->addMultiCellWidget(autoRequestGroup->groupBox(),2,2,0,0); | 1358 | topLayout->addMultiCellWidget(autoRequestGroup->groupBox(),2,2,0,0); |
1359 | 1359 | ||
1360 | KPrefsDialogWidRadios *autoFreeBusyGroup = | 1360 | KPrefsDialogWidRadios *autoFreeBusyGroup = |
1361 | addWidRadios(i18n("Auto Send FreeBusy Information"), | 1361 | addWidRadios(i18n("Auto Send FreeBusy Information"), |
1362 | &(KOPrefs::instance()->mIMIPAutoFreeBusy),topFrame); | 1362 | &(KOPrefs::instance()->mIMIPAutoFreeBusy),topFrame); |
1363 | autoFreeBusyGroup->addRadio(i18n("Never")); | 1363 | autoFreeBusyGroup->addRadio(i18n("Never")); |
1364 | autoFreeBusyGroup->addRadio(i18n("If requested from an email in addressbook")); | 1364 | autoFreeBusyGroup->addRadio(i18n("If requested from an email in addressbook")); |
1365 | //autoFreeBusyGroup->addRadio(i18n("selected emails")); | 1365 | //autoFreeBusyGroup->addRadio(i18n("selected emails")); |
1366 | topLayout->addMultiCellWidget(autoFreeBusyGroup->groupBox(),3,3,0,0); | 1366 | topLayout->addMultiCellWidget(autoFreeBusyGroup->groupBox(),3,3,0,0); |
1367 | 1367 | ||
1368 | KPrefsDialogWidRadios *autoFreeBusyReplyGroup = | 1368 | KPrefsDialogWidRadios *autoFreeBusyReplyGroup = |
1369 | addWidRadios(i18n("Auto Save FreeBusy Replies"), | 1369 | addWidRadios(i18n("Auto Save FreeBusy Replies"), |
1370 | &(KOPrefs::instance()->mIMIPAutoFreeBusyReply),topFrame); | 1370 | &(KOPrefs::instance()->mIMIPAutoFreeBusyReply),topFrame); |
1371 | autoFreeBusyReplyGroup->addRadio(i18n("Never")); | 1371 | autoFreeBusyReplyGroup->addRadio(i18n("Never")); |
1372 | autoFreeBusyReplyGroup->addRadio(i18n("If attendee is in addressbook")); | 1372 | autoFreeBusyReplyGroup->addRadio(i18n("If attendee is in addressbook")); |
1373 | //autoFreeBusyGroup->addRadio(i18n("selected emails")); | 1373 | //autoFreeBusyGroup->addRadio(i18n("selected emails")); |
1374 | topLayout->addMultiCellWidget(autoFreeBusyReplyGroup->groupBox(),4,4,0,0); | 1374 | topLayout->addMultiCellWidget(autoFreeBusyReplyGroup->groupBox(),4,4,0,0); |
1375 | } | 1375 | } |
1376 | 1376 | ||
1377 | void KOPrefsDialog::showPrinterTab() | 1377 | void KOPrefsDialog::showPrinterTab() |
1378 | { | 1378 | { |
1379 | showPage(pageIndex(mPrinterTab)); | 1379 | showPage(pageIndex(mPrinterTab)); |
1380 | } | 1380 | } |
1381 | 1381 | ||
1382 | 1382 | ||
1383 | void KOPrefsDialog::setCombo(QComboBox *combo, const QString & text, | 1383 | void KOPrefsDialog::setCombo(QComboBox *combo, const QString & text, |
1384 | const QStringList *tags) | 1384 | const QStringList *tags) |
1385 | { | 1385 | { |
1386 | if (tags) { | 1386 | if (tags) { |
1387 | int i = tags->findIndex(text); | 1387 | int i = tags->findIndex(text); |
1388 | if (i > 0) combo->setCurrentItem(i); | 1388 | if (i > 0) combo->setCurrentItem(i); |
1389 | } else { | 1389 | } else { |
1390 | for(int i=0;i<combo->count();++i) { | 1390 | for(int i=0;i<combo->count();++i) { |
1391 | if (combo->text(i) == text) { | 1391 | if (combo->text(i) == text) { |
1392 | combo->setCurrentItem(i); | 1392 | combo->setCurrentItem(i); |
1393 | break; | 1393 | break; |
1394 | } | 1394 | } |
1395 | } | 1395 | } |
1396 | } | 1396 | } |
1397 | } | 1397 | } |
1398 | 1398 | ||
1399 | void KOPrefsDialog::usrReadConfig() | 1399 | void KOPrefsDialog::usrReadConfig() |
1400 | { | 1400 | { |
1401 | 1401 | ||
1402 | mNameEdit->setText(KOPrefs::instance()->fullName()); | 1402 | mNameEdit->setText(KOPrefs::instance()->fullName()); |
1403 | mEmailEdit->setText(KOPrefs::instance()->email()); | 1403 | mEmailEdit->setText(KOPrefs::instance()->email()); |
1404 | 1404 | ||
1405 | mAutoSaveIntervalSpin->setValue(KOPrefs::instance()->mAutoSaveInterval); | 1405 | mAutoSaveIntervalSpin->setValue(KOPrefs::instance()->mAutoSaveInterval); |
1406 | 1406 | ||
1407 | mStartTimeSpin->setValue(KOPrefs::instance()->mStartTime); | 1407 | mStartTimeSpin->setValue(KOPrefs::instance()->mStartTime); |
1408 | mDefaultDurationSpin->setValue(KOPrefs::instance()->mDefaultDuration); | 1408 | mDefaultDurationSpin->setValue(KOPrefs::instance()->mDefaultDuration); |
1409 | mAlarmTimeCombo->setCurrentItem(KOPrefs::instance()->mAlarmTime); | 1409 | mAlarmTimeCombo->setCurrentItem(KOPrefs::instance()->mAlarmTime); |
1410 | 1410 | ||
1411 | mNextXDaysSpin->setValue(KOPrefs::instance()->mNextXDays); | 1411 | mNextXDaysSpin->setValue(KOPrefs::instance()->mNextXDays); |
1412 | mWhatsNextSpin->setValue(KOPrefs::instance()->mWhatsNextDays); | 1412 | mWhatsNextSpin->setValue(KOPrefs::instance()->mWhatsNextDays); |
1413 | mPrioSpin->setValue(KOPrefs::instance()->mWhatsNextPrios); | 1413 | mPrioSpin->setValue(KOPrefs::instance()->mWhatsNextPrios); |
1414 | // mAMails->clear(); | 1414 | // mAMails->clear(); |
1415 | // for ( QStringList::Iterator it = KOPrefs::instance()->mAdditionalMails.begin(); | 1415 | // for ( QStringList::Iterator it = KOPrefs::instance()->mAdditionalMails.begin(); |
1416 | // it != KOPrefs::instance()->mAdditionalMails.end(); ++it ) { | 1416 | // it != KOPrefs::instance()->mAdditionalMails.end(); ++it ) { |
1417 | // QListViewItem *item = new QListViewItem(mAMails); | 1417 | // QListViewItem *item = new QListViewItem(mAMails); |
1418 | // item->setText(0,*it); | 1418 | // item->setText(0,*it); |
1419 | // mAMails->insertItem(item); | 1419 | // mAMails->insertItem(item); |
1420 | // } | 1420 | // } |
1421 | 1421 | ||
1422 | //that soundmLocalTempFile->setText(KOPrefs::instance()->mLocalTempFile); | 1422 | //that soundmLocalTempFile->setText(KOPrefs::instance()->mLocalTempFile); |
1423 | mDefaultAlarmFile->setText(KOPrefs::instance()->mDefaultAlarmFile); | 1423 | mDefaultAlarmFile->setText(KOPrefs::instance()->mDefaultAlarmFile); |
1424 | updateCategories(); | 1424 | updateCategories(); |
1425 | mAlarmPlayBeeps->setValue(KOPrefs::instance()->mAlarmPlayBeeps ); | 1425 | mAlarmPlayBeeps->setValue(KOPrefs::instance()->mAlarmPlayBeeps ); |
1426 | mAlarmSuspendTime->setValue(KOPrefs::instance()->mAlarmSuspendTime ); | 1426 | mAlarmSuspendTime->setValue(KOPrefs::instance()->mAlarmSuspendTime ); |
1427 | mAlarmSuspendCount->setValue(KOPrefs::instance()->mAlarmSuspendCount ); | 1427 | mAlarmSuspendCount->setValue(KOPrefs::instance()->mAlarmSuspendCount ); |
1428 | mAlarmBeepInterval->setValue(KOPrefs::instance()->mAlarmBeepInterval ); | 1428 | mAlarmBeepInterval->setValue(KOPrefs::instance()->mAlarmBeepInterval ); |
1429 | 1429 | mCatDefaultColor = KOPrefs::instance()->mEventColor; | |
1430 | } | 1430 | } |
1431 | 1431 | ||
1432 | 1432 | ||
1433 | void KOPrefsDialog::usrWriteConfig() | 1433 | void KOPrefsDialog::usrWriteConfig() |
1434 | { | 1434 | { |
1435 | |||
1436 | |||
1437 | KOPrefs::instance()->mDefaultAlarmFile =mDefaultAlarmFile->text(); | 1435 | KOPrefs::instance()->mDefaultAlarmFile =mDefaultAlarmFile->text(); |
1438 | KOPrefs::instance()->setFullName(mNameEdit->text()); | 1436 | KOPrefs::instance()->setFullName(mNameEdit->text()); |
1439 | KOPrefs::instance()->setEmail(mEmailEdit->text()); | 1437 | KOPrefs::instance()->setEmail(mEmailEdit->text()); |
1440 | 1438 | ||
1441 | KOPrefs::instance()->mAutoSaveInterval = mAutoSaveIntervalSpin->value(); | 1439 | KOPrefs::instance()->mAutoSaveInterval = mAutoSaveIntervalSpin->value(); |
1442 | KOPrefs::instance()->mStartTime = mStartTimeSpin->value(); | 1440 | KOPrefs::instance()->mStartTime = mStartTimeSpin->value(); |
1443 | KOPrefs::instance()->mDefaultDuration = mDefaultDurationSpin->value(); | 1441 | KOPrefs::instance()->mDefaultDuration = mDefaultDurationSpin->value(); |
1444 | KOPrefs::instance()->mAlarmTime = mAlarmTimeCombo->currentItem(); | 1442 | KOPrefs::instance()->mAlarmTime = mAlarmTimeCombo->currentItem(); |
1445 | 1443 | if ( mCatDefaultColor != KOPrefs::instance()->mEventColor ) { | |
1444 | QStringList cat = KOPrefs::instance()->mCustomCategories; | ||
1445 | int iii = 0; | ||
1446 | while ( iii < cat.count() ) { | ||
1447 | if ( *KOPrefs::instance()->categoryColor( cat[ iii ] ) == mCatDefaultColor ) | ||
1448 | KOPrefs::instance()->setCategoryColor( cat[ iii ], KOPrefs::instance()->mEventColor ); | ||
1449 | ++iii; | ||
1450 | } | ||
1451 | } | ||
1446 | QDictIterator<QColor> it(mCategoryDict); | 1452 | QDictIterator<QColor> it(mCategoryDict); |
1447 | while (it.current()) { | 1453 | while (it.current()) { |
1448 | KOPrefs::instance()->setCategoryColor(it.currentKey(),*it.current()); | 1454 | KOPrefs::instance()->setCategoryColor(it.currentKey(),*it.current()); |
1449 | ++it; | 1455 | ++it; |
1450 | } | 1456 | } |
1451 | 1457 | ||
1452 | KOPrefs::instance()->mNextXDays = mNextXDaysSpin->value(); | 1458 | KOPrefs::instance()->mNextXDays = mNextXDaysSpin->value(); |
1453 | KOPrefs::instance()->mWhatsNextDays = mWhatsNextSpin->value(); | 1459 | KOPrefs::instance()->mWhatsNextDays = mWhatsNextSpin->value(); |
1454 | KOPrefs::instance()->mWhatsNextPrios = mPrioSpin->value(); | 1460 | KOPrefs::instance()->mWhatsNextPrios = mPrioSpin->value(); |
1455 | 1461 | ||
1456 | KOPrefs::instance()->mAdditionalMails.clear(); | 1462 | KOPrefs::instance()->mAdditionalMails.clear(); |
1457 | // QListViewItem *item; | 1463 | // QListViewItem *item; |
1458 | // item = mAMails->firstChild(); | 1464 | // item = mAMails->firstChild(); |
1459 | // while (item) | 1465 | // while (item) |
1460 | // { | 1466 | // { |
1461 | // KOPrefs::instance()->mAdditionalMails.append( item->text(0) ); | 1467 | // KOPrefs::instance()->mAdditionalMails.append( item->text(0) ); |
1462 | // item = item->nextSibling(); | 1468 | // item = item->nextSibling(); |
1463 | // } | 1469 | // } |
1464 | KOPrefs::instance()->mAlarmPlayBeeps = mAlarmPlayBeeps->value(); | 1470 | KOPrefs::instance()->mAlarmPlayBeeps = mAlarmPlayBeeps->value(); |
1465 | KOPrefs::instance()->mAlarmSuspendTime = mAlarmSuspendTime->value() ; | 1471 | KOPrefs::instance()->mAlarmSuspendTime = mAlarmSuspendTime->value() ; |
1466 | KOPrefs::instance()->mAlarmSuspendCount= mAlarmSuspendCount->value() ; | 1472 | KOPrefs::instance()->mAlarmSuspendCount= mAlarmSuspendCount->value() ; |
1467 | KOPrefs::instance()->mAlarmBeepInterval= mAlarmBeepInterval->value() ; | 1473 | KOPrefs::instance()->mAlarmBeepInterval= mAlarmBeepInterval->value() ; |
1468 | } | 1474 | } |
1469 | 1475 | ||
1470 | void KOPrefsDialog::updateCategories() | 1476 | void KOPrefsDialog::updateCategories() |
1471 | { | 1477 | { |
1472 | mCategoryCombo->clear(); | 1478 | mCategoryCombo->clear(); |
1473 | mCategoryDict.clear(); | 1479 | mCategoryDict.clear(); |
1474 | mCategoryCombo->insertStringList(KOPrefs::instance()->mCustomCategories); | 1480 | mCategoryCombo->insertStringList(KOPrefs::instance()->mCustomCategories); |
1475 | updateCategoryColor(); | 1481 | updateCategoryColor(); |
1476 | } | 1482 | } |
1477 | 1483 | ||
1478 | void KOPrefsDialog::toggleEmailSettings(bool on) | 1484 | void KOPrefsDialog::toggleEmailSettings(bool on) |
1479 | { | 1485 | { |
1480 | if (on) { | 1486 | if (on) { |
1481 | mEmailEdit->setEnabled(false); | 1487 | mEmailEdit->setEnabled(false); |
1482 | mNameEdit->setEnabled(false); | 1488 | mNameEdit->setEnabled(false); |
1483 | mEmailLabel->setEnabled(false); | 1489 | mEmailLabel->setEnabled(false); |
1484 | mNameLabel->setEnabled(false); | 1490 | mNameLabel->setEnabled(false); |
1485 | 1491 | ||
1486 | KEMailSettings settings; | 1492 | KEMailSettings settings; |
1487 | mNameEdit->setText(settings.getSetting(KEMailSettings::RealName)); | 1493 | mNameEdit->setText(settings.getSetting(KEMailSettings::RealName)); |
1488 | mEmailEdit->setText(settings.getSetting(KEMailSettings::EmailAddress)); | 1494 | mEmailEdit->setText(settings.getSetting(KEMailSettings::EmailAddress)); |
1489 | } else { | 1495 | } else { |
1490 | mEmailEdit->setEnabled(true); | 1496 | mEmailEdit->setEnabled(true); |
1491 | mNameEdit->setEnabled(true); | 1497 | mNameEdit->setEnabled(true); |
1492 | mEmailLabel->setEnabled(true); | 1498 | mEmailLabel->setEnabled(true); |
1493 | mNameLabel->setEnabled(true); | 1499 | mNameLabel->setEnabled(true); |
1494 | } | 1500 | } |
1495 | } | 1501 | } |
1496 | 1502 | ||
1497 | void KOPrefsDialog::addItem() | 1503 | void KOPrefsDialog::addItem() |
1498 | { | 1504 | { |
1499 | // aEmailsEdit->setEnabled(true); | 1505 | // aEmailsEdit->setEnabled(true); |
1500 | // QListViewItem *item = new QListViewItem(mAMails); | 1506 | // QListViewItem *item = new QListViewItem(mAMails); |
1501 | // mAMails->insertItem(item); | 1507 | // mAMails->insertItem(item); |
1502 | // mAMails->setSelected(item,true); | 1508 | // mAMails->setSelected(item,true); |
1503 | // aEmailsEdit->setText(i18n("(EmptyEmail)")); | 1509 | // aEmailsEdit->setText(i18n("(EmptyEmail)")); |
1504 | } | 1510 | } |
1505 | 1511 | ||
1506 | void KOPrefsDialog::removeItem() | 1512 | void KOPrefsDialog::removeItem() |
1507 | { | 1513 | { |
1508 | // QListViewItem *item; | 1514 | // QListViewItem *item; |
1509 | // item = mAMails->selectedItem(); | 1515 | // item = mAMails->selectedItem(); |
1510 | // if (!item) return; | 1516 | // if (!item) return; |
1511 | // mAMails->takeItem(item); | 1517 | // mAMails->takeItem(item); |
1512 | // item = mAMails->selectedItem(); | 1518 | // item = mAMails->selectedItem(); |
1513 | // if (!item) { | 1519 | // if (!item) { |
1514 | // aEmailsEdit->setText(""); | 1520 | // aEmailsEdit->setText(""); |
1515 | // aEmailsEdit->setEnabled(false); | 1521 | // aEmailsEdit->setEnabled(false); |
1516 | // } | 1522 | // } |
1517 | // if (mAMails->childCount() == 0) { | 1523 | // if (mAMails->childCount() == 0) { |
1518 | // aEmailsEdit->setEnabled(false); | 1524 | // aEmailsEdit->setEnabled(false); |
1519 | // } | 1525 | // } |
1520 | } | 1526 | } |
1521 | 1527 | ||
1522 | void KOPrefsDialog::updateItem() | 1528 | void KOPrefsDialog::updateItem() |
1523 | { | 1529 | { |
1524 | // QListViewItem *item; | 1530 | // QListViewItem *item; |
1525 | // item = mAMails->selectedItem(); | 1531 | // item = mAMails->selectedItem(); |
1526 | // if (!item) return; | 1532 | // if (!item) return; |
1527 | // item->setText(0,aEmailsEdit->text()); | 1533 | // item->setText(0,aEmailsEdit->text()); |
1528 | } | 1534 | } |
1529 | 1535 | ||
1530 | void KOPrefsDialog::updateInput() | 1536 | void KOPrefsDialog::updateInput() |
1531 | { | 1537 | { |
1532 | // QListViewItem *item; | 1538 | // QListViewItem *item; |
1533 | // item = mAMails->selectedItem(); | 1539 | // item = mAMails->selectedItem(); |
1534 | // if (!item) return; | 1540 | // if (!item) return; |
1535 | // aEmailsEdit->setEnabled(true); | 1541 | // aEmailsEdit->setEnabled(true); |
1536 | // aEmailsEdit->setText(item->text(0)); | 1542 | // aEmailsEdit->setText(item->text(0)); |
1537 | } | 1543 | } |
1538 | 1544 | ||
diff --git a/korganizer/koprefsdialog.h b/korganizer/koprefsdialog.h index 80d6545..baa6cf9 100644 --- a/korganizer/koprefsdialog.h +++ b/korganizer/koprefsdialog.h | |||
@@ -1,154 +1,155 @@ | |||
1 | /* | 1 | /* |
2 | This file is part of KOrganizer. | 2 | This file is part of KOrganizer. |
3 | Copyright (c) 2000,2001 Cornelius Schumacher <schumacher@kde.org> | 3 | Copyright (c) 2000,2001 Cornelius Schumacher <schumacher@kde.org> |
4 | 4 | ||
5 | This program is free software; you can redistribute it and/or modify | 5 | This program is free software; you can redistribute it and/or modify |
6 | it under the terms of the GNU General Public License as published by | 6 | it under the terms of the GNU General Public License as published by |
7 | the Free Software Foundation; either version 2 of the License, or | 7 | the Free Software Foundation; either version 2 of the License, or |
8 | (at your option) any later version. | 8 | (at your option) any later version. |
9 | 9 | ||
10 | This program is distributed in the hope that it will be useful, | 10 | This program is distributed in the hope that it will be useful, |
11 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 11 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
12 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 12 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
13 | GNU General Public License for more details. | 13 | GNU General Public License for more details. |
14 | 14 | ||
15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU General Public License |
16 | along with this program; if not, write to the Free Software | 16 | along with this program; if not, write to the Free Software |
17 | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | 17 | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
18 | 18 | ||
19 | As a special exception, permission is given to link this program | 19 | As a special exception, permission is given to link this program |
20 | with any edition of Qt, and distribute the resulting executable, | 20 | with any edition of Qt, and distribute the resulting executable, |
21 | without including the source code for Qt in the source distribution. | 21 | without including the source code for Qt in the source distribution. |
22 | */ | 22 | */ |
23 | #ifndef _KOPREFSDIALOG_H | 23 | #ifndef _KOPREFSDIALOG_H |
24 | #define _KOPREFSDIALOG_H | 24 | #define _KOPREFSDIALOG_H |
25 | 25 | ||
26 | #include <qframe.h> | 26 | #include <qframe.h> |
27 | #include <qdict.h> | 27 | #include <qdict.h> |
28 | #include <qcolor.h> | 28 | #include <qcolor.h> |
29 | #include <qlistview.h> | 29 | #include <qlistview.h> |
30 | 30 | ||
31 | #include <kdialogbase.h> | 31 | #include <kdialogbase.h> |
32 | 32 | ||
33 | #include <libkdepim/kprefsdialog.h> | 33 | #include <libkdepim/kprefsdialog.h> |
34 | #include <libkdepim/kdateedit.h> | 34 | #include <libkdepim/kdateedit.h> |
35 | #include <kcmconfigs/kdepimconfigwidget.h> | 35 | #include <kcmconfigs/kdepimconfigwidget.h> |
36 | 36 | ||
37 | class KColorButton; | 37 | class KColorButton; |
38 | class QSpinBox; | 38 | class QSpinBox; |
39 | class QSlider; | 39 | class QSlider; |
40 | class KURLRequester; | 40 | class KURLRequester; |
41 | class QComboBox; | 41 | class QComboBox; |
42 | class QLineEdit; | 42 | class QLineEdit; |
43 | class QStringList; | 43 | class QStringList; |
44 | 44 | ||
45 | /** Dialog to change the korganizer configuration. | 45 | /** Dialog to change the korganizer configuration. |
46 | */ | 46 | */ |
47 | class KOPrefsDialog : public KPrefsDialog | 47 | class KOPrefsDialog : public KPrefsDialog |
48 | { | 48 | { |
49 | Q_OBJECT | 49 | Q_OBJECT |
50 | public: | 50 | public: |
51 | /** Initialize dialog and pages */ | 51 | /** Initialize dialog and pages */ |
52 | KOPrefsDialog(QWidget *parent=0,char *name=0,bool modal=false); | 52 | KOPrefsDialog(QWidget *parent=0,char *name=0,bool modal=false); |
53 | ~KOPrefsDialog(); | 53 | ~KOPrefsDialog(); |
54 | 54 | ||
55 | public slots: | 55 | public slots: |
56 | void showPrinterTab(); | 56 | void showPrinterTab(); |
57 | 57 | ||
58 | /** Update controls for categories */ | 58 | /** Update controls for categories */ |
59 | void updateCategories(); | 59 | void updateCategories(); |
60 | protected slots: | 60 | protected slots: |
61 | void selectSoundFile(); | 61 | void selectSoundFile(); |
62 | void setCategoryColor(); | 62 | void setCategoryColor(); |
63 | void updateCategoryColor(); | 63 | void updateCategoryColor(); |
64 | void toggleEmailSettings(bool); | 64 | void toggleEmailSettings(bool); |
65 | 65 | ||
66 | //additional emails | 66 | //additional emails |
67 | void addItem(); | 67 | void addItem(); |
68 | void removeItem(); | 68 | void removeItem(); |
69 | void updateItem(); | 69 | void updateItem(); |
70 | void updateInput(); | 70 | void updateInput(); |
71 | 71 | ||
72 | protected: | 72 | protected: |
73 | void usrReadConfig(); | 73 | void usrReadConfig(); |
74 | void usrWriteConfig(); | 74 | void usrWriteConfig(); |
75 | void setupGlobalTab(); | 75 | void setupGlobalTab(); |
76 | 76 | ||
77 | void setupMainTab(); | 77 | void setupMainTab(); |
78 | void setupTimeTab(); | 78 | void setupTimeTab(); |
79 | void setupLocaleTab(); | 79 | void setupLocaleTab(); |
80 | void setupLocaleDateTab(); | 80 | void setupLocaleDateTab(); |
81 | void setupFontsTab(); | 81 | void setupFontsTab(); |
82 | void setupColorsTab(); | 82 | void setupColorsTab(); |
83 | void setupViewsTab(); | 83 | void setupViewsTab(); |
84 | void setupDisplayTab(); | 84 | void setupDisplayTab(); |
85 | void setupPrinterTab(); | 85 | void setupPrinterTab(); |
86 | void setupGroupSchedulingTab(); | 86 | void setupGroupSchedulingTab(); |
87 | void setupGroupAutomationTab(); | 87 | void setupGroupAutomationTab(); |
88 | 88 | ||
89 | void setCombo(QComboBox *combo,const QString & text, const QStringList *tags = 0); | 89 | void setCombo(QComboBox *combo,const QString & text, const QStringList *tags = 0); |
90 | 90 | ||
91 | 91 | ||
92 | private: | 92 | private: |
93 | QColor mCatDefaultColor; | ||
93 | KPrefsDialogWidBool *mEnableGroupScheduling; | 94 | KPrefsDialogWidBool *mEnableGroupScheduling; |
94 | KPrefsDialogWidBool *mEnableProjectView; | 95 | KPrefsDialogWidBool *mEnableProjectView; |
95 | 96 | ||
96 | QFrame *mPrinterTab; | 97 | QFrame *mPrinterTab; |
97 | 98 | ||
98 | QLineEdit *nameEdit; | 99 | QLineEdit *nameEdit; |
99 | QLineEdit *emailEdit; | 100 | QLineEdit *emailEdit; |
100 | 101 | ||
101 | QComboBox *timeCombo; | 102 | QComboBox *timeCombo; |
102 | QComboBox *tzCombo; | 103 | QComboBox *tzCombo; |
103 | 104 | ||
104 | // widgets holding preferences data | 105 | // widgets holding preferences data |
105 | QLineEdit *mNameEdit; | 106 | QLineEdit *mNameEdit; |
106 | QLineEdit *mEmailEdit; | 107 | QLineEdit *mEmailEdit; |
107 | QLabel *mNameLabel; | 108 | QLabel *mNameLabel; |
108 | QLabel *mEmailLabel; | 109 | QLabel *mEmailLabel; |
109 | QLineEdit *mAdditionalEdit; | 110 | QLineEdit *mAdditionalEdit; |
110 | QSpinBox *mAutoSaveIntervalSpin; | 111 | QSpinBox *mAutoSaveIntervalSpin; |
111 | QSpinBox *mPrioSpin; | 112 | QSpinBox *mPrioSpin; |
112 | // QListView *mAMails; | 113 | // QListView *mAMails; |
113 | QLineEdit *aEmailsEdit; | 114 | QLineEdit *aEmailsEdit; |
114 | 115 | ||
115 | QComboBox *mTimeZoneCombo; | 116 | QComboBox *mTimeZoneCombo; |
116 | QStringList tzonenames; | 117 | QStringList tzonenames; |
117 | QSpinBox *mStartTimeSpin; | 118 | QSpinBox *mStartTimeSpin; |
118 | QSpinBox *mDefaultDurationSpin; | 119 | QSpinBox *mDefaultDurationSpin; |
119 | QComboBox *mAlarmTimeCombo; | 120 | QComboBox *mAlarmTimeCombo; |
120 | 121 | ||
121 | QComboBox *mCategoryCombo; | 122 | QComboBox *mCategoryCombo; |
122 | KColorButton *mCategoryButton; | 123 | KColorButton *mCategoryButton; |
123 | QDict<QColor> mCategoryDict; | 124 | QDict<QColor> mCategoryDict; |
124 | 125 | ||
125 | QSlider *mHourSizeSlider; | 126 | QSlider *mHourSizeSlider; |
126 | 127 | ||
127 | QSpinBox *mNextXDaysSpin; | 128 | QSpinBox *mNextXDaysSpin; |
128 | QSpinBox *mWhatsNextSpin; | 129 | QSpinBox *mWhatsNextSpin; |
129 | 130 | ||
130 | QLineEdit * mRemoteIPEdit; | 131 | QLineEdit * mRemoteIPEdit; |
131 | QLineEdit * mRemoteUser; | 132 | QLineEdit * mRemoteUser; |
132 | QLineEdit * mRemotePassWd; | 133 | QLineEdit * mRemotePassWd; |
133 | QLineEdit * mRemoteFile; | 134 | QLineEdit * mRemoteFile; |
134 | QLineEdit * mLocalTempFile; | 135 | QLineEdit * mLocalTempFile; |
135 | QWidget* mSetupSyncAlgTab; | 136 | QWidget* mSetupSyncAlgTab; |
136 | QLineEdit * mUserDateFormatLong; | 137 | QLineEdit * mUserDateFormatLong; |
137 | QLineEdit * mUserDateFormatShort; | 138 | QLineEdit * mUserDateFormatShort; |
138 | 139 | ||
139 | QSpinBox *mTimezoneOffsetSpin; | 140 | QSpinBox *mTimezoneOffsetSpin; |
140 | QSpinBox *mDaylightsavingStart; | 141 | QSpinBox *mDaylightsavingStart; |
141 | QSpinBox *mDaylightsavingEnd; | 142 | QSpinBox *mDaylightsavingEnd; |
142 | KDateEdit* mStartDateSavingEdit; | 143 | KDateEdit* mStartDateSavingEdit; |
143 | KDateEdit* mEndDateSavingEdit; | 144 | KDateEdit* mEndDateSavingEdit; |
144 | QSpinBox * mAlarmPlayBeeps; | 145 | QSpinBox * mAlarmPlayBeeps; |
145 | QSpinBox * mAlarmSuspendTime; | 146 | QSpinBox * mAlarmSuspendTime; |
146 | QSpinBox * mAlarmSuspendCount; | 147 | QSpinBox * mAlarmSuspendCount; |
147 | QSpinBox * mAlarmBeepInterval; | 148 | QSpinBox * mAlarmBeepInterval; |
148 | 149 | ||
149 | QLineEdit * mDefaultAlarmFile; | 150 | QLineEdit * mDefaultAlarmFile; |
150 | int mSpacingHint; | 151 | int mSpacingHint; |
151 | int mMarginHint; | 152 | int mMarginHint; |
152 | }; | 153 | }; |
153 | 154 | ||
154 | #endif | 155 | #endif |