Edouard Griffiths
Edouard Griffiths
That's what I meant: GPU acceleration just for the sake of it.... I am alright to break SDRangel for this. I don´t care I have a NVIDIA graphics card which...
> So what you probably want to look at, is modifying the FFTFactory to return a VkFFTEngine (which would be a subclass of FFTEngine) if it is applicable for the...
Back as "enhancement"
In the context that is saved at exit time the placement of the SDRagnel window is remembered so when you start again it will start on the primary or the...
Implemented in v7.6.2
> Spectrum Marker dialog and several others yield a red circle with a slash through it. I cannot take a screenshot of the "no way" sign that appears but I...
Or: ```c++ setWindowFlags(windowFlags().setFlag(Qt::WindowContextHelpButtonHint, false)) ``` Handling the event seems a bit complex for things documented elsewhere.
> Lately it crashes way too often, it almost always crashes when closing. It does for me on Windows but not on Linux (Ubuntu 22.04). On Windows the segfault appears...
It is a bit strange to restart the thread just for this purpose. Instead the destructor code may be rewritten this way (this is the APRS feature because I had...
OK the bad design starts with the worker being created in the class constructor but I will not change that due to side effects in the present code. So it...