Skip to content

gui console output cleanup#687

Merged
JensReimann merged 1 commit intortklibexplorer:demo5from
ourairquality:gui-add-console
Jun 24, 2025
Merged

gui console output cleanup#687
JensReimann merged 1 commit intortklibexplorer:demo5from
ourairquality:gui-add-console

Conversation

@ourairquality
Copy link

A few functions use similar code to output stream ASCII or hex to a console. The code was adding linefeeds to wrap lines and then detecting these, and also leaving them which was noise in most cases. This reworks the code to avoid these trailing linefeeds.

rtknavi_qt was initializing the stream console output checkbox to 'HEX' but the initial output was ASCII.

TODO Noticed that the qt app uses a proportional font for this console output which does not present well for the HEX output and also some of the other output presents better in a mono-space font as used in the windows gui apps.

A few functions use similar code to output stream ASCII or hex to a
console. The code was adding linefeeds to wrap lines and then
detecting these, and also leaving them which was noise in most
cases. This reworks the code to avoid these trailing linefeeds.

rtknavi_qt was initializing the stream console output checkbox to
'HEX' but the initial output was ASCII.
@JensReimann JensReimann merged commit 0f93358 into rtklibexplorer:demo5 Jun 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants