Removed remnants of WSJT-X references
This commit is contained in:
parent
478a909b90
commit
88fb605b40
@ -2220,7 +2220,7 @@ comments field.</string>
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="accept_udp_requests_check_box">
|
<widget class="QCheckBox" name="accept_udp_requests_check_box">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string><html><head/><body><p>With this enabled WSJT-X will accept certain requests back from a UDP server that receives decode messages.</p></body></html></string>
|
<string><html><head/><body><p>With this enabled the app will accept certain requests back from a UDP server that receives decode messages.</p></body></html></string>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Accept UDP requests</string>
|
<string>Accept UDP requests</string>
|
||||||
@ -2384,7 +2384,7 @@ for assessing propagation and system performance.</string>
|
|||||||
<item row="0" column="0">
|
<item row="0" column="0">
|
||||||
<widget class="QCheckBox" name="enable_n1mm_broadcast_check_box">
|
<widget class="QCheckBox" name="enable_n1mm_broadcast_check_box">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string><html><head/><body><p>When checked, WSJT-X will broadcast a logged contact in ADIF format to the configured hostname and port. </p></body></html></string>
|
<string><html><head/><body><p>When checked, the app will broadcast a logged contact in ADIF format to the configured hostname and port. </p></body></html></string>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Enable logged contact ADIF broadcast</string>
|
<string>Enable logged contact ADIF broadcast</string>
|
||||||
@ -2505,7 +2505,7 @@ for assessing propagation and system performance.</string>
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QGroupBox" name="groupBox_3">
|
<widget class="QGroupBox" name="groupBox_3">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string><html><head/><body><p>See &quot;Frequency Calibration&quot; in the WSJT-X User Guide for details of how to determine these parameters for your radio.</p></body></html></string>
|
<string><html><head/><body><p>See &quot;Frequency Calibration&quot; in the User Guide for details of how to determine these parameters for your radio.</p></body></html></string>
|
||||||
</property>
|
</property>
|
||||||
<property name="title">
|
<property name="title">
|
||||||
<string>Frequency Calibration</string>
|
<string>Frequency Calibration</string>
|
||||||
|
@ -213,7 +213,7 @@ bool ADIF::addQSOToFile(QByteArray const& ADIF_record)
|
|||||||
{
|
{
|
||||||
QTextStream out(&f2);
|
QTextStream out(&f2);
|
||||||
if (f2.size()==0)
|
if (f2.size()==0)
|
||||||
out << "WSJT-X ADIF Export<eoh>" << endl; // new file
|
out << "JS8Call ADIF Export<eoh>" << endl; // new file
|
||||||
|
|
||||||
out << ADIF_record << " <eor>" << endl;
|
out << ADIF_record << " <eor>" << endl;
|
||||||
f2.close();
|
f2.close();
|
||||||
|
1
main.cpp
1
main.cpp
@ -107,7 +107,6 @@ int main(int argc, char *argv[])
|
|||||||
// that GUI has correct l18n
|
// that GUI has correct l18n
|
||||||
|
|
||||||
// Override programs executable basename as application name.
|
// Override programs executable basename as application name.
|
||||||
//a.setApplicationName ("WSJT-X");
|
|
||||||
a.setApplicationName("JS8Call");
|
a.setApplicationName("JS8Call");
|
||||||
a.setApplicationVersion (version ());
|
a.setApplicationVersion (version ());
|
||||||
|
|
||||||
|
@ -1079,28 +1079,6 @@ MainWindow::MainWindow(QDir const& temp_directory, bool multiple,
|
|||||||
//splashTimer.setSingleShot (true);
|
//splashTimer.setSingleShot (true);
|
||||||
//splashTimer.start (20 * 1000);
|
//splashTimer.start (20 * 1000);
|
||||||
|
|
||||||
/*
|
|
||||||
if(m_config.my_callsign()=="K1JT" or m_config.my_callsign()=="K9AN" or
|
|
||||||
m_config.my_callsign()=="G4WJS" or
|
|
||||||
m_config.my_callsign().contains("KH7Z")) {
|
|
||||||
ui->actionWSPR_LF->setEnabled(true);
|
|
||||||
} else {
|
|
||||||
QString errorMsg;
|
|
||||||
MessageBox::critical_message (this,
|
|
||||||
"Code in the WSJT-X development branch is\n"
|
|
||||||
"not currently available for on-the-air use.\n\n"
|
|
||||||
"Please use WSJT-X v1.8.0\n", errorMsg);
|
|
||||||
Q_EMIT finished ();
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
/*
|
|
||||||
if(QCoreApplication::applicationVersion().contains("-devel") or
|
|
||||||
QCoreApplication::applicationVersion().contains("-rc")) {
|
|
||||||
QTimer::singleShot (0, this, SLOT (not_GA_warning_message ()));
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
// TODO: jsherer - need to remove this eventually...
|
// TODO: jsherer - need to remove this eventually...
|
||||||
QTimer::singleShot (0, this, SLOT (checkStartupWarnings ()));
|
QTimer::singleShot (0, this, SLOT (checkStartupWarnings ()));
|
||||||
|
|
||||||
@ -4459,7 +4437,7 @@ void MainWindow::guiUpdate()
|
|||||||
if(onAirFreq!=m_onAirFreq0) {
|
if(onAirFreq!=m_onAirFreq0) {
|
||||||
m_onAirFreq0=onAirFreq;
|
m_onAirFreq0=onAirFreq;
|
||||||
auto const& message = tr ("Please choose another Tx frequency."
|
auto const& message = tr ("Please choose another Tx frequency."
|
||||||
" WSJT-X will not knowingly transmit another"
|
" The app will not knowingly transmit another"
|
||||||
" mode in the WSPR sub-band on 30m.");
|
" mode in the WSPR sub-band on 30m.");
|
||||||
#if QT_VERSION >= 0x050400
|
#if QT_VERSION >= 0x050400
|
||||||
QTimer::singleShot (0, [=] { // don't block guiUpdate
|
QTimer::singleShot (0, [=] { // don't block guiUpdate
|
||||||
|
@ -127,7 +127,7 @@ void PSK_Reporter::dnsLookupResult(QHostInfo info)
|
|||||||
// qDebug() << "PSK Reporter IP: " << m_pskReporterAddress;
|
// qDebug() << "PSK Reporter IP: " << m_pskReporterAddress;
|
||||||
|
|
||||||
// deal with miss-configured settings that attempt to set a
|
// deal with miss-configured settings that attempt to set a
|
||||||
// Pskreporter Internet address for the WSJT-X UDP protocol
|
// Pskreporter Internet address for the UDP protocol
|
||||||
// server address
|
// server address
|
||||||
m_messageClient->add_blocked_destination (m_pskReporterAddress);
|
m_messageClient->add_blocked_destination (m_pskReporterAddress);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user