Commit Graph

191 Commits

Author SHA1 Message Date
Ryzerth
73bbd69e3f The enabled state of all modules is now preserved 2021-07-10 00:28:56 +02:00
Maxime Biette
ac04432453 Fix typo aquire -> acquire
https://en.wiktionary.org/wiki/aquire
2021-07-09 14:57:58 -04:00
Ryzerth
91c6823e0c Bugfix 2021-07-09 17:55:17 +02:00
Ryzerth
cf3c976651 Added a way to move menus around 2021-07-09 04:29:16 +02:00
Ryzerth
29ec14d3f0 Added a better offset config for up/down converters 2021-07-09 00:58:05 +02:00
Ryzerth
61f56b6e56 Updated ImGui + Fixed bugs in the frequency manager + new features 2021-07-08 22:39:26 +02:00
Ryzerth
ab376ea1aa Performance improvement to the FFT + code cleanup + Added an option to select the FFT window 2021-07-05 01:09:48 +02:00
Ryzerth
6db8251e46 Fixed bugs + added option to show bookmarks on FFT 2021-07-04 16:41:46 +02:00
Ryzerth
4dc0df74cf Added option to show current list on FFT 2021-07-04 02:25:36 +02:00
Ryzerth
4a2774367f Fixed UI and frequency manager bug 2021-07-02 18:12:56 +02:00
Ryzerth
5f84ecc4de Added audio fix for MacOS 2021-06-29 18:14:26 +02:00
Ryzerth
8a1df1d712 Fixed SNR not updating when waterfall is hidden 2021-06-29 03:32:40 +02:00
Ryzerth
aaa15315ce Fixed file source and cleaned up buffering code 2021-06-29 02:43:04 +02:00
Ryzerth
dff9ec2d37 new buffer thingy 2021-06-28 22:06:42 +02:00
Ryzerth
d31ed762c1 IMPORTANT BUGFIX 2021-06-26 18:26:58 +02:00
Ryzerth
64ed5058bf Fixed wrong disabled color sheme 2021-06-23 22:24:58 +02:00
Ryzerth
26079dba0a Added theme system 2021-06-23 21:45:38 +02:00
Ryzerth
94fae2135d Cleaned up UI code 2021-06-20 21:17:11 +02:00
Ryzerth
da2f4fcf3a Changed the default NFM snap interval 2021-06-17 20:14:23 +02:00
Ryzerth
55017f876d Fixed vfo selection issue 2021-05-18 02:26:55 +02:00
Ryzerth
0b276bed1d Fixed weird audio glitch on some AM station 2021-05-09 03:06:57 +02:00
Ryzerth
1b27916c24 Added module management system 2021-05-05 04:31:37 +02:00
Ryzerth
1eca58605c Added VFO coloring option 2021-05-04 20:41:23 +02:00
Ryzerth
9a1850bd61 Fixed delayed VFO update bug 2021-05-04 02:52:59 +02:00
Ryzerth
0bc1bd8549 Fixed color interpolation bug 2021-05-03 02:18:26 +02:00
Ryzerth
c6c15a446b Fixed OS EventHandler compilation issue 2021-05-03 02:08:49 +02:00
Ryzerth
96f83ee55c Added SNR meter 2021-04-30 04:28:08 +02:00
Ryzerth
3e79d4dfad Added tooltip to show VFO name 2021-04-29 23:29:40 +02:00
Ryzerth
d3276a1546 Added missing line smh 2021-04-29 22:09:06 +02:00
Ryzerth
ce8b4ceb44 Added persistant config for file source 2021-04-29 22:04:20 +02:00
Ryzerth
bed0712be1 Recorder should now save dialog path 2021-04-29 21:41:47 +02:00
Ryzerth
f483de1f7e Fixed missing vector again 2021-04-29 20:51:26 +02:00
Ryzerth
a6df90785a Fixed missing vector 2021-04-29 20:48:37 +02:00
Ryzerth
ab4cde9bb8 Added cross platform support for file and folder select widgets 2021-04-29 20:43:17 +02:00
Ryzerth
8305750016 Fixed frequency select not updating when disabling VFO 2021-04-24 19:26:22 +02:00
Ryzerth
a35d0252e7 Fixed scroll bug and added keybinds 2021-04-24 04:06:04 +02:00
Ryzerth
dd5490cac6 Added scroll controls 2021-04-24 01:24:27 +02:00
Ryzerth
75568a7bf7 added keyboard input to frequency select 2021-04-23 21:35:54 +02:00
Ryzerth
b8347fd254 More keyboard controls 2021-04-23 19:12:24 +02:00
Ryzerth
d43f501819 Added more keyboard controls 2021-04-23 17:53:25 +02:00
Ryzerth
b8e4a79188 Fixed inexplicable ImGui bug 2021-04-23 03:58:10 +02:00
Ryzerth
1dbdf48e9a Added persistant menu open/close 2021-04-22 23:49:35 +02:00
Ryzerth
ed83abaeef meteor demodulator now saves the recording path 2021-04-22 19:18:19 +02:00
Ryzerth
d3ad4a5035 Added persistent config for VFO offsets 2021-04-22 02:00:33 +02:00
Ryzerth
000429c3b5 removed debug log 2021-04-18 15:59:37 +02:00
Ryzerth
91176c9291 More fixes to wfù 2021-04-18 00:47:23 +02:00
Ryzerth
f760aba7dd Fixed waterfall bug 2021-04-17 23:05:53 +02:00
Ryzerth
d91934955b New features + waterfall code cleanup 2021-04-17 22:37:50 +02:00
Ryzerth
d1e553f05a Fixes to filtering 2021-04-17 03:38:48 +02:00
Ryzerth
3bf4f0ce01 typo fix 2021-04-16 20:21:42 +02:00
AlexandreRouma
892f957729
Merge pull request #96 from bvernoux/master
Fix build with Windows SDK 8.1 or more, fix typos in airspy_source
2021-04-16 19:55:05 +02:00
Ryzerth
b16ab3f0c0 Push before merge 2021-04-16 19:53:47 +02:00
bvernoux
0b9d5c2b69 Fix build with SDK 8.1 or more (replace #include <ShlObj_core.h> supported only with Windows SDK10 by #include <ShlObj.h> support by Windows SDK 8.1 or more) 2021-04-16 19:40:12 +02:00
Ryzerth
2c334c08ac Added position option for the bandplan 2021-04-14 01:45:21 +02:00
Ryzerth
48bba00cb3 Added FFTSize setting 2021-04-13 18:31:38 +02:00
Ryzerth
64436f1034 New changes 2021-04-13 04:54:47 +02:00
Ryzerth
58864b79e4 Slight performance improvement on detailed fft 2021-04-13 03:52:30 +02:00
Ryzerth
cb8bbd7ccc New optional detailed FFT system 2021-04-12 23:02:45 +02:00
Ryzerth
d41ae73e0d Beginning of code for the RSPduo + bugfix for the hackrf 2021-04-10 03:06:59 +02:00
Ryzerth
26e623bec4 Beginning of code for the RSPduo + bugfix for the hackrf 2021-04-10 03:06:51 +02:00
Ryzerth
669288385e Fixed other issues 2021-04-01 17:42:04 +02:00
Ryzerth
a9cb6bfe79 Bugfix + added meteor demodulator 2021-04-01 16:54:16 +02:00
Ryzerth
bcc1744a76 More bugfix 2021-03-30 03:37:40 +02:00
Ryzerth
27394a091f DSP performance upgrades + bugfix 2021-03-29 21:53:43 +02:00
Ryzerth
f29d683918 new stuff 2021-03-20 21:53:44 +01:00
Ryzerth
b4ee6420c5 Fixed weird value idk 2021-02-23 03:35:40 +01:00
Ryzerth
89d0f6b761 Fixed some stuff 2021-02-20 15:27:43 +01:00
Ryzerth
d0c14efbd1 Changed the FFT scaling 2021-02-12 23:11:57 +01:00
Ryzerth
3e9e6de16d added lazy db thing 2 2021-02-12 22:47:10 +01:00
Ryzerth
a754becb46 added lazy db thing 2021-02-12 22:44:29 +01:00
Ryzerth
3422998bd1 fixed file select and folder select widget bug 2021-02-11 15:29:51 +01:00
Ryzerth
096c5edbd4 Fixed file select length 2021-02-10 22:47:13 +01:00
Ryzerth
3541b8a0dd new stuff idk 2021-02-10 21:35:56 +01:00
Ryzerth
9e410e3856 VFOs are now visible in waterfall 2021-02-09 02:11:40 +01:00
Ryzerth
c846e0f400 Added spdlog test button 2021-02-08 20:08:59 +01:00
Ryzerth
7ff8f3f7b9 Fixed airspy_source bug 2021-02-08 19:50:16 +01:00
Ryzerth
27eb2571a4 Fixed power slider 2021-02-08 11:13:26 +01:00
Ryzerth
ff2ab3b27e Fixed windows code left outside ifdef 2021-02-08 01:55:57 +01:00
Ryzerth
9df90e5e75 removed scrolling due to bug + Fixed file source 2021-02-07 23:47:17 +01:00
Ryzerth
9def1843b2 Added scroll to sliders 2021-02-07 12:30:25 +01:00
Ryzerth
a2d93915e8 Added airspy_source to defaults 2021-02-04 14:53:12 +01:00
Ryzerth
29e9db184f Fixed small bug in SSB tuning 2021-02-02 21:49:35 +01:00
Ryzerth
cefcd18269 Added airspy module + changes to the UI for scaling 2021-01-28 21:10:53 +01:00
Ryzerth
afd5699ff1 Added new contributors + fixed waterfall bug 2021-01-11 03:19:09 +01:00
Ryzerth
979928ded8 Fixed resampling bug + added waterfall colormap selection + general bugfix 2020-12-31 14:26:12 +01:00
AlexandreRouma
0dd445f101
Merge pull request #55 from cropinghigh/master
Stepped sliders+bandwidth
2020-12-28 14:40:30 +01:00
Ryzerth
f217804838 push before merge 2020-12-28 14:39:30 +01:00
cropinghigh
b370eda0d5 Fix bugs+move widget 2020-12-27 00:56:39 +03:00
Ryzerth
a3374c7eca fixed airspyhf module missing function 2020-12-23 20:22:20 +01:00
Ryzerth
ff9a19381b switch to more recent ubuntu version for CI 2020-12-23 20:09:08 +01:00
Ryzerth
1aedf92bcd fixes to the rtl-tcp source 2020-12-23 19:23:47 +01:00
Ryzerth
a93681a980 New system for band plans 2020-12-23 00:11:12 +01:00
Ryzerth
22d18a9e58 new directory system on linux 2020-12-22 22:39:24 +01:00
Ryzerth
d5c0fdd525 fixed linux build bug 2020-12-22 20:00:51 +01:00
Ryzerth
4a86d6073c added better credit system 2020-12-22 18:42:30 +01:00
Ryzerth
bd545feb2c changes to the build system 2020-12-22 14:50:26 +01:00
Ryzerth
d9dcfa4a88 Fixed waterfall non-threadsafe behavior 2020-12-14 19:33:30 +01:00
Ryzerth
2c84123158 modified soapy menu 2020-12-14 17:18:43 +01:00
Ryzerth
46e9266752 fixed soapy bug 2020-12-13 14:52:54 +01:00
Ryzerth
e3db19b16a Bugfixed + performance improvements to the waterfall 2020-12-12 05:34:58 +01:00