diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 396ac7dc..53828f48 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -3645,16 +3645,6 @@ void MainWindow::createMenusCommon() connect(ADIFExportAll, SIGNAL(triggered()), this, SLOT(slotADIFExportAll())); ADIFExportAll->setToolTip(tr("Export ALL the QSOs into one ADIF file, merging QSOs from all the logs.")); - //ReqQSLExport = new QAction(tr("Export Requested QSL to ADIF ..."), this); - //fileMenu->addAction(ReqQSLExport); - //connect(ReqQSLExport, SIGNAL(triggered()), this, SLOT(slotRQSLExport())); - //ReqQSLExport->setToolTip(tr("Export all QSOs requesting QSLs to an ADIF file (e.g. to import it into a QSL tag printing program).")); - - //LoTWExport = new QAction(tr("Export ADIF for LoTW ..."), this); - //fileMenu->addAction(LoTWExport); - //connect(LoTWExport, SIGNAL(triggered()), this, SLOT(slotLoTWExport())); - //LoTWExport->setToolTip(tr("Export an ADIF file to be sent to LoTW. Remember to sign it with TQSL before uploading to LoTW!")); - fileMenu->addSeparator(); printLogAct = new QAction(tr("&Print Log ..."), this); @@ -3687,19 +3677,9 @@ void MainWindow::createMenusCommon() connect(fillQsoAct, SIGNAL(triggered()), this, SLOT(fillQSOData())); fillQsoAct->setToolTip(tr("Go through the log reusing previous QSOs to fill missing information in other QSOs.")); - //fillDXCCAct = new QAction(tr("Fill in DXCC data"), this); - //toolMenu->addAction(fillDXCCAct); - //connect(fillDXCCAct, SIGNAL(triggered()), this, SLOT(slotFillEmptyDXCCInTheLog())); - //fillDXCCAct->setToolTip(tr("Go through the log filling QSOs without a DXCC defined.")); - toolMenu->addSeparator(); qslToolMenu = toolMenu->addMenu(tr("QSL tools ...")); - //findQSO2QSLAct = new QAction(tr("&Find QSO to QSL"), this); - //toolMenu->addAction(findQSO2QSLAct); - //connect(findQSO2QSLAct, SIGNAL(triggered()), this, SLOT(slotSearchToolNeededQSLToSend())); - //findQSO2QSLAct->setToolTip(tr("Shows QSOs for which you should send your QSL and request the DX QSL")); - findQSO2QSLAct = new QAction(tr("Find QSO to QSL"), this); qslToolMenu->addAction(findQSO2QSLAct); connect(findQSO2QSLAct, SIGNAL(triggered()), this, SLOT(slotSearchToolNeededQSLToSend())); @@ -3762,7 +3742,6 @@ void MainWindow::createMenusCommon() lotwToolMenu ->addAction(lotwFullDownloadFromLoTWAct); connect(lotwFullDownloadFromLoTWAct, SIGNAL(triggered()), this, SLOT(slotLoTWFullDownload())); - toolMenu->addSeparator(); clublogToolMenu = toolMenu->addMenu(tr("ClubLog tools ...")); @@ -3792,7 +3771,6 @@ void MainWindow::createMenusCommon() toolMenu->addSeparator(); QRZCOMToolMenu = toolMenu->addMenu(tr("QRZ.com tools ...")); - QRZCOMCheckThisCallAct = new QAction(tr("Check the current callsign in QRZ.com"), this); QRZCOMLogModifyCurrentLogAct = new QAction(tr("Queue all the QSO to be uploaded"), this); QRZCOMLogUploadAct = new QAction(tr("Upload the queued QSOs to QRZ.com ..."), this); @@ -3801,7 +3779,6 @@ void MainWindow::createMenusCommon() connect(QRZCOMCheckThisCallAct, SIGNAL(triggered()), this, SLOT( slotElogQRZCOMCheckThisCall())); QRZCOMCheckThisCallAct->setToolTip("Checks the current callsign in QRZ.com."); - QRZCOMAutoCheckAct->setText(tr("Check always the current callsign in QRZ.com")); QRZCOMToolMenu->addAction(QRZCOMAutoCheckAct); connect(QRZCOMAutoCheckAct, SIGNAL(triggered()), this, SLOT( slotElogQRZCOMAutoCheck())); @@ -3837,13 +3814,13 @@ void MainWindow::createMenusCommon() connect(showStatsAct, SIGNAL(triggered()), this, SLOT(slotShowStats())); showStatsAct->setToolTip(tr("Show the statistics of your radio activity.")); - //qDebug() << "MainWindow::createMenusCommon before" << endl; + //qDebug() << "MainWindow::createMenusCommon before" << endl; //toolMenu->addSeparator(); //showRotatorAct = new QAction (tr("Rotator"), this); //toolMenu->addAction(showRotatorAct); //connect(showRotatorAct, SIGNAL(triggered()), this, SLOT(slotRotatorShow())); //showRotatorAct->setToolTip(tr("Show the rotator controller.")); - //qDebug() << "MainWindow::createMenusCommon after" << endl; + //qDebug() << "MainWindow::createMenusCommon after" << endl; //showWorldMapAct = new QAction(tr("CQ zones world map"), this); //toolMenu->addAction(showWorldMapAct); @@ -3952,7 +3929,7 @@ void MainWindow::slotToolSearchNeededQSLRequested() void MainWindow::slotToolLoTWMarkAllQueuedThisLog() { - //qDebug() << "MainWindow::slotToolLoTWMarkAllQueuedThisLog" << endl; + //qDebug() << "MainWindow::slotToolLoTWMarkAllQueuedThisLog" << endl; logEvent(Q_FUNC_INFO, "Start", logSeverity); //QString tdate = util->getDateSQLiteStringFromDate(mainQSOEntryWidget->getDate()); @@ -4400,26 +4377,6 @@ void MainWindow::slotLogWinShow() logEvent(Q_FUNC_INFO, "END", logSeverity); } -/* -void MainWindow::slotScoreWinShow() -{ - //qDebug() << "MainWindow::slotScoreWinShow: " << endl; - logEvent(Q_FUNC_INFO, "Start", logSeverity); - - if (!(scoreWindow->isVisible()) ) - { - scoreWinAct->setChecked ( true ); - scoreWindow->show(); - - }else - { - scoreWinAct->setChecked ( false ); - scoreWindow->hide(); - } - logEvent(Q_FUNC_INFO, "END", logSeverity); -} -*/ - void MainWindow::slotSetup(const int _page) { //qDebug() << "MainWindow::slotSetup: " << QString::number(_page) << endl; @@ -4569,12 +4526,7 @@ bool MainWindow::slotOpenKLogFolder() QString _aux = "