- 11 Jan, 2021 4 commits
-
-
Aleix Pol Gonzalez authored
On some cases we were passing the wrong installation and it broke our installation. It's better to just rely on the installation that the resource already knows it has.
-
Aleix Pol Gonzalez authored
There is no need for it. Makes the operation more expensive and it makes the output too verbose when there's problems.
-
Aleix Pol Gonzalez authored
So we don't block on it.
-
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"
-
- 08 Jan, 2021 2 commits
-
-
Nate Graham authored
-
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 Jan, 2021 3 commits
-
-
Aleix Pol Gonzalez authored
See https://github.com/fwupd/fwupd/issues/2600 Ports to fwupd_client_refresh_remote which also simplifies a lot our codebase.
-
Jonathan 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"
-
- 04 Jan, 2021 2 commits
-
-
David Edmundson authored
Otherwise it will be blocked correctly by window manager focus policies BUG: 423857
-
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"
-
- 02 Jan, 2021 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"
-
- 01 Jan, 2021 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
-
- 29 Dec, 2020 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"
-
- 27 Dec, 2020 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"
-
- 26 Dec, 2020 1 commit
-
-
Xuetian Weng authored
flatpak_installed_ref_get_appdata_name returns utf8 string, using QLatin1String would cause displaying invalid string in UI.
-
- 25 Dec, 2020 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"
-
- 24 Dec, 2020 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"
-
- 23 Dec, 2020 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"
-
- 22 Dec, 2020 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"
-
- 18 Dec, 2020 1 commit
-
-
Aleix Pol Gonzalez authored
Makes it possible to trust the running distribution or fleet admins to offer the right thing without having to go through pointless GUI steps.
-
- 17 Dec, 2020 1 commit
-
-
Tibor Nagy authored
Respect the users' regional settings.
-
- 16 Dec, 2020 2 commits
-
-
Nate Graham authored
On Mobile, the common and expected behavior is pulling down the view to refrehs it, so we don't need to show an explicit button.
-
Nate Graham authored
People seem to feel that the Update action should be the right-most one in desktop view. This commit accomplishes that, without changing the ordering in mobile/narrow view, which would inappropriately cause the Refresh action to be the center one in the floating action button. BUG: 422630 FIXED-IN: 5.21
-
- 15 Dec, 2020 1 commit
-
-
Nate Graham authored
This allows the Addons view to use entirely standard components rather than a homegrown implementation. This increases the Frameworks dependency version to 5.78 since that's the version that includes Kirigami.CheckableListItem. Depends on frameworks/kirigami!185
-
- 14 Dec, 2020 3 commits
-
-
Aleix Pol Gonzalez authored
Adds a tooltip to the "Fetching updates..." label so that users can know what's holding the update back. Keeping it in a tooltip since it's something that never should be seen, except when there's a problem somewhere in the system.
-
Aleix Pol Gonzalez authored
It's not used elsewhere and skips the creation of a weird intermediary container.
-
Aleix Pol Gonzalez authored
The Home tool button isn't available there as it's in the search toolbar generally. It used to be on the banner but that went.
-
- 12 Dec, 2020 1 commit
-
-
Aleix Pol Gonzalez authored
We need to know when the offline update has been triggered, We were listening to the wrong object though and it was erratic. Now it will be checking the triggered value correctly.
-
- 10 Dec, 2020 2 commits
-
-
Aleix Pol Gonzalez authored
It will work for backends that specify it. For now just PackageKit supports it. BUG: 425691
-
Laurent Montel authored
-
- 09 Dec, 2020 4 commits
-
-
Aleix Pol Gonzalez authored
-
Aleix Pol Gonzalez authored
The UpdatesPage will also do it, and so will the notifier. No need to have it everywhere.
-
Aleix Pol Gonzalez authored
Otherwise we get a weird floaty restart button during the updates are still in progress.
-
Aleix Pol Gonzalez authored
It feels weird to read the "computer" when you're on a mobile phone, even if it's not entirely wrong.
-
- 03 Dec, 2020 1 commit
-
-
Aleix Pol Gonzalez authored
Otherwise it was shown when hovering the page randomly.
-
- 02 Dec, 2020 3 commits
-
-
Aleix Pol Gonzalez authored
Otherwise they stay lingering forever giving the impression that it's stuck. BUG: 418082
-
Aleix Pol Gonzalez authored
Which streams are holding us up?
-
Aleix Pol Gonzalez authored
Some test cases rely on a clean .qttest, so make sure it is.
-