263 Commits

Author SHA1 Message Date
AlexandreRouma
936c99dc40 windows debug build 2024-06-08 08:38:33 +02:00
AlexandreRouma
27edc260c9 fix some fft sizes not being saved as described in #1396 2024-05-04 16:38:47 +02:00
AlexandreRouma
2813aa7c93 fix some tables not scaled along with the rest of the UI as described in #1382 2024-04-17 01:31:49 +02:00
AlexandreRouma
6fdab5e0c2 undo problematic commit 2024-04-15 06:23:39 +02:00
AlexandreRouma
e118598f57 Fix waterfall size related crash described in #1230 2024-04-10 18:28:59 +02:00
AlexandreRouma
db1682a2ac fix #1034 2024-04-08 16:21:33 +02:00
AlexandreRouma
a2054ad780 fix #1367 2024-03-31 23:00:50 +02:00
AlexandreRouma
021928bbda fix show/hide waterfall keybind not working with the Display menu hidden 2024-02-21 21:59:55 +01:00
AlexandreRouma
97c1a132a5 move zoom waterfall's zoom function in the cpp file to avoid annoying recomps 2024-01-25 19:48:04 +01:00
AlexandreRouma
78daed7879 Implemented #1205 2023-10-11 21:50:23 +02:00
AlexandreRouma
168e28cc44 added SNR meter smoothing 2023-07-10 04:41:34 +02:00
AlexandreRouma
800a8b22c7
fixed fft smoothing not set on startup when enabled 2023-03-31 01:38:14 +02:00
AlexandreRouma
365fe1930c
Update smgui.h 2023-03-30 19:17:15 +02:00
AlexandreRouma
f578adceef more work 2023-03-27 17:26:37 +02:00
AlexandreRouma
7723d15e8f Switched to a custom logging lib instead of that spdlog junk 2023-02-25 18:12:34 +01:00
AlexandreRouma
bad8ecba49 Fixed needless config saves 2023-01-13 22:43:42 +01:00
Jacopo Cassinis
3d4c7550be fixed 2022-12-10 20:11:49 +01:00
Jacopo Cassinis
d14fc3805c Added MMDS converter offset preset 2022-12-10 13:43:14 +01:00
AlexandreRouma
c95c7b18af added invert iq option 2022-09-27 15:43:33 +02:00
AlexandreRouma
dcb6321531 Fixed android text bug and updated readme 2022-09-04 18:00:39 +02:00
AlexandreRouma
575a941e24 More DSP cleanup + Remove FastFFT option because it should never be used 2022-07-27 21:35:36 +02:00
AlexandreRouma
5bf5a10a12 bugfix + work on scanner 2022-07-15 17:17:53 +02:00
AlexandreRouma
edf22ccfe8 Added basic RDS support, no error correction yet 2022-07-06 22:11:49 +02:00
AlexandreRouma
f7c566f652 More work 2022-06-21 17:24:48 +02:00
AlexandreRouma
343ec6ca1c lots o shit 2022-06-15 16:08:28 +02:00
AlexandreRouma
663dd8d887 added autostart feature 2022-04-07 15:55:22 +02:00
AlexandreRouma
747b6bfbc6 Added FFT hold feature 2022-03-31 20:16:21 +02:00
AlexandreRouma
83da29e80b Beginning of FFT Hold feature 2022-03-31 15:13:42 +02:00
AlexandreRouma
54dd3a77db Added menu order locked tooltip for distracted people 2022-03-31 01:13:12 +02:00
AlexandreRouma
8d78eb301c Added option to lock the menu order 2022-03-31 01:03:31 +02:00
AlexandreRouma
80d244003a
Merge pull request #649 from AlexandreRouma/backend_abstraction
Backend abstraction and android support
2022-03-28 22:27:38 +02:00
AlexandreRouma
ea59bc5cc0 UI issue fixed 2022-03-27 19:49:31 +02:00
AlexandreRouma
58fcbbc5d2 A few fixes 2022-03-24 16:03:02 +01:00
AlexandreRouma
842b23b2f4 More UI fixes 2022-03-21 21:35:05 +01:00
AlexandreRouma
e82e89a87c Fixed minor UI glitch 2022-03-04 09:59:36 +01:00
AlexandreRouma
763807565c More DPI fixes 2022-02-25 17:32:03 +01:00
AlexandreRouma
9bbc50ff3c Fixed issues hopefully 2022-02-24 21:01:51 +01:00
AlexandreRouma
2779516378 Switched to new cleaner argument system 2022-02-24 20:49:53 +01:00
Daniele Forsi
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
AlexandreRouma
a87aedabb8 bugfix + part of the new command arg system 2022-02-18 19:21:02 +01:00
AlexandreRouma
51c940acd4 Updated to ImGui 1.87 to cleanup UI code 2022-02-14 23:33:52 +01:00
AlexandreRouma
04e54a2d57 Partial unicode support (the proper way), only cyrillic at the moment 2022-02-14 20:35:39 +01:00
AlexandreRouma
96da404149 Fixed text 2022-02-13 17:41:29 +01:00
AlexandreRouma
e5f3d1672c Backend abstraction + added android support + partial high DPI scaling 2022-02-13 17:25:23 +01:00
AlexandreRouma
9969ce018b Backend abstraction 2022-01-29 20:35:08 +01:00
AlexandreRouma
8dcf17bef7 Fixed ever-expanding apply button in sdrplay source 2022-01-29 16:20:45 +01:00
AlexandreRouma
03f0704dff Switched to ImGui::TextUnfort 2022-01-26 14:50:16 +01:00
Christopher Hewitt
aa265ea312 Satisfy GCC -Wformat-security with TextUnformatted 2022-01-25 14:41:09 -07:00
Christopher Hewitt
2c3b603b88 Satisfy GCC -Wformat-security with string literals 2022-01-25 14:05:12 -07:00
AlexandreRouma
9d7c1369ca Fix bad OpenGL bu 2022-01-22 18:13:46 +01:00