Skip to content

Commit bd2fa08

Browse files
committed
Translation templates
1 parent a60e888 commit bd2fa08

File tree

18 files changed

+27464
-24303
lines changed

18 files changed

+27464
-24303
lines changed

src/AUTHORS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Jaime Robles, EA4K - (2002-today)
22
Juan Carlos Reig, EA5WA - (2021-today)
3-
Ladislav Foldyna, OK1MLG - (2021-today)
3+
Ladislav Foldyna, OK1MLG - (2021-2023)
44
Akihiro Koda, JL3OXR - (2016, 2020)
55
Andrew Goldie, ZL2ACG - (2009-2010)
66

src/mainwindow.cpp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ MainWindow::MainWindow(DataProxy_SQLite *dp):
5555
util = new Utilities(Q_FUNC_INFO);
5656
//util->setVersion(softwareVersion);
5757
//qDebug() << Q_FUNC_INFO << " - Creating qso - ";
58-
qso = new QSO;
58+
//qso = new QSO;
5959
//QThread::sleep(std::chrono::microseconds{1000});
6060
//qDebug() << Q_FUNC_INFO << " - Creating backupQSO - ";
6161
backupQSO = new QSO;
@@ -212,7 +212,7 @@ MainWindow::~MainWindow()
212212
delete(downloadcty);
213213
delete(world);
214214
//delete(locator);
215-
delete(qso);
215+
//delete(qso);
216216
delete(backupQSO);
217217
//delete(modifyingQSO);
218218
dateTime.reset();
@@ -573,7 +573,7 @@ void MainWindow::createActionsCommon(){
573573
logEvent(Q_FUNC_INFO, "Start", Debug);
574574
connect(util, SIGNAL(debugLog(QString, QString, DebugLogLevel)), this, SLOT(slotCaptureDebugLogs(QString, QString, DebugLogLevel)));
575575
//qDebug() << Q_FUNC_INFO << " - Connecting QSO";
576-
connect(qso, SIGNAL(debugLog(QString, QString, DebugLogLevel)), this, SLOT(slotCaptureDebugLogs(QString, QString, DebugLogLevel)));
576+
connect(&qsoInUI, SIGNAL(debugLog(QString, QString, DebugLogLevel)), this, SLOT(slotCaptureDebugLogs(QString, QString, DebugLogLevel)));
577577
//qDebug() << Q_FUNC_INFO << " - Connected QSO";
578578
connect(QSOTabWidget, SIGNAL(returnPressed()), this, SLOT(slotQRZReturnPressed() ) );
579579
connect(QSOTabWidget, SIGNAL(dxLocatorChanged(QString)), this, SLOT(slotLocatorTextChanged(QString) ) );
@@ -707,8 +707,8 @@ void MainWindow::createActionsCommon(){
707707
connect(showKLogLogWidget, SIGNAL(newLogLevel(DebugLogLevel)), this, SLOT(slotNewLogLevel(DebugLogLevel)) );
708708
//connect(this, SIGNAL(focusC), this, SLOT(slotTimeOutInfoBars()) );
709709
// Following calls answer calls from the QSO to receive information.
710-
connect (qso, SIGNAL(getModeSignal(QString)), this, SLOT(slotQSO_SetMode(QString)));
711-
connect(qso, SIGNAL(queryError(QString, QString, QString, QString)), this, SLOT(slotQueryErrorManagement(QString, QString, QString, QString)) );
710+
connect (&qsoInUI, SIGNAL(getModeSignal(QString)), this, SLOT(slotQSO_SetMode(QString)));
711+
connect(&qsoInUI, SIGNAL(queryError(QString, QString, QString, QString)), this, SLOT(slotQueryErrorManagement(QString, QString, QString, QString)) );
712712
logEvent(Q_FUNC_INFO, "END", Debug);
713713
}
714714

@@ -5881,7 +5881,7 @@ void MainWindow::restoreCurrentQSO(const bool restoreConfig)
58815881
{
58825882
mainQSOEntryWidget->setModify(true);
58835883
}
5884-
qso = backupQSO;
5884+
//qso = backupQSO;
58855885
//qDebug() << Q_FUNC_INFO << " - calling setQRZ-4" ;
58865886
mainQSOEntryWidget->setQRZ(backupQSO->getCall ());
58875887
mainQSOEntryWidget->setBand (backupQSO->getBand ());

src/mainwindow.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ private slots:
367367
//UPDATE CTY.DAT
368368
DownLoadCTY *downloadcty;
369369
HamLibClass *hamlib;
370-
QSO *qso; // QSO that is being managed in one specific moment
370+
//QSO qso; // QSO that is being managed in one specific moment
371371
QSO *backupQSO; // QSO that has been backed up to send another QSO to the UI
372372
QSO qsoInUI; // The QSO tat is shown in the UI for a given time
373373
//QSO *modifyingQSO;

src/translations/klog_ca.ts

Lines changed: 1719 additions & 1503 deletions
Large diffs are not rendered by default.

src/translations/klog_cs.ts

Lines changed: 1706 additions & 1549 deletions
Large diffs are not rendered by default.

src/translations/klog_da.ts

Lines changed: 1719 additions & 1537 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)