Thanks so much for ongoing support of this software during these strange times. I can only contribute helping others and identifying potential issues including a couple of minor ones:
1) The column widths are slightly too narrow (UK English) for "Ping Time" and "Musicians" in the "Connection Setup panel.
2) Spellings:
It would be nice if the Location Country field had spaces in the data e.g. "UnitedKingdom" > "United Kingdom"
Instrument "Acoutic Guitar" > "Acoustic Guitar"
Instrument "Accordeon" > "Accordion"
Last edit: Nick Veit 2020-04-09
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I use the "https://doc.qt.io/qt-5/qlocale.html#countryToString" function of Qt to update the Country field. So I have no control over that string. Qt would have to change it.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thanks so much for ongoing support of this software during these strange times. I can only contribute helping others and identifying potential issues including a couple of minor ones:
1) The column widths are slightly too narrow (UK English) for "Ping Time" and "Musicians" in the "Connection Setup panel.
2) Spellings:
It would be nice if the Location Country field had spaces in the data e.g. "UnitedKingdom" > "United Kingdom"
Instrument "Acoutic Guitar" > "Acoustic Guitar"
Instrument "Accordeon" > "Accordion"
Last edit: Nick Veit 2020-04-09
Thanks, I have put it on my TODO list.
I use the "https://doc.qt.io/qt-5/qlocale.html#countryToString" function of Qt to update the Country field. So I have no control over that string. Qt would have to change it.