Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

show about.vendorName and about.vendorVersion #97

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

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.

@@ -88,6 +88,8 @@ Flickable {
{ 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
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.

3 participants