Sebastien Rosset

Results 62 comments of Sebastien Rosset
trafficstars

I wouldn't mind opening a PR, but I don't know if there is already an agreed-upon term.

How about completely removing `distutils`? What if the `--inplace` command line argument is just a flag?

For the time zone configuration, it would be useful to have a global toggle that makes it possible to configure the display time, rather than each base component or plugin...

How about if there was a global setting to control the date and time? Widgets that currently display time would have to be enhanced to read the date/time global settings,...

Yes, I agree. I meant read the global settings when the widget is created and listen for changes, similar to what is done elsewhere in the code. I was wondering...

I had a similar issue yesterday on Ubuntu, and so far it's a bit unclear if it's the same issue or not. I was running OpenCPN master. I was trying...

- OpenCPN was connected to the NMEA bus and receiving data. - "Enable Chat Quilting" was turned off. I'm not sure how that happened, as I never turn it off....

> Probably quilt turned OFF due to errant "q" keystroke? Yes, quite possible. For this issue, I wonder if there's a conflict between different movement/zoom operations, i.e. with `DoMovement`.

It seems there is a conflict between: 1. `ChartCanvas::SetViewPoint`, which sets the viewport scale directly; and 2. `DoMovement()` which aims to gradually change the scale factor. When `SetVPScale()` is called...

Wrt time input and display, it would be good to have a global setting that controls whether time is displayed/input in UTC, local time, or station. See #3481. Currently, time...