Skip to content

Update product name#4

Merged
TheOneRing merged 6 commits intomainfrom
work/redesign2
Jan 16, 2025
Merged

Update product name#4
TheOneRing merged 6 commits intomainfrom
work/redesign2

Conversation

@TheOneRing
Copy link
Contributor

No description provided.

@TheOneRing TheOneRing force-pushed the work/redesign2 branch 3 times, most recently from 8eb478f to 5791bbe Compare January 15, 2025 08:41
@TheOneRing TheOneRing force-pushed the work/redesign2 branch 2 times, most recently from 69e5d46 to 8e7293c Compare January 15, 2025 09:41
@TheOneRing TheOneRing changed the title WIP: Redesign Update product name Jan 15, 2025
@TheOneRing TheOneRing requested a review from dragotin January 15, 2025 09:57
@TheOneRing TheOneRing force-pushed the work/redesign2 branch 3 times, most recently from 8ae183e to 124df60 Compare January 15, 2025 12:34
// that way, when we intend to reset to the original selection when the dialog, we can look up the config file's stored value in the data model
ui->updateChannel->addItem(QStringLiteral("ownCloud 10 LTS"), QStringLiteral("stable"));
ui->updateChannel->addItem(QStringLiteral("ownCloud Infinite Scale stable"), QStringLiteral("ocis"));
ui->updateChannel->addItem(QStringLiteral("stable"), QStringLiteral("stable"));
Copy link
Contributor

Choose a reason for hiding this comment

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

The previous name is more specific, and maybe the new one should also be "OpenCloud" and "OpenCloud" ... or so ;-)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

We can decide on this once we again have auto updates 🙈

tr("<html>The update channel determines which client updates will be offered for installation.<ul>"
"<li>\"ownCloud 10 LTS\" contains only upgrades that are considered reliable</li>"
"<li>\"ownCloud Infinite Scale stable\" contains only upgrades that are considered reliable but <b>removes support for \"ownCloud 10\"</b></li>"
"<li>\"stable\" contains only upgrades that are considered reliable</li>"
Copy link
Contributor

Choose a reason for hiding this comment

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

... as we might get another product anytime the next decade?

rootContext()->setContextProperty(QStringLiteral("ocContext"), ocContext);
engine()->setObjectOwnership(ocContext, ownership);
engine()->addImageProvider(QStringLiteral("ownCloud"), new OCC::Resources::CoreImageProvider());
engine()->addImageProvider(QStringLiteral("OpenCloud"), new OCC::Resources::CoreImageProvider());
Copy link
Contributor

Choose a reason for hiding this comment

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

I am not sure to spread QStringLiteral("OpenCloud") all over. Maybe rather a more central definition? Winter äh Whitelabeling is coming...

Copy link
Contributor

@dragotin dragotin left a comment

Choose a reason for hiding this comment

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

Please fix the typo

{
if (element.tagName() != QLatin1String("owncloudclient")) {
qCCritical(lcUpdater) << "Expected 'owncloudclient', got '" << element.tagName() << "'.";
if (element.tagName() != QLatin1String("OpenCloud")) {
Copy link
Contributor

Choose a reason for hiding this comment

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

QLatin1String("OpenCloud") again

@TheOneRing TheOneRing merged commit 339ff07 into main Jan 16, 2025
0 of 4 checks passed
@TheOneRing TheOneRing deleted the work/redesign2 branch January 16, 2025 13:06
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.

2 participants