Skip to content

Commit

Permalink
Apply PR f4exb#1888 changes to samplemimo plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
f4exb committed Nov 29, 2023
1 parent 07e8ae0 commit 8ce5ca5
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions plugins/samplemimo/audiocatsiso/audiocatsisogui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ AudioCATSISOGUI::AudioCATSISOGUI(DeviceUISet *deviceUISet, QWidget* parent) :

makeUIConnections();
DialPopup::addPopupsToChildDials(this);
m_resizer.enableChildMouseTracking();
}

AudioCATSISOGUI::~AudioCATSISOGUI()
Expand Down
1 change: 1 addition & 0 deletions plugins/samplemimo/bladerf2mimo/bladerf2mimogui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ BladeRF2MIMOGui::BladeRF2MIMOGui(DeviceUISet *deviceUISet, QWidget* parent) :

sendSettings();
makeUIConnections();
m_resizer.enableChildMouseTracking();
}

BladeRF2MIMOGui::~BladeRF2MIMOGui()
Expand Down
2 changes: 1 addition & 1 deletion plugins/samplemimo/bladerf2mimo/bladerf2mimoplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
1 change: 1 addition & 0 deletions plugins/samplemimo/limesdrmimo/limesdrmimogui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ LimeSDRMIMOGUI::LimeSDRMIMOGUI(DeviceUISet *deviceUISet, QWidget* parent) :
sendSettings();
makeUIConnections();
DialPopup::addPopupsToChildDials(this);
m_resizer.enableChildMouseTracking();
}

LimeSDRMIMOGUI::~LimeSDRMIMOGUI()
Expand Down
2 changes: 1 addition & 1 deletion plugins/samplemimo/limesdrmimo/limesdrmimoplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
1 change: 1 addition & 0 deletions plugins/samplemimo/metismiso/metismisogui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ MetisMISOGui::MetisMISOGui(DeviceUISet *deviceUISet, QWidget* parent) :

makeUIConnections();
DialPopup::addPopupsToChildDials(this);
m_resizer.enableChildMouseTracking();
}

MetisMISOGui::~MetisMISOGui()
Expand Down
2 changes: 1 addition & 1 deletion plugins/samplemimo/metismiso/metismisoplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
1 change: 1 addition & 0 deletions plugins/samplemimo/plutosdrmimo/plutosdrmimogui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ PlutoSDRMIMOGUI::PlutoSDRMIMOGUI(DeviceUISet *deviceUISet, QWidget* parent) :

makeUIConnections();
DialPopup::addPopupsToChildDials(this);
m_resizer.enableChildMouseTracking();
}

PlutoSDRMIMOGUI::~PlutoSDRMIMOGUI()
Expand Down
2 changes: 1 addition & 1 deletion plugins/samplemimo/plutosdrmimo/plutosdrmimoplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
1 change: 1 addition & 0 deletions plugins/samplemimo/testmi/testmigui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ TestMIGui::TestMIGui(DeviceUISet *deviceUISet, QWidget* parent) :

makeUIConnections();
DialPopup::addPopupsToChildDials(this);
m_resizer.enableChildMouseTracking();
}

TestMIGui::~TestMIGui()
Expand Down
2 changes: 1 addition & 1 deletion plugins/samplemimo/testmi/testmiplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
1 change: 1 addition & 0 deletions plugins/samplemimo/testmosync/testmosyncgui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion plugins/samplemimo/testmosync/testmosyncplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
1 change: 1 addition & 0 deletions plugins/samplemimo/xtrxmimo/xtrxmimogui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ XTRXMIMOGUI::XTRXMIMOGUI(DeviceUISet *deviceUISet, QWidget* parent) :
sendSettings();
makeUIConnections();
DialPopup::addPopupsToChildDials(this);
m_resizer.enableChildMouseTracking();
}

XTRXMIMOGUI::~XTRXMIMOGUI()
Expand Down
2 changes: 1 addition & 1 deletion plugins/samplemimo/xtrxmimo/xtrxmimoplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 8ce5ca5

Please sign in to comment.