1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-07-28 01:52:26 -04:00
Commit Graph

989 Commits

Author SHA1 Message Date
srcejon
a57a7dd483 Fix names 2023-09-06 15:58:01 +01:00
srcejon
26439500f7 Fix name 2023-09-06 15:49:59 +01:00
srcejon
c3f63253b5 Fix warnings 2023-09-06 15:48:52 +01:00
srcejon
be0a675c0a Add PSK31 modulator 2023-09-06 15:21:22 +01:00
srcejon
42ab1c2a2a Fix compiler warning 2023-09-04 13:31:20 +01:00
srcejon
c947ef0c23 Fix compiler warnings 2023-09-04 13:25:25 +01:00
srcejon
4c6ee84f48 Add acronym decoder widget 2023-09-04 13:01:22 +01:00
srcejon
9c09c2b718 Set beta to 1 as it seems to work better 2023-09-04 09:45:44 +01:00
srcejon
0f0c1e108b Normalise pulse shaping. Enable RTTY Mod in Demod analyser. 2023-09-04 09:36:19 +01:00
srcejon
52c798cc46 Use new settings, not old 2023-09-01 20:24:00 +01:00
srcejon
34e1d25779 Add dialog positioner 2023-09-01 20:09:54 +01:00
srcejon
01ab3e440e Tidy up 2023-09-01 20:09:37 +01:00
srcejon
48300d3d00 Add additional settings to yaml 2023-09-01 18:49:57 +01:00
Jon Beniston
55ccfcd98c Generate swagger files for RTTY mod 2023-09-01 18:25:11 +01:00
srcejon
f5968816ef Add initial RTTY Mod without API 2023-09-01 17:10:26 +01:00
Jon Beniston
394a817fd4 Repeat for some TX plugins. 2023-07-29 20:00:32 +01:00
Edouard Griffiths
d8174cf6ae
Merge pull request #1733 from dforsi/fix/typos
Fix spelling
2023-07-09 18:22:59 +02:00
Daniele Forsi
ff47deee60 Fix spelling
Fixed with:
find . \( -name '*.md' -o -name '*.ui' -o -name '*.html' \) -exec codespell --ignore-words-list=cach,doas,ehr,inout,lits,nd,som,verry --summary --write-changes {} \+
and manual editing.
2023-07-09 09:06:18 +02:00
f4exb
28c70fb806 Channel Ana,yzer, FreeDV mod and demod, FT8 demod: fixed SSB spectrum display 2023-07-09 01:19:39 +02:00
f4exb
8824bd5e44 SSB mod and demod: corrected frequency scale 2023-07-08 06:17:24 +02:00
f4exb
bf76041969 SSB mod: corrected SSB spectrum display so that times are displayed correctly in the waterfall 2023-07-07 19:30:38 +02:00
f4exb
b4847f1d7a Updated versions and changelogs 2023-06-19 00:45:56 +02:00
f4exb
9ef16315f6 Packet Modulator: fixed segfault due to wrong order of instructions in GUI constructor 2023-06-06 23:17:43 +02:00
Daniele Forsi
794be61957 Fix spelling using ispell 2023-05-02 19:43:59 +02:00
f4exb
e384c06739 use MsgConfigureSpectrumVis in place of corresponding GLSpectrum set methods. Fixes #1624 2023-04-09 11:47:50 +02:00
Edouard Griffiths
c50c866732
Merge pull request #1649 from dforsi/fix/typos
Fix spelling
2023-04-03 00:31:02 +02:00
Daniele Forsi
812f2ee452 Fix spelling
Fixed with:
find . -name '*.md' -exec codespell --ignore-words-list=cach,doas,ehr,inout,lits,nd,verry --summary --write-changes {} \+

and then running the same command with --interactive=2:
find . -name '*.md' -exec codespell --ignore-words-list=cach,doas,ehr,inout,lits,nd,verry --summary --write-changes --interactive=2 {} \+
2023-04-02 20:18:12 +02:00
f4exb
f45e949e62 Fixed passing QPoint reference from right click enabler to connected method. Fixes #1549 2022-12-28 20:33:28 +01:00
Jon Beniston
0dd466a900 Add DialogPositioner to ensure dialogs are fully on screen and remain on
screen when screen orientation changes.
Add DialPopup to allow dials to adjusted with a slider, which is easier
on touchscreens.
Add TableTapAndHold to support table context menus on touchscreens.
2022-12-20 10:31:15 +00:00
Jon Beniston
3b5b222114 Update plugins to compile with Qt5 and Qt6 2022-11-17 14:36:12 +00:00
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