- 22 Jun, 2022 6 commits
-
-
Aleix Pol Gonzalez authored
Both branches were obviously the same.
-
Aleix Pol Gonzalez authored
-
Aleix Pol Gonzalez authored
It looks a bit out of place but at least it doesn't trigger all the bad notes in ListView.
-
Aleix Pol Gonzalez authored
It's easier to spot.
-
Aleix Pol Gonzalez authored
Saves it to the installations, needs to be in a separate action because it may trigger policykit dialogs. It could make sense to design this in a different way.
-
Use the internal property otherwise. This way deployments can enforce a remote to come first.
-
- 21 Jun, 2022 3 commits
-
-
This way when a delegate is reused, it will be properly initialised as the user expected. BUG: 452129
-
If the window gets too wide, let the column take 25% of the width. BUG: 432844
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
- 18 Jun, 2022 2 commits
-
-
Fushan Wen authored
`compactInfo` will not be shown when in compact mode. Hide it to fix a visual glitch.
-
Aleix Pol Gonzalez authored
-
- 16 Jun, 2022 1 commit
-
-
Laurent Montel authored
-
- 14 Jun, 2022 2 commits
-
-
Heiko Becker authored
AFAICT the last usage was removed with bd6e1a27.
-
Heiko Becker authored
raiseWindow() no longer uses QX11Info::isPlatformX11() since [1], which was the reason for the Qt5X11Extras/Qt6GuiPrivate dependency AFAICT. [1] 9f1358f0
-
- 13 Jun, 2022 2 commits
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
Script Kiddy authored
-
- 09 Jun, 2022 2 commits
-
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 05 Jun, 2022 1 commit
-
-
Volker Krause authored
-
- 03 Jun, 2022 1 commit
-
-
Antonio Rojas authored
The comparison was backwards, which in particular made all links in apps.kde.org not work
-
- 31 May, 2022 1 commit
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 29 May, 2022 1 commit
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 28 May, 2022 2 commits
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
Script Kiddy authored
-
- 27 May, 2022 2 commits
-
-
Nate Graham authored
-
Nate Graham authored
Some sections are separated by separators, others by whitespace. Let's standardize on whitespace because it looks better.
-
- 26 May, 2022 9 commits
-
-
-
Aleix Pol Gonzalez authored
We want to notify about the global flatpak updates having changed, not a specific installation
-
Aleix Pol Gonzalez authored
For readability and because it's less error-prone.
-
Aleix Pol Gonzalez authored
-
Nate Graham authored
Arch developers have repeatedly expressed a preference for Arch users to use the command line to manage software, rather than Discover. For this reason, they deliberately package Discover in such a way that you will have to go out of your way to figure out how to install an app backend. Unfortunately, this means that Discover looks broken if you install it with its default set of dependencies, because it won't be able to find any apps. Novice Arch users don't understand that this is a deliberate packaging choice in Arch, and instead blame Discover. To alleviate this, we have introduced an error page that has become ever mode specific over time about what exactly the problem is. Despite this, novice Arch users remain confused about it. And the text we show today is not really correct, as it implies that the issue is caused by a bug in Arch's packaging. But it is *not* a bug; Arch packagers package Discover this way deliberately, because they don't want Arch users to use Discover to get apps. They consider this to be an expert level feature that you shouldn't use unless you know what you're doing, which inherently conflicts with the UX that we want to offer in Discover. Accordingly, for Arch users, let's show an Arch-specific message that explains what's going on in clear and precise language, and offers an actionable path forward.
-
Nate Graham authored
Some errors might benefit from showing different explanatory text, or having the button look different or take the user to a different page.
-
Aleix Pol Gonzalez authored
We have better ways to connect than casting nowadays.
-
Aleix Pol Gonzalez authored
-
Aleix Pol Gonzalez authored
-
- 24 May, 2022 2 commits
-
-
Aleix Pol Gonzalez authored
From Update to Updating, which reflects better what we want to tell the user.
-
Aleix Pol Gonzalez authored
Instead now we will hide the main window and let discover finish performing the remaining transactions in the background. Thus, now when we close we will: - Hide the main window - Show a SNI to restore the window - Expose the transaction state in KUiServerJobTracker BUG: 419622
-
- 23 May, 2022 1 commit
-
-
Aleix Pol Gonzalez authored
-
- 22 May, 2022 1 commit
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 19 May, 2022 1 commit
-
-
Fushan Wen authored
Text in the apps description can be selected and copied. BUG: 408467 FIXED-IN: 5.26
-