leamas
leamas
### Discussed in https://github.com/OpenCPN/OpenCPN/discussions/3108 Originally posted by **leamas** March 24, 2023 Starting this as a discussion with the idea that it eventually will be an issue. Almost all drivers like...
**Describe the bug** The PPA packages for non-amd64 architectures are configured using SystemCmdSound. Since this means using an external binary to run sounds, it means less control and performance compared...
**Is your feature request related to a problem?** Some users for example Swedes like me wants to use a site-specific chart palette. This is described in the [user manual](https://opencpn.org/wiki/dokuwiki/doku.php?id=opencpn:manual_advanced:charts:vector_palette). However,...
**Is your feature request related to a problem?** OpenCPN has a multitude of useful shortcut keys. However, the are in most cases not that intuitive and only available in the...
This is a more aggressive alternative to #3632. Key changes: - Move definitions from _ci/build-android-armhf.sh_ to the toolchain file _buildandroid/build-android.cmake_. - Trust CMAKE_ANDROID_NDK rather than separate definitions for compiler, linker,...
Adding the official definitions for a cmake Android NDK cross build. Overall, this should simplify things over time. Notably, it makes the cmake ANDROID variable defined. This is the "official"...
Always use the default portaudio sound system, also on arm architectures. Makes for consistent sound usage, avoiding the problems related to using external programs to run sounds. While on it,...
**Is your feature request related to a problem?** - When users have problems it would in some cases be great if developers could "replay" exactly the same input as the...
With radar_pi enabled I get attached wxWidgets assertion in startup and exit. This is iff radar_pin is installed and enabled, and only after building OpenCPN with `-DCMAKE_BUILD_TYPE=Debug` 
**Is your feature request related to a problem?** If a device configured in a connection is not found on boot there is message box like _Device /dev/ttyUSB0 not found (disconnected?)_....