Commit Graph

106 Commits

Author SHA1 Message Date
AlexandreRouma
03f0704dff Switched to ImGui::TextUnfort 2022-01-26 14:50:16 +01:00
AlexandreRouma
6dc97de57b Dropping glew and using ImGui's loader instead 2022-01-22 18:03:14 +01:00
AlexandreRouma
da06fc39db
Merge pull request #591 from kistlin/fix/unused_variables_warnings
fix warnings about unused/maybe uninitialized variables
2022-01-22 04:29:00 +01:00
AlexandreRouma
4c1b50a3ac Major bugfix in server 2022-01-22 02:30:08 +01:00
AlexandreRouma
74b9d13360 SDR++ server beta :) 2022-01-21 20:22:13 +01:00
kistlin
81d23967b6 revert some changes after the review 2022-01-17 06:53:14 +01:00
kistlin
174158233b fix a lot of warnings about unused variables, or maybe uninitialized variables 2022-01-16 08:28:57 +01:00
AlexandreRouma
201a612c19 Only showing filename of modules in loading screen 2021-12-26 17:26:45 +01:00
AlexandreRouma
470e748e4a Fixed weird bug where config files spointainously appear everywhere (wtf...) 2021-12-26 02:09:37 +01:00
AlexandreRouma
ea587db0cb Formatted the entire codebase and added a CI check for formatting 2021-12-19 22:11:44 +01:00
AlexandreRouma
927115b50b Added start/stop commands to the rigctl server 2021-11-05 19:42:49 +01:00
AlexandreRouma
9d34c6a8c1 Fixed wonky center tuning behavior 2021-09-13 20:07:40 +02:00
Ryzerth
22acf33c01 UI Cleanup + Fixed waterfall zoom bug 2021-08-31 18:39:48 +02:00
Ryzerth
ec6a258958 Removed logging when zooming 2021-08-30 19:54:43 +02:00
Ryzerth
012903fbf4 Fixed wrong bandwidth when zooming 2021-08-30 19:22:00 +02:00
ericek111
04ce4c3583
Make the zoom slider increase exponentially 2021-08-30 02:27:48 +02:00
Ryzerth
dcc17cdee7 Fixed LimeSDR + Fixed FFTSize bug + added ppm option to RTL-SDR & RTL-TCP + Fixed RTL-TCP not saving settings 2021-08-10 00:54:00 +02:00
Ryzerth
ee5b89c4aa Fixed waterfall at very low samplerates 2021-07-31 16:36:04 +02:00
Ryzerth
011fdce237 Fixed weird VFO behavior 2021-07-31 01:38:01 +02:00
Ryzerth
1f3dcc1beb removed broken scripting interface 2021-07-29 22:08:42 +02:00
Ryzerth
5d08f1018d Partial fix for the SNR meter not being the right size 2021-07-29 17:58:23 +02:00
Ryzerth
85de72a859 Fixed support in the module manager 2021-07-26 03:11:51 +02:00
Ryzerth
79e2747aed New spyserver source 2021-07-19 04:52:13 +02:00
Ryzerth
336d69c043 Finished RigCTL server 2021-07-18 04:30:55 +02:00
Ryzerth
63ae56cb9b Added a new optional audio sink as a test 2021-07-17 19:43:44 +02:00
Ryzerth
eb48dd70fb More UI bugfix 2021-07-10 21:15:20 +02:00
Ryzerth
f86df07c36 bugfix 2021-07-10 01:07:26 +02:00
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
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
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
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
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
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
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
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