Results 61 issues of leamas

**Is your feature request related to a problem? Please describe.** Currently, n0183 drivers posts each received message twice; one copy using the message type as key and another using the...

enhancement

**Describe the bug** In various parts of the interface we parts which are by default hidden, often labeled "Advanced" or so. The implementation of this varies, and the user experience...

bug

On windows, a static build fails in the install step with errors like: ``` CMake Error at libs/glew/glew_dir/cmake_install.cmake:55 (file): file INSTALL cannot find "C:/project/opencpn/plugin_src/build/bin/RelWithDebInfo/glew32.pdb": File exists. ``` --- This is...

**Describe the bug** Every other start of opencpn crashes. Next start works **To Reproduce** Steps to reproduce the behavior: 1. Start opencpn from commabd line 2. If it works, make...

bug

**Describe the bug** When opencpn detects it's running a new version it presents some warnings + two buttons "Agree" and "Cancel". Pushing the Cancel button leads to a crash **To...

bug

Make sure SetCurrent() is only invoked if window is shown to avoid start up crash. Closes: #4903

**Describe the bug** Messages sent to the loopback driver are supposed to be visible in the Data Monitor with default settings. However, they are not. Using the _All Data_ filter...

bug

Fixes for cleaning up replay of log files created by the Data Monitor. See also https://github.com/rgleason/vdr_pi/pull/110, the other side of replaying log files. Closes: #4876 Closes: #4889

**Describe the bug** The lines logged by the Data Monitor when logging SignalK data looks like: ``` [...]}]}^M " ``` This contains an extra `` and places the terminating `"`...

bug

This PR creates an updated API structure which makes it possible for plugins to support new functionality while keeping it compatible with an older API. It is based on discussions...