Jon Beniston
3a07978ece
Update sdrplay lib to 3.14
2024-02-19 15:21:32 +00:00
f4exb
ea891c0ad7
Update external/windows submodule
2024-02-19 01:11:19 +01:00
Edouard Griffiths
6c4789dbad
Merge pull request #1988 from wysiwyng/add_rsp1b
...
Add SDRPlay RSP1B
2024-02-18 23:53:05 +01:00
wysiwyng
4ca0ead35d
update libsdrplay build
2024-02-18 22:30:29 +01:00
wysiwyng
24e3fb2d76
add rsp1b to remote sinks/sources
2024-02-18 19:57:00 +01:00
wysiwyng
3c7909620d
add sdrplay rsp1b to samplesource plugin
2024-02-18 19:52:34 +01:00
f4exb
ac651ff798
Updated versions and changelogs
2024-02-18 11:56:40 +01:00
Edouard Griffiths
fcd94aaaf8
Merge pull request #1986 from srcejon/freq_scanner
...
Sky Map feature plugin
2024-02-17 08:31:27 +01:00
srcejon
431fda30cb
Qt6 fix
2024-02-16 20:32:19 +00:00
srcejon
e96831326e
Qt6 fix
2024-02-16 20:30:17 +00:00
srcejon
e1817958b5
Fix warnings and Sky Map connections.
2024-02-16 18:08:31 +00:00
srcejon
483e338614
Add AvailableChannelOrFeatureHandler for handling lists of channels, features and message pipes to them.
2024-02-16 16:31:12 +00:00
srcejon
607d7db702
Use MainCore code for managing available channel and feature list.
2024-02-14 15:36:22 +00:00
srcejon
b046eac470
Update default settings. Tweak UI.
2024-02-14 14:13:04 +00:00
srcejon
e6e4d1661e
Fix compiler warnings.
2024-02-14 13:58:44 +00:00
srcejon
1ace16cfe2
Add Sky Map support to Rotator Controller.
2024-02-14 13:21:26 +00:00
srcejon
2708a81623
Add Sky Map feature plugin.
2024-02-14 13:20:33 +00:00
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