* Add ability to hide self from FreeDV Reporter list.
* Disable FreeDV Reporter control if reporting itself is disabled.
* Use Turn Off/Turn On for button labels.
* Add PR #1260 to changelog.
* FreeDV Reporter->FDV Reporting.
* Preserve FDV Reporter toggle option across restarts.
* Bring back RX frequency indicator for RADE.
* Fix Flex waveform compilation error.
* Fix RadeTextTest compiler error.
* Also fix Windows build error.
* Force define M_PI on Windows.
* Add PR #1265 to changelog.
* Tuning carrier is actually supposed to be 1500 Hz.
* Minor changelog update.
* Add Tune button to allow tuning antennas/rigs.
* Add a bit of space around Tune button.
* Oops, Tune button should be disabled on Stop.
* Use separate tune level.
* Swap labels depending on TX/RX state.
* Fix Mic/Speaker level sync bug.
* Possible workaround for Tune button focus problem.
* Add PR #1259 to changelog.
* Adjust carrier location to match middle of RADE signal.
* Fix issue causing tune to always occur.
* Move Show Decode Stats to Modem tab.
* Fix axes of new SNR plot.
* Suppress first/last axis labels on SNR plot.
* Don't stop SNR plot in full duplex.
* Add PR #1261 to changelog.
* Reduce max SNR on graph to 35 dB.
* Add SNR plot to main window.
* Use g_snr instead of snr_limited for graph.
* Add SNR tab to end to avoid persistence issues.
* Increase SNR graph to 3min.
* Fix compiler errors.
* Slow down SNR graph to be closer to actual time.
* Invert X axis labels.
* Fix hang when tab layout persistence is enabled.
* Update tab layout for PGO build.
* Fix macOS lint problem.
* Minor tweaks for X and Y axis.
* Add PR #1250 to changelog.
* Revert max SNR back to 40dB due to slightly different behavior with C version of RADE.
* Update waveform version to match FreeDV version.
* Fix waveform upload logic.
* Fix typo.
* Update waveform name to match FreeDV Reporter reporting.
* Add PR #1256 to changelog.
* WIP integration of radae_nopy.
* Use tmiw fork of radae_nopy.
* Add additional unit test debugging.
* Update to reflect making RADE a shared library again.
* Fix Windows installer generation.
* TBD: Disable Windows reporting test as Python isn't available for mock rig.
* Remove rade_integ.
* Remove Python from binary builds.
* Forgot to remove rade_integ from lint.
* Additional CI build fixes.
* More build fixes.
* Fix Flex/KA9Q compiler errors.
* Attempt to fix macOS tests.
* Force Homebrew macOS.
* Try venv for macOS.
* Fix remaining macOS test failures.
* Python is actually on the GitHub runner, let's see if RADE Reporting test will work.
* Update documentation and add PR #1251 to changelog.
* Hamlib/OmniRig: Ignore frequency/mode query during TX.
* Add missed file.
* Suppress new warnings.
* Disable Radio Frequency drop-down during TX.
* Add PR #1246 to changelog.
* Improve reliability of Start/Stop and PTT buttons.
* Another attempt at fixing GitHub build.
* Try 24.04 for lint.
* forgot to update packages for 24.04.
* Add PR #1236 to changelog.
* Make sure tooltips close when user clicks the main window.
* CI: Add Fedora 43 for Linux AppImage tests.
* Use systemctl to start pipewire.
* Revert "Use systemctl to start pipewire."
This reverts commit c354731513.
* Add debugging.
* Debugging--list sinks/sources.
* Revert previous changes.
* Set XDG_RUNTIME_DIR before Xvfb.
* Add some additional environment from normal pipewire install.
* Print post-test environment.
* Try running AppImage as non-root on Fedora.
* Fix permissions problems.
* Preserve sudo environment.
* Fix Fedora 42 failures.
* Fix spurious warnings on Fedora 42.
* Reenable rtkit.
* Remove ps call.
* Just echo straight to sudoers.
* Need to have sudoers edit in a separate script to work properly.
* Try restarting rtkit outside user environment.
* Hamlib: Reenable FLRig/rigctl timeouts.
* Have timeouts apply immediately, not only after connect.
* Fix compiler errors.
* Add logging to determine what timeout is actually being used.
* Allow error popup for issues retrieving frequency/mode (and ensure it only appears once).
* Forgot to add error message after rig_get_mode errors.
* Add PR #1233 to changelog.
* Fix issue with scalar plot hangs when switching from other plots.
* Add protection to make sure we don't overrun buffers.
* Add PR #1239 to changelog.
* Remove unused channel option from PlotScalar.
* First pass at only drawing the changed area.
* Pre-render gridlines.
* Fix 22.04 compiler errors.
* Allow updated code to work on macOS too.
* Need to disable interpolation.
* Fix mini plot grid lines.
* Add PR #1238 to changelog.
* FreeDV Reporter: Disable autosizing enable/disable on Linux.
* Fix Linux lint errors.
* Add PR #1231 to changelog.
* Disable on Windows too.
* Use kHz/MHz labels for drop-down in main window.
* Manually implement auto-sizing of drop-down columns.
* Try LLVM 21 for GH failures.
* Revert "Try LLVM 21 for GH failures."
This reverts commit 80e16bdfb8.
* Tweaks to hopefully make size/position restoration work better on Windows.
* Fix formatting error with audio engine error box.
* Fix lint error.
* CI: Work around Ubuntu 22.04 LLVM package install problems.
* Fix syntax errors.
* Try syntax error fix again.
* Fix LLVM_POOL naming issue.
* Fix another typo.
* Need to use clang 21.
* Another attempt at making clang-tidy install.
* Update README instructions to reflect current Windows build steps.
* Update README based on user feedback.
* Add PR #1232 to changelog.
* Resolve#1228 by adding WSL instructions for Flex waveform.