Gonzalo José Carracedo Carballal
Gonzalo José Carracedo Carballal
Okay, after playing around with `qt6ctplatformtheme.cpp` I found a workaround and also a rather suspicious behavior. It turns out that pure white (`#ffffffff`) is a color that Qt does not...
I am afraid this is crashing SigDigger in my machine during startup: ``` Thread 1 "SigDigger" received signal SIGSEGV, Segmentation fault. 0x00007ffff7f44a12 in AbstractWaterfall::setFftPlotColor (this=0x6900630069006c, color=...) at AbstractWaterfall.cpp:1674 1674 m_FftColor...
It seems that `PanoramicDialog::waterfall` was not being initialized to `nullptr` in construction. I am leveraging this crash to do some style cleanup in the class (prefix private members by `m_`,...
Fixed, now I am seeing the panoramic spectrum just fine. It is almost like magic, being able to zoom in and out with OpenGL enabled here and also with the...
Nah don't worry about the waterfall pointer. I prefixed everything by m_ in the same commit. I have a copy of your feature branch under SigDigger to keep working at...
Just tested it now, it currently works wonderfully. The only thing that is a bit bothersome is that, as soon as I stop the capture, I get these message box....
Probably, since changes for this feature span SigDigger, Susan and SuWidgets. I haven't finished the review yet. El jue., 23 may. 2024 5:24, alphafox02 ***@***.***> escribió: > Just a note,...
Hi, I have just tested the changes. Some issues (some of them may be yours, some mine): * Clicking and unclicking "full device range" does not seem to affect the...