Jon Beniston
ee2a759012
Add build message for sample mimo
2023-07-31 11:29:07 +01:00
f4exb
249cb476c0
Audio CAT SISO: removed reference to Audio input and output devices
2023-07-10 11:49:52 +02:00
f4exb
6308b9630b
Audio CAT SISO: corrected FILPATHLEN (Hamlib)
2023-06-18 13:54:06 +02:00
f4exb
e693953407
Audio CAT SISO: workaround for compatibility with all versions of Hamlib
2023-06-18 11:35:56 +02:00
f4exb
201aa9a556
Audio CAT SISO: updated documentation
2023-06-18 09:25:07 +02:00
f4exb
ef0baa35b7
Audio CAT SISO: process mono signals as real signals plus fixes
2023-06-18 00:45:13 +02:00
f4exb
246303cd46
Audio CAT SISO: polling time and spectrum follows PTT
2023-06-17 08:19:53 +02:00
f4exb
ecc08f8337
Audio CAT SISO: full implementation
2023-06-12 02:09:35 +02:00
f4exb
de79baa0a9
Audio CAT SISO: implemented basic CAT connection
2023-06-09 18:57:47 +02:00
f4exb
b392c34fe5
Audio CAT SISO: CAT serial settings dialog and web API updates
2023-06-08 05:45:09 +02:00
f4exb
d02fe23263
Audio CAT SISO: implement CAT device and type in GUI
2023-06-08 05:45:09 +02:00
f4exb
7ae44d6e12
Audio CAT SISO: find Hamlib and make build conditional to it
2023-06-08 05:45:09 +02:00
f4exb
537653999a
Audio CAT SISO: initial commit
2023-06-08 05:45:09 +02:00
Daniele Forsi
c6195634f9
Fix repeated words
...
Found with:
grep -r " \([[:alpha:]]\+\) \1 " --color=yes --include=*.md
2023-05-04 21:42:49 +02:00
Daniele Forsi
794be61957
Fix spelling using ispell
2023-05-02 19:43:59 +02: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
f4exb
f65c6ab1e7
Updated versions and changelogs
2022-12-17 10:30:08 +01:00
f4exb
1a19e99d3e
Metis MISO GUI: fixed frequency limits
2022-12-10 19:06:00 +01: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
ee8b8ade88
Device GUIs: Constain window size via minimumSize/maximumSize, rather than handling resizeEvent. Add maximum button. Hide size buttons when window size is fixed
2022-11-09 15:53:44 +00:00
f4exb
3814a95073
Updated versions and changelogs
2022-11-01 23:51:06 +01:00
f4exb
ba3918f2d2
XTRX MIMO: Make settings assignments atomic. Part of #1329
2022-11-01 21:51:04 +01:00
f4exb
da8f987ee9
TestMO source: Make settings assignments atomic. Part of #1329
2022-11-01 19:40:00 +01:00
f4exb
9576dd0f7b
PlutoSDR MIMO: Make settings assignments atomic. Part of #1329
2022-11-01 18:52:17 +01:00
f4exb
0263155122
Metis MISO: Make settings assignments atomic. Part of #1329
2022-10-31 19:16:01 +01:00
f4exb
a2813cf9a8
LimeSDR MIMO: Make settings assignments atomic. Part of #1329
2022-10-31 18:05:03 +01:00
f4exb
89beb182a7
BladeRF2 MIMO: Make settings assignments atomic. Part of #1329
2022-10-31 16:56:52 +01:00
f4exb
f034319c22
Updated versions and changelogs
2022-10-19 17:40:14 +02:00
Jon Beniston
929e0d34dc
Adjust number of frequency digits depending whether transverter is enabled
2022-10-17 13:43:32 +01:00
f4exb
949a9e9380
Center frequency dials up to 9 digits and transverter delta frequency dial up to 12 digits. Fixes #1476
2022-10-15 03:04:29 +02:00
f4exb
9e4fe95bba
TestMOSync: updated threading model. Part of #1346
2022-10-09 13:06:14 +02:00
f4exb
0e236f8acc
TestMI: updated threading model. Part of #1346
2022-10-09 12:55:57 +02:00
Jiří Pinkava
0df2d75e6d
Replace deprecated QMutex(Recursive) with QRecursiveMutex
2022-09-17 23:00:07 +02:00
f4exb
d9ad758971
Updated versions and changelogs
2022-09-01 21:51:04 +02:00
f4exb
044af0d06d
LimeSDR: reduced LimeSDR stream FIFO size to 256k to improve latency
2022-08-19 06:35:45 +02:00
f4exb
2c2285d614
Updated versions and changelogs
2022-06-01 21:31:29 +02:00
f4exb
1552b70681
XTRX MIMO GUI: fixed window size
2022-05-31 02:10:31 +02:00
Daniele Forsi
ede1b03528
Fix typing errors in readme's
...
These are errors that codespell doesn't fix automatically because there is more than one fix.
The following command now gives an empty list of possible fixes, as expected:
find . -name '*.md' -exec codespell --ignore-words-list=cach,doas,ehr,hist,inout,lits,nd,ot,verry --write-changes --summary {} \+
2022-05-22 11:53:36 +02:00
f4exb
de94ea01b5
Updated main and plugin versions
2022-05-14 13:16:33 +02:00
f4exb
9e5c629473
v7: API: added workspace handling for device, spectrum, feature and channel. Implements #1242
2022-05-13 22:24:48 +02:00
f4exb
520106c7ba
Massive UI revamping (v7): fixed devices .ui files to correct display wwhen creating device. Part of #1209
2022-04-27 02:06:17 +02:00
f4exb
5f9d14a56e
Massive UI revamping (v7): Fixed sizing of some device windows. Part of #1209
2022-04-25 00:15:46 +02:00
f4exb
218237c466
Massive UI revamping (v7): Devices: set the border on the outer side of the window. Part of #1213
2022-04-24 02:13:18 +02:00
f4exb
f7bfd10bd7
Massive UI revamping (v7): sample sink and mimo: make sure it is all fixed sized
2022-04-23 18:48:16 +02:00
f4exb
5a265d7fe3
Massive UI revamping (v7): fixed widget size handling: sample MIMO. Part of #1209
2022-04-21 21:44:57 +02:00
f4exb
249db03cf3
Massive UI revamping (v7): fixed device workspace index save/restore and removed useless geometry blobs. Fixes #1207
2022-04-20 20:08:41 +02:00
f4exb
0779ab0c70
Massive UI revamping (v7): spectrum documentation
2022-04-18 18:33:37 +02:00
f4exb
40e34bdebd
Massive UI revamping (v7): implemented device common settings from top bar and added documentation on device windows top and bottom bars
2022-04-17 01:31:50 +02:00
f4exb
2f89b79c84
Massive UI revamping (v7): added channels
2022-04-12 16:20:45 +02:00
f4exb
32973132d9
Massive UI revamping (v7): unify custom widget borders
2022-04-10 02:19:26 +02:00