- 05 Oct, 2018 3 commits
-
-
Aleix Pol Gonzalez authored
clean deleted pointers BUG: 399085
-
Aleix Pol Gonzalez authored
-
Aleix Pol Gonzalez authored
-
- 04 Oct, 2018 1 commit
-
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
- 02 Oct, 2018 1 commit
-
-
Aleix Pol Gonzalez authored
-
- 01 Oct, 2018 7 commits
-
-
Aleix Pol Gonzalez authored
BUG: 398587
-
Aleix Pol Gonzalez authored
-
Aleix Pol Gonzalez authored
-
Aleix Pol Gonzalez authored
Instead of showing in the hamburger menu, have them shown by the menu button. This is useful as our PackageKit management tooling is pretty bad and some distros had ad-hoc UI for it.
-
Aleix Pol Gonzalez authored
PackageKit gives us different ids for the source, so we can't reliably filter. BUG: 388917
-
Aleix Pol Gonzalez authored
BUG: 390569
-
Aleix Pol Gonzalez authored
Remove unneeded logic on the delegate Fix filtering condition
-
- 28 Sep, 2018 8 commits
-
-
Aleix Pol Gonzalez authored
-
Aleix Pol Gonzalez authored
Do it from the model rather than the delegate
-
Aleix Pol Gonzalez authored
-
Aleix Pol Gonzalez authored
Put the name of the resource as the object name
-
Aleix Pol Gonzalez authored
Made sure that after cleaning the cache everything is populated again
-
Aleix Pol Gonzalez authored
No need to call functions twice, we can just as well pass directly the information to the resource.
-
Aleix Pol Gonzalez authored
-
Aleix Pol Gonzalez authored
-
- 27 Sep, 2018 3 commits
-
-
Aleix Pol Gonzalez authored
-
Aleix Pol Gonzalez authored
Some applications lost it over time
-
Aleix Pol Gonzalez authored
-
- 25 Sep, 2018 5 commits
-
-
Aleix Pol Gonzalez authored
Fallback into daily refreshes otherwise
-
Aleix Pol Gonzalez authored
Makes for a quicker display of the initial page. The code is already adapted to the use-case as we do the same when opening by uri. BUG: 398236
-
Aleix Pol Gonzalez authored
Otherwise it complains nasty
-
Aleix Pol Gonzalez authored
Not all of them should be, also don't have them appear after upgrading it because it needs a reboot.
-
Aleix Pol Gonzalez authored
-
- 24 Sep, 2018 12 commits
-
-
Aleix Pol Gonzalez authored
-
Aleix Pol Gonzalez authored
It's perfectly fine when a device is already up to date
-
Aleix Pol Gonzalez authored
For now let's just offer the message that fwupd provides, we can offer our own translations eventually.
-
Aleix Pol Gonzalez authored
Don't return boolean for the fun of it. If we have a local path, just put it in a QString, don't keep going back and forth from QUrl as if it could have become magically a remote URL.
-
Aleix Pol Gonzalez authored
It doesn't make sense, conceptually, to uninstall a firmware.
-
Aleix Pol Gonzalez authored
No need to return values only to catch them and print a debug message. Make sure when we fail instead, we do set the status to failed so the UI can react.
-
Aleix Pol Gonzalez authored
Write them to disk as they come.
-
Aleix Pol Gonzalez authored
Sometimes it returns empty
-
Aleix Pol Gonzalez authored
The version is not always enough. Just show it when it's actually the same package we are talking about. The use-case explained in phabricator should remain the same. CCMAIL: nate@kde.org
-
Aleix Pol Gonzalez authored
-
Aleix Pol Gonzalez authored
Makes for better output in debugging tools (e.g. address sanitiser)
-
Aleix Pol Gonzalez authored
BUG: 396833
-