Wykres commitów

7688 Commity (48040a3edd8f39e01181139efc329a022fbe7d26)

Autor SHA1 Wiadomość Data
f4exb 48040a3edd Revert "Fixed build with hidapi"
This reverts commit 97fc4bf2da.
2022-03-05 22:59:18 +01:00
f4exb 97fc4bf2da Fixed build with hidapi 2022-03-05 14:19:49 +01:00
f4exb 88a447d8f5 Ubuntu build: added libhidapi-dev in appveyor file 2022-03-05 12:38:42 +01:00
f4exb fb3062886c Removed embedded hidapi. Fixes #1160 2022-03-05 12:04:27 +01:00
f4exb bbdfa91dee Regenerate swagger files. Updated sdrbase webapi.qrc 2022-03-05 05:02:22 +01:00
f4exb 0715fc5d69 Updated versions and changelogs 2022-03-05 04:58:19 +01:00
f4exb 1ef45efc4a use inline instead of static for code that is header only 2022-03-03 23:24:31 +01:00
f4exb 22381c5dbc ValueDialZ: fix find exponent. Fixes #1158 2022-03-03 23:23:54 +01:00
Edouard Griffiths 9a733527bb
Merge pull request #1172 from srcejon/fix_1161_sdrplay
SDRplayInput - Ensure decimation length is power of two
2022-03-03 21:04:55 +01:00
Edouard Griffiths 36876c053f
Merge pull request #1171 from srcejon/fix_1153
Rotator controller - Open/close serial ports in worker thread.
2022-03-03 19:06:52 +01:00
Jon Beniston 84865a6f8e SDRplayInput - Use buffer to ensure lenght of data passed to decimators is always a power of two. 2022-03-03 15:04:59 +00:00
Jon Beniston 994cadc91f Open/close serial ports in worker thread. Fix for #1153 2022-03-03 11:06:18 +00:00
f4exb 9c063410fb Message pipes rework: more renaming 2022-03-02 23:57:35 +01:00
f4exb cbe643c0b1 Message pipes rework: settings pipes change in other plugins 2022-03-02 23:07:15 +01:00
f4exb 283ab64c59 Message pipes rework: settings pipes change in AFC, SSB demod, Frequency tracker 2022-03-02 06:58:54 +01:00
Edouard Griffiths 1c5a777709
Merge pull request #1170 from srcejon/radiosonde_rs41
Add RS41 Radiosonde Demodulator and Feature
2022-03-01 21:05:29 +01:00
Jon Beniston 3110595cb3 Fix spelling 2022-03-01 18:31:59 +00:00
Jon Beniston eac134f14c Increase size of temperature column 2022-03-01 18:22:23 +00:00
Jon Beniston 81ce07a484 Fix linux gcc warnings 2022-03-01 17:54:12 +00:00
Jon Beniston 59472e5b5b Fix linux errors 2022-03-01 17:48:36 +00:00
Jon Beniston 32c94dccc3 Fix link in readme 2022-03-01 17:34:13 +00:00
Jon Beniston a4d6564854 Use common coordinate transform code 2022-03-01 17:26:35 +00:00
Jon Beniston 652ecc91e4 Use HTML to ensure line break 2022-03-01 17:25:56 +00:00
Jon Beniston bcff46a826 Add Radiosonde support to Map and DemodAnalyzer 2022-03-01 17:24:35 +00:00
Jon Beniston 76443fe11e Add link to Map docs 2022-03-01 17:23:19 +00:00
Jon Beniston 2ec662bff1 Remove unnecessary includes 2022-03-01 17:23:04 +00:00
Jon Beniston 99fb619506 Fix alignment of UI elements in AIS Demod GUI 2022-03-01 17:22:41 +00:00
Jon Beniston e7d05f832f Improve table scrolling 2022-03-01 17:20:35 +00:00
Jon Beniston cd2873dde8 Use common delegate 2022-03-01 17:19:53 +00:00
Jon Beniston 5a14126549 Fix noise figure window title 2022-03-01 17:18:43 +00:00
Jon Beniston 874ca5e85e Add RS41 Radiosonde (Weather Ballon) demodulator and feature 2022-03-01 17:17:56 +00:00
f4exb 7ab11615f6 Message pipes rework: renaming pipes2 to pipes 2022-02-28 23:32:23 +01:00
f4exb 74f917682b Message pipes rework: renaming to legacy 2022-02-28 23:08:01 +01:00
f4exb c90d04e4b6 AFC: more debug messages 2022-02-27 19:26:18 +01:00
f4exb 16547b2468 AFC: more debug messages 2022-02-27 18:58:43 +01:00
f4exb 75b034180c AFC feature: moved device scan in AFC class 2022-02-27 09:58:16 +01:00
f4exb 0fad030382 Message queues rework: VOR localizer updates 2022-02-26 13:44:46 +01:00
f4exb 7bbc2749eb Message pipes rework (2) 2022-02-25 23:47:53 +01:00
f4exb 555a5d1d4c Message pipes rework (1) 2022-02-25 23:47:53 +01:00
Edouard Griffiths 21b2131148
Merge pull request #1164 from srcejon/fix_httpdownload_googledrive
HttpDownloadManager - Fix Google Drive downloads
2022-02-25 11:45:46 +01:00
Edouard Griffiths c9e33c86aa
Merge pull request #1163 from srcejon/fix_1161
USRPInput - Ensure IQ buffer size is a power of two, as required by decimators
2022-02-25 10:55:53 +01:00
Jon Beniston c0fc9cabd7 HttpDownloadManager - Fix Google Drive downloads 2022-02-25 00:02:13 +00:00
Edouard Griffiths e12e6817c9
Merge pull request #1162 from srcejon/fix_lime_antenna_name
Fix Lime antenna names in GUI combo box
2022-02-25 00:56:29 +01:00
Jon Beniston ffe96cbf63 Ensure IQ buffer size is a power of two, as required by decimators 2022-02-24 16:27:32 +00:00
Jon Beniston f113d33561 Fix Lime antenna names in GUI combobox 2022-02-24 15:51:38 +00:00
f4exb 113aff6e57 Data pipes redesign: renaming. Part of #1154 2022-02-21 03:06:16 +01:00
f4exb adfaac1545 Data pipes redesign (2) 2022-02-21 02:18:51 +01:00
f4exb c678b40988 NCOF: fix null sample rate condition 2022-02-21 02:18:44 +01:00
f4exb 4c2ca8fa20 Data pipes redesign 2022-02-20 23:18:29 +01:00
f4exb 22604244a3 ValueDialZ: fixed compilation warning. Fixes #1155 2022-02-20 23:02:42 +01:00