1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-08-22 14:06:34 -04:00
Commit Graph

8476 Commits

Author SHA1 Message Date
f4exb
36ec0f354d Revert "VOR Localizer feature: use mapboxgl as osm is broken in Qt 5.15.3"
This reverts commit b38f3d46cb.
2022-09-25 11:43:52 +02:00
f4exb
4caa85749f Duplicate MDI restore geometry 2022-09-25 10:12:12 +02:00
f4exb
375c0e1ce2 Duplicate QWidget::restoreGeometry in some places in an attempt to fix #1432 2022-09-24 23:07:20 +02:00
f4exb
b38f3d46cb VOR Localizer feature: use mapboxgl as osm is broken in Qt 5.15.3 2022-09-24 23:07:20 +02:00
f4exb
31edca0a6b Update threading model in Simple VOR localizer feature. Part of #1346 2022-09-24 23:07:20 +02:00
Edouard Griffiths
b1e91e9dd2
Merge pull request #1444 from pinkavaj/pi-depr5
Replace deprecated QWheelEvent functions
2022-09-24 23:06:01 +02:00
Jiří Pinkava
a9f1c072d9 Replace deprecated QWheelEvent.pos by position 2022-09-24 21:20:56 +02:00
Jiří Pinkava
c29d3b6433 Replace deprecated QWheelEvent.delta by angleDelta 2022-09-24 20:23:28 +02:00
Edouard Griffiths
27f09fa53e
Merge pull request #1442 from pinkavaj/pi-depr4
Replace deprecated QTextStream number conversion functions
2022-09-24 03:06:31 +02:00
Jiří Pinkava
53e19b36a0 Replace deprecated QTextStream number conversion functions 2022-09-23 23:34:02 +02:00
Edouard Griffiths
16d110bb09
Merge pull request #1439 from pinkavaj/pi-depr3
Fix name of widget, it must be unique
2022-09-23 10:58:20 +02:00
Edouard Griffiths
261b12f3ad
Merge pull request #1438 from pinkavaj/pi-depr2
Replace deprecated Qt functions
2022-09-23 06:23:22 +02:00
Jiří Pinkava
af7959c949 Fix name of widget, it must be unique
The widget name was duplicated, it caused no real issue, sinc it was
never referenced, but the UI compiler complained
2022-09-23 00:40:15 +02:00
Jiří Pinkava
bad33e0719 Replace deprecated setStandardButtons 2022-09-23 00:27:50 +02:00
Jiří Pinkava
330251a484 Replace deprecated QSsl TLS ciphersuite selection 2022-09-23 00:27:29 +02:00
Edouard Griffiths
31565b5caf
Merge pull request #1437 from srcejon/spectrum_peak
Spectrum: Add peak power and frequency in info bar
2022-09-22 14:15:38 +02:00
Jon Beniston
3a11b246d0 Spectrum: Add peak power and frequency in info bar 2022-09-22 12:07:52 +01:00
f4exb
9f65a6e636 Update threading model in Simple PTT feature. Part of #1346 2022-09-22 10:54:45 +02:00
f4exb
4bae584a9d Update threading model in Demod Analyzer feature. Part of #1346 2022-09-22 10:54:45 +02:00
f4exb
dc04245a6d AFC feature corrections 2022-09-22 10:54:45 +02:00
Edouard Griffiths
2919530942
Merge pull request #1434 from pinkavaj/pi-depr1
Replace deprecated QDateTime toTime_t by toSecsSinceEpoch
2022-09-22 08:40:01 +02:00
Edouard Griffiths
8f0b7287e3
Merge pull request #1436 from srcejon/airspyhfp_thread
Update threading in airspyhf source
2022-09-22 01:03:52 +02:00
Jon Beniston
df015c1368 AirspyHF: Remove unused variables 2022-09-21 21:06:35 +01:00
Jiří Pinkava
996134d898 Replace deprecated QDateTime toTime_t by toSecsSinceEpoch 2022-09-21 21:41:40 +02:00
Edouard Griffiths
fcbaaf7100
Merge pull request #1433 from srcejon/fix_1423
#1423 - Workaround Linux bug in color picker in map settings
2022-09-21 13:57:45 +02:00
Jon Beniston
729fe1e1a9 #1452 - Workaround Linux bug in color picker in map settings 2022-09-21 11:04:37 +01:00
f4exb
008e53104d Update threading model in AFC feature. Part of #1346 2022-09-21 06:01:45 +02:00
Edouard Griffiths
6a36043231
Merge pull request #1431 from srcejon/feature_threading_cleanup
Feature threading cleanup
2022-09-21 00:19:11 +02:00
Jon Beniston
4cd2a2fdfa Call stopWork from destructor. 2022-09-20 21:14:36 +01:00
Jon Beniston
048d6830d9 Remove dead code 2022-09-20 21:13:55 +01:00
Jon Beniston
b1ce69fb2b Call stopWork from destructor. 2022-09-20 21:13:12 +01:00
Jon Beniston
94140bcbd7 Don't use this as parent, as called from different thread 2022-09-20 21:09:54 +01:00
f4exb
db2aa78e0a Frequency tracker: fixed GUI callbacks 2022-09-20 21:52:12 +02:00
Jon Beniston
63282ebfcd AirspyHF: Update threading model 2022-09-20 15:04:00 +01:00
Edouard Griffiths
53df5fe5d7
Merge pull request #1429 from srcejon/fix_1287
#1287 - Fix ADS-B crash when My Position changed
2022-09-20 15:29:04 +02:00
Edouard Griffiths
359f566eaf
Merge pull request #1428 from srcejon/star_tracker_aprs_threading_update
#1346: Update threading model in Star Tracker, PER Tester and APRS
2022-09-20 14:23:05 +02:00
Jon Beniston
ab0962b53d #1287 - Fix ADS-B crash when My Position changed 2022-09-20 12:15:47 +01:00
Jon Beniston
cd3c674ced #1346: Update threading model in Star Tracker, PER Tester and APRS features 2022-09-20 11:48:25 +01:00
Edouard Griffiths
487f46c8ca
Merge pull request #1426 from srcejon/fix_1425
Sat Tracker: Fix crash when sat specific AOS command specified.
2022-09-19 22:27:38 +02:00
Jon Beniston
996cb07eb6 Fix crash when sat specific AOS command specified. Fixes #1425 2022-09-19 19:35:56 +01:00
Edouard Griffiths
ea24077e2b
Merge pull request #1420 from srcejon/remote_control
Remote Control: Fix Mac build
2022-09-19 07:04:01 +02:00
Edouard Griffiths
71ba8fd146
Merge pull request #1419 from srcejon/sat_tracker_threading_and_fix
Sat tracker and rotator controller threading updates for #1346
2022-09-18 23:17:42 +02:00
Jon Beniston
6df9749234 Sat Tracker: Fix restoring LOS speech for #1421 2022-09-18 20:30:37 +01:00
Jon Beniston
042b1f0783 Remote Control: Fix Mac build 2022-09-18 16:53:35 +01:00
Jon Beniston
5da8d6d28c Update threading in Rotator Controller for #1346 2022-09-18 16:47:06 +01:00
Jon Beniston
0c5caef095 Remove unused variables 2022-09-18 16:45:25 +01:00
Jon Beniston
8a4c9f5d20 Sat tracker: Use new threading model for #1346. Fix memory corruption bug 2022-09-18 10:59:12 +01:00
f4exb
77f825d980 Updated versions and changelogs 2022-09-18 10:51:03 +02:00
f4exb
6f97826d6f Final fix of appveyor.yml to build Ubuntu 22.04 package. Issue #1416 2022-09-18 10:49:00 +02:00
Edouard Griffiths
c97a6a7af1
Merge pull request #1413 from pinkavaj/pi-qmutex-depr-fix
Replace deprecated QMutex(Recursive) with QRecursiveMutex
2022-09-18 07:42:55 +02:00