- 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.
-
- 08 Apr, 2022 1 commit
-
-
Aleix Pol Gonzalez authored
* Ensure remotes are integrated as sources when an installation transaction adds them * Make sure we have a source available as soon as we know a remote is present, so it can be used. BUG: 443745
-
- 20 Jan, 2022 1 commit
- 13 Dec, 2021 1 commit
-
-
Aleix Pol Gonzalez authored
So far it wasn't working well, we were relying on adding the source then loading the resoruce which is a rather weird way to go for this. Instead, now we are loading the appstream metadata locally to extract the component and get all the metadata which gets eventually cleaned up. BUG: 445596
-
- 02 Dec, 2021 1 commit
-
-
Aleix Pol Gonzalez authored
Makes it easier for us to interact with it from QML as QIcon is not even a Q_GADGET and we can't query its information. Also use the iconName when using the DiscoverAction as a Kirigami.Action.
-
- 26 Nov, 2021 2 commits
-
-
Aleix Pol Gonzalez authored
-
Aleix Pol Gonzalez authored
-
- 21 Oct, 2021 1 commit
-
-
- 18 Oct, 2021 2 commits
-
-
It might already be filled and that makes libostree to assert out when it's the case. BUG: 426565
-
Default was set true, so we were showing something wrong in case it was disabled. BUG: 443455
-
- 05 May, 2021 1 commit
-
-
Aleix Pol Gonzalez authored
-
- 27 Apr, 2021 1 commit
-
-
Aleix Pol Gonzalez authored
A user might have added a repository twice both on the system and the user deployments. This means that they'll be listed two seemingly equal repositories and feel the world is melting. This adds (user) at the end when it's a user-specific installation (which generally are less common) so that they can be differentiated. BUG: 436143
-
- 01 Apr, 2021 2 commits
-
-
Alexander Lohnau authored
-
Alexander Lohnau authored
If you want git blame to ignore formatting revisions run: git config blame.ignoreRevsFile .git-blame-ignore-revs
-
- 08 Feb, 2021 1 commit
-
-
It's big part of the reason why we use QtWidgets and it seems to add some unnecessary overhead.
-
- 01 Dec, 2020 2 commits
-
-
Aleix Pol Gonzalez authored
BUG: 425275
-
Aleix Pol Gonzalez authored
-
- 16 Sep, 2020 1 commit
-
-
Aleix Pol Gonzalez authored
Instead of returning an empty list, it returns a nullptr. Account for that. CCBUG: 426565
-
- 11 Sep, 2020 1 commit
-
-
David Redondo authored
-
- 02 Jun, 2020 1 commit
-
-
Nate Graham authored
All the other popups/dialogs use it, so this should too.
-
- 27 Feb, 2020 2 commits
-
-
Aleix Pol Gonzalez authored
-
Aleix Pol Gonzalez authored
-
- 20 Feb, 2020 5 commits
-
-
Aleix Pol Gonzalez authored
-
Nate Graham authored
-
Aleix Pol Gonzalez authored
-
Aleix Pol Gonzalez authored
Let the backend do that rather than forcing it from the frontend, as it doesn't have enough information to do it.
-
Aleix Pol Gonzalez authored
At the moment, we just error out if it has applications installed. This patch makes it instead show a dialog that will list which resources are in the remote and offer to uninstall them.
-
- 31 Dec, 2019 1 commit
-
-
Aleix Pol Gonzalez authored
QList is not iterable over there, so we had to turn it into a QVariantList. BUG: 415666
-
- 30 Oct, 2019 2 commits
-
-
Aleix Pol Gonzalez authored
-
Aleix Pol Gonzalez authored
-
- 29 Apr, 2019 1 commit
-
-
Aleix Pol Gonzalez authored
Don't be sensitive to trailing slash divergence
-
- 18 Mar, 2019 2 commits
-
-
Aleix Pol Gonzalez authored
It wasn't working that well and we don't really need it. BUG: 404370
-
Aleix Pol Gonzalez authored
Some issues are already quite relevant and could have potentially run into crashes, like the 3-parameter connects.
-
- 15 Dec, 2018 1 commit
-
-
Aleix Pol Gonzalez authored
Instead of loading it, which won't work, pick the resource that we already have. BUG: 401832
-
- 30 Oct, 2018 1 commit
-
-
Aleix Pol Gonzalez authored
-