dforsi

Results 25 comments of dforsi

I changed the branch. Maybe you could add a pull request template, even a very simple one saying which branch to use. https://docs.github.com/en/articles/creating-a-pull-request-template-for-your-repository Here is a project with a verbose...

FYI, I don't need this patch when building for Qt6

According to the brochure of the International System, there should be a space between the number and the unit (with exception for the symbols for degrees, minutes and seconds, that...

This pull request can be closed because a Github actions were added in commit 0f92f463f4e0817355ffa58851d326156b195238

I think that CodeQL is failing for this pull request because of the deprecated actions (see PR #461).

The same SIGABORT is triggered when choosing an SDR capable of delivering 2 MS/s; both before decoding any packet and after decoding some, closing the "ADS-B Demodulator" window with the...

I removed my changes the the Radiosonde plugin. Should I remove other changes? @srcejon did you push your changes to a public repository? Maybe I can apply your changes to...

I added some `qDeleteAll()` that free the memory used by the container but not the object referenced, for example `qDeleteAll(*m_airportInfo);` clears the hash but it doesn't delete the single `AirportInformation`...

> > If the message is not handled there is a bug somewhere and I would rather issue a warning and delete the message anyway to avoid a memory leak....

I dropped the changes to the Map plugin because I still need to see how to free the single map items and this PR has been opened for too long....