srcejon
03232b094c
Merge branch 'f4exb:master' into freq_scanner
2024-02-13 10:23:09 +00:00
Edouard Griffiths
0a8b86beca
Merge pull request #1984 from mxi-box/dvc_enum_opti
...
Optimize eumerator of origin device
2024-02-13 10:59:19 +01:00
Edouard Griffiths
4f2824d67a
Merge pull request #1983 from mxi-box/simpleptt_enhance
...
SimplePTT: bugfix and enhancement
2024-02-12 20:00:24 +01:00
srcejon
4b227f73b8
Update Sky Map yaml
2024-02-12 09:33:58 +00:00
srcejon
203a983565
Merge branch 'f4exb:master' into freq_scanner
2024-02-12 09:07:46 +00:00
mxi-box
3623e059f9
Optimize eumerator of origin device
...
Add enumerateAllDevices to reduce startup period; Optimize LimeSDR enumerating by skipping LMS_Init
2024-02-12 16:10:54 +08:00
mxi-box
4937ad7cc6
Fix SimpltPTT device id; Add "None" Rx/Tx device option
2024-02-12 15:25:37 +08:00
Edouard Griffiths
f35ea35a2d
Merge pull request #1973 from mxi-box/mimo_bugfix
...
Fix MIMO GUI bugs
2024-02-11 11:51:16 +01:00
srcejon
c93444a75a
Update Sky Map yaml
2024-02-08 11:37:17 +00:00
srcejon
2e389d2607
Update Sky Map yaml
2024-02-08 11:07:57 +00:00
srcejon
cabb6dd339
Update Sky Map yaml
2024-02-08 10:26:40 +00:00
srcejon
cd0deb5bdf
Add Sky Map yaml
2024-02-08 09:21:14 +00:00
mxi-box
73a5db91dd
Merge branch 'f4exb:master' into mimo_bugfix
2024-02-04 22:48:41 +08:00
hexinyue02
8f802e64bf
Fix: LimeSDR MIMO Tx gain mode
2024-02-04 22:42:36 +08:00
hexinyue02
09ba1cc700
Fix: GUI handle Startstop message
2024-02-04 18:53:32 +08:00
Edouard Griffiths
c5c5b4f773
Merge pull request #1967 from GermanAizek/patch-1
...
Speedup compilation on all platforms using ccache
2024-02-03 14:23:57 +01:00
Herman Semenov
79cc9f0a98
Speedup compilation on all platforms using ccache
2024-01-30 12:41:44 +00:00
Edouard Griffiths
943105d940
Merge pull request #1956 from anton-kotenko/master
...
Demod Analyzer plugin: channel selection via api
2024-01-22 21:18:55 +01:00
Anton Kotenko
3a6fb11a4c
Demod Analyzer plugin: channel selection via api
...
Problem: It's not possible to select channel in Demod Analyzer feature
via api.
Solution:
Add new "action" into
POST /sdrangel/featureset/feature/{featureIndex}/actions
endpoint
2024-01-21 13:51:41 +01:00
Edouard Griffiths
9bfeddfea5
Merge pull request #1954 from srcejon/freq_scanner
...
Sat Tracker: Update default TLEs to latest URLs.
2024-01-17 16:08:56 +01:00
srcejon
86f1024733
Sat Tracker: Update default TLEs to latest URLs. Add GUI error if TLEs not downloaded.
2024-01-17 11:45:36 +00:00
Edouard Griffiths
9ce5653beb
Merge pull request #1952 from anton-kotenko/master
...
fix SIGSEGV on /sdrangel/deviceset/{deviceSetIndex}/channel/{channelIndex}/settings endpoint
2024-01-15 08:49:03 +01:00
Anton Kotenko
2a47ab2e60
Fix failure due to access by null pointer
...
Editing FrequencyScanner via api fails due to null pointer.
Failure happens when swagger generated setValue method is called for
complicated/nested structure on the object with is created by
constructor, but not initialized by the ::init method.
Solution:
1. Call init on newly created object
2. Proactively fix this for all types of settings objects
2024-01-14 14:34:49 +01:00
f4exb
6bdc54835e
Restore Appveyor Docker build
2024-01-07 02:04:37 +01:00
Edouard Griffiths
024924f6b5
Merge pull request #1946 from srcejon/freq_scanner
...
Couple of bug fixes
2024-01-04 23:41:10 +01:00
srcejon
14430bcb48
#1944 - Fix frequency calculation for SSB spectrum
2024-01-04 17:05:10 +00:00
srcejon
d496744c2a
File Input: Fix seeking over .wav header
2024-01-04 16:14:00 +00:00
f4exb
d259443203
Windows buid: changed Boost archive repository
2024-01-02 08:44:27 +01:00
f4exb
5dcf7f7d40
Updated versions and changelogs
2023-12-31 19:16:27 +01:00
f4exb
01c1edefe0
Appveyor build: remove Docker image build (2)
2023-12-27 12:33:28 +01:00
f4exb
b0d74d5e5f
Appveyor build: remove Docker image build
2023-12-27 12:31:33 +01:00
Edouard Griffiths
2747b61402
Merge pull request #1940 from srcejon/freq_scanner
...
Star Tracker: Handle negative flux values in .srd file.
2023-12-27 04:47:58 +01:00
srcejon
30924a0c5d
Handle negative flux values in .srd file.
2023-12-26 21:08:32 +00:00
Edouard Griffiths
3be8815340
Merge pull request #1937 from srcejon/freq_scanner
...
Pager UDP packet update
2023-12-25 23:47:10 +01:00
Edouard Griffiths
99496ffa30
Merge pull request #1935 from tomtastic/disable-lame-frontend-build
...
Disable build of LAME frontend
2023-12-25 11:43:18 +01:00
srcejon
97847425bb
For #1936 - Use separate date/time fields and prefix address with leading 0.
2023-12-23 10:38:58 +00:00
Tom Matthews
a079587859
Disable build of LAME frontend
...
We dont need it, and LAME 3.100 frontend binaries fail to build on MacOS currently with
```parse.c:417:34: error: call to undeclared function 'id3tag_set_comment_ucs2'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]```
2023-12-20 08:18:43 +00:00
f4exb
bb406ca9a8
AudioCATSISO: adapt to newer versions of Hamlib. Fixes #1919
2023-12-15 21:40:50 +01:00
f4exb
86a1d15eba
Frequency Scanner: handle change of I/Q stream in tracked channels
2023-12-14 21:57:49 +01:00
f4exb
a9a6c672ec
Frequency Scanner: give more space to channel power display
2023-12-14 21:57:49 +01:00
f4exb
c5e9da7004
Frequency scanner: set device frequency for both Rx and MIMO devices
2023-12-14 21:57:49 +01:00
f4exb
5ed6f060a0
Frequency Scanner: allow scanning channels of a MIMO device
2023-12-14 21:57:49 +01:00
Edouard Griffiths
5ab23dac45
Merge pull request #1929 from srcejon/freq_scanner
...
Pager Demod: Add null terminator in UDP packets
2023-12-14 17:22:02 +01:00
srcejon
84848124fd
Fix #1928 . Add null-terminator between strings.
2023-12-14 12:13:51 +00:00
Edouard Griffiths
a8e50b77c8
Merge pull request #1926 from srcejon/freq_scanner
...
File Input: Start file browser in directory of last file selected.
2023-12-13 19:24:37 +01:00
srcejon
46c7206b42
Start file browser in directory of last file selected.
2023-12-13 13:33:31 +00:00
f4exb
c2a2977587
AM demod: extend squelch limit to -120 dB
2023-12-11 01:49:11 +01:00
f4exb
68601d6947
SSB demod: better algorithm for AGC limitation. For #1918
2023-12-11 01:49:11 +01:00
f4exb
f98800702c
Fixed some AGC issues
2023-12-11 01:49:11 +01:00
f4exb
4e25f4d678
Removed useless AGC clamping
2023-12-11 01:49:11 +01:00