- 08 Aug, 2022 1 commit
-
-
Nate Graham authored
Due to somewhat confusing variable naming, we were accidentally setting m_initializingBackends to false, when that variable actually holds the number of backends that are still initializing. Instead we need to set m_isInitializing to false. This fixes a bug where the placeholder message for the MIME type screen would fail to appear as expected, because one of the conditions in its opacity property was `!ResourcesModel.isInitializing` and that was never getting set to false. BUG: 457528 FIXED-IN: 5.24.7
-
- 07 Aug, 2022 3 commits
-
-
Volker Krause authored
Deprecated and gone in Qt6.
-
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
-
- 02 Aug, 2022 1 commit
-
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
- 30 Jul, 2022 1 commit
-
-
Alexander Lohnau authored
Task: https://phabricator.kde.org/T15609
-
- 29 Jul, 2022 7 commits
-
-
Aleix Pol Gonzalez authored
If we delay the cleanup of the QQmlEngine, it doesn't crash after updating. BUG: 457278
-
Aleix Pol Gonzalez authored
We get a slighlty better string, although possibly not yet end game. It's good to show a domain though, which does tell us where it's getting it from. Special-case the KDE Store, which is probably what we'll be finding on most instances. BUG: 451726
-
Otherwise we get multiple of them. BUG: 457208
-
We would not pass the last one so the plasmoid would end as "n-1 of n" which looks annoying. Also start at 1 instead of 0 so it doesn't look like it's idling or similar.
-
When we move Discover into the SNI while updating, if Discover is launched, it should restore the view. BUG: 457204
-
In the faulty case where the Beta/Nightly is older than stable, encourage the user to use the right version of the app.
-
-
- 28 Jul, 2022 2 commits
-
-
Aleix Pol Gonzalez authored
It would make us swap them unnecessarily, breaking the already curated sorting. BUG: 451667
-
Aleix Pol Gonzalez authored
It will help understand why there might be two instances of the same remote at some point.
-
- 27 Jul, 2022 4 commits
-
-
Otherwise they confuse ListView and it looks like a mess. BUG: 434349
-
Aleix Pol Gonzalez authored
Check whether the reason that the !ResourcesProxyModel.isBusy is that the backends aren't all populated yet. This way we make sure we don't get a flash of the error message in the placeholder.
-
At the moment we were doing a slow-ish call right at the beginning to check which resources are updateable. We will be checking that soon enough in the startup process, so we better not block in there so we can produce a working UI sooner.
-
- 26 Jul, 2022 7 commits
-
-
Nate Graham authored
-
Aleix Pol Gonzalez authored
CCBUG: 455132
-
Aleix Pol Gonzalez authored
BUG: 455132
-
Aleix Pol Gonzalez authored
-
Aleix Pol Gonzalez authored
Now it won't crash anymore. BUG: 457145
-
Aleix Pol Gonzalez authored
BUG: 457029
-
David Redondo authored
This way the sources drop down menu displays the user intended title instead of the name.
-
- 25 Jul, 2022 5 commits
-
-
-
It's not very useful if their user-facing text is "".
-
-
It will try to use as_license_to_spdx_id which does its best guess, hopefully it will be enough on most cases, will submit some others that I've seen upstream to catch some other cases. BUG: 454480
-
Nicolas Fella authored
-
- 23 Jul, 2022 1 commit
-
-
Tobias Rautenkranz authored
Tested with 548 packages in the list to update. From ~ 6000 ms to 25 ms for uncheckAll() and 70 ms for checkAll(). BUG: 442402
-
- 21 Jul, 2022 3 commits
-
-
Aleix Pol Gonzalez authored
-
Nate Graham authored
Otherwise there's just an empty space on the page that abruptly fills with content after a few moments. It's nicer to show a loading placeholder in place of the content while it loads.
-
- 20 Jul, 2022 5 commits
-
-
Since we added all of the categories to the global drawer's root view, we show a scrollbar there by default that is rather ugly. This makes it slightly bigger by default.
-
It's a normal thing to do for a backend
-
It doesn't bring us much anymore and it's confusing to our users. BUG: 456889
-
If it's too early, on the packagekit backend the version won't be populated yet. In this case we just skip fetching and refetch when the versions change. BUG: 426270
-
It's not passing and it's making it harder to get feedback on MRs
-