Commit Graph

959 Commits

Author SHA1 Message Date
Jon Beniston fc7c9c1fc8 Update CMakeLists.txt to support both Qt5 and Qt6. Add option ENABLE_QT6 2022-11-17 14:34:54 +00:00
Jon Beniston c966f1cb5a dd maximize button to MainSpectrum and expandible Channels and Features.
Add sizeToContents in ChannelGUI and FeatureGUI, called when widget is
rolled, so we can remove resizing code from all of the individual
channels and features.

In RollupContents, use minimumSizeHint for calculated size, so that
minimumWidth can come from .ui file.

In DeviceGUI::sizeToContents(), call adjustSize(), so Device GUIs start
out at minimum needed size (which should restore appearance prior to
last patch).

In stackSubWindows, use available space for channels if no
spectrum/features present.
In stackSubWindows, fix spectrum from being sized too big, resulting in
scroll bars appearing.
Reset user-defined channel width in stackSubWindows, when channels are
removed.
Don't stack maximized windows.

There's one hack in Channel/FeatureGUI::maximizeWindow(). It seems that
when maximimzing a window, QOpenGLWidgets aren't always paint properly
immediately afterwards, so the code forces an additional update. I can't
see why the first call to paintGL doesn't work.
2022-11-11 12:24:27 +00:00
Jon Beniston ed279812f6 Set window width to account for miniumum width required for visible rollups. 2022-11-08 09:43:58 +00:00
f4exb 3ab767a426 Arrange rollups after restore geometry to mitigate issue #1474 2022-11-03 19:07:44 +01:00
CRD716 71df197196
atvmodsource.h comment typo 2022-10-27 21:51:58 -05:00
Jiří Pinkava bad33e0719 Replace deprecated setStandardButtons 2022-09-23 00:27:50 +02:00
Jiří Pinkava 0df2d75e6d Replace deprecated QMutex(Recursive) with QRecursiveMutex 2022-09-17 23:00:07 +02:00
f4exb ed754fd380 Updated versions and changelogs 2022-09-10 21:14:58 +02:00
Jon Beniston 910f1bce1c Fix c17 compilation but not having using namespace std before Windows includes, rather than defining _HAS_STD_BYTE=0 2022-09-08 16:13:43 +01:00
unknown fc1f5116d7 MSVC M17 FIX 2022-09-06 17:10:25 -03:00
f4exb d9ad758971 Updated versions and changelogs 2022-09-01 21:51:04 +02:00
f4exb 532e794fca NFM modulator: try to improve audio input 2022-08-15 13:09:49 +02:00
f4exb d699271fcd Updated versions and changelogs 2022-08-14 11:52:25 +02:00
f4exb 6af0618240 WFM mod: fixed bug in WFMGUI::applySettings. Fixes #1387 2022-08-13 01:24:33 +02:00
f4exb a9054f1add M17 mod: removed unwanted method declaration. Fixes #1380 2022-08-07 00:11:28 +02:00
f4exb 84daf16a4b Updated versions and changelogs 2022-08-03 18:52:33 +02:00
f4exb ef873c00bb M17: more fixes 2022-07-20 22:17:33 +02:00
f4exb 2a1476bb29 M17: get back to Linux only 2022-07-20 16:11:31 +02:00
f4exb ac2a45ce88 M17 code reorganization 2022-07-20 05:47:48 +02:00
f4exb a65c9458ed Build M17 for Linux only 2022-07-18 15:25:15 +02:00
f4exb 528c28b0a8 Updated versions and changelogs 2022-07-18 11:37:17 +02:00
f4exb 1b8c4d87f6 M17 mod: added documentation 2022-07-18 11:18:57 +02:00
f4exb 1e34a2b5a4 M17: implemented GNSS data 2022-07-18 11:18:57 +02:00
f4exb 823cffdae1 M17 demod: updated API 2022-07-18 11:18:57 +02:00
f4exb 2efa765750 M17 mod: updated API and partially implemented solution for #1329 2022-07-18 11:18:57 +02:00
f4exb f47496645f M17 demod: reset BER stats manually 2022-07-18 11:18:57 +02:00
f4exb 1fa3adb669 Rename mobilinkd namespace to modemm17 2022-07-18 11:18:56 +02:00
f4exb 242a5843d8 M17 mod: implement BERT 2022-07-18 11:18:56 +02:00
f4exb 71c486310a M17 mod: APRS: alternate status and position messages when insert location button is engaged 2022-07-18 11:18:56 +02:00
f4exb 3cf3938757 M17: implemented APRS 2022-07-18 11:18:56 +02:00
f4exb b69275949a M17 mod: updated lowpass filter gain so that FM deviation is correct 2022-07-18 11:18:56 +02:00
f4exb 8bc1a204c5 M17 mod: allow connection to Demod Analyzer 2022-07-18 11:18:56 +02:00
f4exb d24e7a59fb M17: added mod and demod cmake enablers 2022-07-18 11:18:56 +02:00
f4exb 15e3d843f3 M17 mod: corrected LSF stream type for audio and implemented CAN 2022-07-18 11:18:56 +02:00
f4exb 6015fce33d M17 mod: removed scope XY 2022-07-18 11:18:56 +02:00
f4exb 55f49f0398 M17 mod: audio input (mic) 2022-07-18 11:18:56 +02:00
f4exb 8f48d7d135 M17 mod audio with file input 2022-07-18 11:18:56 +02:00
f4exb 1fc688c904 M17 mod: implemented loop packet 2022-07-18 11:18:56 +02:00
f4exb 9738e986c2 M17 mod: fixed FIFO 2022-07-18 11:18:56 +02:00
f4exb 6b863287d8 M17: debug and SMS transmit 2022-07-18 11:18:56 +02:00
f4exb f10da64717 M17 modulator: SMS packet + 2022-07-18 11:18:55 +02:00
f4exb 6a22606beb M17 Modulator: start M17 processor 2022-07-18 11:18:55 +02:00
f4exb 7e8e1c12fa M17 Modulator: copy of NFM modulator 2022-07-18 11:18:55 +02:00
f4exb d2951627f4 Added cmake enablers for all non sampling device plugins. Fixes #1308 2022-06-25 11:56:45 +02:00
f4exb 9b2c7511fe Updated versions and changelogs 2022-06-12 23:46:08 +02:00
f4exb 76ed92c985 NFM Modulator: updated documentation 2022-06-04 09:21:47 +02:00
f4exb 910e69e789 NFM Mod: API updates 2022-06-04 09:21:47 +02:00
f4exb d4c73ce194 NFM mod: make pre-emphasis and CTCSS highpass filter optional so that digital modulation from file is possible 2022-06-04 09:21:47 +02:00
srcejon fe7f98c70e
Merge branch 'f4exb:master' into mac_package 2022-05-29 11:21:53 +01:00
f4exb 252379d593 Updated versions and changelogs 2022-05-29 12:10:24 +02:00