Commit Graph

122 Commits

Author SHA1 Message Date
6fdab5e0c2 undo problematic commit 2024-04-15 06:23:39 +02:00
e118598f57 Fix waterfall size related crash described in #1230 2024-04-10 18:28:59 +02:00
97c1a132a5 move zoom waterfall's zoom function in the cpp file to avoid annoying recomps 2024-01-25 19:48:04 +01:00
168e28cc44 added SNR meter smoothing 2023-07-10 04:41:34 +02:00
f578adceef more work 2023-03-27 17:26:37 +02:00
7723d15e8f Switched to a custom logging lib instead of that spdlog junk 2023-02-25 18:12:34 +01:00
575a941e24 More DSP cleanup + Remove FastFFT option because it should never be used 2022-07-27 21:35:36 +02:00
5bf5a10a12 bugfix + work on scanner 2022-07-15 17:17:53 +02:00
747b6bfbc6 Added FFT hold feature 2022-03-31 20:16:21 +02:00
83da29e80b Beginning of FFT Hold feature 2022-03-31 15:13:42 +02:00
54dd3a77db Added menu order locked tooltip for distracted people 2022-03-31 01:13:12 +02:00
8d78eb301c Added option to lock the menu order 2022-03-31 01:03:31 +02:00
80d244003a Merge pull request #649 from AlexandreRouma/backend_abstraction
Backend abstraction and android support
2022-03-28 22:27:38 +02:00
842b23b2f4 More UI fixes 2022-03-21 21:35:05 +01:00
9bbc50ff3c Fixed issues hopefully 2022-02-24 21:01:51 +01:00
2779516378 Switched to new cleaner argument system 2022-02-24 20:49:53 +01:00
98f4f560ad Fix spelling errors
Fixed with:
codespell --ignore-words-list=hist,parm,sur --skip=./core/src/imgui,./core/src/json.hpp,./core/libcorrect,./core/src/spdlog,./misc_modules/discord_integration/discord-rpc,./misc_modules/discord_integration/discord-rpc/include/rapidjson,./source_modules/sddc_source/src/libsddc
2022-02-20 16:19:05 +01:00
51c940acd4 Updated to ImGui 1.87 to cleanup UI code 2022-02-14 23:33:52 +01:00
e5f3d1672c Backend abstraction + added android support + partial high DPI scaling 2022-02-13 17:25:23 +01:00
9969ce018b Backend abstraction 2022-01-29 20:35:08 +01:00
03f0704dff Switched to ImGui::TextUnfort 2022-01-26 14:50:16 +01:00
aa265ea312 Satisfy GCC -Wformat-security with TextUnformatted 2022-01-25 14:41:09 -07:00
2c3b603b88 Satisfy GCC -Wformat-security with string literals 2022-01-25 14:05:12 -07:00
9d7c1369ca Fix bad OpenGL bu 2022-01-22 18:13:46 +01:00
6dc97de57b Dropping glew and using ImGui's loader instead 2022-01-22 18:03:14 +01:00
174158233b fix a lot of warnings about unused variables, or maybe uninitialized variables 2022-01-16 08:28:57 +01:00
b141c4b2a5 Start of notch control + added raspberry pi CI 2021-12-26 00:22:16 +01:00
ea587db0cb Formatted the entire codebase and added a CI check for formatting 2021-12-19 22:11:44 +01:00
fe0b63a275 Removed option 2021-12-19 02:35:40 +01:00
ef01205fb6 Fixed missing argument 2021-12-19 02:33:55 +01:00
f1a231b791 Added new deemphasis mode + new image widget 2021-12-18 21:23:23 +01:00
10733f7a5d Added pip command and fixed waterfall bug 2021-11-16 13:23:52 -06:00
40e2564ef9 More work on MacOS and the scheduler 2021-11-15 17:15:59 +01:00
e6377d4f3d Fixed waterfall recursive lock bug 2021-11-03 16:30:32 +01:00
f539cfad32 Fixed alrge FFT size bug 2021-10-18 00:38:02 +02:00
b4213ea049 Bugfix + added M17 decoder to the linux CI 2021-10-02 17:01:23 +02:00
efd3c47a6c more progress on M17 support 2021-09-28 20:46:19 +02:00
049fc77ff6 Fixed typos 2021-09-20 19:59:35 +02:00
318e57dc3d Fixed wonky fft resize behavior 2021-09-13 23:31:01 +02:00
9d34c6a8c1 Fixed wonky center tuning behavior 2021-09-13 20:07:40 +02:00
b2ce47d975 Fixed radio bandwidth not adjusted when the menu is closed or hidden 2021-08-20 20:40:14 +02:00
2a6c742a51 Bugfix 2021-08-04 00:15:05 +02:00
f16c296f38 Potential fix for windows 7 not detecting the home key and the radio not saving the bandwidth when set through the frequency manager 2021-07-31 21:00:47 +02:00
85eb08e422 Fixed issues with unselectable VFOs when too small 2021-07-31 20:17:36 +02:00
a487c0aaea more bugfix 2021-07-29 20:22:16 +02:00
e744520d50 Fixed setFFTSize visual bug 2021-07-28 22:53:38 +02:00
8290284586 Improved performance of DC correction 2021-07-28 02:18:54 +02:00
fb32b4d55a Made the file source set the frequency of the waterfall 2021-07-21 04:08:28 +02:00
3d7cfffe13 potential fix for the RTL-SDR not tuning (mayhaps?) 2021-07-12 16:53:59 +02:00
eb48dd70fb More UI bugfix 2021-07-10 21:15:20 +02:00