Apply PR #1888 changes to samplemimo plugins

This commit is contained in:
f4exb 2023-11-29 05:06:54 +01:00
parent 07e8ae0de1
commit 8ce5ca51e2
17 changed files with 17 additions and 9 deletions

View File

@ -7,7 +7,7 @@ sdrangel (7.17.1-1) unstable; urgency=medium
* DSD Demod - Fix loss of constellation. PR #1883. Fixes #1836
* Remote TCP - Fix FIFO size adjustment. Fixes SR > 3 MS/s. PR #1886. Fixes #1885.
* Indicate audio FIFO underflow/overflow. PR #1887
* ix resize cursor not being cleared when mouse moves over child widgets. PR #1888
* Fix resize cursor not being cleared when mouse moves over child widgets. PR #1888
* Prevent popup menu when scrolling tables. PR #1889
* Use custom save/restore geometry for MDI sub=windows. PR #1890. Fixes #1835
* Use MDI restore when loading config. PR #1890

2
debian/changelog vendored
View File

@ -7,7 +7,7 @@ sdrangel (7.17.1-1) unstable; urgency=medium
* DSD Demod - Fix loss of constellation. PR #1883. Fixes #1836
* Remote TCP - Fix FIFO size adjustment. Fixes SR > 3 MS/s. PR #1886. Fixes #1885.
* Indicate audio FIFO underflow/overflow. PR #1887
* ix resize cursor not being cleared when mouse moves over child widgets. PR #1888
* Fix resize cursor not being cleared when mouse moves over child widgets. PR #1888
* Prevent popup menu when scrolling tables. PR #1889
* Use custom save/restore geometry for MDI sub=windows. PR #1890. Fixes #1835
* Use MDI restore when loading config. PR #1890

View File

@ -100,6 +100,7 @@ AudioCATSISOGUI::AudioCATSISOGUI(DeviceUISet *deviceUISet, QWidget* parent) :
makeUIConnections();
DialPopup::addPopupsToChildDials(this);
m_resizer.enableChildMouseTracking();
}
AudioCATSISOGUI::~AudioCATSISOGUI()

View File

@ -105,6 +105,7 @@ BladeRF2MIMOGui::BladeRF2MIMOGui(DeviceUISet *deviceUISet, QWidget* parent) :
sendSettings();
makeUIConnections();
m_resizer.enableChildMouseTracking();
}
BladeRF2MIMOGui::~BladeRF2MIMOGui()

View File

@ -33,7 +33,7 @@
const PluginDescriptor BladeRF2MIMOPlugin::m_pluginDescriptor = {
QStringLiteral("BladeRF2"),
QStringLiteral("BladeRF2 MIMO"),
QStringLiteral("7.8.2"),
QStringLiteral("7.17.1"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,

View File

@ -107,6 +107,7 @@ LimeSDRMIMOGUI::LimeSDRMIMOGUI(DeviceUISet *deviceUISet, QWidget* parent) :
sendSettings();
makeUIConnections();
DialPopup::addPopupsToChildDials(this);
m_resizer.enableChildMouseTracking();
}
LimeSDRMIMOGUI::~LimeSDRMIMOGUI()

View File

@ -34,7 +34,7 @@
const PluginDescriptor LimeSDRMIMOPlugin::m_pluginDescriptor = {
QStringLiteral("LimeSDR"),
QStringLiteral("LimeSDR MIMO"),
QStringLiteral("7.8.2"),
QStringLiteral("7.17.1"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,

View File

@ -79,6 +79,7 @@ MetisMISOGui::MetisMISOGui(DeviceUISet *deviceUISet, QWidget* parent) :
makeUIConnections();
DialPopup::addPopupsToChildDials(this);
m_resizer.enableChildMouseTracking();
}
MetisMISOGui::~MetisMISOGui()

View File

@ -34,7 +34,7 @@
const PluginDescriptor MetisMISOPlugin::m_pluginDescriptor = {
QStringLiteral("MetisMISO"),
QStringLiteral("Metis MISO"),
QStringLiteral("7.8.5"),
QStringLiteral("7.17.1"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,

View File

@ -110,6 +110,7 @@ PlutoSDRMIMOGUI::PlutoSDRMIMOGUI(DeviceUISet *deviceUISet, QWidget* parent) :
makeUIConnections();
DialPopup::addPopupsToChildDials(this);
m_resizer.enableChildMouseTracking();
}
PlutoSDRMIMOGUI::~PlutoSDRMIMOGUI()

View File

@ -34,7 +34,7 @@
const PluginDescriptor PlutoSDRMIMOPlugin::m_pluginDescriptor = {
QStringLiteral("PlutoSDR"),
QStringLiteral("PlutoSDR MIMO"),
QStringLiteral("7.15.3"),
QStringLiteral("7.17.1"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,

View File

@ -92,6 +92,7 @@ TestMIGui::TestMIGui(DeviceUISet *deviceUISet, QWidget* parent) :
makeUIConnections();
DialPopup::addPopupsToChildDials(this);
m_resizer.enableChildMouseTracking();
}
TestMIGui::~TestMIGui()

View File

@ -33,7 +33,7 @@
const PluginDescriptor TestMIPlugin::m_pluginDescriptor = {
QStringLiteral("TestMI"),
QStringLiteral("Test Multiple Input"),
QStringLiteral("7.8.1"),
QStringLiteral("7.17.1"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,

View File

@ -90,6 +90,7 @@ TestMOSyncGui::TestMOSyncGui(DeviceUISet *deviceUISet, QWidget* parent) :
m_deviceUISet->setSpectrumScalingFactor(SDR_TX_SCALEF);
connect(this, SIGNAL(customContextMenuRequested(const QPoint &)), this, SLOT(openDeviceSettingsDialog(const QPoint &)));
m_resizer.enableChildMouseTracking();
}
TestMOSyncGui::~TestMOSyncGui()

View File

@ -32,7 +32,7 @@
const PluginDescriptor TestMOSyncPlugin::m_pluginDescriptor = {
QStringLiteral("TestMOSync"),
QStringLiteral("Test Synchronous Multiple Output"),
QStringLiteral("7.8.2"),
QStringLiteral("7.17.1"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,

View File

@ -105,6 +105,7 @@ XTRXMIMOGUI::XTRXMIMOGUI(DeviceUISet *deviceUISet, QWidget* parent) :
sendSettings();
makeUIConnections();
DialPopup::addPopupsToChildDials(this);
m_resizer.enableChildMouseTracking();
}
XTRXMIMOGUI::~XTRXMIMOGUI()

View File

@ -34,7 +34,7 @@
const PluginDescriptor XTRXMIMOPlugin::m_pluginDescriptor = {
QStringLiteral("XTRX"),
QStringLiteral("XTRX MIMO"),
QStringLiteral("7.8.2"),
QStringLiteral("7.17.1"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,