1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-21 12:26:34 -04:00
Commit Graph

9941 Commits

Author SHA1 Message Date
Daniele Forsi
04ee258010 Fix typos in help files 2024-07-10 23:06:29 +02:00
Daniele Forsi
15fec2c28d Fix comment after #endif 2024-07-09 22:20:19 +02:00
Edouard Griffiths
a768e91855
Merge pull request #2205 from dforsi/feature/map-readme
Add details about rendered maps stored locally
2024-07-09 17:07:31 +02:00
Edouard Griffiths
1df378d3a8
Merge pull request #2187 from dforsi/fix/map-feature
Fix/map feature
2024-07-09 16:10:19 +02:00
Daniele Forsi
b909f5ebba Do not revert Filter Distance to the previous value when the cell is empty 2024-07-06 23:51:15 +02:00
Daniele Forsi
cc0e0c0f28 Use a QSpinBox for Filter Distance with a maximum of 10 000 kilometres 2024-07-06 23:51:15 +02:00
Daniele Forsi
91862a582e Right align columns with numeric values 2024-07-06 23:51:15 +02:00
Daniele Forsi
c06e740ffc Get case insensitive sorting in the Map Settings Dialog for Map Items 2024-07-06 23:51:15 +02:00
Daniele Forsi
0398414e2c Remove unused resources
Automatically deleted by opening the .ui file in Qt Creator.
2024-07-06 23:51:15 +02:00
Daniele Forsi
fe552abb20 Convert transmitters.csv to UTF-8
For correct display of all alphabets.
2024-07-06 23:51:15 +02:00
Daniele Forsi
bb834caebc Add list of transmitters to the resources
Fixes log message of level "critical":
MapGUI::addBroadcast: Failed to open transmitters.csv
2024-07-06 23:51:15 +02:00
dforsi
b4b0cedd17
Add details about rendered maps stored locally
Suggest two tools can be used to create map images:
 * QGIS: overkill but does everything
 * gdal2tiles: it's called by QGIS but can be used directly
2024-07-06 13:15:46 +02:00
Edouard Griffiths
7c9c6ea440
Merge pull request #2190 from srcejon/android_fixes
Android fixes
2024-06-29 23:31:06 +02:00
Jon Beniston
b9079e005b APT Demod: Check filename suffix is specified 2024-06-29 11:52:34 +01:00
Jon Beniston
97193ef34d Don't change filenames on Android 2024-06-29 11:50:44 +01:00
Edouard Griffiths
e22688e462
Merge pull request #2186 from srcejon/freq_scanner
Frequency Scanner: Fix rounding error
2024-06-27 22:59:18 +02:00
srcejon
fd1d411bf0 Frequency Scanner: Fix rounding error that prevent some channels from being scanned, depending on sample rate. 2024-06-27 13:01:06 +01:00
Edouard Griffiths
2baea0364b
Merge pull request #2185 from srcejon/freq_scanner
Update sdrangel-windows-libraries link
2024-06-26 11:29:51 +02:00
srcejon
b4e2943298 Update sdrangel-windows-libraries link to include latest VC redistributable 2024-06-26 09:30:30 +01:00
f4exb
3e909d2016 Updated versions and changelogs 2024-06-25 22:19:14 +02:00
Edouard Griffiths
a4b78fa30e
Merge pull request #2184 from dforsi/fix/cleanup
Fix/cleanup
2024-06-24 10:48:57 +02:00
Daniele Forsi
4bef2355dd Fix more typos 2024-06-23 17:32:49 +02:00
Daniele Forsi
c6526aae49 Fix typos in .md files 2024-06-23 17:32:49 +02:00
Daniele Forsi
a45e4eab0a Fix typos in .yaml files 2024-06-23 17:32:49 +02:00
Daniele Forsi
79deb41ddb Remove resource pointing to non-existing file 2024-06-23 17:32:49 +02:00
Daniele Forsi
98fb7a58d9 Fix class name
Automatically updated by opening the .ui file in Qt Creator.
2024-06-23 17:32:49 +02:00
Daniele Forsi
d8c733cab7 Update properties related to fonts
Automatically updated by opening the .ui file in Qt Creator.
2024-06-23 17:32:49 +02:00
Daniele Forsi
685d30f15a Remove unused resources
Automatically deleted by opening the .ui file in Qt Creator.
2024-06-23 17:32:48 +02:00
Daniele Forsi
5cbc9fd834 Fix warning
Fixes:
 sdrgui/device/deviceuiset.cpp:353:36: 2nd function call argument is an uninitialized value [clang-analyzer-core.CallAndMessage]
