- 16 Oct, 2021 1 commit
-
-
We use it to disable the control if it's not, this way the backend can support to tell the state but not allow interaction. (cherry picked from commit 5365c43a)
-
- 15 Oct, 2021 1 commit
-
-
Instead, we just don't fully load it but we keep it around as we may have apps from it. (cherry picked from commit c3f27139)
-
- 11 Oct, 2021 2 commits
-
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
Nate Graham authored
The tooltip simply repeates the text of this component which is short enough that it's always visible. It is therefore redundant and unnecessary. (cherry picked from commit dce22fc7)
-
- 07 Oct, 2021 1 commit
-
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
- 06 Oct, 2021 1 commit
-
-
For some (historical) reason we were just showing the branch. BUG: 443256 (cherry picked from commit 4ba0bc9a)
-
- 05 Oct, 2021 1 commit
-
-
Nate Graham authored
We had side margins around just the progrss bar, but everything in here would benefit from them, including the text. So move the margins up to the parent item to apply them to all the child items. (cherry picked from commit d63e93dd)
-
- 28 Sep, 2021 1 commit
-
-
Hovering on the blank area where the package size label is behind will not trigger tooltips when Discover is still fetching updates. BUG: 443050 (cherry picked from commit 65cd59c1)
-
- 27 Sep, 2021 7 commits
-
-
This should make sure we won't be getting any more replies from snapd. BUG: 425680 (cherry picked from commit 11e72936)
-
Aleix Pol Gonzalez authored
Otherwise we falsely claim the apps's not there (e.g. org.kde.koko)
-
Aleix Pol Gonzalez authored
-
Aleix Pol Gonzalez authored
If we open a flatpakref file for a resource that is in a remote we already know, just open the application that was requested. This makes for a much better UX since it gives the full description, screenshots and reviews.
-
Aleix Pol Gonzalez authored
Delays the use of FlatpakSource::m_remote. Needs more work BUG: 442709
-
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
-
- 26 Sep, 2021 1 commit
-
-
Since PackageKit commit 86f4a2fbf5fcb1230c68a57c4a7bc066aa3f7ef4 the polkit authentication dialog is only shown if the transaction is flagged as interactive BUG: 442383 (cherry picked from commit 56013c2a)
-
- 24 Sep, 2021 1 commit
-
-
Nicolas Fella authored
3bc879cf removed an indirect dependency on widgets, but we use QApplication and QAction so we need to link against widgets BUG: 442866 (cherry picked from commit a815b7c0)
-
- 23 Sep, 2021 1 commit
-
-
This is a work-around to 2 half-bugs: - ListView doesn't really care for models with columns - QConcatenateTablesProxyModel enforces that we see the minimum amount of columns available in all of the models. Empty models (like QStandardItemModel) will report 0 columns if they're empty. This makes the resulting model to appear bogus to the view. ListView doesn't seem to refresh the items when a new column is added because it doesn't care about columns. Result: this workaround after a bunch of wasted hours. :( BUG: 442604 (cherry picked from commit 57d8dcd4)
-
- 22 Sep, 2021 3 commits
-
-
It will either assert or just not work. Not worth it. (cherry picked from commit 9fd2fb8e)
-
The report bug action now is brought by Kirigami (cherry picked from commit 3bc879cf)
-
QNetworkAccessManager is enough here, we don't need cookiejar integration and kio-http (cherry picked from commit 889b2803)
-
- 21 Sep, 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"
-
- 16 Sep, 2021 2 commits
-
-
It would show the contents de-centered as Breeze's implementation accounts for the paddings to calculate the contents placing. Instead just reuse the padding property from button and let the theme do the right thing. (cherry picked from commit 1f519711)
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
- 15 Sep, 2021 2 commits
-
-
With the similar support in Kirigami this allows navigating the entire view as a list.
-
Felipe Kinoshita authored
There's this pattern that is commonly used among most kirigami-based applications: [searchField, hamburger menu] or [searchField, button] but there's one (maybe more?) exception to this rule, System Settings, which uses both a hamburger menu and a button in it's sidebar header alongside the searchField. In a recent change done to System Settings the hamburger menu and the home button position were swapped ([menu, searchField, button] to [button, searchField, button]) as most kirigami-based applications tend to put the hamburger menu to the right on their sidebars. This commit moves the home button to the left so it's consistent with this pattern. See: systemsettings!82
-
- 14 Sep, 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
-
- 07 Sep, 2021 1 commit
-
-
Nate Graham authored
We can simply override Kirigami.Theme.colorSet; no need for a custom background recrangle or custom list item colors.
-
- 06 Sep, 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"
-
- 05 Sep, 2021 1 commit
-
-
Aleix Pol Gonzalez authored
-
- 04 Sep, 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
-
- 03 Sep, 2021 1 commit
-
-
Aleix Pol Gonzalez authored
-
- 02 Sep, 2021 2 commits
-
-
Timothée Ravier authored
- 01 Sep, 2021 1 commit
-
-
It's now part of the Kirigami.AboutPage component so every application that uses the about page will have this action automatically.
-
- 31 Aug, 2021 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"
-
- 30 Aug, 2021 1 commit
-
-
Nate Graham authored
This balances out the layout a bit.
-