Commit Graph

9232 Commits

Author SHA1 Message Date
Edouard Griffiths 6417bb1797
Merge pull request #1763 from srcejon/ui_scaling
Add UI scale factor setting for high DPI screens
2023-08-07 21:39:26 +02:00
Daniele Forsi c2ef9823cd Fix beacon frequency and add a space before the unit of measure 2023-08-07 20:28:41 +02:00
Edouard Griffiths ffede33b12
Merge pull request #1762 from srcejon/fix_1760
Use QFileInfo to get file extension.
2023-08-07 09:41:54 +02:00
Daniele Forsi 07044a53ed Fix spelling 2023-08-06 18:54:46 +02:00
Jon Beniston d0d07194f8 Add UI scale factor setting for high DPI screens 2023-08-06 12:26:17 +01:00
Jon Beniston 5567c708e7 Support Map plugin for Qt 6.5. Some Qt 6.6 fixes. 2023-08-06 09:08:53 +01:00
Edouard Griffiths 958078c37b
Merge pull request #1761 from srcejon/gamepad_calibration
Rotator controller: Additional gamepad calibration
2023-08-06 07:11:53 +02:00
Daniele Forsi b22922ef65 Fix URLs in menu texts 2023-08-05 23:06:05 +02:00
Jon Beniston abef4f9688 Use QFileInfo to get file extension. For #1760 2023-08-05 21:27:38 +01:00
Jon Beniston 5e803621aa Fix gcc errors 2023-08-05 12:56:21 +01:00
Jon Beniston 18180bfd52 Fix gcc errors 2023-08-05 12:52:42 +01:00
Jon Beniston 2d7c572040 Rotator Controller: Add additional gamepad calibration and functionality 2023-08-05 12:33:01 +01:00
f4exb 83834674c0 Updated versions and changelogs 2023-08-04 03:20:40 +02:00
Edouard Griffiths bbc369bde5
Merge pull request #1751 from arch-linux/patch-1
UDPSink Readme Change
2023-08-02 05:07:55 +02:00
Edouard Griffiths 3134ada5f6
Merge pull request #1759 from srcejon/fix_1757
Use texture() instead of texture2d() in v330 shaders
2023-08-01 22:42:17 +02:00
Edouard Griffiths a8b551cf5c
Merge pull request #1758 from srcejon/fix_1752
Fix slot 2 audio in DSD Demod
2023-08-01 21:34:22 +02:00
Jon Beniston 5ab82f4e49 Use texture() instead of texture2d() in v330 shaders, so they work on Mac 2023-08-01 10:48:36 +01:00
Jon Beniston c1897b7031 Connect slot 1/2 on/off buttons 2023-08-01 10:33:12 +01:00
Edouard Griffiths 9e262a1f1c
Merge pull request #1756 from srcejon/fix_1735
Clear OpenGL buffer with alpha=1
2023-08-01 08:20:34 +02:00
Jon Beniston 37285a9bce Clear with alpha=1 to fix #1735 2023-07-31 21:43:15 +01:00
Edouard Griffiths c50e5991d2
Merge pull request #1754 from srcejon/fix_1740
Fix syntax error in cmake/ci/build_sdrangel.sh and remote external files from .deb
2023-07-31 22:41:47 +02:00
Jon Beniston bf1feb5835 Use bash as sh doesn't support the condition 2023-07-31 20:34:45 +01:00
Jon Beniston 6899a32655 Remove external projects from .deb 2023-07-31 19:20:18 +01:00
Jon Beniston e9c258f8c2 Use == instead of = for comparison 2023-07-31 14:19:00 +01:00
Edouard Griffiths e7b0921c50
Merge pull request #1750 from srcejon/fix_1740
Move find_package in external/CMakeLists.txt to CMakeLists.txt
2023-07-31 14:17:59 +02:00
Jon Beniston ee2a759012 Add build message for sample mimo 2023-07-31 11:29:07 +01:00
Jon Beniston f56597ac36 Ninja needs BUILD_BYPRODUCTS set, make doesn't 2023-07-31 11:05:31 +01:00
Jon Beniston e16ff521d6 Fix copy and paste error 2023-07-30 23:07:46 +01:00
Jon Beniston 109d64646c Add build message for sample sink 2023-07-30 22:17:51 +01:00
Jon Beniston 6fee92f8dc Add build message for sample source 2023-07-30 22:11:31 +01:00
Jon Beniston 37db1910c5 Add LIBSIGMF_DEPENDS 2023-07-30 21:50:25 +01:00
Jon Beniston bf913b12a1 Update lib name 2023-07-30 21:10:47 +01:00
Jon Beniston 51f8ece65b Use installed lib 2023-07-30 20:37:42 +01:00
Jon Beniston d764c3635e Set INSTALL_PREFIX 2023-07-30 19:28:44 +01:00
Jon Beniston eb7d3e193d Install libsigmf 2023-07-30 18:20:40 +01:00
Jon Beniston b89f2c643c Add libsigmf as an external project 2023-07-30 17:12:43 +01:00
Jon Beniston 2b10feb5af Fix cmake warning 2023-07-30 16:50:48 +01:00
Jon Beniston fd3314a07b Only build libs if needed. Tidy up. 2023-07-30 16:48:42 +01:00
Christopher Allen b1a8ac958d
UDPSinnk Readme Change
The UDPSink is available on Windows installation.
2023-07-30 10:47:24 -04:00
Jon Beniston 7564d8349a Add set_global_cache function to set variable in cache and parent scope. 2023-07-30 15:45:11 +01:00
Jon Beniston 3ecf00f28e Fix typo 2023-07-30 13:33:57 +01:00
Jon Beniston d877c9a47b Merge codec2 2023-07-30 13:08:57 +01:00
Jon Beniston 3d55ce50ef Move find_package from external/CMakeLists.txt to root CMakeLists.txt so variables remain in scope. 2023-07-30 13:05:00 +01:00
Edouard Griffiths 9a3a131446
Merge pull request #1748 from srcejon/fix_1741
Update codec2 repo in build_codec2.sh
2023-07-30 00:47:25 +02:00
Edouard Griffiths d1c271c3a7
Merge pull request #1747 from srcejon/fix_1740
Display message if channelrx plugins not built.
2023-07-29 23:39:54 +02:00
srcejon 97a4888a88
Merge branch 'f4exb:master' into fix_1740 2023-07-29 20:01:41 +01:00
Jon Beniston 394a817fd4 Repeat for some TX plugins. 2023-07-29 20:00:32 +01:00
Jon Beniston 0fb7500692 Update codec2 repo 2023-07-29 13:05:42 +01:00
Jon Beniston 0fb960133a Display message if channelrx plugin not built. Add heatmap flag. 2023-07-29 12:33:38 +01:00
Edouard Griffiths 7359e48360
Merge pull request #1746 from srcejon/fix_1740
Fix misspelling of FFMPEG_FOUND
2023-07-28 01:39:07 +02:00