2024-06-23 17:32:48 +02:00
Daniele Forsi
1f9c7efcab Remove uneeded unlocks of QMutexLocker
The mutex will get unlocked anyway when falling out of scope.
2024-06-23 17:32:48 +02:00
Daniele Forsi
2b0bcb0d09 Remove duplicated lines 2024-06-23 17:32:48 +02:00
Daniele Forsi
23eae6fda9 Remove unused includes 2024-06-23 17:32:48 +02:00
Daniele Forsi
e4e2588164 Remove unused files 2024-06-23 17:32:48 +02:00
Daniele Forsi
1fd56fdb42 Remove unused files 2024-06-23 17:32:48 +02:00
Daniele Forsi
941e73c561 Add missing close parens 2024-06-23 17:32:48 +02:00
Edouard Griffiths
31c20df7bb
Merge pull request #2182 from dforsi/fix/save-settings
Do not save the settings twice
2024-06-23 02:41:12 +02:00
Daniele Forsi
8a7d1534d8 Do not save the settings twice
Settings are saved in MainWindow::closeEvent() which is called when Sdrangel
is exited by closing its main window, or when using the File/Exit menu (or
Ctrl+Q) or when pressing Alt+F4.
2024-06-22 17:27:40 +02:00
Edouard Griffiths
5070112c18
Merge pull request #2181 from srcejon/freq_scanner
Frequency scanner: Add scan results to channel report. Add run action to API. Add HF ATC.
2024-06-21 15:06:24 +02:00
srcejon
7336cda7bc FreqScanner: Add HF ATC channels preset. 2024-06-21 10:24:36 +01:00
srcejon
28cc7c3f31 FreqScanner: Add API action to run scan. Add scan results to channel report. 2024-06-21 10:24:16 +01:00
srcejon
c1d55b9af1 Add scanState to FreqScanner Report 2024-06-21 10:04:17 +01:00
srcejon
092efb3780 Update FreqScanner swagger files 2024-06-21 09:03:32 +01:00
Edouard Griffiths
4837d3aba3
Merge pull request #2180 from srcejon/freq_scanner
AIS: Validate message length. Fixes #2125
2024-06-21 01:44:44 +02:00
srcejon
5f0fc8fbf7 Configurations dialog: Fix slot names. Sort configs when dialog first opened. 2024-06-20 22:30:39 +01:00
srcejon
1625c42e38 AIS: Validate message length. Fixes #2125 2024-06-20 22:00:15 +01:00
Edouard Griffiths
9e4dc83e74
Merge pull request #2178 from srcejon/freq_scanner
ILS Demod: Save frequency when switching between LOC and G/S. Set frequency for ident when in G/S mode.
2024-06-20 17:58:10 +02:00
srcejon
0488cc622e Merge branch 'freq_scanner' of https://github.com/srcejon/sdrangel into freq_scanner 2024-06-20 10:31:44 +01:00
srcejon
306055faea ILS Demod. Save frequency when switching between LOC and G/S. Set frequency for ident when in G/S mode. Fixes #2177 2024-06-20 10:31:28 +01:00
Edouard Griffiths
fd9e9959f6
Merge pull request #2175 from srcejon/freq_scanner
Heat Map - Add settings to reduce memory requirement
2024-06-18 22:33:46 +02:00
srcejon
78e7fdc473 Fix for Qt5 2024-06-18 16:28:43 +01:00