srcejon

Results 39 issues of srcejon

To recreate: - Add Test Sink - Set SR to 500000 - Press start - Set INT to 64 - Wait a few seconds - Set INT to 32 -...

Download & install on Windows would be a great deal more user friendly, if the installer was signed (to bypass the maze of dialog boxes Windows throws up encouraging you...

It seems the swagger code generation for arrays of integers is incorrect. As an example (but there are others), in VORLocalizer.yaml, we have: columnIndexes: type: array items: type: integer When...

It seems the scope's markers are not visible when XY Polar view is selected. They are visible in all other views.

enhancement

It appears currently that input device's applySettings method executes on Qt's main thread. This can be problematic when updating an SDR setting that takes a long time (E.g. changing frequency...

The acceleration factor in the SigMFFileInput doesn't appear to work. Regardless of the setting (E.g. 1 or 10), playback appears to always be in real-time.

##### Description The qt5cpp code generated for arrays of integers appears incorrect. java -jar swagger-codegen-cli.jar generate -i Test.yaml -l qt5cpp -o out definitions: Test: description: A test case properties: title:...

Currently the static library that is built doesn't get installed. This PR installs it.

Currently, the Qt: Online help seems to work for classes, but not for methods. For example, if I highlight mid in the following code: QString a; a.mid(3); Then select Qt:...

feature

The attached patch adds support for additional rigctrld commands: set_mode, get_mode, set_powerstat and get_powerstat. This should eventually allow gpredict (and other s/w) to set the correct mode (E.g. FM/AM) and...