Skip to content

Conversation

@jmlich
Copy link

@jmlich jmlich commented Feb 10, 2024

The Settings app should show vendor name and vendor version in about dialog

In the end it should look like this
screenshot_20240210-120636

The issue is that systemsettings doesn't provide those keys in AsteroidOS. The patch allows check the actual value
AsteroidOS/meta-asteroid#185

I am not sure if I should do also the lupdate.

{ label: qsTr("WLAN MAC"), text: about.wlanMacAddress },
{ label: qsTr("IMEI"), text: about.imei },
{ label: qsTr("Serial number"), text: about.serial },
{ label: qsTr("Vendor"), text: about.vendorName },
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe "Manufacturer" and "Model" would be clearer and more concise? Not sure about that, let's ask a native @beroset

Copy link
Member

@beroset beroset Feb 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe I'm just being pedantic, but "Fossil" doesn't actually manufacture the devices with their name on them -- it's some contract manufacturing organization. That's my logic for calling it "Vendor," especially since some watches are sold under multiple "Vendor" names even though they're really manufactured in the same factory (or at least the boards are). Example: ray is sold as Misfit Vapor, Emporio Armani, Fossiq Q, Kate Spade, Michael Kors, Skagen Falster, and Tory Burch.

For that reason, I think "Vendor" is appropriate. For "Device Model" I think it's appropriate too, but I don't think it would be too confusing to change that to "Model" in this context.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Vendor always sounded weird to me but I'm not a native :) so let's keep vendor and use the shorter "model" then

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed to Model and Vendor

@FlorentRevest
Copy link
Member

I am not sure if I should do also the lupdate.

Yep you should! :) (once we've agreed on the wording)

Generated by command: lupdate-qt5 -no-obsolete src/* i18n/*.h -ts i18n/*.ts
@moWerk
Copy link
Member

moWerk commented Apr 24, 2025

Any reason why this is not merged yet? Lgtm.

@beroset
Copy link
Member

beroset commented Apr 24, 2025

Any reason why this is not merged yet? Lgtm.

Yes, it depends on AsteroidOS/meta-asteroid#185 which needs updating.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants