From c4a9465fb3c959535f2d7078e5871ed2314794e5 Mon Sep 17 00:00:00 2001 From: Roeland Jansen Date: Fri, 8 Oct 2021 10:25:32 +0200 Subject: [PATCH] pushed 1.2d; fixing some reliability issues w/ wsjtx/rigctld --- .swo | Bin 12288 -> 0 bytes CHANGELOG | 5 +++++ WHATSNEW | 5 +++++ aboutbox.cpp | 2 +- 4 files changed, 11 insertions(+), 1 deletion(-) delete mode 100644 .swo diff --git a/.swo b/.swo deleted file mode 100644 index 171d63159bf83bd4b2d8c49f10bc2611913187ce..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 12288 zcmeI%Jqp4w6u|N5=A_sQM1_teZI>=RfP-UQC29wuw80j2^I{%GZ({t&DB@7;@DHSq zq~Yc9gA5^SwVW?x5-4HY=<#_qZzIIM$_rg?-PFfem(|heU{@Y=vHQOKV;+7WfIyo9 zgDj51=TVc8u9vG*Rk*s-!H2LS{S zKmY**5I_I{1Q0*~0R(;!(DuFlG8E!!`{VuJ-T!ZH?uT3~MF0T=5I_I{1Q0*~0R#|0 f0D(UVq;V({rKC!tMEXsBYJ6?XO0Vm@Y*KLtN}e1c diff --git a/CHANGELOG b/CHANGELOG index 01363f3..6d2a943 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,10 @@ # CHANGELOG +- 20211006 + + Send TX/Freq changes multiple times with rigctld + + bumped to 1.2d hopefully last testversion before 1.20 - 202109022 Remove duplicate setPriority() diff --git a/WHATSNEW b/WHATSNEW index bfc7df3..55b37ba 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -10,3 +10,8 @@ The following highlights are in this 1.x-release: rigctl basic split support rigctl prevents switching off civ transceive added 25 kHz step + + as a temporary measure sending multiple TX/FREQ change commands to the rig + when we use rigctld. + + people should use "fake it" in wsjtx as the split code is not reliable. diff --git a/aboutbox.cpp b/aboutbox.cpp index 5c45f42..a9222b0 100644 --- a/aboutbox.cpp +++ b/aboutbox.cpp @@ -12,7 +12,7 @@ aboutbox::aboutbox(QWidget *parent) : ui->logoBtn->setIcon(QIcon(":resources/wfview.png")); ui->logoBtn->setStyleSheet("Text-align:left"); - ui->topText->setText("wfview version 1.2c"); + ui->topText->setText("wfview version 1.2d"); QString head = QString(""); QString copyright = QString("Copyright 2017-2021 Elliott H. Liggett, W6EL. All rights reserved. wfview source code is licensed under the GNU GPLv3.");